Codebase list texinfo / upstream/4.13.93.dfsg.1
Imported Upstream version 4.13.93.dfsg.1 Norbert Preining 11 years ago
436 changed file(s) with 29684 addition(s) and 15393 deletion(s). Raw diff Collapse all Expand all
0 2013-01-01 Karl Berry <karl@gnu.org>
1
2 * pretest 4.13.92.
3
4 * util/Makefile.am (texinfo.cat): remove rule and references;
5 not aware of anything using it, current rule fails distcheck.
6
7 * util/tests: move the TeX-related tests (all unused) here
8 from util/.
9
10 * contrib: new directory; move contributed files from util/ there.
11
12 * Pod-Simple-Texinfo/pod2texi.pl,
13 * doc/texinfo.txi,
14 * doc/refcard/txirefcard.tex,
15 * info/info.c,
16 * info/infokey.c,
17 * install-info/install-info.c,
18 * tp/texi2any.pl,
19 * util/texi-elements-by-size,
20 * util/texindex.c,
21 * util/texi2dvi,
22 * util/gendocs_template,
23 * util/gendocs_template_min: 2013.
24
25 2013-01-01 Karl Berry <karl@gnu.org>
26
27 * doc/texinfo.tex: received official GPLv3 exception text for
28 texinfo.tex (RT licensing #502113).
29 Same wording / no change in permissions.
30
31 2012-12-31 Karl Berry <karl@gnu.org>
32
33 * install-info/install-info.c (): mention
34 --add-once, --align, --calign, --maxwidth, --max-width,
35 inadvertently omitted when implemented.
36 Also don't mention removals working with --entry.
37 Report from Benno Schulenberg, 26 Dec 2012 19:34:40.
38
39 2012-12-30 Eli Zaretskii <eliz@gnu.org>
40
41 * configure.ac: Use $host, not $target, to detect MS-Windows
42 builds, and set HOST_IS_WINDOWS if so.
43
44 * util/Makefile.am (bin_SCRIPTS): Decide whether to install
45 Windows batch files using HOST_IS_WINDOWS.
46
47 2012-12-29 Karl Berry <karl@gnu.org>
48
49 * util/htmlxref.cnf (gmp): use up-to-date version on gmplib.org.
50
51 * util/srclist.txt (missing): sync from $AUTOMAKE.
52
53 2012-12-29 gettextize <bug-gnu-gettext@gnu.org>
54
55 * gnulib/m4/po.m4: Upgrade to gettext-0.18.2.
56 * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.18.2.
57
58 2012-12-29 Patrice Dumas <pertusus@free.fr>
59
60 * util/Makefile.am (texinfo.cat): use $(TEXINFO_DTD_VERSION) instead
61 of @VERSION@. Report from Thien-Thi Nguyen.
62
63 2012-12-22 Karl Berry <karl@gnu.org>
64
65 * util/Makefile.am (EXTRA_DIST): add *.bat. Report from Eli,
66 22 Dec 2012 17:33:58.
67
68 2012-12-19 Patrice Dumas <pertusus@free.fr>
69
70 * configure.ac, tp/Texinfo/*, tp/t/*: use the correct next version
71 number for DTD and in other places.
72
073 2012-12-17 Karl Berry <karl@gnu.org>
174
275 * pretest 4.13.92.
11551228 2011-12-31 Karl Berry <karl@gnu.org>
11561229
11571230 * doc/texinfo.txi,
1158 * doc/tefcard/txirefcard.tex,
1231 * doc/refcard/txirefcard.tex,
11591232 * install-info/install-info.c,
11601233 * info/info.c,
11611234 * info/infokey.c,
1172611799 * version 4.6.
1172711800
1172811801
11729 Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
11802 Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
1173011803 Free Software Foundation, Inc.
1173111804
1173211805 Copying and distribution of this file, with or without modification,
0 # $Id: Makefile.am,v 1.39 2012/12/14 19:36:53 karl Exp $
0 # $Id: Makefile.am,v 1.41 2013/01/02 01:22:16 karl Exp $
11 # Makefile.am for texinfo.
22 # Process this file with automake to produce Makefile.in in all directories.
33 #
4 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
5 # Free Software Foundation, Inc.
4 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
5 # 2012, 2013 Free Software Foundation, Inc.
66 #
77 # This file is free software; as a special exception the author gives
88 # unlimited permission to copy and/or distribute it, with or without
1717
1818 # Additional files to distribute.
1919 EXTRA_DIST = ChangeLog.46 INSTALL.generic README-hacking \
20 system.h \
21 djgpp/README djgpp/config.bat djgpp/config.sed djgpp/config.site \
22 gnulib/m4/gnulib-cache.m4
20 system.h gnulib/m4/gnulib-cache.m4 \
21 contrib djgpp
22
23 dist-hook:
24 rm -rf `find $(distdir) -type d -name CVS`
2325
2426 # This is to prevent texinfo.tex from being included in the top-level
2527 # distribution directory.
7779 for file in $$($(CVS_LIST_EXCEPT)) \
7880 `find [a-z]* -name '*.[ch]' -o -name '*.p[lm]'`; do \
7981 case $$file in \
82 contrib/* ) continue;; \
8083 djgpp/* | makeinfo/* | man/* | texi2html/* ) continue;; \
8184 tp/maintain/* ) continue;; \
8285 esac; \
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
1313
1414 @SET_MAKE@
1515
16 # $Id: Makefile.am,v 1.39 2012/12/14 19:36:53 karl Exp $
16 # $Id: Makefile.am,v 1.41 2013/01/02 01:22:16 karl Exp $
1717 # Makefile.am for texinfo.
1818 # Process this file with automake to produce Makefile.in in all directories.
1919 #
20 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
21 # Free Software Foundation, Inc.
20 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
21 # 2012, 2013 Free Software Foundation, Inc.
2222 #
2323 # This file is free software; as a special exception the author gives
2424 # unlimited permission to copy and/or distribute it, with or without
7070 @TOOLS_ONLY_FALSE@ doc man
7171
7272 subdir = .
73 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
74 $(srcdir)/Makefile.in $(srcdir)/config.in \
75 $(top_srcdir)/build-aux/compile \
73 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
74 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
75 $(top_srcdir)/configure $(am__configure_deps) \
76 $(srcdir)/config.in ABOUT-NLS README-alpha COPYING TODO \
77 build-aux/compile build-aux/config.guess \
78 build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
79 build-aux/install-sh build-aux/mdate-sh build-aux/missing \
80 build-aux/texinfo.tex $(top_srcdir)/build-aux/compile \
7681 $(top_srcdir)/build-aux/config.guess \
7782 $(top_srcdir)/build-aux/config.rpath \
7883 $(top_srcdir)/build-aux/config.sub \
7984 $(top_srcdir)/build-aux/install-sh \
80 $(top_srcdir)/build-aux/missing $(top_srcdir)/configure \
81 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README-alpha \
82 TODO build-aux/compile build-aux/config.guess \
83 build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
84 build-aux/install-sh build-aux/mdate-sh build-aux/missing \
85 build-aux/texinfo.tex
85 $(top_srcdir)/build-aux/missing
8686 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8787 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
8888 $(top_srcdir)/gnulib/m4/alloca.m4 \
184184 CONFIG_HEADER = config.h
185185 CONFIG_CLEAN_FILES =
186186 CONFIG_CLEAN_VPATH_FILES =
187 AM_V_P = $(am__v_P_@AM_V@)
188 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
189 am__v_P_0 = false
190 am__v_P_1 = :
191 AM_V_GEN = $(am__v_GEN_@AM_V@)
192 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
193 am__v_GEN_0 = @echo " GEN " $@;
194 am__v_GEN_1 =
195 AM_V_at = $(am__v_at_@AM_V@)
196 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
197 am__v_at_0 = @
198 am__v_at_1 =
187199 SOURCES =
188200 DIST_SOURCES =
189 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
190 html-recursive info-recursive install-data-recursive \
191 install-dvi-recursive install-exec-recursive \
192 install-html-recursive install-info-recursive \
193 install-pdf-recursive install-ps-recursive install-recursive \
194 installcheck-recursive installdirs-recursive pdf-recursive \
195 ps-recursive uninstall-recursive
201 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
202 ctags-recursive dvi-recursive html-recursive info-recursive \
203 install-data-recursive install-dvi-recursive \
204 install-exec-recursive install-html-recursive \
205 install-info-recursive install-pdf-recursive \
206 install-ps-recursive install-recursive installcheck-recursive \
207 installdirs-recursive pdf-recursive ps-recursive \
208 tags-recursive uninstall-recursive
196209 am__can_run_installinfo = \
197210 case $$AM_UPDATE_INFO_DIR in \
198211 n|no|NO) false;; \
200213 esac
201214 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
202215 distclean-recursive maintainer-clean-recursive
203 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
204 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
216 am__recursive_targets = \
217 $(RECURSIVE_TARGETS) \
218 $(RECURSIVE_CLEAN_TARGETS) \
219 $(am__extra_recursive_targets)
220 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
205221 cscope distdir dist dist-all distcheck
222 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
223 $(LISP)config.in
224 # Read a list of newline-separated strings from the standard input,
225 # and print each of them once, without duplicates. Input order is
226 # *not* preserved.
227 am__uniquify_input = $(AWK) '\
228 BEGIN { nonempty = 0; } \
229 { items[$$0] = 1; nonempty = 1; } \
230 END { if (nonempty) { for (i in items) print i; }; } \
231 '
232 # Make sure the list of sources is unique. This is necessary because,
233 # e.g., the same source file might be shared among _SOURCES variables
234 # for different programs/libraries.
235 am__define_uniq_tagged_files = \
236 list='$(am__tagged_files)'; \
237 unique=`for i in $$list; do \
238 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
239 done | $(am__uniquify_input)`
206240 ETAGS = etags
207241 CTAGS = ctags
208242 CSCOPE = cscope
255289 ALLOCA = @ALLOCA@
256290 ALLOCA_H = @ALLOCA_H@
257291 AMTAR = @AMTAR@
292 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258293 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
259294 AR = @AR@
260295 ARFLAGS = @ARFLAGS@
665700 HAVE__BOOL = @HAVE__BOOL@
666701 HAVE__EXIT = @HAVE__EXIT@
667702 HELP2MAN = @HELP2MAN@
668 HEVEA = @HEVEA@
669703 INCLUDE_NEXT = @INCLUDE_NEXT@
670704 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
671705 INSTALL = @INSTALL@
745779 POSUB = @POSUB@
746780 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
747781 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
748 PROVE = @PROVE@
749782 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
750783 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
751784 RANLIB = @RANLIB@
856889 STRIP = @STRIP@
857890 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
858891 TERMLIBS = @TERMLIBS@
859 TEX = @TEX@
860892 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
861893 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
862894 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
938970
939971 # Additional files to distribute.
940972 EXTRA_DIST = ChangeLog.46 INSTALL.generic README-hacking \
941 system.h \
942 djgpp/README djgpp/config.bat djgpp/config.sed djgpp/config.site \
943 gnulib/m4/gnulib-cache.m4
973 system.h gnulib/m4/gnulib-cache.m4 \
974 contrib djgpp
944975
945976
946977 # This is to prevent texinfo.tex from being included in the top-level
10081039 # (1) if the variable is set in 'config.status', edit 'config.status'
10091040 # (which will cause the Makefiles to be regenerated when you run 'make');
10101041 # (2) otherwise, pass the desired values on the 'make' command line.
1011 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
1042 $(am__recursive_targets):
10121043 @fail= failcom='exit 1'; \
10131044 for f in x $$MAKEFLAGS; do \
10141045 case $$f in \
10361067 if test "$$dot_seen" = "no"; then \
10371068 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
10381069 fi; test -z "$$fail"
1039 tags-recursive:
1040 list='$(SUBDIRS)'; for subdir in $$list; do \
1041 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1042 done
1043 ctags-recursive:
1044 list='$(SUBDIRS)'; for subdir in $$list; do \
1045 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1046 done
1047 cscopelist-recursive:
1048 list='$(SUBDIRS)'; for subdir in $$list; do \
1049 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
1050 done
1051
1052 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1053 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1054 unique=`for i in $$list; do \
1055 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1056 done | \
1057 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1058 END { if (nonempty) { for (i in files) print i; }; }'`; \
1059 mkid -fID $$unique
1060 tags: TAGS
1061
1062 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1063 $(TAGS_FILES) $(LISP)
1070
1071 ID: $(am__tagged_files)
1072 $(am__define_uniq_tagged_files); mkid -fID $$unique
1073 tags: tags-recursive
1074 TAGS: tags
1075
1076 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
10641077 set x; \
10651078 here=`pwd`; \
10661079 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
10761089 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
10771090 fi; \
10781091 done; \
1079 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1080 unique=`for i in $$list; do \
1081 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1082 done | \
1083 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1084 END { if (nonempty) { for (i in files) print i; }; }'`; \
1092 $(am__define_uniq_tagged_files); \
10851093 shift; \
10861094 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
10871095 test -n "$$unique" || unique=$$empty_fix; \
10931101 $$unique; \
10941102 fi; \
10951103 fi
1096 ctags: CTAGS
1097 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1098 $(TAGS_FILES) $(LISP)
1099 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1100 unique=`for i in $$list; do \
1101 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1102 done | \
1103 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1104 END { if (nonempty) { for (i in files) print i; }; }'`; \
1104 ctags: ctags-recursive
1105
1106 CTAGS: ctags
1107 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1108 $(am__define_uniq_tagged_files); \
11051109 test -z "$(CTAGS_ARGS)$$unique" \
11061110 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
11071111 $$unique
11101114 here=`$(am__cd) $(top_builddir) && pwd` \
11111115 && $(am__cd) $(top_srcdir) \
11121116 && gtags -i $(GTAGS_ARGS) "$$here"
1113
11141117 cscope: cscope.files
11151118 test ! -s cscope.files \
11161119 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1117
11181120 clean-cscope:
11191121 -rm -f cscope.files
1120
1121 cscope.files: clean-cscope cscopelist-recursive cscopelist
1122
1123 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1124 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1122 cscope.files: clean-cscope cscopelist
1123 cscopelist: cscopelist-recursive
1124
1125 cscopelist-am: $(am__tagged_files)
1126 list='$(am__tagged_files)'; \
11251127 case "$(srcdir)" in \
11261128 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
11271129 *) sdir=$(subdir)/$(srcdir) ;; \
11951197 || exit 1; \
11961198 fi; \
11971199 done
1200 $(MAKE) $(AM_MAKEFLAGS) \
1201 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1202 dist-hook
11981203 -test -n "$(am__skip_mode_fix)" \
11991204 || find "$(distdir)" -type d ! -perm -755 \
12001205 -exec chmod u+rwx,go+rx {} \; -o \
14231428
14241429 uninstall-am:
14251430
1426 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1427 cscopelist-recursive ctags-recursive install-am install-strip \
1428 tags-recursive
1429
1430 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1431 all all-am am--refresh check check-am clean clean-cscope \
1432 clean-generic cscope cscopelist cscopelist-recursive ctags \
1433 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
1434 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1435 distclean-generic distclean-hdr distclean-local distclean-tags \
1436 distcleancheck distdir distuninstallcheck dvi dvi-am html \
1437 html-am info info-am install install-am install-data \
1438 install-data-am install-dvi install-dvi-am install-exec \
1439 install-exec-am install-html install-html-am install-info \
1440 install-info-am install-man install-pdf install-pdf-am \
1441 install-ps install-ps-am install-strip installcheck \
1442 installcheck-am installdirs installdirs-am maintainer-clean \
1443 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1444 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
1445
1431 .MAKE: $(am__recursive_targets) all install-am install-strip
1432
1433 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1434 am--refresh check check-am clean clean-cscope clean-generic \
1435 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1436 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1437 dist-zip distcheck distclean distclean-generic distclean-hdr \
1438 distclean-local distclean-tags distcleancheck distdir \
1439 distuninstallcheck dvi dvi-am html html-am info info-am \
1440 install install-am install-data install-data-am install-dvi \
1441 install-dvi-am install-exec install-exec-am install-html \
1442 install-html-am install-info install-info-am install-man \
1443 install-pdf install-pdf-am install-ps install-ps-am \
1444 install-strip installcheck installcheck-am installdirs \
1445 installdirs-am maintainer-clean maintainer-clean-generic \
1446 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
1447 tags-am uninstall uninstall-am
1448
1449
1450 dist-hook:
1451 rm -rf `find $(distdir) -type d -name CVS`
14461452 @TOOLS_ONLY_TRUE@ # Build native tools only.
14471453 @TOOLS_ONLY_FALSE@ # All subdirectories.
14481454 @TOOLS_ONLY_FALSE@ # Do libs first since the C programs depend on it.
14781484 for file in $$($(CVS_LIST_EXCEPT)) \
14791485 `find [a-z]* -name '*.[ch]' -o -name '*.p[lm]'`; do \
14801486 case $$file in \
1487 contrib/* ) continue;; \
14811488 djgpp/* | makeinfo/* | man/* | texi2html/* ) continue;; \
14821489 tp/maintain/* ) continue;; \
14831490 esac; \
0 $Id: NEWS,v 1.221 2012/12/15 22:59:41 karl Exp $
0 $Id: NEWS,v 1.223 2013/01/02 02:47:35 karl Exp $
11 This NEWS file records noteworthy changes, very tersely.
22 See the manual for detailed information.
33
44 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
5 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
5 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
66 Free Software Foundation, Inc.
77
88 Copying and distribution of this file, with or without modification,
109109 http://ftpmirror.gnu.org/texinfo/htmlxref.cnf.
110110 . language support for no removed/renamed to nb, per Norwegian translators.
111111 . new translations: id it.
112 . texinfo.cat file removed since it is (to our knowledge) unused.
112113 . documentation license now GFDLv1.3 or later.
113 . autoconf 2.69, automake 1.12.6, gettext 0.18.1.1.
114 . autoconf 2.69, automake 1.13, gettext 0.18.2.
114115
115116
116117 4.13 (18 September 2008)
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6262 build_triplet = @build@
6363 host_triplet = @host@
6464 subdir = Pod-Simple-Texinfo
65 DIST_COMMON = README $(dist_modules_DATA) $(srcdir)/Makefile.am \
66 $(srcdir)/Makefile.in $(top_srcdir)/build-aux/test-driver
65 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
66 $(dist_modules_DATA) $(top_srcdir)/build-aux/test-driver \
67 README
6768 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6869 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
6970 $(top_srcdir)/gnulib/m4/alloca.m4 \
192193 }
193194 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(modulesdir)"
194195 SCRIPTS = $(nodist_bin_SCRIPTS)
196 AM_V_P = $(am__v_P_@AM_V@)
197 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
198 am__v_P_0 = false
199 am__v_P_1 = :
200 AM_V_GEN = $(am__v_GEN_@AM_V@)
201 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
202 am__v_GEN_0 = @echo " GEN " $@;
203 am__v_GEN_1 =
204 AM_V_at = $(am__v_at_@AM_V@)
205 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
206 am__v_at_0 = @
207 am__v_at_1 =
195208 SOURCES =
196209 DIST_SOURCES =
197210 am__can_run_installinfo = \
200213 *) (install-info --version) >/dev/null 2>&1;; \
201214 esac
202215 DATA = $(dist_modules_DATA)
216 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203217 am__tty_colors_dummy = \
204218 mgn= red= grn= lgn= blu= brg= std=; \
205219 am__color_tests=no
206 am__tty_colors = $(am__tty_colors_dummy)
220 am__tty_colors = { \
221 $(am__tty_colors_dummy); \
222 if test "X$(AM_COLOR_TESTS)" = Xno; then \
223 am__color_tests=no; \
224 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
225 am__color_tests=yes; \
226 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
227 am__color_tests=yes; \
228 fi; \
229 if test $$am__color_tests = yes; then \
230 red=''; \
231 grn=''; \
232 lgn=''; \
233 blu=''; \
234 mgn=''; \
235 brg=''; \
236 std=''; \
237 fi; \
238 }
207239 am__recheck_rx = ^[ ]*:recheck:[ ]*
208240 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
209241 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
365397 ALLOCA = @ALLOCA@
366398 ALLOCA_H = @ALLOCA_H@
367399 AMTAR = @AMTAR@
400 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
368401 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
369402 AR = @AR@
370403 ARFLAGS = @ARFLAGS@
775808 HAVE__BOOL = @HAVE__BOOL@
776809 HAVE__EXIT = @HAVE__EXIT@
777810 HELP2MAN = @HELP2MAN@
778 HEVEA = @HEVEA@
779811 INCLUDE_NEXT = @INCLUDE_NEXT@
780812 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
781813 INSTALL = @INSTALL@
855887 POSUB = @POSUB@
856888 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
857889 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
858 PROVE = @PROVE@
859890 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
860891 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
861892 RANLIB = @RANLIB@
966997 STRIP = @STRIP@
967998 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
968999 TERMLIBS = @TERMLIBS@
969 TEX = @TEX@
9701000 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
9711001 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
9721002 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
11471177 @list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \
11481178 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
11491179 dir='$(DESTDIR)$(modulesdir)'; $(am__uninstall_files_from_dir)
1150 tags: TAGS
1151 TAGS:
1152
1153 ctags: CTAGS
1154 CTAGS:
1180 tags TAGS:
1181
1182 ctags CTAGS:
11551183
11561184 cscope cscopelist:
11571185
14601488 .MAKE: check-am install-am install-strip
14611489
14621490 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
1463 distclean distclean-generic distdir dvi dvi-am html html-am \
1464 info info-am install install-am install-data install-data-am \
1465 install-dist_modulesDATA install-dvi install-dvi-am \
1466 install-exec install-exec-am install-html install-html-am \
1467 install-info install-info-am install-man \
1468 install-nodist_binSCRIPTS install-pdf install-pdf-am \
1469 install-ps install-ps-am install-strip installcheck \
1470 installcheck-am installdirs maintainer-clean \
1491 cscopelist-am ctags-am distclean distclean-generic distdir dvi \
1492 dvi-am html html-am info info-am install install-am \
1493 install-data install-data-am install-dist_modulesDATA \
1494 install-dvi install-dvi-am install-exec install-exec-am \
1495 install-html install-html-am install-info install-info-am \
1496 install-man install-nodist_binSCRIPTS install-pdf \
1497 install-pdf-am install-ps install-ps-am install-strip \
1498 installcheck installcheck-am installdirs maintainer-clean \
14711499 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1472 pdf-am ps ps-am recheck uninstall uninstall-am \
1500 pdf-am ps ps-am recheck tags-am uninstall uninstall-am \
14731501 uninstall-dist_modulesDATA uninstall-nodist_binSCRIPTS
14741502
14751503
11
22 # pod2texi -- convert Pod to Texinfo.
33 #
4 # Copyright 2012 Free Software Foundation, Inc.
4 # Copyright 2012, 2013 Free Software Foundation, Inc.
55 #
66 # This program is free software; you can redistribute it and/or modify
77 # it under the terms of the GNU General Public License as published by
144144 printf __("Copyright (C) %s Free Software Foundation, Inc.
145145 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
146146 This is free software: you are free to change and redistribute it.
147 There is NO WARRANTY, to the extent permitted by law.\n"), '2012';
147 There is NO WARRANTY, to the extent permitted by law.\n"), "2013";
148148 exit 0;},
149149 'base-level=s' => sub {
150150 if ($_[1] =~ /^[0-4]$/) {
0 $Id: README,v 1.25 2012/05/27 08:36:26 pertusus Exp $
0 $Id: README,v 1.26 2013/01/02 01:00:11 karl Exp $
11 This is the README file for the GNU Texinfo distribution. Texinfo is
22 the preferred documentation format for GNU software.
33
44 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
5 2002, 2003, 2004, 2009, 2010, 2011, 2012
5 2002, 2003, 2004, 2009, 2010, 2011, 2012, 2013
66 Free Software Foundation, Inc.
77
88 Copying and distribution of this file, with or without modification,
1212 Home page: http://www.gnu.org/software/texinfo/
1313 This page includes links to other Texinfo-related programs.
1414
15 Primary distribution point: ftp://ftp.gnu.org/gnu/texinfo/
15 Primary distribution point: http://ftp.gnu.org/gnu/texinfo/
1616 automatic mirror redirection: http://ftpmirror.gnu.org/texinfo/
1717 mirror list: http://www.gnu.org/prep/ftp.html
1818
2828
2929 See ./INSTALL* for installation instructions.
3030
31 To get started with Texinfo, best is to read the Texinfo manual.
32 It is online at http://www.gnu.org/software/texinfo/manual/texinfo.
33 If you don't have Internet access, you can read it locally:
31 To get started with Texinfo, best is to read the Texinfo manual;
32 it is online at http://www.gnu.org/software/texinfo/manual/texinfo.
33 If you don't have Internet access, you can read the manual locally:
3434 - first, build the distribution.
3535 - then, for HTML, run: make -C doc html
3636 and you can start reading at doc/texinfo.html/index.html.
9999 util/texi2dvi This is a shell script for producing an
100100 indexed DVI file using TeX and texindex.
101101
102 util/texi2pdf Generate PDF, otherwise like texi2dvi.
102 util/texi2pdf Generate PDF (wrapper for texi2dvi).
103103
104104 Source directories:
105105 djgpp/ Support for compiling under DJGPP.
109109 tp/ Texinfo Parser in Perl, includes texi2any/makeinfo.
110110
111111 Translation support:
112 po Strings of the programs.
113 po_document Strings in generated Texinfo documents.
112 po/ Strings of the programs.
113 po_document/ Strings in generated Texinfo documents.
114114
115115 Installation support:
116116 Makefile.am Read by Automake to create a Makefile.in.
120120 configure Configuration script for local conditions,
121121 created by Autoconf.
122122 build-aux/ Common files.
123
124 Finally, the contrib/ directory contains additional files from users
125 provided for your reading and/or hacking pleasure. They aren't part of
126 Texinfo proper or maintained by the Texinfo developers.
0 $Id: TODO,v 1.69 2012/12/15 22:59:41 karl Exp $
0 $Id: TODO,v 1.70 2012/12/31 19:02:57 karl Exp $
11 This is the todo list for GNU Texinfo.
22 If you are interested in working on any of these, email bug-texinfo@gnu.org.
33
148148 - Handle M-n, C-u m, and C-u g like Emacs Info (opening new windows).
149149
150150 * install-info:
151 - install-info --dir-file=dir2 --entry=info foo.info installs garbage
152 from the misformatted --entry (and no entries from foo.info).
151153 - be able to copy the info file to compile-time $infodir, to
152154 simplify by-hand installation.
153155 - also support installing HTML files, etc., along with subsidiary
0 # generated automatically by aclocal 1.12.6 -*- Autoconf -*-
0 # generated automatically by aclocal 1.13 -*- Autoconf -*-
11
22 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
33
1010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1111 # PARTICULAR PURPOSE.
1212
13 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1314 m4_ifndef([AC_AUTOCONF_VERSION],
1415 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1516 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
3031 # generated from the m4 files accompanying Automake X.Y.
3132 # (This private macro should not be called outside this file.)
3233 AC_DEFUN([AM_AUTOMAKE_VERSION],
33 [am__api_version='1.12'
34 [am__api_version='1.13'
3435 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3536 dnl require some minimum version. Point them to the right macro.
36 m4_if([$1], [1.12.6], [],
37 m4_if([$1], [1.13], [],
3738 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
3839 ])
3940
4950 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5051 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5152 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
52 [AM_AUTOMAKE_VERSION([1.12.6])dnl
53 [AM_AUTOMAKE_VERSION([1.13])dnl
5354 m4_ifndef([AC_AUTOCONF_VERSION],
5455 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5556 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
342343 # ------------------------------
343344 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
344345 [{
345 # Autoconf 2.62 quotes --file arguments for eval, but not when files
346 # Older Autoconf quotes --file arguments for eval, but not when files
346347 # are listed without --file. Let's play safe and only enable the eval
347348 # if we detect the quoting.
348349 case $CONFIG_FILES in
428429 # arguments mandatory, and then we can depend on a new Autoconf
429430 # release and drop the old call support.
430431 AC_DEFUN([AM_INIT_AUTOMAKE],
431 [AC_PREREQ([2.62])dnl
432 [AC_PREREQ([2.65])dnl
432433 dnl Autoconf wants to disallow AM_ names. We explicitly allow
433434 dnl the ones we care about.
434435 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
458459 dnl Distinguish between old-style and new-style calls.
459460 m4_ifval([$2],
460461 [AC_DIAGNOSE([obsolete],
461 [$0: two- and three-arguments forms are deprecated. For more info, see:
462 http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
462 [$0: two- and three-arguments forms are deprecated.])
463463 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
464464 AC_SUBST([PACKAGE], [$1])dnl
465465 AC_SUBST([VERSION], [$2])],
513513 [_AM_DEPENDENCIES([OBJC])],
514514 [m4_define([AC_PROG_OBJC],
515515 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
516 dnl Support for Objective C++ was only introduced in Autoconf 2.65,
517 dnl but we still cater to Autoconf 2.62.
518 m4_ifdef([AC_PROG_OBJCXX],
519 [AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
516 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
520517 [_AM_DEPENDENCIES([OBJCXX])],
521518 [m4_define([AC_PROG_OBJCXX],
522 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
523 ])
524 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
525 dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
526 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
527 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
519 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
520 ])
521 AC_REQUIRE([AM_SILENT_RULES])dnl
522 dnl The testsuite driver may need to know about EXEEXT, so add the
523 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
524 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
528525 AC_CONFIG_COMMANDS_PRE(dnl
529526 [m4_provide_if([_AM_COMPILER_EXEEXT],
530527 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
697694
698695 # AM_MISSING_HAS_RUN
699696 # ------------------
700 # Define MISSING if not defined so far and test if it supports --run.
701 # If it does, set am_missing_run to use it, otherwise, to nothing.
697 # Define MISSING if not defined so far and test if it is modern enough.
698 # If it is, set am_missing_run to use it, otherwise, to nothing.
702699 AC_DEFUN([AM_MISSING_HAS_RUN],
703700 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
704701 AC_REQUIRE_AUX_FILE([missing])dnl
711708 esac
712709 fi
713710 # Use eval to expand $SHELL
714 if eval "$MISSING --run true"; then
715 am_missing_run="$MISSING --run "
711 if eval "$MISSING --is-lightweight"; then
712 am_missing_run="$MISSING "
716713 else
717714 am_missing_run=
718715 AC_MSG_WARN(['missing' script is too old or missing])
719716 fi
720 ])
721
722 # Copyright (C) 2003-2012 Free Software Foundation, Inc.
723 #
724 # This file is free software; the Free Software Foundation
725 # gives unlimited permission to copy and/or distribute it,
726 # with or without modifications, as long as this notice is preserved.
727
728 # AM_PROG_MKDIR_P
729 # ---------------
730 # Check for 'mkdir -p'.
731 AC_DEFUN([AM_PROG_MKDIR_P],
732 [AC_PREREQ([2.60])dnl
733 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
734 dnl FIXME to be removed in Automake 1.13.
735 AC_DIAGNOSE([obsolete],
736 [$0: this macro is deprecated, and will soon be removed.
737 You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
738 and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.])
739 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
740 dnl while keeping a definition of mkdir_p for backward compatibility.
741 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
742 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
743 dnl Makefile.ins that do not define MKDIR_P, so we do our own
744 dnl adjustment using top_builddir (which is defined more often than
745 dnl MKDIR_P).
746 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
747 case $mkdir_p in
748 [[\\/$]]* | ?:[[\\/]]*) ;;
749 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
750 esac
751717 ])
752718
753719 # Helper functions for option handling. -*- Autoconf -*-
879845 fi
880846 AC_MSG_RESULT([done])])
881847 rm -f conftest.file
848 ])
849
850 # Copyright (C) 2009-2012 Free Software Foundation, Inc.
851 #
852 # This file is free software; the Free Software Foundation
853 # gives unlimited permission to copy and/or distribute it,
854 # with or without modifications, as long as this notice is preserved.
855
856 # AM_SILENT_RULES([DEFAULT])
857 # --------------------------
858 # Enable less verbose build rules; with the default set to DEFAULT
859 # ("yes" being less verbose, "no" or empty being verbose).
860 AC_DEFUN([AM_SILENT_RULES],
861 [AC_ARG_ENABLE([silent-rules], [dnl
862 AS_HELP_STRING(
863 [--enable-silent-rules],
864 [less verbose build output (undo: "make V=1")])
865 AS_HELP_STRING(
866 [--disable-silent-rules],
867 [verbose build output (undo: "make V=0")])dnl
868 ])
869 case $enable_silent_rules in @%:@ (((
870 yes) AM_DEFAULT_VERBOSITY=0;;
871 no) AM_DEFAULT_VERBOSITY=1;;
872 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
873 esac
874 dnl
875 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
876 dnl do not support nested variable expansions.
877 dnl See automake bug#9928 and bug#10237.
878 am_make=${MAKE-make}
879 AC_CACHE_CHECK([whether $am_make supports nested variables],
880 [am_cv_make_support_nested_variables],
881 [if AS_ECHO([['TRUE=$(BAR$(V))
882 BAR0=false
883 BAR1=true
884 V=1
885 am__doit:
886 @$(TRUE)
887 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
888 am_cv_make_support_nested_variables=yes
889 else
890 am_cv_make_support_nested_variables=no
891 fi])
892 if test $am_cv_make_support_nested_variables = yes; then
893 dnl Using '$V' instead of '$(V)' breaks IRIX make.
894 AM_V='$(V)'
895 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
896 else
897 AM_V=$AM_DEFAULT_VERBOSITY
898 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
899 fi
900 AC_SUBST([AM_V])dnl
901 AM_SUBST_NOTMAKE([AM_V])dnl
902 AC_SUBST([AM_DEFAULT_V])dnl
903 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
904 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
905 AM_BACKSLASH='\'
906 AC_SUBST([AM_BACKSLASH])dnl
907 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
882908 ])
883909
884910 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
22
33 scriptversion=2012-10-14.11; # UTC
44
5 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
5 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-09-25'
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2012-12-30'
77
88 # This file is free software; you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
10 # the Free Software Foundation; either version 3 of the License, or
1111 # (at your option) any later version.
1212 #
1313 # This program is distributed in the hope that it will be useful, but
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
2323 # configuration script generated by Autoconf, you may include it under
24 # the same distribution terms that you use for the rest of that program.
25
26
27 # Originally written by Per Bothner. Please send patches (context
28 # diff format) to <config-patches@gnu.org> and include a ChangeLog
29 # entry.
24 # the same distribution terms that you use for the rest of that
25 # program. This Exception is an additional permission under section 7
26 # of the GNU General Public License, version 3 ("GPLv3").
3027 #
31 # This script attempts to guess a canonical system name similar to
32 # config.sub. If it succeeds, it prints the system name on stdout, and
33 # exits with 0. Otherwise, it exits with 1.
28 # Originally written by Per Bothner.
3429 #
3530 # You can get the latest version of this script from:
3631 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
32 #
33 # Please send patches with a ChangeLog entry to config-patches@gnu.org.
34
3735
3836 me=`echo "$0" | sed -e 's,.*/,,'`
3937
5452
5553 Originally written by Per Bothner.
5654 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
57 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
58 Free Software Foundation, Inc.
55 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
56 2012, 2013 Free Software Foundation, Inc.
5957
6058 This is free software; see the source for copying conditions. There is NO
6159 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
11 # Output a system dependent set of variables, describing how to set the
22 # run time search path of shared libraries in an executable.
33 #
4 # Copyright 1996-2012 Free Software Foundation, Inc.
4 # Copyright 1996-2013 Free Software Foundation, Inc.
55 # Taken from GNU libtool, 2001
66 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
77 #
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
33 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-12-06'
7
8 # This file is (in principle) common to ALL GNU software.
9 # The presence of a machine in this file suggests that SOME GNU software
10 # can handle that machine. It does not imply ALL GNU software can.
11 #
12 # This file is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2 of the License, or
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2012-12-31'
7
8 # This file is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
1511 # (at your option) any later version.
1612 #
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
13 # This program is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # General Public License for more details.
2117 #
2218 # You should have received a copy of the GNU General Public License
2319 # along with this program; if not, see <http://www.gnu.org/licenses/>.
2521 # As a special exception to the GNU General Public License, if you
2622 # distribute this file as part of a program that contains a
2723 # configuration script generated by Autoconf, you may include it under
28 # the same distribution terms that you use for the rest of that program.
29
30
31 # Please send patches to <config-patches@gnu.org>. Submit a context
32 # diff and a properly formatted GNU ChangeLog entry.
24 # the same distribution terms that you use for the rest of that
25 # program. This Exception is an additional permission under section 7
26 # of the GNU General Public License, version 3 ("GPLv3").
27
28
29 # Please send patches with a ChangeLog entry to config-patches@gnu.org.
3330 #
3431 # Configuration subroutine to validate and canonicalize a configuration type.
3532 # Supply the specified configuration type as an argument.
7370 GNU config.sub ($timestamp)
7471
7572 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
76 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
77 Free Software Foundation, Inc.
73 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
74 2012, 2013 Free Software Foundation, Inc.
7875
7976 This is free software; see the source for copying conditions. There is NO
8077 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
15021499 -aros*)
15031500 os=-aros
15041501 ;;
1505 -kaos*)
1506 os=-kaos
1507 ;;
15081502 -zvmoe)
15091503 os=-zvmoe
15101504 ;;
22
33 scriptversion=2012-10-18.11; # UTC
44
5 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
5 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
248248 # looking at the text of this script. This case will never be run,
249249 # since it is checked for above.
250250 exit 1
251 ;;
252
253 sgi)
254 if test "$libtool" = yes; then
255 "$@" "-Wp,-MDupdate,$tmpdepfile"
256 else
257 "$@" -MDupdate "$tmpdepfile"
258 fi
259 stat=$?
260 if test $stat -ne 0; then
261 rm -f "$tmpdepfile"
262 exit $stat
263 fi
264 rm -f "$depfile"
265
266 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
267 echo "$object : \\" > "$depfile"
268 # Clip off the initial element (the dependent). Don't try to be
269 # clever and replace this with sed code, as IRIX sed won't handle
270 # lines with more than a fixed number of characters (4096 in
271 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
272 # the IRIX cc adds comments like '#:fec' to the end of the
273 # dependency line.
274 tr ' ' "$nl" < "$tmpdepfile" \
275 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
276 | tr "$nl" ' ' >> "$depfile"
277 echo >> "$depfile"
278 # The second pass generates a dummy entry for each header file.
279 tr ' ' "$nl" < "$tmpdepfile" \
280 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
281 >> "$depfile"
282 else
283 make_dummy_depfile
284 fi
285 rm -f "$tmpdepfile"
286251 ;;
287252
288253 xlc)
22
33 scriptversion=2010-08-21.06; # UTC
44
5 # Copyright (C) 1995-2012 Free Software Foundation, Inc.
5 # Copyright (C) 1995-2013 Free Software Foundation, Inc.
66 # written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
77 #
88 # This program is free software; you can redistribute it and/or modify
00 #! /bin/sh
1 # Common stub for a few missing GNU programs while installing.
2
3 scriptversion=2009-04-28.21; # UTC
4
5 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
6 # 2008, 2009 Free Software Foundation, Inc.
7 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
1 # Common wrapper for a few potentially missing GNU programs.
2
3 scriptversion=2012-06-26.16; # UTC
4
5 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
6 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
87
98 # This program is free software; you can redistribute it and/or modify
109 # it under the terms of the GNU General Public License as published by
2524 # the same distribution terms that you use for the rest of that program.
2625
2726 if test $# -eq 0; then
28 echo 1>&2 "Try \`$0 --help' for more information"
27 echo 1>&2 "Try '$0 --help' for more information"
2928 exit 1
3029 fi
3130
32 run=:
33 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
34 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
35
36 # In the cases where this matters, `missing' is being run in the
37 # srcdir already.
38 if test -f configure.ac; then
39 configure_ac=configure.ac
40 else
41 configure_ac=configure.in
42 fi
43
44 msg="missing on your system"
45
4631 case $1 in
47 --run)
48 # Try to run requested program, and just exit if it succeeds.
49 run=
50 shift
51 "$@" && exit 0
52 # Exit code 63 means version mismatch. This often happens
53 # when the user try to use an ancient version of a tool on
54 # a file that requires a minimum version. In this case we
55 # we should proceed has if the program had been absent, or
56 # if --run hadn't been passed.
57 if test $? = 63; then
58 run=:
59 msg="probably too old"
60 fi
61 ;;
32
33 --is-lightweight)
34 # Used by our autoconf macros to check whether the available missing
35 # script is modern enough.
36 exit 0
37 ;;
38
39 --run)
40 # Back-compat with the calling convention used by older automake.
41 shift
42 ;;
6243
6344 -h|--h|--he|--hel|--help)
6445 echo "\
6546 $0 [OPTION]... PROGRAM [ARGUMENT]...
6647
67 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
68 error status if there is no known handling for PROGRAM.
48 Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
49 to PROGRAM being missing or too old.
6950
7051 Options:
7152 -h, --help display this help and exit
7253 -v, --version output version information and exit
73 --run try to run the given command, and emulate it if it fails
7454
7555 Supported PROGRAM values:
76 aclocal touch file \`aclocal.m4'
77 autoconf touch file \`configure'
78 autoheader touch file \`config.h.in'
79 autom4te touch the output file, or create a stub one
80 automake touch all \`Makefile.in' files
81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
82 flex create \`lex.yy.c', if possible, from existing .c
83 help2man touch the output file
84 lex create \`lex.yy.c', if possible, from existing .c
85 makeinfo touch the output file
86 tar try tar, gnutar, gtar, then tar without non-portable flags
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
88
89 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
90 \`g' are ignored when checking the name.
56 aclocal autoconf autoheader autom4te automake makeinfo
57 bison yacc flex lex help2man
58
59 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
60 'g' are ignored when checking the name.
9161
9262 Send bug reports to <bug-automake@gnu.org>."
9363 exit $?
9969 ;;
10070
10171 -*)
102 echo 1>&2 "$0: Unknown \`$1' option"
103 echo 1>&2 "Try \`$0 --help' for more information"
72 echo 1>&2 "$0: unknown '$1' option"
73 echo 1>&2 "Try '$0 --help' for more information"
10474 exit 1
10575 ;;
10676
10777 esac
10878
109 # normalize program name to check for.
110 program=`echo "$1" | sed '
111 s/^gnu-//; t
112 s/^gnu//; t
113 s/^g//; t'`
114
115 # Now exit if we have it, but it failed. Also exit now if we
116 # don't have it and --version was passed (most likely to detect
117 # the program). This is about non-GNU programs, so use $1 not
118 # $program.
119 case $1 in
120 lex*|yacc*)
121 # Not GNU programs, they don't have --version.
122 ;;
123
124 tar*)
125 if test -n "$run"; then
126 echo 1>&2 "ERROR: \`tar' requires --run"
127 exit 1
128 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
129 exit 1
130 fi
131 ;;
132
133 *)
134 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
135 # We have it, but it failed.
136 exit 1
137 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
138 # Could not run --version or --help. This is probably someone
139 # running `$TOOL --version' or `$TOOL --help' to check whether
140 # $TOOL exists and not knowing $TOOL uses missing.
141 exit 1
142 fi
143 ;;
144 esac
145
146 # If it does not exist, or fails to run (possibly an outdated version),
147 # try to emulate it.
148 case $program in
149 aclocal*)
150 echo 1>&2 "\
151 WARNING: \`$1' is $msg. You should only need it if
152 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
153 to install the \`Automake' and \`Perl' packages. Grab them from
154 any GNU archive site."
155 touch aclocal.m4
156 ;;
157
158 autoconf*)
159 echo 1>&2 "\
160 WARNING: \`$1' is $msg. You should only need it if
161 you modified \`${configure_ac}'. You might want to install the
162 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
163 archive site."
164 touch configure
165 ;;
166
167 autoheader*)
168 echo 1>&2 "\
169 WARNING: \`$1' is $msg. You should only need it if
170 you modified \`acconfig.h' or \`${configure_ac}'. You might want
171 to install the \`Autoconf' and \`GNU m4' packages. Grab them
172 from any GNU archive site."
173 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
174 test -z "$files" && files="config.h"
175 touch_files=
176 for f in $files; do
177 case $f in
178 *:*) touch_files="$touch_files "`echo "$f" |
179 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
180 *) touch_files="$touch_files $f.in";;
181 esac
182 done
183 touch $touch_files
184 ;;
185
186 automake*)
187 echo 1>&2 "\
188 WARNING: \`$1' is $msg. You should only need it if
189 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
190 You might want to install the \`Automake' and \`Perl' packages.
191 Grab them from any GNU archive site."
192 find . -type f -name Makefile.am -print |
193 sed 's/\.am$/.in/' |
194 while read f; do touch "$f"; done
195 ;;
196
197 autom4te*)
198 echo 1>&2 "\
199 WARNING: \`$1' is needed, but is $msg.
200 You might have modified some files without having the
201 proper tools for further handling them.
202 You can get \`$1' as part of \`Autoconf' from any GNU
203 archive site."
204
205 file=`echo "$*" | sed -n "$sed_output"`
206 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
207 if test -f "$file"; then
208 touch $file
209 else
210 test -z "$file" || exec >$file
211 echo "#! /bin/sh"
212 echo "# Created by GNU Automake missing as a replacement of"
213 echo "# $ $@"
214 echo "exit 0"
215 chmod +x $file
216 exit 1
217 fi
218 ;;
219
220 bison*|yacc*)
221 echo 1>&2 "\
222 WARNING: \`$1' $msg. You should only need it if
223 you modified a \`.y' file. You may need the \`Bison' package
224 in order for those modifications to take effect. You can get
225 \`Bison' from any GNU archive site."
226 rm -f y.tab.c y.tab.h
227 if test $# -ne 1; then
228 eval LASTARG="\${$#}"
229 case $LASTARG in
230 *.y)
231 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
232 if test -f "$SRCFILE"; then
233 cp "$SRCFILE" y.tab.c
234 fi
235 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
236 if test -f "$SRCFILE"; then
237 cp "$SRCFILE" y.tab.h
238 fi
239 ;;
240 esac
241 fi
242 if test ! -f y.tab.h; then
243 echo >y.tab.h
244 fi
245 if test ! -f y.tab.c; then
246 echo 'main() { return 0; }' >y.tab.c
247 fi
248 ;;
249
250 lex*|flex*)
251 echo 1>&2 "\
252 WARNING: \`$1' is $msg. You should only need it if
253 you modified a \`.l' file. You may need the \`Flex' package
254 in order for those modifications to take effect. You can get
255 \`Flex' from any GNU archive site."
256 rm -f lex.yy.c
257 if test $# -ne 1; then
258 eval LASTARG="\${$#}"
259 case $LASTARG in
260 *.l)
261 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
262 if test -f "$SRCFILE"; then
263 cp "$SRCFILE" lex.yy.c
264 fi
265 ;;
266 esac
267 fi
268 if test ! -f lex.yy.c; then
269 echo 'main() { return 0; }' >lex.yy.c
270 fi
271 ;;
272
273 help2man*)
274 echo 1>&2 "\
275 WARNING: \`$1' is $msg. You should only need it if
276 you modified a dependency of a manual page. You may need the
277 \`Help2man' package in order for those modifications to take
278 effect. You can get \`Help2man' from any GNU archive site."
279
280 file=`echo "$*" | sed -n "$sed_output"`
281 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
282 if test -f "$file"; then
283 touch $file
284 else
285 test -z "$file" || exec >$file
286 echo ".ab help2man is required to generate this page"
287 exit $?
288 fi
289 ;;
290
291 makeinfo*)
292 echo 1>&2 "\
293 WARNING: \`$1' is $msg. You should only need it if
294 you modified a \`.texi' or \`.texinfo' file, or any other file
295 indirectly affecting the aspect of the manual. The spurious
296 call might also be the consequence of using a buggy \`make' (AIX,
297 DU, IRIX). You might want to install the \`Texinfo' package or
298 the \`GNU make' package. Grab either from any GNU archive site."
299 # The file to touch is that specified with -o ...
300 file=`echo "$*" | sed -n "$sed_output"`
301 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
302 if test -z "$file"; then
303 # ... or it is the one specified with @setfilename ...
304 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
305 file=`sed -n '
306 /^@setfilename/{
307 s/.* \([^ ]*\) *$/\1/
308 p
309 q
310 }' $infile`
311 # ... or it is derived from the source name (dir/f.texi becomes f.info)
312 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
313 fi
314 # If the file does not exist, the user really needs makeinfo;
315 # let's fail without touching anything.
316 test -f $file || exit 1
317 touch $file
318 ;;
319
320 tar*)
321 shift
322
323 # We have already tried tar in the generic part.
324 # Look for gnutar/gtar before invocation to avoid ugly error
325 # messages.
326 if (gnutar --version > /dev/null 2>&1); then
327 gnutar "$@" && exit 0
328 fi
329 if (gtar --version > /dev/null 2>&1); then
330 gtar "$@" && exit 0
331 fi
332 firstarg="$1"
333 if shift; then
334 case $firstarg in
335 *o*)
336 firstarg=`echo "$firstarg" | sed s/o//`
337 tar "$firstarg" "$@" && exit 0
338 ;;
339 esac
340 case $firstarg in
341 *h*)
342 firstarg=`echo "$firstarg" | sed s/h//`
343 tar "$firstarg" "$@" && exit 0
344 ;;
345 esac
346 fi
347
348 echo 1>&2 "\
349 WARNING: I can't seem to be able to run \`tar' with the given arguments.
350 You may want to install GNU tar or Free paxutils, or check the
351 command line arguments."
352 exit 1
353 ;;
354
355 *)
356 echo 1>&2 "\
357 WARNING: \`$1' is needed, and is $msg.
358 You might have modified some files without having the
359 proper tools for further handling them. Check the \`README' file,
360 it often tells you about the needed prerequisites for installing
361 this package. You may also peek at any GNU archive site, in case
362 some other package would contain this missing \`$1' program."
363 exit 1
364 ;;
365 esac
366
367 exit 0
79 # Run the given program, remember its exit status.
80 "$@"; st=$?
81
82 # If it succeeded, we are done.
83 test $st -eq 0 && exit 0
84
85 # Also exit now if we it failed (or wasn't found), and '--version' was
86 # passed; such an option is passed most likely to detect whether the
87 # program is present and works.
88 case $2 in --version|--help) exit $st;; esac
89
90 # Exit code 63 means version mismatch. This often happens when the user
91 # tries to use an ancient version of a tool on a file that requires a
92 # minimum version.
93 if test $st -eq 63; then
94 msg="probably too old"
95 elif test $st -eq 127; then
96 # Program was missing.
97 msg="missing on your system"
98 else
99 # Program was found and executed, but failed. Give up.
100 exit $st
101 fi
102
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
106
107 program_details ()
108 {
109 case $1 in
110 aclocal|automake)
111 echo "The '$1' program is part of the GNU Automake package:"
112 echo "<$gnu_software_URL/automake>"
113 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
114 echo "<$gnu_software_URL/autoconf>"
115 echo "<$gnu_software_URL/m4/>"
116 echo "<$perl_URL>"
117 ;;
118 autoconf|autom4te|autoheader)
119 echo "The '$1' program is part of the GNU Autoconf package:"
120 echo "<$gnu_software_URL/autoconf/>"
121 echo "It also requires GNU m4 and Perl in order to run:"
122 echo "<$gnu_software_URL/m4/>"
123 echo "<$perl_URL>"
124 ;;
125 esac
126 }
127
128 give_advice ()
129 {
130 # Normalize program name to check for.
131 normalized_program=`echo "$1" | sed '
132 s/^gnu-//; t
133 s/^gnu//; t
134 s/^g//; t'`
135
136 printf '%s\n' "'$1' is $msg."
137
138 configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
139 case $normalized_program in
140 autoconf*)
141 echo "You should only need it if you modified 'configure.ac',"
142 echo "or m4 files included by it."
143 program_details 'autoconf'
144 ;;
145 autoheader*)
146 echo "You should only need it if you modified 'acconfig.h' or"
147 echo "$configure_deps."
148 program_details 'autoheader'
149 ;;
150 automake*)
151 echo "You should only need it if you modified 'Makefile.am' or"
152 echo "$configure_deps."
153 program_details 'automake'
154 ;;
155 aclocal*)
156 echo "You should only need it if you modified 'acinclude.m4' or"
157 echo "$configure_deps."
158 program_details 'aclocal'
159 ;;
160 autom4te*)
161 echo "You might have modified some maintainer files that require"
162 echo "the 'automa4te' program to be rebuilt."
163 program_details 'autom4te'
164 ;;
165 bison*|yacc*)
166 echo "You should only need it if you modified a '.y' file."
167 echo "You may want to install the GNU Bison package:"
168 echo "<$gnu_software_URL/bison/>"
169 ;;
170 lex*|flex*)
171 echo "You should only need it if you modified a '.l' file."
172 echo "You may want to install the Fast Lexical Analyzer package:"
173 echo "<$flex_URL>"
174 ;;
175 help2man*)
176 echo "You should only need it if you modified a dependency" \
177 "of a man page."
178 echo "You may want to install the GNU Help2man package:"
179 echo "<$gnu_software_URL/help2man/>"
180 ;;
181 makeinfo*)
182 echo "You should only need it if you modified a '.texi' file, or"
183 echo "any other file indirectly affecting the aspect of the manual."
184 echo "You might want to install the Texinfo package:"
185 echo "<$gnu_software_URL/texinfo/>"
186 echo "The spurious makeinfo call might also be the consequence of"
187 echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
188 echo "want to install GNU make:"
189 echo "<$gnu_software_URL/make/>"
190 ;;
191 *)
192 echo "You might have modified some files without having the proper"
193 echo "tools for further handling them. Check the 'README' file, it"
194 echo "often tells you about the needed prerequisites for installing"
195 echo "this package. You may also peek at any GNU archive site, in"
196 echo "case some other package contains this missing '$1' program."
197 ;;
198 esac
199 }
200
201 give_advice "$1" | sed -e '1s/^/WARNING: /' \
202 -e '2,$s/^/ /' >&2
203
204 # Propagate the correct exit status (expected to be 127 for a program
205 # not found, 63 for a program that failed due to version mismatch).
206 exit $st
368207
369208 # Local variables:
370209 # eval: (add-hook 'write-file-hooks 'time-stamp)
00 /* A C macro for declaring that specific arguments must not be NULL.
1 Copyright (C) 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify it
44 under the terms of the GNU General Public License as published
00 /* C++ compatible function declaration macros.
1 Copyright (C) 2010-2012 Free Software Foundation, Inc.
1 Copyright (C) 2010-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify it
44 under the terms of the GNU General Public License as published
00 /* A C macro for emitting warnings if a function is used.
1 Copyright (C) 2010-2012 Free Software Foundation, Inc.
1 Copyright (C) 2010-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify it
44 under the terms of the GNU General Public License as published
00 #! /bin/sh
1 # test-driver - basic driver script for the 'parallel-tests' mode.
1 # test-driver - basic testsuite driver script.
22
33 scriptversion=2012-06-27.10; # UTC
44
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{2012-11-08.11}
5 \def\texinfoversion{2013-01-01.15}
66 %
77 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
88 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
9 % 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
9 % 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
1010 %
1111 % This texinfo.tex file is free software: you can redistribute it and/or
1212 % modify it under the terms of the GNU General Public License as
2323 %
2424 % As a special exception, when this file is read by TeX when processing
2525 % a Texinfo source document, you may use the result without
26 % restriction. (This has been our intent since Texinfo was invented.)
26 % restriction. This Exception is an additional permission under section 7
27 % of the GNU General Public License, version 3 ("GPLv3").
2728 %
2829 % Please try the latest version of texinfo.tex before submitting bug
2930 % reports; you can get the latest version from:
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.92.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 4.13.93.
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.92'
583 PACKAGE_STRING='GNU Texinfo 4.13.92'
582 PACKAGE_VERSION='4.13.93'
583 PACKAGE_STRING='GNU Texinfo 4.13.93'
584584 PACKAGE_BUGREPORT='bug-texinfo@gnu.org'
585585 PACKAGE_URL='http://www.gnu.org/software/texinfo/'
586586
633633 am__EXEEXT_FALSE
634634 am__EXEEXT_TRUE
635635 LTLIBOBJS
636 TGT_IS_WINDOWS_FALSE
637 TGT_IS_WINDOWS_TRUE
636 HOST_IS_WINDOWS_FALSE
637 HOST_IS_WINDOWS_TRUE
638638 POD_SIMPLE_TEXINFO_TESTS_FALSE
639639 POD_SIMPLE_TEXINFO_TESTS_TRUE
640640 BUILD_PERL_API_TEXI_FALSE
641641 BUILD_PERL_API_TEXI_TRUE
642642 TP_TESTS_FALSE
643643 TP_TESTS_TRUE
644 PROVE
645 TEX
646 HEVEA
647644 USE_EXTERNAL_LIBINTL
648645 POSUB
649646 INTLLIBS
12781275 TEXI2HTML_FALSE
12791276 TEXI2HTML_TRUE
12801277 TEXINFO_DTD_VERSION
1278 AM_BACKSLASH
1279 AM_DEFAULT_VERBOSITY
1280 AM_DEFAULT_V
1281 AM_V
12811282 am__untar
12821283 am__tar
12831284 AMTAR
13421343 ac_subst_files=''
13431344 ac_user_opts='
13441345 enable_option_checking
1346 enable_silent_rules
13451347 enable_dependency_tracking
13461348 enable_largefile
13471349 with_included_regex
19091911 # Omit some internal or obsolete options to make the list less imposing.
19101912 # This message is too long to be a string in the A/UX 3.1 sh.
19111913 cat <<_ACEOF
1912 \`configure' configures GNU Texinfo 4.13.92 to adapt to many kinds of systems.
1914 \`configure' configures GNU Texinfo 4.13.93 to adapt to many kinds of systems.
19131915
19141916 Usage: $0 [OPTION]... [VAR=VALUE]...
19151917
19791981
19801982 if test -n "$ac_init_help"; then
19811983 case $ac_init_help in
1982 short | recursive ) echo "Configuration of GNU Texinfo 4.13.92:";;
1984 short | recursive ) echo "Configuration of GNU Texinfo 4.13.93:";;
19831985 esac
19841986 cat <<\_ACEOF
19851987
19871989 --disable-option-checking ignore unrecognized --enable/--with options
19881990 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
19891991 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1992 --enable-silent-rules less verbose build output (undo: "make V=1")
1993 --disable-silent-rules verbose build output (undo: "make V=0")
19901994 --enable-dependency-tracking
19911995 do not reject slow dependency extractors
19921996 --disable-dependency-tracking
21032107 test -n "$ac_init_help" && exit $ac_status
21042108 if $ac_init_version; then
21052109 cat <<\_ACEOF
2106 GNU Texinfo configure 4.13.92
2110 GNU Texinfo configure 4.13.93
21072111 generated by GNU Autoconf 2.69
21082112
21092113 Copyright (C) 2012 Free Software Foundation, Inc.
28122816 This file contains any messages produced by compilers while
28132817 running configure, to aid debugging if configure makes a mistake.
28142818
2815 It was created by GNU Texinfo $as_me 4.13.92, which was
2819 It was created by GNU Texinfo $as_me 4.13.93, which was
28162820 generated by GNU Autoconf 2.69. Invocation command line was
28172821
28182822 $ $0 $@
32263230 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
32273231
32283232
3229 am__api_version='1.12'
3233 am__api_version='1.13'
32303234
32313235 # Find a good install program. We prefer a C program (faster),
32323236 # so one script is as good as another. But avoid the broken or
34103414 esac
34113415 fi
34123416 # Use eval to expand $SHELL
3413 if eval "$MISSING --run true"; then
3414 am_missing_run="$MISSING --run "
3417 if eval "$MISSING --is-lightweight"; then
3418 am_missing_run="$MISSING "
34153419 else
34163420 am_missing_run=
34173421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
35693573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
35703574 $as_echo "$MKDIR_P" >&6; }
35713575
3572
35733576 for ac_prog in gawk mawk nawk awk
35743577 do
35753578 # Extract the first word of "$ac_prog", so it can be a program name with args.
36523655 fi
36533656 rmdir .tst 2>/dev/null
36543657
3658 # Check whether --enable-silent-rules was given.
3659 if test "${enable_silent_rules+set}" = set; then :
3660 enableval=$enable_silent_rules;
3661 fi
3662
3663 case $enable_silent_rules in # (((
3664 yes) AM_DEFAULT_VERBOSITY=0;;
3665 no) AM_DEFAULT_VERBOSITY=1;;
3666 *) AM_DEFAULT_VERBOSITY=1;;
3667 esac
3668 am_make=${MAKE-make}
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3670 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3671 if ${am_cv_make_support_nested_variables+:} false; then :
3672 $as_echo_n "(cached) " >&6
3673 else
3674 if $as_echo 'TRUE=$(BAR$(V))
3675 BAR0=false
3676 BAR1=true
3677 V=1
3678 am__doit:
3679 @$(TRUE)
3680 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3681 am_cv_make_support_nested_variables=yes
3682 else
3683 am_cv_make_support_nested_variables=no
3684 fi
3685 fi
3686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3687 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3688 if test $am_cv_make_support_nested_variables = yes; then
3689 AM_V='$(V)'
3690 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3691 else
3692 AM_V=$AM_DEFAULT_VERBOSITY
3693 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3694 fi
3695 AM_BACKSLASH='\'
3696
36553697 if test "`cd $srcdir && pwd`" != "`pwd`"; then
36563698 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
36573699 # is not polluted with repeated "-I."
36743716
36753717 # Define the identity of the package.
36763718 PACKAGE='texinfo'
3677 VERSION='4.13.92'
3719 VERSION='4.13.93'
36783720
36793721
36803722 cat >>confdefs.h <<_ACEOF
38093851 ac_config_headers="$ac_config_headers config.h:config.in"
38103852
38113853
3812 # version for the dtd. In between releases, PACKAGE_VERSION is not set
3813 # to a value that corresponds to actual files on the internet.
3854 # version for the dtd. It is manually set to the next version number
3855 # rather than $PACKAGE_VERSION as soon as the DTD is modified. There
3856 # are 3 reasons for that:
3857 # 1. to avoid using a DTD from internet that wouldn't be in sync;
3858 # 2. to avoid unnnecessary changes in XML output file headers, in
3859 # test results for instance. Otherwise after a release the
3860 # devel version and the pretest versions would be used;
3861 # 3. it may be kept as is in case there were no change in the DTD
3862 # between releases. This is highly improbable, but who knows.
38143863 # TEXINFO_DTD_VERSION=$PACKAGE_VERSION
3815 TEXINFO_DTD_VERSION=5.00
3864 TEXINFO_DTD_VERSION=5.0
38163865
38173866
38183867 # Conditional texi2html support.
1574115790
1574215791
1574315792
15793
1574415794 for ac_header in libintl.h
1574515795 do :
1574615796 ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
1935619406 # i18n support. To update to a new version of gettext, run:
1935719407 # gettextize -f -c
1935819408 # See http://gnu.org/s/gnulib/manual/html_node/gettextize-and-autopoint.html.
19359
19360
19361 mkdir_p="$MKDIR_P"
19362 case $mkdir_p in
19363 [\\/$]* | ?:[\\/]*) ;;
19364 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
19365 esac
1936619409
1936719410
1936819411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
2144221485
2144321486
2144421487
21445 # The test suite.
21488 # Tests.
2144621489 ac_config_files="$ac_config_files install-info/tests/defs"
21447
21448 ac_config_files="$ac_config_files util/defs"
21449
21450 for ac_prog in hevea
21451 do
21452 # Extract the first word of "$ac_prog", so it can be a program name with args.
21453 set dummy $ac_prog; ac_word=$2
21454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21455 $as_echo_n "checking for $ac_word... " >&6; }
21456 if ${ac_cv_prog_HEVEA+:} false; then :
21457 $as_echo_n "(cached) " >&6
21458 else
21459 if test -n "$HEVEA"; then
21460 ac_cv_prog_HEVEA="$HEVEA" # Let the user override the test.
21461 else
21462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21463 for as_dir in $PATH
21464 do
21465 IFS=$as_save_IFS
21466 test -z "$as_dir" && as_dir=.
21467 for ac_exec_ext in '' $ac_executable_extensions; do
21468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21469 ac_cv_prog_HEVEA="$ac_prog"
21470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21471 break 2
21472 fi
21473 done
21474 done
21475 IFS=$as_save_IFS
21476
21477 fi
21478 fi
21479 HEVEA=$ac_cv_prog_HEVEA
21480 if test -n "$HEVEA"; then
21481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HEVEA" >&5
21482 $as_echo "$HEVEA" >&6; }
21483 else
21484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21485 $as_echo "no" >&6; }
21486 fi
21487
21488
21489 test -n "$HEVEA" && break
21490 done
21491
21492 for ac_prog in tex
21493 do
21494 # Extract the first word of "$ac_prog", so it can be a program name with args.
21495 set dummy $ac_prog; ac_word=$2
21496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21497 $as_echo_n "checking for $ac_word... " >&6; }
21498 if ${ac_cv_prog_TEX+:} false; then :
21499 $as_echo_n "(cached) " >&6
21500 else
21501 if test -n "$TEX"; then
21502 ac_cv_prog_TEX="$TEX" # Let the user override the test.
21503 else
21504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21505 for as_dir in $PATH
21506 do
21507 IFS=$as_save_IFS
21508 test -z "$as_dir" && as_dir=.
21509 for ac_exec_ext in '' $ac_executable_extensions; do
21510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21511 ac_cv_prog_TEX="$ac_prog"
21512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21513 break 2
21514 fi
21515 done
21516 done
21517 IFS=$as_save_IFS
21518
21519 fi
21520 fi
21521 TEX=$ac_cv_prog_TEX
21522 if test -n "$TEX"; then
21523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TEX" >&5
21524 $as_echo "$TEX" >&6; }
21525 else
21526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21527 $as_echo "no" >&6; }
21528 fi
21529
21530
21531 test -n "$TEX" && break
21532 done
21533
21534 for ac_prog in prove
21535 do
21536 # Extract the first word of "$ac_prog", so it can be a program name with args.
21537 set dummy $ac_prog; ac_word=$2
21538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21539 $as_echo_n "checking for $ac_word... " >&6; }
21540 if ${ac_cv_prog_PROVE+:} false; then :
21541 $as_echo_n "(cached) " >&6
21542 else
21543 if test -n "$PROVE"; then
21544 ac_cv_prog_PROVE="$PROVE" # Let the user override the test.
21545 else
21546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21547 for as_dir in $PATH
21548 do
21549 IFS=$as_save_IFS
21550 test -z "$as_dir" && as_dir=.
21551 for ac_exec_ext in '' $ac_executable_extensions; do
21552 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21553 ac_cv_prog_PROVE="$ac_prog"
21554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21555 break 2
21556 fi
21557 done
21558 done
21559 IFS=$as_save_IFS
21560
21561 fi
21562 fi
21563 PROVE=$ac_cv_prog_PROVE
21564 if test -n "$PROVE"; then
21565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PROVE" >&5
21566 $as_echo "$PROVE" >&6; }
21567 else
21568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21569 $as_echo "no" >&6; }
21570 fi
21571
21572
21573 test -n "$PROVE" && break
21574 done
2157521490
2157621491
2157721492 tp_tests='no'
2167721592 fi
2167821593
2167921594
21680 tgt_is_windows=no
21681 case "$target" in
21682 *-mingw32 | *-mingw64 | *-msdosdjgpp ) tgt_is_windows=yes ;;
21595 host_is_windows=no
21596 case "$host" in
21597 *-mingw32 | *-mingw64 | *-msdosdjgpp ) host_is_windows=yes ;;
2168321598 esac
21684 if test "x$tgt_is_windows" = "xyes"; then
21685 TGT_IS_WINDOWS_TRUE=
21686 TGT_IS_WINDOWS_FALSE='#'
21687 else
21688 TGT_IS_WINDOWS_TRUE='#'
21689 TGT_IS_WINDOWS_FALSE=
21599 if test "x$host_is_windows" = "xyes"; then
21600 HOST_IS_WINDOWS_TRUE=
21601 HOST_IS_WINDOWS_FALSE='#'
21602 else
21603 HOST_IS_WINDOWS_TRUE='#'
21604 HOST_IS_WINDOWS_FALSE=
2169021605 fi
2169121606
2169221607
2192321838 as_fn_error $? "conditional \"POD_SIMPLE_TEXINFO_TESTS\" was never defined.
2192421839 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2192521840 fi
21926 if test -z "${TGT_IS_WINDOWS_TRUE}" && test -z "${TGT_IS_WINDOWS_FALSE}"; then
21927 as_fn_error $? "conditional \"TGT_IS_WINDOWS\" was never defined.
21841 if test -z "${HOST_IS_WINDOWS_TRUE}" && test -z "${HOST_IS_WINDOWS_FALSE}"; then
21842 as_fn_error $? "conditional \"HOST_IS_WINDOWS\" was never defined.
2192821843 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2192921844 fi
2193021845
2232422239 # report actual input values of CONFIG_FILES etc. instead of their
2232522240 # values after options handling.
2232622241 ac_log="
22327 This file was extended by GNU Texinfo $as_me 4.13.92, which was
22242 This file was extended by GNU Texinfo $as_me 4.13.93, which was
2232822243 generated by GNU Autoconf 2.69. Invocation command line was
2232922244
2233022245 CONFIG_FILES = $CONFIG_FILES
2239222307 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2239322308 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2239422309 ac_cs_version="\\
22395 GNU Texinfo config.status 4.13.92
22310 GNU Texinfo config.status 4.13.93
2239622311 configured by $0, generated by GNU Autoconf 2.69,
2239722312 with options \\"\$ac_cs_config\\"
2239822313
2253222447 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
2253322448 "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
2253422449 "install-info/tests/defs") CONFIG_FILES="$CONFIG_FILES install-info/tests/defs" ;;
22535 "util/defs") CONFIG_FILES="$CONFIG_FILES util/defs" ;;
2253622450 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2253722451 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
2253822452 "doc/tp_api/Makefile") CONFIG_FILES="$CONFIG_FILES doc/tp_api/Makefile" ;;
2315623070
2315723071 case $ac_file$ac_mode in
2315823072 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
23159 # Autoconf 2.62 quotes --file arguments for eval, but not when files
23073 # Older Autoconf quotes --file arguments for eval, but not when files
2316023074 # are listed without --file. Let's play safe and only enable the eval
2316123075 # if we detect the quoting.
2316223076 case $CONFIG_FILES in
00 # Process this file with autoconf to produce a configure script.
1 # $Id: configure.ac,v 1.131 2012/12/18 01:36:12 karl Exp $
2 #
3 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
4 # Free Software Foundation, Inc.
1 # $Id: configure.ac,v 1.136 2013/01/02 02:58:26 karl Exp $
2 #
3 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
4 # 2012, 2013 Free Software Foundation, Inc.
55 #
66 # This file is free software; as a special exception the author gives
77 # unlimited permission to copy and/or distribute it, with or without
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.92], [bug-texinfo@gnu.org])
14 AC_INIT([GNU Texinfo], [4.13.93], [bug-texinfo@gnu.org])
1515
1616 dnl Must come before AM_INIT_AUTOMAKE.
1717 AC_CONFIG_AUX_DIR([build-aux])
2626 AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
2727 AC_CONFIG_SRCDIR([info/info.c])
2828
29 # version for the dtd. In between releases, PACKAGE_VERSION is not set
30 # to a value that corresponds to actual files on the internet.
29 # version for the dtd. It is manually set to the next version number
30 # rather than $PACKAGE_VERSION as soon as the DTD is modified. There
31 # are 3 reasons for that:
32 # 1. to avoid using a DTD from internet that wouldn't be in sync;
33 # 2. to avoid unnnecessary changes in XML output file headers, in
34 # test results for instance. Otherwise after a release the
35 # devel version and the pretest versions would be used;
36 # 3. it may be kept as is in case there were no change in the DTD
37 # between releases. This is highly improbable, but who knows.
3138 # TEXINFO_DTD_VERSION=$PACKAGE_VERSION
32 TEXINFO_DTD_VERSION=5.00
39 TEXINFO_DTD_VERSION=5.0
3340 AC_SUBST([TEXINFO_DTD_VERSION])
3441
3542 # Conditional texi2html support.
285292 # i18n support. To update to a new version of gettext, run:
286293 # gettextize -f -c
287294 # See http://gnu.org/s/gnulib/manual/html_node/gettextize-and-autopoint.html.
288 AM_GNU_GETTEXT_VERSION([0.18.1])
295 AM_GNU_GETTEXT_VERSION([0.18.2])
289296 AM_GNU_GETTEXT([external])
290297
291298 USE_EXTERNAL_LIBINTL=no
300307 AC_SUBST([USE_EXTERNAL_LIBINTL])
301308
302309
303 # The test suite.
310 # Tests.
304311 AC_CONFIG_FILES([install-info/tests/defs])
305 AC_CONFIG_FILES([util/defs])
306 AC_CHECK_PROGS([HEVEA], [hevea], [])
307 AC_CHECK_PROGS([TEX], [tex], [])
308 AC_CHECK_PROGS([PROVE], [prove], [])
312 dnl Except we cannot enable the TeX-related tests,
313 dnl so don't waste time configuring them. See util/tests/README.
314 dnl AC_CONFIG_FILES([util/tests/defs])
315 dnl AC_CHECK_PROGS([HEVEA], [hevea], [])
316 dnl AC_CHECK_PROGS([TEX], [tex], [])
317 dnl AC_CHECK_PROGS([PROVE], [prove], [])
309318
310319 tp_tests='no'
311320 AC_ARG_ENABLE([tp-tests],
377386 AC_MSG_RESULT([$pod_simple_texinfo_tests])
378387 AM_CONDITIONAL([POD_SIMPLE_TEXINFO_TESTS], [test "z$pod_simple_texinfo_tests" = 'zyes'])
379388
380 tgt_is_windows=no
381 case "$target" in
382 *-mingw32 | *-mingw64 | *-msdosdjgpp ) tgt_is_windows=yes ;;
389 host_is_windows=no
390 case "$host" in
391 *-mingw32 | *-mingw64 | *-msdosdjgpp ) host_is_windows=yes ;;
383392 esac
384 AM_CONDITIONAL([TGT_IS_WINDOWS], [test "x$tgt_is_windows" = "xyes"])
393 AM_CONDITIONAL([HOST_IS_WINDOWS], [test "x$host_is_windows" = "xyes"])
385394
386395 # The config files to generate.
387396 AC_CONFIG_FILES([\
0 $Id: README,v 1.1 2013/01/02 01:00:12 karl Exp $
1 texinfo/contrib/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 The items here are for your amusement and/or hacking pleasure.
10 See comments and/or --help strings in each for their purpose(s).
11
12 They are all free software, but not officially part of Texinfo, and the
13 Texinfo maintainers don't support them (and generally have no knowledge
14 about them, just passing them on).
15
16 The texifont/ subdirectory was an attempt at implementing a generalized
17 font system, but it remains incomplete. See the README there.
18
19 In contrast, the two txipsfonts-* files are attempts by Torsten Bronger
20 and Stephen Gildea, respectively, to use base PostScript fonts instead
21 of Computer Modern, in the simplest way. (I could not find the right
22 version of the original texinfo.tex on which Torsten's file was based.)
23 Adapting one of these to actually be installable would doubtless be much
24 simpler (which is not to say simple) than finalizing texifont/, though
25 of course much less featureful.
0 /*
1 * deref.c
2 *
3 * Make all texinfo references into the one argument form.
4 *
5 * Arnold Robbins
6 * arnold@gnu.org
7 * Written: December, 1991
8 * Released: November, 1998
9 *
10 * Copyright 1991, 1998 Arnold David Robbins
11 *
12 * DEREF is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 3 of the License, or
15 * (at your option) any later version.
16 *
17 * DEREF is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program. If not, see <http://www.gnu.org/licenses/>.
24 */
25
26 /*
27 * LIMITATIONS:
28 * One texinfo cross reference per line.
29 * Cross references may not cross newlines.
30 * Use of fgets for input (to be fixed).
31 */
32
33 #include <stdio.h>
34 #include <ctype.h>
35 #include <errno.h>
36
37 /* for gcc on the 3B1, delete if this gives you grief */
38 extern int fclose(FILE *fp);
39 extern int fprintf(FILE *fp, const char *str, ...);
40 /* extern int sprintf(char *str, const char *fmt, ...); */
41 extern int fputs(char *buf, FILE *fp);
42
43 extern char *strerror(int errno);
44 extern char *strchr(char *cp, int ch);
45 extern int strncmp(const char *s1, const char *s2, int count);
46
47 extern int errno;
48
49 void process(FILE *fp);
50 void repair(char *line, char *ref, int toffset);
51
52 int Errs = 0;
53 char *Name = "stdin";
54 int Line = 0;
55 char *Me;
56
57 /* main --- handle arguments, global vars for errors */
58
59 int
60 main(int argc, char **argv)
61 {
62 FILE *fp;
63
64 Me = argv[0];
65
66 if (argc == 1)
67 process(stdin);
68 else
69 for (argc--, argv++; *argv != NULL; argc--, argv++) {
70 if (argv[0][0] == '-' && argv[0][1] == '\0') {
71 Name = "stdin";
72 Line = 0;
73 process(stdin);
74 } else if ((fp = fopen(*argv, "r")) != NULL) {
75 Name = *argv;
76 Line = 0;
77 process(fp);
78 fclose(fp);
79 } else {
80 fprintf(stderr, "%s: can not open: %s\n",
81 *argv, strerror(errno));
82 Errs++;
83 }
84 }
85 return Errs != 0;
86 }
87
88 /* isref --- decide if we've seen a texinfo cross reference */
89
90 int
91 isref(char *cp)
92 {
93 if (strncmp(cp, "@ref{", 5) == 0)
94 return 5;
95 if (strncmp(cp, "@xref{", 6) == 0)
96 return 6;
97 if (strncmp(cp, "@pxref{", 7) == 0)
98 return 7;
99 return 0;
100 }
101
102 /* process --- read files, look for references, fix them up */
103
104 void
105 process(FILE *fp)
106 {
107 char buf[BUFSIZ];
108 char *cp;
109 int count;
110
111 while (fgets(buf, sizeof buf, fp) != NULL) {
112 Line++;
113 cp = strchr(buf, '@');
114 if (cp == NULL) {
115 fputs(buf, stdout);
116 continue;
117 }
118 do {
119 count = isref(cp);
120 if (count == 0) {
121 cp++;
122 cp = strchr(cp, '@');
123 if (cp == NULL) {
124 fputs(buf, stdout);
125 goto next;
126 }
127 continue;
128 }
129 /* got one */
130 repair(buf, cp, count);
131 break;
132 } while (cp != NULL);
133 next: ;
134 }
135 }
136
137 /* repair --- turn all texinfo cross references into the one argument form */
138
139 void
140 repair(char *line, char *ref, int toffset)
141 {
142 int braces = 1; /* have seen first left brace */
143 char *cp;
144
145 ref += toffset;
146
147 /* output line up to and including left brace in reference */
148 for (cp = line; cp <= ref; cp++)
149 putchar(*cp);
150
151 /* output node name */
152 for (; *cp && *cp != '}' && *cp != ',' && *cp != '\n'; cp++)
153 putchar(*cp);
154
155 if (*cp != '}') { /* could have been one arg xref */
156 /* skip to matching right brace */
157 for (; braces > 0; cp++) {
158 switch (*cp) {
159 case '@':
160 cp++; /* blindly skip next character */
161 break;
162 case '{':
163 braces++;
164 break;
165 case '}':
166 braces--;
167 break;
168 case '\n':
169 case '\0':
170 Errs++;
171 fprintf(stderr,
172 "%s: %s: %d: mismatched braces\n",
173 Me, Name, Line);
174 goto out;
175 default:
176 break;
177 }
178 }
179 out:
180 ;
181 }
182
183 putchar('}');
184 if (*cp == '}')
185 cp++;
186
187 /* now the rest of the line */
188 for (; *cp; cp++)
189 putchar(*cp);
190 return;
191 }
192
193 /* strerror --- return error string, delete if in your library */
194
195 char *
196 strerror(int errno)
197 {
198 static char buf[100];
199 extern int sys_nerr;
200 extern char *sys_errlist[];
201
202 if (errno < sys_nerr && errno >= 0)
203 return sys_errlist[errno];
204
205 sprintf(buf, "unknown error %d", errno);
206 return buf;
207 }
0 #!/bin/sh
1 #fix-info-dir (GNU texinfo)
2 VERSION=1.1
3 #Copyright (C) 1998, 2003 Free Software Foundation, Inc.
4 #fix-info-dir comes with NO WARRANTY, to the extent permitted by law.
5 #You may redistribute copies of fix-info-dir
6 #under the terms of the GNU General Public License.
7 #For more information about these matters, see the files named COPYING."
8 #fix-info-dir was derived from update-info and gen-dir-node
9 # The skeleton file contains info topic names in the
10 # order they should appear in the output. There are three special
11 # lines that alter the behavior: a line consisting of just "--" causes
12 # the next line to be echoed verbatim to the output. A line
13 # containing just "%%" causes all the remaining filenames (wildcards
14 # allowed) in the rest of the file to be ignored. A line containing
15 # just "!!" exits the script when reached (unless preceded by a line
16 # containing just "--").
17 #Author: Richard L. Hawes, rhawes@dmapub.dma.org.
18
19 # ###SECTION 1### Constants
20 set -h 2>/dev/null
21 # ENVIRONMENT
22 if test -z "$TMPDIR"; then
23 TMPDIR="/usr/tmp"
24 fi
25 if test -z "$LINENO"; then
26 LINENO="0"
27 fi
28
29 MENU_BEGIN='^\*\([ ]\)\{1,\}Menu:'
30 MENU_ITEM='^\* ([^ ]).*:([ ])+\('
31 MENU_FILTER1='s/^\*\([ ]\)\{1,\}/* /'
32 MENU_FILTER2='s/\([ ]\)\{1,\}$//g'
33
34 TMP_FILE1="${TMPDIR}/fx${$}.info"
35 TMP_FILE2="${TMPDIR}/fy${$}.info"
36 TMP_FILE_LIST="$TMP_FILE1 $TMP_FILE2"
37
38 TRY_HELP_MSG="Try --help for more information"
39
40 # ###SECTION 100### main program
41 #variables set by options
42 CREATE_NODE=""
43 DEBUG=":"
44 MODE=""
45 #
46 Total="0"
47 Changed=""
48
49 while test "$*"; do
50 case "$1" in
51 -c|--create) CREATE_NODE="y";;
52 --debug) set -eux; DEBUG="set>&2";;
53 -d|--delete) MODE="Detect_Invalid";;
54 +d);;
55 --version)
56 cat<<VersionEOF
57 fix-info-dir (GNU Texinfo) $VERSION
58 Copyright (C) 1998 Free Software Foundation, Inc.
59 fix-info-dir comes with NO WARRANTY, to the extent permitted by law.
60 You may redistribute copies of fix-info-dir
61 under the terms of the GNU General Public License.
62 For more information about these matters, see the files named COPYING.
63 Author: Richard L. Hawes
64 VersionEOF
65 exit;;
66
67 --help)
68 cat<<HelpEndOfFile
69 Usage: fix-info-dir [OPTION]... [INFO_DIR/[DIR_FILE]] [SKELETON]
70
71 It detects and inserts missing menu items into the info dir file.
72 The info dir must be the current directory.
73
74 Options:
75 -c, --create create a new info node
76 -d, --delete delete invalid menu items (ignore missing menu items)
77 --debug print debug information to standard error path
78 --help print this help message and exit
79 --version print current version and exit
80 Backup of the info node has a '.old' suffix added. This is a shell script.
81 Environment Variables: TMPDIR
82 Email bug reports to bug-texinfo@gnu.org.
83 HelpEndOfFile
84 exit;;
85
86 [-+]*) echo "$0:$LINENO: \"$1\" is not a valid option">&2
87 echo "$TRY_HELP_MSG">&2
88 exit 2;;
89 *) break;;
90 esac
91 shift
92 done
93
94 ORIGINAL_DIR=`pwd`
95
96 if test "$#" -gt "0"; then
97 INFO_DIR="$1"
98 shift
99 else
100 INFO_DIR=$DEFAULT_INFO_DIR
101 fi
102
103 if test ! -d "${INFO_DIR}"; then
104 DIR_FILE=`basename ${INFO_DIR}`;
105 INFO_DIR=`dirname ${INFO_DIR}`;
106 else
107 DIR_FILE="dir"
108 fi
109
110 cd "$INFO_DIR"||exit
111
112
113 if test "$CREATE_NODE"; then
114 if test "$#" -gt "0"; then
115 if test `expr $1 : /` = '1'; then
116 SKELETON="$1"
117 else
118 SKELETON="$ORIGINAL_DIR/$1"
119 fi
120 if test ! -r "$SKELETON" && test -f "$SKELETON"; then
121 echo "$0:$LINENO: $SKELETON is not readable">&2
122 exit 2
123 fi
124 shift
125 else
126 SKELETON=/dev/null
127
128 fi
129 else
130 if test ! -f "$DIR_FILE"; then
131 echo "$0:$LINENO: $DIR_FILE is irregular or nonexistant">&2
132 exit 2
133 elif test ! -r "$DIR_FILE"; then
134 echo "$0:$LINENO: $DIR_FILE is not readable">&2
135 exit 2
136 elif test ! -w "$DIR_FILE"; then
137 echo "$0:$LINENO: $DIR_FILE is not writeable">&2
138 exit 2
139 fi
140 fi
141
142 if test "$#" -gt "0"; then
143 echo "$0:$LINENO: Too many parameters">&2
144 echo "$TRY_HELP_MSG">&2
145 exit 2
146 fi
147
148 if test -f "$DIR_FILE"; then
149 cp "$DIR_FILE" "$DIR_FILE.old"
150 echo "Backed up $DIR_FILE to $DIR_FILE.old."
151 fi
152
153 if test "$CREATE_NODE"; then
154 if test "$MODE"; then
155 echo "$0:$LINENO: ERROR: Illogical option combination: -d -c">&2
156 echo "$TRY_HELP_MSG">&2
157 exit 2
158 fi
159 echo "Creating new Info Node: `pwd`/$DIR_FILE"
160 Changed="y"
161
162 {
163
164 ### output the dir header
165 echo "-*- Text -*-"
166 echo "This file was generated automatically by $0."
167 echo "This version was generated on `date`"
168 echo "by `whoami`@`hostname` for `pwd`"
169
170 cat<<DIR_FILE_END_OF_FILE
171 This is the file .../info/$DIR_FILE, which contains the topmost node of the
172 Info hierarchy. The first time you invoke Info you start off
173 looking at that node, which is ($DIR_FILE)Top.
174
175 
176 File: $DIR_FILE Node: Top This is the top of the INFO tree
177
178 This (the Directory node) gives a menu of major topics.
179 Typing "q" exits, "?" lists all Info commands, "d" returns here,
180 "h" gives a primer for first-timers,
181 "mEmacs<Return>" visits the Emacs topic, etc.
182
183 In Emacs, you can click mouse button 2 on a menu item or cross reference
184 to select it.
185
186 * Menu: The list of major topics begins on the next line.
187
188 DIR_FILE_END_OF_FILE
189
190 ### go through the list of files in the skeleton. If an info file
191 ### exists, grab the ENTRY information from it. If an entry exists
192 ### use it, otherwise create a minimal $DIR_FILE entry.
193
194 # Read one line from the file. This is so that we can echo lines with
195 # whitespace and quoted characters in them.
196 while read fileline; do
197 # flag fancy features
198 if test ! -z "$echoline"; then # echo line
199 echo "$fileline"
200 echoline=""
201 continue
202 elif test "${fileline}" = "--"; then
203 # echo the next line
204 echoline="1"
205 continue
206 elif test "${fileline}" = "%%"; then
207 # skip remaining files listed in skeleton file
208 skip="1"
209 continue
210 elif test "${fileline}" = "!!"; then
211 # quit now
212 break
213 fi
214
215 # handle files if they exist
216 for file in $fileline""; do
217 fname=
218 if test -z "$file"; then
219 break
220 fi
221 # Find the file to operate upon.
222 if test -r "$file"; then
223 fname="$file"
224 elif test -r "${file}.info"; then
225 fname="${file}.info"
226 elif test -r "${file}.gz"; then
227 fname="${file}.gz"
228 elif test -r "${file}.info.gz"; then
229 fname="${file}.info.gz"
230 else
231 echo "$0:$LINENO: can't find info file for ${file}?">&2
232 continue
233 fi
234
235 # if we found something and aren't skipping, do the entry
236 if test "$skip"; then
237 continue
238 fi
239
240 infoname=`echo $file|sed -e 's/.info$//'`
241 entry=`zcat -f $fname|\
242 sed -e '1,/START-INFO-DIR-ENTRY/d'\
243 -e '/END-INFO-DIR-ENTRY/,$d'`
244 if [ ! -z "${entry}" ]; then
245 echo "${entry}"
246 else
247 echo "* ${infoname}: (${infoname})."
248 fi
249 Total=`expr "$Total" + "1"`
250 done
251 done
252 }>$DIR_FILE<$SKELETON
253 fi
254
255 trap ' eval "$DEBUG"; rm -f $TMP_FILE_LIST; exit ' 0
256 trap ' rm -f $TMP_FILE_LIST
257 exit ' 1
258 trap ' rm -f $TMP_FILE_LIST
259 echo "$0:$LINENO: received INT signal.">&2
260 exit ' 2
261 trap ' rm -f $TMP_FILE_LIST
262 echo "$0:$LINENO: received QUIT signal.">&2
263 exit ' 3
264
265 sed -e "1,/$MENU_BEGIN/d" -e "$MENU_FILTER1" -e "$MENU_FILTER2"<$DIR_FILE\
266 |sed -n -e '/\* /{
267 s/).*$//g
268 s/\.gz$//
269 s/\.info$//
270 s/^.*(//p
271 }'|sort -u>$TMP_FILE1
272 ls -F|sed -e '/\/$/d' -e '/[-.][0-9]/d'\
273 -e "/^$DIR_FILE\$/d" -e "/^$DIR_FILE.old\$/d"\
274 -e 's/[*@]$//' -e 's/\.gz$//' -e 's/\.info$//'|sort>$TMP_FILE2
275
276 if test -z "$MODE"; then
277 #Detect Missing
278 DONE_MSG="total menu item(s) were inserted into `pwd`/$DIR_FILE"
279 for Info_Name in `comm -13 $TMP_FILE1 $TMP_FILE2`; do
280 if test -r "$Info_Name"; then
281 Info_File="$Info_Name"
282 elif test -r "${Info_Name}.info"; then
283 Info_File="${Info_Name}.info"
284 elif test -r "${Info_Name}.gz"; then
285 Info_File="${Info_Name}.gz"
286 elif test -r "${Info_Name}.info.gz"; then
287 Info_File="${Info_Name}.info.gz"
288 else
289 echo "$0:$LINENO: can't find info file for ${Info_Name}?">&2
290 continue
291 fi
292 Changed="y"
293 if install-info $Info_File $DIR_FILE; then
294 Total=`expr "$Total" + "1"`
295 fi
296 done
297 else
298 # Detect Invalid
299 DONE_MSG="total invalid menu item(s) were removed from `pwd`/$DIR_FILE"
300 for Info_Name in `comm -23 $TMP_FILE1 $TMP_FILE2`; do
301 Changed="y"
302 if install-info --remove $Info_Name $DIR_FILE; then
303 Total=`expr "$Total" + "1"`
304 fi
305 done
306 fi
307
308 # print summary
309 if test "$Changed"; then
310 echo "$Total $DONE_MSG"
311 else
312 echo "Nothing to do"
313 fi
314 rm -f $TMP_FILE_LIST
315 eval "$DEBUG"
316 exit 0
0 #!/bin/sh
1 # Make links named `lcircle10' for all TFM and GF/PK files, if no
2 # lcircle10 files already exist.
3
4 # Don't override definition of prefix and/or libdir if they are
5 # already defined in the environment.
6 if test "z${prefix}" = "z" ; then
7 prefix=/usr/local
8 else
9 # prefix may contain references to other variables, thanks to make.
10 eval prefix=\""${prefix}"\"
11 fi
12
13 if test "z${libdir}" = "z" ; then
14 libdir="${prefix}/lib/tex"
15 else
16 # libdir may contain references to other variables, thanks to make.
17 eval libdir=\""${libdir}"\"
18 fi
19
20 texlibdir="${libdir}"
21 texfontdir="${texlibdir}/fonts"
22
23 # Directories for the different font formats, in case they're not all
24 # stored in one place.
25 textfmdir="${textfmdir-${texfontdir}}"
26 texpkdir="${texpkdir-${texfontdir}}"
27 texgfdir="${texgfdir-${texfontdir}}"
28
29 test "z${TMPDIR}" = "z" && TMPDIR="/tmp"
30
31 tempfile="${TMPDIR}/circ$$"
32 tempfile2="${TMPDIR}/circ2$$"
33
34 # EXIT SIGHUP SIGINT SIGQUIT SIGTERM
35 #trap 'rm -f "${tempfile}" "${tempfile2}"' 0 1 2 3 15
36
37 # Find all the fonts with names that include `circle'.
38 (cd "${texfontdir}"; find . -name '*circle*' -print > "${tempfile}")
39
40 # If they have lcircle10.tfm, assume everything is there, and quit.
41 if grep 'lcircle10\.tfm' "${tempfile}" > /dev/null 2>&1 ; then
42 echo "Found lcircle10.tfm."
43 exit 0
44 fi
45
46 # No TFM file for lcircle. Make a link to circle10.tfm if it exists,
47 # and then make a link to the bitmap files.
48 grep 'circle10\.tfm' "${tempfile}" > "${tempfile2}" \
49 || {
50 echo "I can't find any circle fonts in ${texfontdir}.
51 If it isn't installed somewhere else, you need to get the Metafont sources
52 from somewhere, e.g., labrea.stanford.edu:pub/tex/latex/circle10.mf, and
53 run Metafont on them."
54 exit 1
55 }
56
57 # We have circle10.tfm. (If we have it more than once, take the first
58 # one.) Make the link.
59 tempfile2_line1="`sed -ne '1p;q' \"${tempfile2}\"`"
60 ln "${tempfile2_line1}" "${textfmdir}/lcircle10.tfm"
61 echo "Linked to ${tempfile2_line1}."
62
63 # Now make a link for the PK files, if any.
64 (cd "${texpkdir}"
65 for f in `grep 'circle10.*pk' "${tempfile}"` ; do
66 set - `echo "$f" \
67 | sed -ne '/\//!s/^/.\//;s/\(.*\)\/\([^\/][^\/]*\)$/\1 \2/;p'`
68 ln "$f" "${1}/l${2}"
69 echo "Linked to $f."
70 done
71 )
72
73 # And finally for the GF files.
74 (cd "${texgfdir}"
75 for f in `grep 'circle10.*gf' "${tempfile}"` ; do
76 set - `echo "$f" \
77 | sed -ne '/\//!s/^/.\//;s/\(.*\)\/\([^\/][^\/]*\)$/\1 \2/;p'`
78 ln "$f" "${1}/l${2}"
79 echo "Linked to $f."
80 done
81 )
82
83 # eof
0 #! /usr/local/bin/gawk -f
1
2 # fixref.awk --- fix xrefs in texinfo documents
3 # Copyright 1991, 1998 Arnold David Robbins
4
5 # FIXREF is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # FIXREF is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 # Updated: Jul 21 1992 --- change unknown
19 # Updated: Jul 18 1997 --- bug fix
20
21 # usage: gawk -f fixref.awk input-file > output-file
22 # or if you have #!: fixref.awk input-file > output-file
23
24 # Limitations:
25 # 1. no more than one cross reference on a line
26 # 2. cross references may not cross a newline
27
28 BEGIN \
29 {
30 # we make two passes over the file. To do that we artificially
31 # tweak the argument vector to do a variable assignment
32
33 if (ARGC != 2) {
34 printf("usage: %s texinfo-file\n", ARGV[0]) > "/dev/stderr"
35 exit 1
36 }
37 ARGV[2] = "pass=2"
38 ARGV[3] = ARGV[1]
39 ARGC = 4
40
41 # examine paragraphs
42 RS = ""
43
44 heading = "@(chapter|appendix|unnumbered|(appendix(sec|subsec|subsubsec))|section|subsection|subsubsection|unnumberedsec|heading|top)"
45
46 pass = 1
47
48 # put space between paragraphs on output
49 ORS = "\n\n"
50 }
51
52 pass == 1 && NF == 0 { next }
53
54 # pass == 1 && /@node/ \
55 # bug fix 7/18/96
56 pass == 1 && /^@node/ \
57 {
58 lname = name = ""
59 n = split($0, lines, "\n")
60 for (i = 1; i <= n; i++) {
61 if (lines[i] ~ ("^" heading)) {
62 sub(heading, "", lines[i])
63 sub(/^[ \t]*/, "", lines[i])
64 lname = lines[i]
65 # printf "long name is '%s'\n", lines[i]
66 } else if (lines[i] ~ /@node/) {
67 sub(/@node[ \t]*/, "", lines[i])
68 sub(/[ \t]*,.*$/, "", lines[i])
69 name = lines[i]
70 # printf "node name is '%s'\n", lines[i]
71 }
72 }
73 if (name && lname)
74 names[name] = lname
75 else if (lname)
76 printf("node name for %s missing!\n", lname) > "/dev/stderr"
77 else
78 printf("long name for %s missing!\n", name) > "/dev/stderr"
79
80 if (name ~ /:/)
81 printf("node `%s' contains a `:'\n", name) > "/dev/stderr"
82
83 if (lname) {
84 if (lname ~ /:/)
85 printf("name `%s' contains a `:'\n", lname) > "/dev/stderr"
86 else if (lname ~ /,/) {
87 printf("name `%s' contains a `,'\n", lname) > "/dev/stderr"
88 gsub(/,/, " ", lname)
89 names[name] = lname # added 7/18/97
90 }
91 }
92 }
93
94 pass == 2 && /@(x|px)?ref{/ \
95 {
96 # split the paragraph into lines
97 # write them out one by one after fixing them
98 n = split($0, lines, "\n")
99 for (i = 1; i <= n; i++)
100 if (lines[i] ~ /@(x|px)?ref{/) {
101 res = updateref(lines[i])
102 printf "%s\n", res
103 } else
104 printf "%s\n", lines[i]
105
106 printf "\n" # avoid ORS
107 next
108 }
109
110 function updateref(orig, refkind, line)
111 {
112 line = orig # work on a copy
113
114 # find the beginning of the reference
115 match(line, "@(x|px)?ref{")
116 refkind = substr(line, RSTART, RLENGTH)
117
118 # pull out just the node name
119 sub(/.*ref{/, "", line)
120 sub(/}.*$/, "", line)
121 sub(/,.*/, "", line)
122
123 # debugging
124 # printf("found ref to node '%s'\n", line) > "/dev/stderr"
125
126 # If the node name and the section name are the same
127 # we don't want to bother doing this.
128
129 if (! (line in names)) # sanity checking
130 printf("no long name for %s\n", line) > "/dev/stderr"
131 else if (names[line] != line && names[line] !~ /[:,]/) {
132 # build up new ref
133 newref = refkind line ", ," names[line] "}"
134 pat = refkind line "[^}]*}"
135
136 sub(pat, newref, orig)
137 }
138
139 return orig
140 }
141
142 pass == 2 { print }
0 eval '(exit $?0)' && eval 'exec perl -S "$0" ${1+"$@"}'
1 & eval 'exec perl -S "$0" $argv:q'
2 if 0;
3
4 ## Copyright (c) 2002-2012 Simon Josefsson
5 ## added -texinfo, -listfunc, -pkg-name
6 ## man page revamp
7 ## various improvements
8 ## Copyright (c) 2001, 2002 Nikos Mavrogiannopoulos
9 ## added -tex
10 ## Copyright (c) 1998 Michael Zucchi
11
12 # This program is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
16 #
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24
25 # This will read a C source code file and scan for embedded comments
26 # in the style of gnome comments (+minor extensions - see below).
27
28 # usage:
29 # gdoc [ -docbook | -html | -text | -man | -tex | -texinfo | -listfunc ]
30 # [ -sourceversion verno ] [ -include file | -includefuncprefix ]
31 # [ -bugsto address ] [ -pkg-name packagename ]
32 # [ -seeinfo infonode ] [ -copyright notice ] [ -verbatimcopying ]
33 # [ -function funcname [ -function funcname ...] ] c file(s)s > outputfile
34 #
35 # Set output format using one of -docbook, -html, -text, -man, -tex,
36 # -texinfo, or -listfunc. Default is man.
37 #
38 # -sourceversion
39 # Version number for source code, e.g. '1.0.4'. Used in 'man' headers.
40 # Defaults to using current date.
41 #
42 # -include FILE
43 # For man pages, mention #include <FILE.h> in the synopsis.
44 #
45 # -includefuncprefix
46 # For man pages, mention a #include <FILE.h> in the synopsis.
47 # The FILE derived from the function prefix. For example, a
48 # function gss_init_sec_context will generate an include
49 # statement of #include <gss.h>.
50 #
51 # -bugsto address
52 # For man pages, include a section about reporting bugs and mention
53 # the given e-mail address, e.g 'bug-libidn@gnu.org'.
54 #
55 # -pkg-name packagename
56 # For man pages when -bugsto is used, also include help URLs to the
57 # the project's home page. For example, "GNU Libidn".
58 #
59 # -seeinfo infonode
60 # For man pages, include a section that point to an info manual
61 # for more information.
62 #
63 # -copyright notice
64 # For man pages, include a copyright section with the given
65 # notice after a preamble. Use, e.g., '2002, 2003 Simon Josefsson'.
66 #
67 # -verbatimcopying
68 # For man pages, and when the -copyright parameter is used,
69 # add a licensing statement that say verbatim copying is permitted.
70 #
71 # -function funcname
72 # If set, then only generate documentation for the given function(s). All
73 # other functions are ignored.
74 #
75 # c files - list of 'c' files to process
76 #
77 # All output goes to stdout, with errors to stderr.
78
79 #
80 # format of comments.
81 # In the following table, (...)? signifies optional structure.
82 # (...)* signifies 0 or more structure elements
83 # /**
84 # * function_name(:)? (- short description)?
85 # (* @parameterx: (description of parameter x)?)*
86 # (* a blank line)?
87 # * (Description:)? (Description of function)?
88 # * (Section header: (section description)? )*
89 # (*)?*/
90 #
91 # So .. the trivial example would be:
92 #
93 # /**
94 # * my_function
95 # **/
96 #
97 # If the Description: header tag is ommitted, then there must be a blank line
98 # after the last parameter specification.
99 # e.g.
100 # /**
101 # * my_function - does my stuff
102 # * @my_arg: its mine damnit
103 # *
104 # * Does my stuff explained.
105 # */
106 #
107 # or, could also use:
108 # /**
109 # * my_function - does my stuff
110 # * @my_arg: its mine damnit
111 # * Description: Does my stuff explained.
112 # */
113 # etc.
114 #
115 # All descriptions can be multiline, apart from the short function description.
116 #
117 # All descriptive text is further processed, scanning for the following special
118 # patterns, which are highlighted appropriately.
119 #
120 # 'funcname()' - function
121 # '$ENVVAR' - environmental variable OBSOLETE (?)
122 # '#struct_name' - name of a structure
123 # '@parameter' - name of a parameter
124 # '%CONST' - name of a constant.
125
126 #
127 # Extensions for LaTeX:
128 #
129 # 1. the symbol '->' will be replaced with a rightarrow
130 # 2. x^y with ${x}^{y}$.
131 # 3. xxx\: with xxx:
132
133 use POSIX qw(strftime);
134
135 # match expressions used to find embedded type information
136 $type_constant = "\\\%(\\w+)";
137 $type_func = "(\\w+\\(\\))";
138 $type_param = "\\\@(\\w+)";
139 $type_struct = "\\\#(\\w+)";
140 $type_env = "(\\\$\\w+)";
141
142
143 # Output conversion substitutions.
144 # One for each output format
145
146 # these work fairly well
147 %highlights_html = ( $type_constant, "<i>\$1</i>",
148 $type_func, "<b>\$1</b>",
149 $type_struct, "<i>\$1</i>",
150 $type_param, "<tt><b>\$1</b></tt>" );
151 $blankline_html = "<p>";
152
153 %highlights_texinfo = ( $type_constant, "\\\@code{\$1}",
154 $type_func, "\\\@code{\$1}",
155 $type_struct, "\\\@code{\$1}",
156 $type_param, "\\\@code{\$1}" );
157 $blankline_texinfo = "";
158
159 %highlights_tex = ( $type_constant, "{\\\\it \$1}",
160 $type_func, "{\\\\bf \$1}",
161 $type_struct, "{\\\\it \$1}",
162 $type_param, "{\\\\bf \$1}" );
163 $blankline_tex = "\\\\";
164
165 # sgml, docbook format
166 %highlights_sgml = ( $type_constant, "<replaceable class=\"option\">\$1</replaceable>",
167 $type_func, "<function>\$1</function>",
168 $type_struct, "<structname>\$1</structname>",
169 $type_env, "<envar>\$1</envar>",
170 $type_param, "<parameter>\$1</parameter>" );
171 $blankline_sgml = "</para><para>\n";
172
173 # these are pretty rough
174 %highlights_man = ( $type_constant, "\\\\fB\$1\\\\fP",
175 $type_func, "\\\\fB\$1\\\\fP",
176 $type_struct, "\\\\fB\$1\\\\fP",
177 $type_param, "\\\\fI\$1\\\\fP" );
178 $blankline_man = "";
179
180 # text-mode
181 %highlights_text = ( $type_constant, "\$1",
182 $type_func, "\$1",
183 $type_struct, "\$1",
184 $type_param, "\$1" );
185 $blankline_text = "";
186
187
188 sub usage {
189 print "Usage: $0 [ -v ] [ -docbook | -html | -text | -man | -tex | -texinfo -listfunc ]\n";
190 print " [ -sourceversion verno ] [ -include file | -includefuncprefix ]\n";
191 print " [ -bugsto address ] [ -seeinfo infonode ] [ -copyright notice]\n";
192 print " [ -verbatimcopying ] [ -pkg-name packagename ]\n";
193 print " [ -function funcname [ -function funcname ...] ]\n";
194 print " c source file(s) > outputfile\n";
195 exit 1;
196 }
197
198 # read arguments
199 if ($#ARGV==-1) {
200 usage();
201 }
202
203 $verbose = 0;
204 $output_mode = "man";
205 %highlights = %highlights_man;
206 $blankline = $blankline_man;
207 $modulename = "API Documentation";
208 $sourceversion = strftime "%Y-%m-%d", localtime;
209 $function_only = 0;
210 while ($ARGV[0] =~ m/^-(.*)/) {
211 $cmd = shift @ARGV;
212 if ($cmd eq "-html") {
213 $output_mode = "html";
214 %highlights = %highlights_html;
215 $blankline = $blankline_html;
216 } elsif ($cmd eq "-man") {
217 $output_mode = "man";
218 %highlights = %highlights_man;
219 $blankline = $blankline_man;
220 } elsif ($cmd eq "-tex") {
221 $output_mode = "tex";
222 %highlights = %highlights_tex;
223 $blankline = $blankline_tex;
224 } elsif ($cmd eq "-texinfo") {
225 $output_mode = "texinfo";
226 %highlights = %highlights_texinfo;
227 $blankline = $blankline_texinfo;
228 } elsif ($cmd eq "-text") {
229 $output_mode = "text";
230 %highlights = %highlights_text;
231 $blankline = $blankline_text;
232 } elsif ($cmd eq "-docbook") {
233 $output_mode = "sgml";
234 %highlights = %highlights_sgml;
235 $blankline = $blankline_sgml;
236 } elsif ($cmd eq "-listfunc") {
237 $output_mode = "listfunc";
238 } elsif ($cmd eq "-module") { # not needed for sgml, inherits from calling document
239 $modulename = shift @ARGV;
240 } elsif ($cmd eq "-sourceversion") {
241 $sourceversion = shift @ARGV;
242 } elsif ($cmd eq "-include") {
243 $include = shift @ARGV;
244 } elsif ($cmd eq "-includefuncprefix") {
245 $includefuncprefix = 1;
246 } elsif ($cmd eq "-bugsto") {
247 $bugsto = shift @ARGV;
248 } elsif ($cmd eq "-pkg-name") {
249 $pkgname = shift @ARGV;
250 } elsif ($cmd eq "-copyright") {
251 $copyright = shift @ARGV;
252 } elsif ($cmd eq "-verbatimcopying") {
253 $verbatimcopying = 1;
254 } elsif ($cmd eq "-seeinfo") {
255 $seeinfo = shift @ARGV;
256 } elsif ($cmd eq "-function") { # to only output specific functions
257 $function_only = 1;
258 $function = shift @ARGV;
259 $function_table{$function} = 1;
260 } elsif ($cmd eq "-v") {
261 $verbose = 1;
262 } elsif (($cmd eq "-h") || ($cmd eq "--help")) {
263 usage();
264 }
265 }
266
267 ##
268 # dumps section contents to arrays/hashes intended for that purpose.
269 #
270 sub dump_section {
271 my $name = shift @_;
272 my $contents = join "\n", @_;
273
274 if ($name =~ m/$type_constant/) {
275 $name = $1;
276 # print STDERR "constant section '$1' = '$contents'\n";
277 $constants{$name} = $contents;
278 } elsif ($name =~ m/$type_param/) {
279 # print STDERR "parameter def '$1' = '$contents'\n";
280 $name = $1;
281 $parameters{$name} = $contents;
282 } else {
283 # print STDERR "other section '$name' = '$contents'\n";
284 $sections{$name} = $contents;
285 push @sectionlist, $name;
286 }
287 }
288
289 ##
290 # output function
291 #
292 # parameters, a hash.
293 # function => "function name"
294 # parameterlist => @list of parameters
295 # parameters => %parameter descriptions
296 # sectionlist => @list of sections
297 # sections => %descriont descriptions
298 #
299
300 sub repstr {
301 $pattern = shift;
302 $repl = shift;
303 $match1 = shift;
304 $match2 = shift;
305 $match3 = shift;
306 $match4 = shift;
307
308 $output = $repl;
309 $output =~ s,\$1,$match1,g;
310 $output =~ s,\$2,$match2,g;
311 $output =~ s,\$3,$match3,g;
312 $output =~ s,\$4,$match4,g;
313
314 eval "\$return = qq/$output/";
315
316 # print "pattern $pattern matched 1=$match1 2=$match2 3=$match3 4=$match4 replace $repl yielded $output interpolated $return\n";
317
318 $return;
319 }
320
321 sub just_highlight {
322 my $contents = join "\n", @_;
323 my $line;
324 my $ret = "";
325
326 foreach $pattern (keys %highlights) {
327 # print "scanning pattern $pattern ($highlights{$pattern})\n";
328 $contents =~ s:$pattern:repstr($pattern, $highlights{$pattern}, $1, $2, $3, $4):gse;
329 }
330 foreach $line (split "\n", $contents) {
331 if ($line eq ""){
332 $ret = $ret . $lineprefix . $blankline;
333 } else {
334 $ret = $ret . $lineprefix . $line;
335 }
336 $ret = $ret . "\n";
337 }
338
339 return $ret;
340 }
341
342 sub output_highlight {
343 print (just_highlight (@_));
344 }
345
346 # output in texinfo
347 sub output_texinfo {
348 my %args = %{$_[0]};
349 my ($parameter, $section);
350 my $count;
351
352 print "\@subheading ".$args{'function'}."\n";
353 print "\@anchor{".$args{'function'}."}\n";
354 print "\@deftypefun {" . $args{'functiontype'} . "} ";
355 print "{".$args{'function'}."} ";
356 print "(";
357 $count = 0;
358 foreach $parameter (@{$args{'parameterlist'}}) {
359 print $args{'parametertypes'}{$parameter}." \@var{".$parameter."}";
360 if ($count != $#{$args{'parameterlist'}}) {
361 $count++;
362 print ", ";
363 }
364 }
365 print ")\n";
366 foreach $parameter (@{$args{'parameterlist'}}) {
367 if ($args{'parameters'}{$parameter}) {
368 print "\@var{".$parameter."}: ";
369 output_highlight($args{'parameters'}{$parameter});
370 print "\n";
371 }
372 }
373 foreach $section (@{$args{'sectionlist'}}) {
374 print "\n\@strong{$section:} " if $section ne $section_default;
375 $args{'sections'}{$section} =~ s:([{}]):\@\1:gs;
376 output_highlight($args{'sections'}{$section});
377 }
378 print "\@end deftypefun\n\n";
379 }
380
381 # output in html
382 sub output_html {
383 my %args = %{$_[0]};
384 my ($parameter, $section);
385 my $count;
386 print "\n\n<a name=\"". $args{'function'} . "\">&nbsp</a><h2>Function</h2>\n";
387
388 print "<i>".$args{'functiontype'}."</i>\n";
389 print "<b>".$args{'function'}."</b>\n";
390 print "(";
391 $count = 0;
392 foreach $parameter (@{$args{'parameterlist'}}) {
393 print "<i>".$args{'parametertypes'}{$parameter}."</i> <b>".$parameter."</b>\n";
394 if ($count != $#{$args{'parameterlist'}}) {
395 $count++;
396 print ", ";
397 }
398 }
399 print ")\n";
400
401 print "<h3>Arguments</h3>\n";
402 print "<dl>\n";
403 foreach $parameter (@{$args{'parameterlist'}}) {
404 print "<dt><i>".$args{'parametertypes'}{$parameter}."</i> <b>".$parameter."</b>\n";
405 print "<dd>";
406 output_highlight($args{'parameters'}{$parameter});
407 }
408 print "</dl>\n";
409 foreach $section (@{$args{'sectionlist'}}) {
410 print "<h3>$section</h3>\n";
411 print "<ul>\n";
412 output_highlight($args{'sections'}{$section});
413 print "</ul>\n";
414 }
415 print "<hr>\n";
416 }
417
418 # output in tex
419 sub output_tex {
420 my %args = %{$_[0]};
421 my ($parameter, $section);
422 my $count;
423 my $func = $args{'function'};
424 my $param;
425 my $param2;
426 my $sec;
427 my $check;
428 my $type;
429
430 $func =~ s/_/\\_/g;
431
432 print "\n\n\\subsection{". $func . "}\n\\label{" . $args{'function'} . "}\n";
433
434 $type = $args{'functiontype'};
435 $type =~ s/_/\\_/g;
436
437 print "{\\it ".$type."}\n";
438 print "{\\bf ".$func."}\n";
439 print "(";
440 $count = 0;
441 foreach $parameter (@{$args{'parameterlist'}}) {
442 $param = $args{'parametertypes'}{$parameter};
443 $param2 = $parameter;
444 $param =~ s/_/\\_/g;
445 $param2 =~ s/_/\\_/g;
446
447 print "{\\it ".$param."} {\\bf ".$param2."}";
448 if ($count != $#{$args{'parameterlist'}}) {
449 $count++;
450 print ", ";
451 }
452 }
453 print ")\n";
454
455 print "\n{\\large{Arguments}}\n";
456
457 print "\\begin{itemize}\n";
458 $check=0;
459 foreach $parameter (@{$args{'parameterlist'}}) {
460 $param1 = $args{'parametertypes'}{$parameter};
461 $param1 =~ s/_/\\_/g;
462 $param2 = $parameter;
463 $param2 =~ s/_/\\_/g;
464
465 $check = 1;
466 print "\\item {\\it ".$param1."} {\\bf ".$param2."}: \n";
467 # print "\n";
468
469 $param3 = $args{'parameters'}{$parameter};
470 $param3 =~ s/#([a-zA-Z\_]+)/{\\it \1}/g;
471
472 $out = just_highlight($param3);
473 $out =~ s/_/\\_/g;
474 print $out;
475 }
476 if ($check==0) {
477 print "\\item void\n";
478 }
479 print "\\end{itemize}\n";
480
481 foreach $section (@{$args{'sectionlist'}}) {
482 $sec = $section;
483 $sec =~ s/_/\\_/g;
484 $sec =~ s/#([a-zA-Z\_]+)/{\\it \1}/g;
485
486 print "\n{\\large{$sec}}\\\\\n";
487 print "\\begin{rmfamily}\n";
488
489 $sec = $args{'sections'}{$section};
490 $sec =~ s/\\:/:/g;
491 $sec =~ s/#([a-zA-Z\_]+)/{\\it \1}/g;
492 $sec =~ s/->/\$\\rightarrow\$/g;
493 $sec =~ s/([0-9]+)\^([0-9]+)/\$\{\1\}\^\{\2\}\$/g;
494
495 $out = just_highlight($sec);
496 $out =~ s/_/\\_/g;
497
498 print $out;
499 print "\\end{rmfamily}\n";
500 }
501 print "\n";
502 }
503
504
505 # output in sgml DocBook
506 sub output_sgml {
507 my %args = %{$_[0]};
508 my ($parameter, $section);
509 my $count;
510 my $id;
511
512 $id = $args{'module'}."-".$args{'function'};
513 $id =~ s/[^A-Za-z0-9]/-/g;
514
515 print "<refentry>\n";
516 print "<refmeta>\n";
517 print "<refentrytitle><phrase id=\"$id\">".$args{'function'}."</phrase></refentrytitle>\n";
518 print "</refmeta>\n";
519 print "<refnamediv>\n";
520 print " <refname>".$args{'function'}."</refname>\n";
521 print " <refpurpose>\n";
522 print " ".$args{'purpose'}."\n";
523 print " </refpurpose>\n";
524 print "</refnamediv>\n";
525
526 print "<refsynopsisdiv>\n";
527 print " <title>Synopsis</title>\n";
528 print " <funcsynopsis>\n";
529 print " <funcdef>".$args{'functiontype'}." ";
530 print "<function>".$args{'function'}." ";
531 print "</function></funcdef>\n";
532
533 # print "<refsect1>\n";
534 # print " <title>Synopsis</title>\n";
535 # print " <funcsynopsis>\n";
536 # print " <funcdef>".$args{'functiontype'}." ";
537 # print "<function>".$args{'function'}." ";
538 # print "</function></funcdef>\n";
539
540 $count = 0;
541 if ($#{$args{'parameterlist'}} >= 0) {
542 foreach $parameter (@{$args{'parameterlist'}}) {
543 print " <paramdef>".$args{'parametertypes'}{$parameter};
544 print " <parameter>$parameter</parameter></paramdef>\n";
545 }
546 } else {
547 print " <void>\n";
548 }
549 print " </funcsynopsis>\n";
550 print "</refsynopsisdiv>\n";
551 # print "</refsect1>\n";
552
553 # print parameters
554 print "<refsect1>\n <title>Arguments</title>\n";
555 # print "<para>\nArguments\n";
556 if ($#{$args{'parameterlist'}} >= 0) {
557 print " <variablelist>\n";
558 foreach $parameter (@{$args{'parameterlist'}}) {
559 print " <varlistentry>\n <term><parameter>$parameter</parameter></term>\n";
560 print " <listitem>\n <para>\n";
561 $lineprefix=" ";
562 output_highlight($args{'parameters'}{$parameter});
563 print " </para>\n </listitem>\n </varlistentry>\n";
564 }
565 print " </variablelist>\n";
566 } else {
567 print " <para>\n None\n </para>\n";
568 }
569 print "</refsect1>\n";
570
571 # print out each section
572 $lineprefix=" ";
573 foreach $section (@{$args{'sectionlist'}}) {
574 print "<refsect1>\n <title>$section</title>\n <para>\n";
575 # print "<para>\n$section\n";
576 if ($section =~ m/EXAMPLE/i) {
577 print "<example><para>\n";
578 }
579 output_highlight($args{'sections'}{$section});
580 # print "</para>";
581 if ($section =~ m/EXAMPLE/i) {
582 print "</para></example>\n";
583 }
584 print " </para>\n</refsect1>\n";
585 }
586
587 print "\n\n";
588 }
589
590 ##
591 # output in man
592 sub output_man {
593 my %args = %{$_[0]};
594 my ($parameter, $section);
595 my $count;
596
597 print ".\\\" DO NOT MODIFY THIS FILE! It was generated by gdoc.\n";
598 print ".TH \"$args{'function'}\" 3 \"$args{'sourceversion'}\" \"". $args{'module'} . "\" \"". $args{'module'} . "\"\n";
599
600 print ".SH NAME\n";
601
602 print $args{'function'};
603 if ($args{'purpose'}) {
604 print " \\- " . $args{'purpose'} . "\n";
605 } else {
606 print " \\- API function\n";
607 }
608
609 print ".SH SYNOPSIS\n";
610 print ".B #include <". $args{'include'} . ">\n"
611 if $args{'include'};
612 print ".B #include <". lc((split /_/, $args{'function'})[0]) . ".h>\n"
613 if $args{'includefuncprefix'};
614 print ".sp\n";
615 print ".BI \"".$args{'functiontype'}." ".$args{'function'}."(";
616 $count = 0;
617 foreach $parameter (@{$args{'parameterlist'}}) {
618 print $args{'parametertypes'}{$parameter}." \" ".$parameter." \"";
619 if ($count != $#{$args{'parameterlist'}}) {
620 $count++;
621 print ", ";
622 }
623 }
624 print ");\"\n";
625
626 print ".SH ARGUMENTS\n";
627 foreach $parameter (@{$args{'parameterlist'}}) {
628 print ".IP \"".$args{'parametertypes'}{$parameter}." ".$parameter."\" 12\n";
629 $param = $args{'parameters'}{$parameter};
630 $param =~ s/-/\\-/g;
631 output_highlight($param);
632 }
633 foreach $section (@{$args{'sectionlist'}}) {
634 print ".SH \"" . uc($section) . "\"\n";
635 $sec = $args{'sections'}{$section};
636 $sec =~ s/-/\\-/g;
637 output_highlight($sec);
638 }
639
640 if ($args{'bugsto'}) {
641 print ".SH \"REPORTING BUGS\"\n";
642 print "Report bugs to <". $args{'bugsto'} . ">.\n";
643 if ($args{'pkgname'}) {
644 print $args{'pkgname'} . " home page: " .
645 "http://www.gnu.org/software/" . $args{'module'} . "/\n";
646 }
647 print "General help using GNU software: http://www.gnu.org/gethelp/\n";
648 }
649
650 if ($args{'copyright'}) {
651 print ".SH COPYRIGHT\n";
652 print "Copyright \\(co ". $args{'copyright'} . ".\n";
653 if ($args{'verbatimcopying'}) {
654 print ".br\n";
655 print "Copying and distribution of this file, with or without modification,\n";
656 print "are permitted in any medium without royalty provided the copyright\n";
657 print "notice and this notice are preserved.\n";
658 }
659 }
660
661 if ($args{'seeinfo'}) {
662 print ".SH \"SEE ALSO\"\n";
663 print "The full documentation for\n";
664 print ".B " . $args{'module'} . "\n";
665 print "is maintained as a Texinfo manual. If the\n";
666 print ".B info\n";
667 print "and\n";
668 print ".B " . $args{'module'} . "\n";
669 print "programs are properly installed at your site, the command\n";
670 print ".IP\n";
671 print ".B info " . $args{'seeinfo'} . "\n";
672 print ".PP\n";
673 print "should give you access to the complete manual.\n";
674 }
675 }
676
677 sub output_listfunc {
678 my %args = %{$_[0]};
679 print $args{'function'} . "\n";
680 }
681
682 ##
683 # output in text
684 sub output_text {
685 my %args = %{$_[0]};
686 my ($parameter, $section);
687
688 print "Function = ".$args{'function'}."\n";
689 print " return type: ".$args{'functiontype'}."\n\n";
690 foreach $parameter (@{$args{'parameterlist'}}) {
691 print " ".$args{'parametertypes'}{$parameter}." ".$parameter."\n";
692 print " -> ".$args{'parameters'}{$parameter}."\n";
693 }
694 foreach $section (@{$args{'sectionlist'}}) {
695 print " $section:\n";
696 print " -> ";
697 output_highlight($args{'sections'}{$section});
698 }
699 }
700
701 ##
702 # generic output function - calls the right one based
703 # on current output mode.
704 sub output_function {
705 # output_html(@_);
706 eval "output_".$output_mode."(\@_);";
707 }
708
709
710 ##
711 # takes a function prototype and spits out all the details
712 # stored in the global arrays/hsahes.
713 sub dump_function {
714 my $prototype = shift @_;
715
716 if ($prototype =~ m/^()([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
717 $prototype =~ m/^(\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
718 $prototype =~ m/^(\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
719 $prototype =~ m/^(\w+\s+\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
720 $prototype =~ m/^(\w+\s+\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/) {
721 $return_type = $1;
722 $function_name = $2;
723 $args = $3;
724
725 # print STDERR "ARGS = '$args'\n";
726
727 foreach $arg (split ',', $args) {
728 # strip leading/trailing spaces
729 $arg =~ s/^\s*//;
730 $arg =~ s/\s*$//;
731 # print STDERR "SCAN ARG: '$arg'\n";
732 @args = split('\s', $arg);
733
734 # print STDERR " -> @args\n";
735 $param = pop @args;
736 # print STDERR " -> @args\n";
737 if ($param =~ m/^(\*+)(.*)/) {
738 $param = $2;
739 push @args, $1;
740 }
741 if ($param =~ m/^(.*)(\[\])$/) {
742 $param = $1;
743 push @args, $2;
744 }
745 # print STDERR " :> @args\n";
746 $type = join " ", @args;
747
748 if ($parameters{$param} eq "" && $param != "void") {
749 $parameters{$param} = "-- undescribed --";
750 print STDERR "warning: $lineno: Function parameter '$param' not described in '$function_name'\n";
751 }
752
753 push @parameterlist, $param;
754 $parametertypes{$param} = $type;
755
756 # print STDERR "param = '$param', type = '$type'\n";
757 }
758 } else {
759 print STDERR "warning: $lineno: Cannot understand prototype: '$prototype'\n" if (!($prototype =~ m,GSASL_VALID_MECHANISM_CHARACTERS,));
760 return;
761 }
762
763 if ($function_only==0 || defined($function_table{$function_name})) {
764 output_function({'function' => $function_name,
765 'module' => $modulename,
766 'sourceversion' => $sourceversion,
767 'include' => $include,
768 'includefuncprefix' => $includefuncprefix,
769 'bugsto' => $bugsto,
770 'pkgname' => $pkgname,
771 'copyright' => $copyright,
772 'verbatimcopying' => $verbatimcopying,
773 'seeinfo' => $seeinfo,
774 'functiontype' => $return_type,
775 'parameterlist' => \@parameterlist,
776 'parameters' => \%parameters,
777 'parametertypes' => \%parametertypes,
778 'sectionlist' => \@sectionlist,
779 'sections' => \%sections,
780 'purpose' => $function_purpose
781 });
782 }
783 }
784
785 ######################################################################
786 # main
787 # states
788 # 0 - normal code
789 # 1 - looking for function name
790 # 2 - scanning field start.
791 # 3 - scanning prototype.
792 $state = 0;
793 $section = "";
794
795 $doc_special = "\@\%\$\#";
796
797 $doc_start = "^/\\*\\*\$";
798 $doc_end = "\\*/";
799 $doc_com = "\\s*\\*\\s*";
800 $doc_func = $doc_com."(\\w+):?";
801 $doc_sect = $doc_com."([".$doc_special."[:upper:]][\\w ]+):\\s*(.*)";
802 $doc_content = $doc_com."(.*)";
803
804 %constants = ();
805 %parameters = ();
806 @parameterlist = ();
807 %sections = ();
808 @sectionlist = ();
809
810 $contents = "";
811 $section_default = "Description"; # default section
812 $section = $section_default;
813
814 $lineno = 0;
815 foreach $file (@ARGV) {
816 if (!open(IN,"<$file")) {
817 print STDERR "Error: Cannot open file $file\n";
818 next;
819 }
820 while (<IN>) {
821 $lineno++;
822
823 if ($state == 0) {
824 if (/$doc_start/o) {
825 $state = 1; # next line is always the function name
826 }
827 } elsif ($state == 1) { # this line is the function name (always)
828 if (/$doc_func/o) {
829 $function = $1;
830 $state = 2;
831 if (/-\s*(.*)/) {
832 $function_purpose = $1;
833 } else {
834 $function_purpose = "";
835 }
836 if ($verbose) {
837 print STDERR "Info($lineno): Scanning doc for $function\n";
838 }
839 } else {
840 print STDERR "warning: $lineno: Cannot understand $_ on line $lineno",
841 " - I thought it was a doc line\n";
842 $state = 0;
843 }
844 } elsif ($state == 2) { # look for head: lines, and include content
845 if (/$doc_sect/o) {
846 $newsection = $1;
847 $newcontents = $2;
848
849 if ($contents ne "") {
850 dump_section($section, $contents);
851 $section = $section_default;
852 }
853
854 $contents = $newcontents;
855 if ($contents ne "") {
856 $contents .= "\n";
857 }
858 $section = $newsection;
859 } elsif (/$doc_end/) {
860
861 if ($contents ne "") {
862 dump_section($section, $contents);
863 $section = $section_default;
864 $contents = "";
865 }
866
867 # print STDERR "end of doc comment, looking for prototype\n";
868 $prototype = "";
869 $state = 3;
870 } elsif (/$doc_content/) {
871 # miguel-style comment kludge, look for blank lines after
872 # @parameter line to signify start of description
873 if ($1 eq "" && $section =~ m/^@/) {
874 dump_section($section, $contents);
875 $section = $section_default;
876 $contents = "";
877 } else {
878 $contents .= $1."\n";
879 }
880 } else {
881 # i dont know - bad line? ignore.
882 print STDERR "warning: $lineno: Bad line: $_";
883 }
884 } elsif ($state == 3) { # scanning for function { (end of prototype)
885 if (m#\s*/\*\s+MACDOC\s*#io) {
886 # do nothing
887 }
888 elsif (/([^\{]*)/) {
889 $prototype .= $1;
890 }
891 if (/\{/) {
892 $prototype =~ s@/\*.*?\*/@@gos; # strip comments.
893 $prototype =~ s@[\r\n]+@ @gos; # strip newlines/cr's.
894 $prototype =~ s@^ +@@gos; # strip leading spaces
895 dump_function($prototype);
896
897 $function = "";
898 %constants = ();
899 %parameters = ();
900 %parametertypes = ();
901 @parameterlist = ();
902 %sections = ();
903 @sectionlist = ();
904 $prototype = "";
905
906 $state = 0;
907 }
908 }
909 }
910 }
0 #!/bin/sh
1 # Generate the top-level Info node, given a directory of Info files
2 # and (optionally) a skeleton file. The output will be suitable for a
3 # top-level dir file. The skeleton file contains info topic names in the
4 # order they should appear in the output. There are three special
5 # lines that alter the behavior: a line consisting of just "--" causes
6 # the next line to be echoed verbatim to the output. A line
7 # containing just "%%" causes all the remaining filenames (wildcards
8 # allowed) in the rest of the file to be ignored. A line containing
9 # just "!!" exits the script when reached (unless preceded by a line
10 # containing just "--"). Once the script reaches the end of the
11 # skeleton file, it goes through the remaining files in the directory
12 # in order, putting their entries at the end. The script will use the
13 # ENTRY information in each info file if it exists. Otherwise it will
14 # make a minimal entry.
15
16 # sent by Jeffrey Osier <jeffrey@cygnus.com>, who thinks it came from
17 # zoo@winternet.com (david d `zoo' zuhn)
18
19 # modified 7 April 1995 by Joe Harrington <jh@tecate.gsfc.nasa.gov> to
20 # take special flags
21
22 INFODIR=$1
23 if [ $# = 2 ] ; then
24 SKELETON=$2
25 else
26 SKELETON=/dev/null
27 fi
28
29 skip=
30
31 if [ $# -gt 2 ] ; then
32 echo usage: $0 info-directory [ skeleton-file ] 1>&2
33 exit 1
34 elif [ -z "${INFODIR}" ] ; then
35 INFODIR="%%DEFAULT_INFO_DIR%%"
36 else
37 true
38 fi
39
40 if [ ! -d ${INFODIR} ] ; then
41 echo "$0: first argument must specify a directory"
42 exit 1
43 fi
44
45 ### output the dir header
46 echo "-*- Text -*-"
47 echo "This file was generated automatically by $0."
48 echo "This version was generated on `date`"
49 echo "by `whoami`@`hostname` for `(cd ${INFODIR}; pwd)`"
50
51 cat << moobler
52 \$Id: gen-dir-node,v 1.1 2013/01/02 01:00:25 karl Exp $
53 This is the file .../info/dir, which contains the topmost node of the
54 Info hierarchy. The first time you invoke Info you start off
55 looking at that node, which is (dir)Top.
56 
57 File: dir Node: Top This is the top of the INFO tree
58
59 This (the Directory node) gives a menu of major topics.
60 Typing "q" exits, "?" lists all Info commands, "d" returns here,
61 "h" gives a primer for first-timers,
62 "mEmacs<Return>" visits the Emacs topic, etc.
63
64 In Emacs, you can click mouse button 2 on a menu item or cross reference
65 to select it.
66
67 * Menu: The list of major topics begins on the next line.
68
69 moobler
70
71 ### go through the list of files in the skeleton. If an info file
72 ### exists, grab the ENTRY information from it. If an entry exists
73 ### use it, otherwise create a minimal dir entry.
74 ###
75 ### Then remove that file from the list of existing files. If any
76 ### additional files remain (ones that don't have a skeleton entry),
77 ### then generate entries for those in the same way, putting the info for
78 ### those at the end....
79
80 infofiles=`(cd ${INFODIR}; /bin/ls | grep -v '\-[0-9]*$' | egrep -v '^dir$|^dir\.info$|^dir\.orig$')`
81
82 # echoing gets clobbered by backquotes; we do it the hard way...
83 lines=`wc $SKELETON | awk '{print $1}'`
84 line=1
85 while [ $lines -ge $line ] ; do
86 # Read one line from the file. This is so that we can echo lines with
87 # whitespace and quoted characters in them.
88 fileline=`awk NR==$line $SKELETON`
89
90 # flag fancy features
91 if [ ! -z "$echoline" ] ; then # echo line
92 echo "$fileline"
93 fileline=
94 echoline=
95 elif [ "${fileline}" = "--" ] ; then # should we echo the next line?
96 echoline=1
97 elif [ "${fileline}" = "%%" ] ; then # eliminate remaining files from dir?
98 skip=1
99 elif [ "${fileline}" = "!!" ] ; then # quit now
100 exit 0
101 fi
102
103 # handle files if they exist
104 for file in $fileline"" ; do # expand wildcards ("" handles blank lines)
105
106 fname=
107
108 if [ -z "$echoline" ] && [ ! -z "$file" ] ; then
109 # Find the file to operate upon. Check both possible names.
110 infoname=`echo $file | sed 's/\.info$//'`
111 noext=
112 ext=
113 if [ -f ${INFODIR}/$infoname ] ; then
114 noext=$infoname
115 fi
116 if [ -f ${INFODIR}/${infoname}.info ] ; then
117 ext=${infoname}.info
118 fi
119
120 # If it exists with both names take what was said in the file.
121 if [ ! -z "$ext" ] && [ ! -z "$noext" ]; then
122 fname=$file
123 warn="### Warning: $ext and $noext both exist! Using ${file}. ###"
124 elif [ ! -z "${noext}${ext}" ]; then
125 # just take the name if it exists only once
126 fname=${noext}${ext}
127 fi
128
129 # if we found something and aren't skipping, do the entry
130 if [ ! -z "$fname" ] ; then
131 if [ -z "$skip" ] ; then
132
133 if [ ! -z "$warn" ] ; then # issue any warning
134 echo $warn
135 warn=
136 fi
137
138 entry=`sed -e '1,/START-INFO-DIR-ENTRY/d' \
139 -e '/END-INFO-DIR-ENTRY/,$d' ${INFODIR}/$fname`
140 if [ ! -z "${entry}" ] ; then
141 echo "${entry}"
142 else
143 echo "* ${infoname}: (${infoname})."
144 fi
145 fi
146
147 # remove the name from the directory listing
148 infofiles=`echo "" ${infofiles} "" | sed -e "s/ ${fname} / /" -e "s/ / /g"`
149
150 fi
151
152 fi
153
154 done
155
156 line=`expr $line + 1`
157 done
158
159 if [ -z "${infofiles}" ] ; then
160 exit 0
161 elif [ $lines -gt 0 ]; then
162 echo
163 fi
164
165 # Sort remaining files by INFO-DIR-SECTION.
166 prevsect=
167 filesectdata=`(cd ${INFODIR}; fgrep INFO-DIR-SECTION /dev/null ${infofiles} | \
168 fgrep -v 'INFO-DIR-SECTION Miscellaneous' | \
169 sort -t: -k2 -k1 | tr ' ' '_')`
170 for sectdata in ${filesectdata}; do
171 file=`echo ${sectdata} | cut -d: -f1`
172 section=`sed -n -e 's/^INFO-DIR-SECTION //p' ${INFODIR}/${file}`
173 infofiles=`echo "" ${infofiles} "" | sed -e "s/ ${file} / /" -e "s/ / /g"`
174
175 if [ "${prevsect}" != "${section}" ] ; then
176 if [ ! -z "${prevsect}" ] ; then
177 echo ""
178 fi
179 echo "${section}"
180 prevsect="${section}"
181 fi
182
183 infoname=`echo $file | sed 's/\.info$//'`
184 entry=`sed -e '1,/START-INFO-DIR-ENTRY/d' \
185 -e '/END-INFO-DIR-ENTRY/,$d' ${INFODIR}/${file}`
186 if [ ! -z "${entry}" ] ; then
187 echo "${entry}"
188 elif [ ! -d "${INFODIR}/${file}" ] ; then
189 echo "* ${infoname}: (${infoname})."
190 fi
191 done
192
193 # Process miscellaneous files.
194 for file in ${infofiles}; do
195 if [ ! -z "${prevsect}" ] ; then
196 echo ""
197 echo "Miscellaneous"
198 prevsect=""
199 fi
200
201 infoname=`echo $file | sed 's/\.info$//'`
202 entry=`sed -e '1,/START-INFO-DIR-ENTRY/d' \
203 -e '/END-INFO-DIR-ENTRY/,$d' ${INFODIR}/${file}`
204
205 if [ ! -z "${entry}" ] ; then
206 echo "${entry}"
207 elif [ ! -d "${INFODIR}/${file}" ] ; then
208 echo "* ${infoname}: (${infoname})."
209 fi
210 done
0 #!/usr/local/bin/perl -w
1 # infosrch does a regex search on an info manual.
2 # By Harry Putnam <reader@newsguy.com>.
3
4 ($myscript = $0) =~ s:^.*/::;
5 $six = '';
6
7 if($ARGV[0] eq "help"){
8 &usage;
9 exit;
10 }
11 if($ARGV[0] eq "-e"){
12 shift;
13 $six = "true";
14 }
15 if(!$ARGV[1]){
16 &usage;
17 exit;
18 }
19
20 $target = shift;
21 $regex = shift;
22
23 $shell_proc = "info --output - --subnodes 2>/dev/null $target";
24
25 open(SHELL_PROC," $shell_proc|");
26 while(<SHELL_PROC>){
27 chomp;
28 push @lines,$_;
29 }
30 close(SHELL_PROC);
31 $cnt = 0;
32 for(@lines){
33 if(/$regex/ && !$six){
34 print "$target\n $lines[($cnt-1)]\n<$cnt> $lines[$cnt]\n $lines[($cnt+1)]\n";
35 print "-- \n";
36 }elsif(/$regex/ && $six){
37 print "$target\n";
38 if($lines[($cnt-6)]){
39 print " $lines[($cnt-6)]\n";
40 }
41 if($lines[($cnt-5)]){
42 print " $lines[($cnt-5)]\n";
43 }
44 if($lines[($cnt-4)]){
45 print " $lines[($cnt-4)]\n";
46 }
47 if($lines[($cnt-3)]){
48 print " $lines[($cnt-3)]\n";
49 }
50 if($lines[($cnt-2)]){
51 print " $lines[($cnt-2)]\n";
52 }
53 if($lines[($cnt-1)]){
54 print " $lines[($cnt-1)]\n";
55 }
56 if($lines[$cnt]){
57 print "$cnt $lines[$cnt]\n";
58 }
59 if($lines[($cnt+1)]){
60 print " $lines[($cnt+1)]\n";
61 }
62 if($lines[($cnt+2)]){
63 print " $lines[($cnt+2)]\n";
64 }
65 if($lines[($cnt+3)]){
66 print " $lines[($cnt+3)]\n";
67 }
68 if($lines[($cnt+4)]){
69 print " $lines[($cnt+4)]\n";
70 }
71 if($lines[($cnt+5)]){
72 print " $lines[($cnt+5)]\n";
73 }
74 if($lines[($cnt+6)]){
75 print " $lines[($cnt+6)]\n";
76 }
77 print "-- \n";
78 }
79 $cnt++;
80 }
81
82 sub usage {
83 print <<EOM;
84
85 Purpose: Extract full text from info node and search it by regex
86 Usage: $myscript [-e] TARGET REGEX
87
88 Where TARGET is an info node such as `emacs', `bash' etc, and
89 REGEX is what you want to find in it.
90
91 The -e flag is not required but if used then 6 lines preceding and six
92 lines following any hits will be printed. The default (with no -e flag)
93 is to print one line before and after.
94
95 The output has the line number prepended to the line containing the
96 actual regex.
97
98 Info command used:
99 info --output - --subnodes 2>/dev/null TARGET
100
101 EOM
102 }
0 #!/usr/bin/env perl
1 # javaprop2texiflag.pl --- -*- coding: utf-8 -*-
2 # Copyright 2012 Vincent Belaïche
3 #
4 # Author: Vincent Belaïche <vincentb1@users.sourceforge.net>
5 # Version: $Id: javaprop2texiflag.pl,v 1.2 2012/09/02 11:17:29 vincentb1 Exp $
6 # Keywords:
7 # X-URL: http://www.jpicedt.org/
8 #
9 # Ce logiciel est régi par la licence CeCILL soumise au droit français et respectant les principes de
10 # diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les
11 # conditions de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA sur le site
12 # "http://www.cecill.info".
13 #
14 # En contrepartie de l'accessibilité au code source et des droits de copie, de modification et de
15 # redistribution accordés par cette licence, il n'est offert aux utilisateurs qu'une garantie limitée. Pour
16 # les mêmes raisons, seule une responsabilité restreinte pèse sur l'auteur du programme, le titulaire des
17 # droits patrimoniaux et les concédants successifs.
18 #
19 # A cet égard l'attention de l'utilisateur est attirée sur les risques associés au chargement, à
20 # l'utilisation, à la modification et/ou au développement et à la reproduction du logiciel par l'utilisateur
21 # étant donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc
22 # à des développeurs et des professionnels avertis possédant des connaissances informatiques approfondies.
23 # Les utilisateurs sont donc invités à charger et tester l'adéquation du logiciel à leurs besoins dans des
24 # conditions permettant d'assurer la sécurité de leurs systèmes et ou de leurs données et, plus généralement,
25 # à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
26 #
27 # Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence
28 # CeCILL, et que vous en avez accepté les termes.
29 #
30 ## Commentary:
31
32 #
33
34 ## Installation:
35
36 ## Code:
37 use strict;
38 use warnings;
39 use feature qw(say unicode_strings);
40 use PerlIO;
41
42 my $version='$Id: javaprop2texiflag.pl,v 1.2 2012/09/02 11:17:29 vincentb1 Exp $';
43 my $linenb = 0;
44 my $inputfile;
45 my $verbose;
46
47
48 sub usage
49 {
50 my $retval = shift;
51 print "Usage:
52 javaprop2texiflag.pl ARGUMENTS LIST
53
54 -h, --header ARG : Add a header ARG to the produced output
55 -p, --prefix ARG : Set prefix to ARG, prefix is empty by default
56 -i, --input ARG : Set input to ARG, otherwise it is STDIN
57 -i, --output ARG : Set output to ARG, otherwise it is STDIN
58 -c, --showcomments : Translate comments into the output
59 -e, --showemptylines: Translate empty lines into the output
60 -v, --verbose : Output some message when done
61 --version : show version and exit
62 --help : show this message and exit
63 ";
64 exit $retval;
65 }
66
67 #
68 #
69 sub jp2texif_unescape
70 {
71 $_ = shift();
72 s!\\(n(?{"\n"})|r(?{"\r"})|f(?{"\f"})|t(?{"\t"})|u([0-9A-F]{4})(?{chr hex $2})|(.)(?{$3}))!$^R!g;
73 return $_;
74 }
75
76 sub jp2texif_encode
77 {
78 $_ = shift;
79 s!(([\@\{\}])(?{'@'."$2"})|\n(?{'@*'}))!$^R!g;
80 # Texinfo-fier les espaces de tête pour les rendre significatifs
81 if(/\A([ \t]+)(.*)\Z/)
82 {
83 my $spaceprefix = $1;
84 my $remainder = $2;
85 $spaceprefix =~ s!(.)!\@$1!g;
86 $_ = $spaceprefix . $remainder;
87 }
88 # Texinfo-fier les espaces de queue pour les rendre significatifs
89 if(/(.+?)([ \t]+)\Z/)
90 {
91 my $spacepostfix = $2;
92 my $remainder = $1;
93 $spacepostfix =~ s!(.)!\@$1!g;
94 $_ = $remainder . $spacepostfix;
95 }
96 return $_
97 }
98
99 my @header = ();
100 my $prefix = "";
101 my $outputfile;
102 my $showcomments;
103 my $showemptylines;
104
105 my $i = 0;
106 while($i < @ARGV){
107 if($i + 1 < @ARGV)
108 {
109 if($ARGV[$i] =~ /\A-(i|-input)\Z/)
110 {
111 $inputfile = $ARGV[$i+1];
112 $i = $i +2;
113 }
114 elsif($ARGV[$i] =~ /\A-(o|-output)\Z/)
115 {
116 $outputfile = $ARGV[$i+1];
117 $i = $i +2;
118 }
119 elsif($ARGV[$i] =~ /\A-(p|-prefix)\Z/)
120 {
121 $prefix = $ARGV[$i+1];
122 $i = $i +2;
123 }
124 elsif($ARGV[$i] =~ /\A-(h|-header)\Z/)
125 {
126 $header[++$#header] = \$ARGV[$i+1];
127 $i = $i +2;
128 }
129 else
130 {
131 goto ONE_ARG;
132 }
133 }
134 else
135 {
136 ONE_ARG:
137 {
138 if($ARGV[$i] =~ /\A-(c|-showcomments)\Z/)
139 {
140 $showcomments = 1;
141 $i ++;
142 }
143 elsif($ARGV[$i] =~ /\A-(e|-showemptylines)\Z/)
144 {
145 $showemptylines = 1;
146 $i ++;
147 }
148 elsif($ARGV[$i] =~ /\A-(v|-verbose)\Z/)
149 {
150 $verbose = 1;
151 $i ++;
152 }
153 elsif($ARGV[$i] eq "--version")
154 {
155 print "Version of javaprop2texiflag.pl = $version\n";
156 exit 0;
157 }
158 elsif($ARGV[$i] eq "--help")
159 {
160 usage(0);
161 exit;
162 }
163 else
164 {
165 print "Invalid remaining arguments: @ARGV[$i .. $#ARGV]\n";
166 usage(-1);
167 }
168 }
169 }
170 }
171
172 my $in;
173 if($inputfile)
174 {
175 open($in, "< :encoding(ISO-8859-1)", $inputfile) or die "Can't open $inputfile $!";
176 }
177 else
178 {
179 $in = \*STDIN;
180 }
181 my $out;
182 if($outputfile)
183 {
184 open($out, "> :encoding(UTF-8)", $outputfile) or die "Can't open $outputfile $!";
185 }
186 else
187 {
188 $out = \*STDOUT;
189 }
190 select $out;
191
192 my $line;
193 if(@header)
194 {
195 foreach(@header){
196 say '@c ', $$_;
197 }
198 }
199
200 my $folded_line = 0;
201 my $flagnb = 0;
202
203 my $propname;
204 my $propval;
205 my $nextpropval;
206
207 LINE: while(<$in>){
208 $line = $_ ;
209 $linenb++ ;
210 if($line =~ /\A(\s*)[#!](.*)\Z/)
211 {
212 if($showcomments)
213 {
214 say "$1" , '@c ' , "$2";
215 }
216 next LINE;
217 }
218 elsif($line =~ /\A\s*\Z/)
219 {
220 if($showemptylines)
221 {
222 say "\n";
223 }
224 next LINE;
225 }
226 elsif($line =~ /\A(\s*(.*))\Z/)
227 {
228 if($folded_line == 0)
229 {
230 if($line =~ /\A\s*((?:[a-zA-Z0-9_\.-]|\\[nr=:])+)\s*[=:](.*)\Z/)
231 {
232 $propname = $1;
233 $propval = $2;
234 if($propval =~ m!(\\+)$! && (length($1) & 1) == 1)
235 {
236 # nombre impair de contre-obliques en fin de ligne, c'est un repliement
237 $folded_line = 1;
238 $propval =~ s!.$!!;
239 $propval = jp2texif_unescape($propval);
240
241 }
242 else
243 {
244 say "\@set $prefix$propname " , jp2texif_encode( jp2texif_unescape($propval));
245 $flagnb ++;
246 }
247 }
248 else
249 {
250 die "$inputfile:$linenb: Invalid line = $line";
251 }
252 }
253 elsif($folded_line == 1)
254 {
255 $nextpropval = $2;
256 if($nextpropval =~ m!(\\+)$! && (length($1) & 1) == 1)
257 {
258 # nombre impair de contre-obliques en fin de ligne, on reste en repliement
259 $nextpropval =~ s!.$!!;
260 $propval = $propval . jp2texif_unescape($nextpropval);
261 }
262 else
263 {
264 # le repliement est fini
265 $folded_line = 0;
266 $propval = $propval . jp2texif_unescape($nextpropval);
267 say "\@set $prefix$propname " , jp2texif_encode($propval);
268 $flagnb ++;
269 }
270
271 }
272 else
273 {
274 die "$inputfile:$linenb: javaprop2texiflag INTERNAL BUG";
275 }
276
277 next LINE;
278 }
279 else
280 {
281 die "$inputfile:$linenb: Invalid line = $line";
282 }
283 }
284
285 if($verbose)
286 {
287 if($inputfile)
288 {
289 $inputfile = "file \`$inputfile\'";
290 }
291 else
292 {
293 $inputfile = "standard input";
294 }
295 print STDOUT "\nDone: javaprop2texiflag is finished,\n\tinput was $inputfile,\n\t$linenb lines were processed,\n\t$flagnb flags were produced.\n";
296 }
0 #! /usr/local/bin/gawk -f
1
2 # texi.outline --- produce an outline from a texinfo source file
3 #
4 # Copyright (C) 1998 Arnold David Robbins (arnold@gnu.org)
5 #
6 # TEXI.OUTLINE is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # TEXI.OUTLINE is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19 # NOTE:
20 # This program uses gensub(), which is specific to gawk.
21 # With some work (split, substr, etc), it could be made to work
22 # on other awks, but it's not worth the trouble for me.
23
24 BEGIN \
25 {
26 # Levels at which different nodes can be
27 Level["@top"] = 0
28 Level["@appendix"] = 1
29 Level["@chapter"] = 1
30 Level["@majorheading"] = 1
31 Level["@unnumbered"] = 1
32 Level["@appendixsec"] = 2
33 Level["@heading"] = 2
34 Level["@section"] = 2
35 Level["@unnumberedsec"] = 2
36 Level["@unnumberedsubsec"] = 3
37 Level["@appendixsubsec"] = 3
38 Level["@subheading"] = 3
39 Level["@subsection"] = 3
40 Level["@appendixsubsubsec"] = 4
41 Level["@subsubheading"] = 4
42 Level["@subsubsection"] = 4
43 Level["@unnumberedsubsubsec"] = 4
44
45 # insure that we were called correctly
46 if (ARGC != 2) {
47 printf("usage: %s texinfo-file\n", ARGV[0]) > "/dev/stderr"
48 exit 1
49 }
50
51 # init header counters
52 app_letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
53 app_h = 0
54 l1_h = l2_h = l3_h = l4_h = 0
55 }
56
57 # skip lines we're not interested in
58 /^[^@]/ || ! ($1 in Level) { next }
59
60 Level[$1] == 1 {
61 if ($1 !~ /^@unnumbered/ || $1 !~ /heading/)
62 l1_h++
63 l2_h = l3_h = l4_h = 0
64 Ntabs = 0
65 Number = makenumber($1)
66 Title = maketitle($0)
67 print_title()
68 }
69
70 Level[$1] == 2 {
71 l2_h++
72 l3_h = l4_h = 0
73 Ntabs = 1
74 Number = makenumber($1)
75 Title = maketitle($0)
76 print_title()
77 }
78
79 Level[$1] == 3 {
80 l3_h++
81 l4_h = 0
82 Ntabs = 2
83 Number = makenumber($1)
84 Title = maketitle($0)
85 print_title()
86 }
87
88 Level[$1] == 4 {
89 l4_h++
90 Ntabs = 3
91 Number = makenumber($1)
92 Title = maketitle($0)
93 print_title()
94 }
95
96 # maketitle --- extract title
97
98 function maketitle(str, text)
99 {
100 $1 = "" # clobber section keyword
101 text = $0
102 gsub(/^[ \t]*/, "", text)
103 text = gensub(/@[a-z]+{/, "", "g", text)
104 text = gensub(/([^@])}/, "\\1", "g", text)
105 return text
106 }
107
108 # print_title --- print the title
109
110 function print_title( i)
111 {
112 for (i = 1; i <= Ntabs; i++)
113 printf "\t"
114 printf("%s %s\n", Number, Title)
115 }
116
117 # makenumber --- construct a heading number from levels and section command
118
119 function makenumber(command, result, lev1)
120 {
121 result = ""
122 if (command ~ /^@appendix/) {
123 if (Level[command] == 1)
124 app_h++
125
126 lev1 = substr(app_letters, app_h, 1)
127 } else if (command ~ /^@unnumbered/ || command ~ /heading/) {
128 lev1 = "(unnumbered)"
129 } else
130 lev1 = l1_h ""
131
132 result = lev1 "."
133 if (l2_h > 0) {
134 result = result l2_h "."
135 if (l3_h > 0) {
136 result = result l3_h "."
137 if (l4_h > 0) {
138 result = result l4_h "."
139 }
140 }
141 }
142 return result
143 }
0 #! /usr/local/bin/gawk -f
1
2 # prepinfo.awk --- fix node lines and menus
3 #
4 # Copyright 1998 Arnold Robbins, arnold@gnu.org
5 #
6 # PREPINFO is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # PREPINFO is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19 BEGIN \
20 {
21 # manifest constants
22 TRUE = 1
23 FALSE = 0
24
25 # Levels at which different nodes can be
26 Level["@top"] = 0
27 Level["@appendix"] = 1
28 Level["@chapter"] = 1
29 Level["@majorheading"] = 1
30 Level["@unnumbered"] = 1
31 Level["@appendixsec"] = 2
32 Level["@heading"] = 2
33 Level["@section"] = 2
34 Level["@unnumberedsec"] = 2
35 Level["@unnumberedsubsec"] = 3
36 Level["@appendixsubsec"] = 3
37 Level["@subheading"] = 3
38 Level["@subsection"] = 3
39 Level["@appendixsubsubsec"] = 4
40 Level["@subsubheading"] = 4
41 Level["@subsubsection"] = 4
42 Level["@unnumberedsubsubsec"] = 4
43
44 # Length of menus
45 Menumargin = 78
46
47 # Length of menu item
48 Min_menitem_length = 29
49
50 # insure that we were called correctly
51 if (ARGC != 2) {
52 printf("usage: %s texinfo-file\n", ARGV[0]) > "/dev/stderr"
53 exit 1
54 }
55
56 # Arrange for two passes over input file
57 Pass = 1
58 ARGV[2] = "Pass=2"
59 ARGV[3] = ARGV[1]
60 ARGC = 4
61 Lastlevel = -1
62
63 # Initialize stacks
64 Up[-1] = "(dir)"
65 Prev[0] = "(dir)"
66
67 if (Debug == "args") {
68 for (i = 0; i < ARGC; i++)
69 printf("ARGV[%d] = %s\n", i, ARGV[i]) > "/dev/stderr"
70 }
71 }
72
73 $1 == "@node" \
74 {
75 Name = getnodename($0)
76 Nodeseen = TRUE
77
78 if ((l = length(Name)) > Maxlen)
79 Maxlen = l
80
81 if (Debug == "nodenames")
82 printf("Name = %s\n", Name) > "/dev/stderr"
83
84 if (Pass == 1)
85 next
86 }
87
88 Pass == 1 && /^@c(omment)?[ \t]+fakenode/ \
89 {
90 if (Debug == "fakenodes")
91 printf("fakenode at %d\n", FNR) > "/dev/stderr"
92 Fakenode = TRUE
93 next
94 }
95
96 Pass == 1 && ($1 in Level) \
97 {
98 # skip fake nodes --- titles without associated @node lines
99 if (Fakenode) {
100 if (Debug == "fakenodes")
101 printf("%s at %d is a fakenode\n", $1, FNR) > "/dev/stderr"
102 Fakenode = FALSE
103 next
104 }
105
106 if (Debug == "titles")
107 printf("Processing %s: Name = %s\n", $1, Name) > "/dev/stderr"
108
109 # save type
110 type = $1
111
112 if (! Nodeseen) {
113 err_prefix()
114 printf("%s line with no @node or fakenode line\n",
115 type) > "/dev/stderr"
116 Badheading[FNR] = 1
117 # ??? used ???
118 next
119 } else
120 Nodeseen = FALSE # reset it
121
122 # Squirrel away the info
123 levelnum = Level[type]
124 Node[Name ".level"] = levelnum
125 Node[Name ".name"] = Name
126 if (Debug == "titles") {
127 printf("Node[%s\".level\"] = %s\n", Name, Node[Name ".level"]) > "/dev/stderr"
128 printf("Node[%s\".name\"] = %s\n", Name, Node[Name ".name"]) > "/dev/stderr"
129 }
130
131 if (levelnum == Lastlevel) { # e.g., two sections in a row
132 Node[Name ".up"] = Up[levelnum - 1]
133 if (levelnum in Prev) {
134 Node[Prev[levelnum] ".next"] = Name
135 Node[Name ".prev"] = Prev[levelnum]
136 }
137 Prev[levelnum] = Name
138 Up[levelnum] = Name # ???
139 } else if (levelnum < Lastlevel) { # section, now chapter
140 Lastlevel = levelnum
141 Node[Name ".up"] = Up[levelnum - 1]
142 if (levelnum in Prev) {
143 Node[Name ".prev"] = Prev[levelnum]
144 Node[Prev[levelnum] ".next"] = Name
145 }
146 Prev[levelnum] = Name
147 Up[levelnum] = Name
148 } else { # chapter, now section, levelnum > Lastlevel
149 Node[Name ".up"] = Up[levelnum - 1]
150 Node[Up[Lastlevel] ".child"] = Name
151 Up[levelnum] = Name
152 Prev[levelnum] = Name
153 Lastlevel = levelnum
154 }
155
156 # For master menu
157 if (Level[$1] >= 2)
158 List[++Sequence] = Name
159
160 if (Debug == "titles") {
161 printf("Node[%s\".prev\"] = %s\n", Name, Node[Name ".prev"]) > "/dev/stderr"
162 printf("Node[%s\".up\"] = %s\n", Name, Node[Name ".up"]) > "/dev/stderr"
163 printf("Node[%s\".child\"] = %s\n", Name, Node[Name ".child"]) > "/dev/stderr"
164 }
165 }
166
167 Pass == 2 && Debug == "dumptitles" && FNR <= 1 \
168 {
169 for (i in Node)
170 printf("Node[%s] = %s\n", i, Node[i]) | "sort 1>&2"
171 close("sort 1>&2")
172 }
173
174 /^@menu/ && Pass == 1, /^@end[ \t]+menu/ && Pass == 1 \
175 {
176 if (/^@menu/ || /^@end[ \t]+menu/)
177 next
178
179 # if (Debug == "menu")
180 # printf("processing: %s\n", $0) > "/dev/stderr"
181
182 if (/^\*/) {
183 if (In_menitem) { # file away info from previousline
184 Node[node ".mendesc"] = desc
185 Node[node ".longdesc"] = longdesc
186 if (Debug == "mendesc") {
187 printf("Node[%s.mendesc] = %s\n",
188 node, Node[node ".mendesc"]) > "/dev/stderr"
189 printf("Node[%s.longdesc] = %s\n",
190 node, Node[node ".longdesc"]) > "/dev/stderr"
191 }
192 }
193 In_menitem = TRUE
194
195 # pull apart menu item
196 $1 = "" # nuke ``*''
197 $0 = $0 # reparse line
198 i1 = index($0, ":")
199 if (i1 <= 0) {
200 err_prefix()
201 printf("badly formed menu item") > "/dev/stderr"
202 next
203 }
204 if (substr($0, i1+1, 1) != ":") { # desc: node. long desc
205 i2 = index($0, ".")
206 if (i2 <= 0) {
207 err_prefix()
208 printf("badly formed menu item") > "/dev/stderr"
209 next
210 }
211 desc = substr($0, 1, i1 - 1)
212 sub(/^[ \t]+/, "", node)
213 sub(/[ \t]+$/, "", node)
214 longdesc = substr($0, i2 + 1)
215 } else { # nodname:: long desc
216 desc = ""
217 node = substr($0, 1, i1 - 1)
218 sub(/^[ \t]+/, "", node)
219 sub(/[ \t]+$/, "", node)
220 longdesc = substr($0, i1 + 2)
221 }
222 } else if (In_menitem) { # continuation line
223 longdesc = longdesc " " $0
224 } else
225 In_menitem = FALSE
226
227 Node[node ".mendesc"] = desc
228 Node[node ".longdesc"] = longdesc
229 if (Debug == "mendesc") {
230 printf("Node[%s.mendesc] = %s\n",
231 node, Node[node ".mendesc"]) > "/dev/stderr"
232 printf("Node[%s.longdesc] = %s\n",
233 node, Node[node ".longdesc"]) > "/dev/stderr"
234 }
235
236 if (Debug == "menu")
237 printf("Menu:: Name %s: desc %s: longdesc %s\n",
238 node, desc, longdesc) > "/dev/stderr"
239 }
240
241 function err_prefix()
242 {
243 printf("%s: %s: %d: ", ARGV[0], FILENAME, FNR) > "/dev/stderr"
244 }
245
246 function getnodename(str)
247 {
248 sub(/@node[ \t]+/, "", str)
249 sub(/,.*/, "", str)
250 if (Debug == "nodenames")
251 printf("getnodename: return %s\n", str) > "/dev/stderr"
252 return str
253 }
254
255 Pass == 2 && /^@node/ \
256 {
257 Name = getnodename($0)
258
259 # Top node is special. It's next is the first child
260 n = Node[Name ".next"]
261 if (Node[Name ".level"] == 0 && n == "")
262 n = Node[Name ".child"]
263
264 printf("@node %s, %s, %s, %s\n", Name, n,
265 Node[Name ".prev"] ? Node[Name ".prev"] : Node[Name ".up"],
266 Node[Name ".up"])
267 next
268 }
269
270 Pass == 2 && /^@menu/ \
271 {
272 # First, nuke current contents of menu
273 do {
274 if ((getline) <= 0) {
275 err_prefix()
276 printf("unexpected EOF inside menu\n") > "/dev/stderr"
277 exit 1
278 }
279 } while (! /^@end[ \t]+menu/)
280
281 # next, compute maximum length of a node name
282 max = 0
283 for (n = Node[Name ".child"]; (n ".next") in Node; n = Node[n ".next"]) {
284 if ((n ".desc") in Node)
285 s = Node[n ".desc"] ": " n "."
286 else
287 s = n "::"
288 l = length(s)
289 if (l > max)
290 max = l
291 }
292 if (max < Min_menitem_length)
293 max = Min_menitem_length
294
295 # now dump the menu
296 print "@menu"
297
298 for (n = Node[Name ".child"]; (n ".next") in Node; n = Node[n ".next"]) {
299 print_menuitem(n, max)
300 }
301 print_menuitem(n, max)
302
303 if (Name == "Top") { # Master Menu
304 if (Maxlen < Min_menitem_length)
305 Maxlen = Min_menitem_length
306 print ""
307 for (i = 1; i <= Sequence; i++)
308 print_menuitem(List[i], Maxlen)
309 print ""
310 }
311 print "@end menu"
312 next
313 }
314
315 Pass == 2 # print
316
317
318 function print_menuitem(n, max, nodesc, i, dwords, count, p)
319 {
320 nodesc = FALSE
321 if (! ((n ".longdesc") in Node)) {
322 err_prefix()
323 printf("warning: %s: no long description\n", n) > "/dev/stderr"
324 nodesc = TRUE
325 } else {
326 for (i in dwords)
327 delete dwords[i]
328 count = split(Node[n ".longdesc"], dwords, "[ \t\n]+")
329 }
330 if ((n ".desc") in Node)
331 s = Node[n ".desc"] ": " n "."
332 else
333 s = n "::"
334 printf("* %-*s", max, s)
335
336 if (Debug == "mendescitem")
337 printf("<* %-*s>\n", max, s) > "/dev/stderr"
338
339 p = max + 2
340 if (! nodesc) {
341 for (i = 1; i <= count; i++) {
342 l = length(dwords[i])
343 if (l == 0)
344 continue
345 if (p + l + 1 > Menumargin) {
346 printf("\n%*s", max + 2, " ")
347 p = max + 2
348 }
349 printf(" %s", dwords[i])
350 p += l + 1
351 }
352 }
353 print ""
354 }
0 #!/bin/sh
1 # Auxiliary script to work around TeX 3.0 bug. ---- tex3patch ----
2 # patches texinfo.tex in current directory, or in directory given as arg.
3
4 ANYVERSION=no
5
6 for arg in $1 $2
7 do
8 case $arg in
9 --dammit | -d ) ANYVERSION=yes ;;
10
11 * ) dir=$arg
12 esac
13 done
14
15 if [ -z "$dir" ]; then
16 dir='.'
17 fi
18
19 if [ 2 -lt $# ] || [ ! -f "$dir/texinfo.tex" ]; then
20 echo "To patch texinfo.tex for peaceful coexistence with Unix TeX 3.0,"
21 echo "run $0"
22 echo "with no arguments in the same directory as texinfo.tex; or run"
23 echo " $0 DIRECTORY"
24 echo "(where DIRECTORY is a path leading to texinfo.tex)."
25 exit
26 fi
27
28 if [ -z "$TMPDIR" ]; then
29 TMPDIR=/tmp
30 fi
31
32 echo "Checking for \`dummy.tfm'"
33
34 ( cd $TMPDIR; tex '\relax \batchmode \font\foo=dummy \bye' )
35
36 grep -s '3.0' $TMPDIR/texput.log
37 if [ 1 = "$?" ] && [ "$ANYVERSION" != "yes" ]; then
38 echo "You probably do not need this patch,"
39 echo "since your TeX does not seem to be version 3.0."
40 echo "If you insist on applying the patch, run $0"
41 echo "again with the option \`--dammit'"
42 exit
43 fi
44
45 grep -s 'file not found' $TMPDIR/texput.log
46 if [ 0 = $? ]; then
47 echo "This patch requires the dummy font metric file \`dummy.tfm',"
48 echo "which does not seem to be part of your TeX installation."
49 echo "Please get your TeX maintainer to install \`dummy.tfm',"
50 echo "then run this script again."
51 exit
52 fi
53 rm $TMPDIR/texput.log
54
55 echo "Patching $dir/texinfo.tex"
56
57 sed -e 's/%%*\\font\\nullfont/\\font\\nullfont/' \
58 $dir/texinfo.tex >$TMPDIR/texinfo.tex
59 mv $dir/texinfo.tex $dir/texinfo.tex-distrib; mv $TMPDIR/texinfo.tex $dir
60
61 if [ 0 = $? ]; then
62 echo "Patched $dir/texinfo.tex to avoid TeX 3.0 bug."
63 echo "The original version is saved as $dir/texinfo.tex-distrib."
64 else
65 echo "Patch failed. Sorry."
66 fi
67 ----------------------------------------tex3patch ends
68
69
0 ;; texi-docstring-magic.el -- munge internal docstrings into texi
1 ;;
2 ;; Keywords: lisp, docs, tex
3 ;; Author: David Aspinall <da@dcs.ed.ac.uk>
4 ;; Copyright (C) 1998 David Aspinall
5 ;; Maintainer: David Aspinall <da@dcs.ed.ac.uk>
6 ;;
7 ;; This package is distributed under the terms of the
8 ;; GNU General Public License, Version 3.
9 ;; You should have a copy of the GPL with your version of
10 ;; GNU Emacs or the Texinfo distribution.
11 ;;
12 ;;
13 ;; This package generates Texinfo source fragments from Emacs
14 ;; docstrings. This avoids documenting functions and variables
15 ;; in more than one place, and automatically adds Texinfo markup
16 ;; to docstrings.
17 ;;
18 ;; It relies heavily on you following the Elisp documentation
19 ;; conventions to produce sensible output, check the Elisp manual
20 ;; for details. In brief:
21 ;;
22 ;; * The first line of a docstring should be a complete sentence.
23 ;; * Arguments to functions should be written in upper case: ARG1..ARGN
24 ;; * User options (variables users may want to set) should have docstrings
25 ;; beginning with an asterisk.
26 ;;
27 ;; Usage:
28 ;;
29 ;; Write comments of the form:
30 ;;
31 ;; @c TEXI DOCSTRING MAGIC: my-package-function-or-variable-name
32 ;;
33 ;; In your texi source, mypackage.texi. From within an Emacs session
34 ;; where my-package is loaded, visit mypackage.texi and run
35 ;; M-x texi-docstring-magic to update all of the documentation strings.
36 ;;
37 ;; This will insert @defopt, @deffn and the like underneath the
38 ;; magic comment strings.
39 ;;
40 ;; The default value for user options will be printed.
41 ;;
42 ;; Symbols are recognized if they are defined for faces, functions,
43 ;; or variables (in that order).
44 ;;
45 ;; Automatic markup rules:
46 ;;
47 ;; 1. Indented lines are gathered into @lisp environment.
48 ;; 2. Pieces of text `stuff' or surrounded in quotes marked up with @samp.
49 ;; 3. Words *emphasized* are made @strong{emphasized}
50 ;; 4. Words sym-bol which are symbols become @code{sym-bol}.
51 ;; 5. Upper cased words ARG corresponding to arguments become @var{arg}.
52 ;; In fact, you can any word longer than three letters, so that
53 ;; metavariables can be used easily.
54 ;; FIXME: to escape this, use `ARG'
55 ;; 6. Words 'sym which are lisp-quoted are marked with @code{'sym}.
56 ;;
57 ;; -----
58 ;;
59 ;; Useful key binding when writing Texinfo:
60 ;;
61 ;; (define-key TeXinfo-mode-map "C-cC-d" 'texi-docstring-magic-insert-magic)
62 ;;
63 ;; -----
64 ;;
65 ;; Useful enhancements to do:
66 ;;
67 ;; * Use customize properties (e.g. group, simple types)
68 ;; * Look for a "texi-docstring" property for symbols
69 ;; so TeXInfo can be defined directly in case automatic markup
70 ;; goes badly wrong.
71 ;; * Add tags to special comments so that user can specify face,
72 ;; function, or variable binding for a symbol in case more than
73 ;; one binding exists.
74 ;;
75 ;; ------
76
77 (defun texi-docstring-magic-splice-sep (strings sep)
78 "Return concatenation of STRINGS spliced together with separator SEP."
79 (let (str)
80 (while strings
81 (setq str (concat str (car strings)))
82 (if (cdr strings)
83 (setq str (concat str sep)))
84 (setq strings (cdr strings)))
85 str))
86
87 (defconst texi-docstring-magic-munge-table
88 '(;; 1. Indented lines are gathered into @lisp environment.
89 ("\\(^.*\\S-.*$\\)"
90 t
91 (let
92 ((line (match-string 0 docstring)))
93 (if (eq (char-syntax (string-to-char line)) ?\ )
94 ;; whitespace
95 (if in-quoted-region
96 line
97 (setq in-quoted-region t)
98 (concat "@lisp\n" line))
99 ;; non-white space
100 (if in-quoted-region
101 (progn
102 (setq in-quoted-region nil)
103 (concat "@end lisp\n" line))
104 line))))
105 ;; 2. Pieces of text `stuff' or surrounded in quotes
106 ;; are marked up with @samp. NB: Must be backquote
107 ;; followed by forward quote for this to work.
108 ;; Can't use two forward quotes else problems with
109 ;; symbols.
110 ;; Odd hack: because ' is a word constituent in text/texinfo
111 ;; mode, putting this first enables the recognition of args
112 ;; and symbols put inside quotes.
113 ("\\(`\\([^']+\\)'\\)"
114 t
115 (concat "@samp{" (match-string 2 docstring) "}"))
116 ;; 3. Words *emphasized* are made @strong{emphasized}
117 ("\\(\\*\\(\\w+\\)\\*\\)"
118 t
119 (concat "@strong{" (match-string 2 docstring) "}"))
120 ;; 4. Words sym-bol which are symbols become @code{sym-bol}.
121 ;; Must have at least one hyphen to be recognized,
122 ;; terminated in whitespace, end of line, or punctuation.
123 ;; (Only consider symbols made from word constituents
124 ;; and hyphen.
125 ("\\(\\(\\w+\\-\\(\\w\\|\\-\\)+\\)\\)\\(\\s\)\\|\\s-\\|\\s.\\|$\\)"
126 (or (boundp (intern (match-string 2 docstring)))
127 (fboundp (intern (match-string 2 docstring))))
128 (concat "@code{" (match-string 2 docstring) "}"
129 (match-string 4 docstring)))
130 ;; 5. Upper cased words ARG corresponding to arguments become
131 ;; @var{arg}
132 ;; In fact, include any word so long as it is more than 3 characters
133 ;; long. (Comes after symbols to avoid recognizing the
134 ;; lowercased form of an argument as a symbol)
135 ;; FIXME: maybe we don't want to downcase stuff already
136 ;; inside @samp
137 ;; FIXME: should - terminate? should _ be included?
138 ("\\([A-Z0-9\\-]+\\)\\(/\\|\)\\|}\\|\\s-\\|\\s.\\|$\\)"
139 (or (> (length (match-string 1 docstring)) 3)
140 (member (downcase (match-string 1 docstring)) args))
141 (concat "@var{" (downcase (match-string 1 docstring)) "}"
142 (match-string 2 docstring)))
143
144 ;; 6. Words 'sym which are lisp quoted are
145 ;; marked with @code.
146 ("\\(\\(\\s-\\|^\\)'\\(\\(\\w\\|\\-\\)+\\)\\)\\(\\s\)\\|\\s-\\|\\s.\\|$\\)"
147 t
148 (concat (match-string 2 docstring)
149 "@code{'" (match-string 3 docstring) "}"
150 (match-string 5 docstring)))
151 ;; 7,8. Clean up for @lisp environments left with spurious newlines
152 ;; after 1.
153 ("\\(\\(^\\s-*$\\)\n@lisp\\)" t "@lisp")
154 ("\\(\\(^\\s-*$\\)\n@end lisp\\)" t "@end lisp"))
155 "Table of regexp matches and replacements used to markup docstrings.
156 Format of table is a list of elements of the form
157 (regexp predicate replacement-form)
158 If regexp matches and predicate holds, then replacement-form is
159 evaluated to get the replacement for the match.
160 predicate and replacement-form can use variables arg,
161 and forms such as (match-string 1 docstring)
162 Match string 1 is assumed to determine the
163 length of the matched item, hence where parsing restarts from.
164 The replacement must cover the whole match (match string 0),
165 including any whitespace included to delimit matches.")
166
167
168 (defun texi-docstring-magic-munge-docstring (docstring args)
169 "Markup DOCSTRING for texi according to regexp matches."
170 (let ((case-fold-search nil))
171 (dolist (test texi-docstring-magic-munge-table docstring)
172 (let ((regexp (nth 0 test))
173 (predicate (nth 1 test))
174 (replace (nth 2 test))
175 (i 0)
176 in-quoted-region)
177
178 (while (and
179 (< i (length docstring))
180 (string-match regexp docstring i))
181 (setq i (match-end 1))
182 (if (eval predicate)
183 (let* ((origlength (- (match-end 0) (match-beginning 0)))
184 (replacement (eval replace))
185 (newlength (length replacement)))
186 (setq docstring
187 (replace-match replacement t t docstring))
188 (setq i (+ i (- newlength origlength))))))
189 (if in-quoted-region
190 (setq docstring (concat docstring "\n@end lisp"))))))
191 ;; Force a new line after (what should be) the first sentence,
192 ;; if not already a new paragraph.
193 (let*
194 ((pos (string-match "\n" docstring))
195 (needscr (and pos
196 (not (string= "\n"
197 (substring docstring
198 (1+ pos)
199 (+ pos 2)))))))
200 (if (and pos needscr)
201 (concat (substring docstring 0 pos)
202 "@*\n"
203 (substring docstring (1+ pos)))
204 docstring)))
205
206 (defun texi-docstring-magic-texi (env grp name docstring args &optional endtext)
207 "Make a texi def environment ENV for entity NAME with DOCSTRING."
208 (concat "@def" env (if grp (concat " " grp) "") " " name
209 " "
210 (texi-docstring-magic-splice-sep args " ")
211 ;; " "
212 ;; (texi-docstring-magic-splice-sep extras " ")
213 "\n"
214 (texi-docstring-magic-munge-docstring docstring args)
215 "\n"
216 (or endtext "")
217 "@end def" env "\n"))
218
219 (defun texi-docstring-magic-format-default (default)
220 "Make a default value string for the value DEFAULT.
221 Markup as @code{stuff} or @lisp stuff @end lisp."
222 (let ((text (format "%S" default)))
223 (concat
224 "\nThe default value is "
225 (if (string-match "\n" text)
226 ;; Carriage return will break @code, use @lisp
227 (if (stringp default)
228 (concat "the string: \n@lisp\n" default "\n@end lisp\n")
229 (concat "the value: \n@lisp\n" text "\n@end lisp\n"))
230 (concat "@code{" text "}.\n")))))
231
232
233 (defun texi-docstring-magic-texi-for (symbol)
234 (cond
235 ;; Faces
236 ((find-face symbol)
237 (let*
238 ((face symbol)
239 (name (symbol-name face))
240 (docstring (or (face-doc-string face)
241 "Not documented."))
242 (useropt (eq ?* (string-to-char docstring))))
243 ;; Chop off user option setting
244 (if useropt
245 (setq docstring (substring docstring 1)))
246 (texi-docstring-magic-texi "fn" "Face" name docstring nil)))
247 ((fboundp symbol)
248 ;; Functions.
249 ;; We don't handle macros, aliases, or compiled fns properly.
250 (let*
251 ((function symbol)
252 (name (symbol-name function))
253 (docstring (or (documentation function)
254 "Not documented."))
255 (def (symbol-function function))
256 (argsyms (cond ((eq (car-safe def) 'lambda)
257 (nth 1 def))))
258 (args (mapcar 'symbol-name argsyms)))
259 (if (commandp function)
260 (texi-docstring-magic-texi "fn" "Command" name docstring args)
261 (texi-docstring-magic-texi "un" nil name docstring args))))
262 ((boundp symbol)
263 ;; Variables.
264 (let*
265 ((variable symbol)
266 (name (symbol-name variable))
267 (docstring (or (documentation-property variable
268 'variable-documentation)
269 "Not documented."))
270 (useropt (eq ?* (string-to-char docstring)))
271 (default (if useropt
272 (texi-docstring-magic-format-default
273 (default-value symbol)))))
274 ;; Chop off user option setting
275 (if useropt
276 (setq docstring (substring docstring 1)))
277 (texi-docstring-magic-texi
278 (if useropt "opt" "var") nil name docstring nil default)))
279 (t
280 (error "Don't know anything about symbol %s" (symbol-name symbol)))))
281
282 (defconst texi-docstring-magic-comment
283 "@c TEXI DOCSTRING MAGIC:"
284 "Magic string in a texi buffer expanded into @defopt, or @deffn.")
285
286 (defun texi-docstring-magic ()
287 "Update all texi docstring magic annotations in buffer."
288 (interactive)
289 (save-excursion
290 (goto-char (point-min))
291 (let ((magic (concat "^"
292 (regexp-quote texi-docstring-magic-comment)
293 "\\s-*\\(\\(\\w\\|\\-\\)+\\)$"))
294 p
295 symbol)
296 (while (re-search-forward magic nil t)
297 (setq symbol (intern (match-string 1)))
298 (forward-line)
299 (setq p (point))
300 ;; If comment already followed by an environment, delete it.
301 (if (and
302 (looking-at "@def\\(\\w+\\)\\s-")
303 (search-forward (concat "@end def" (match-string 1)) nil t))
304 (progn
305 (forward-line)
306 (delete-region p (point))))
307 (insert
308 (texi-docstring-magic-texi-for symbol))))))
309
310 (defun texi-docstring-magic-face-at-point ()
311 (ignore-errors
312 (let ((stab (syntax-table)))
313 (unwind-protect
314 (save-excursion
315 (set-syntax-table emacs-lisp-mode-syntax-table)
316 (or (not (zerop (skip-syntax-backward "_w")))
317 (eq (char-syntax (char-after (point))) ?w)
318 (eq (char-syntax (char-after (point))) ?_)
319 (forward-sexp -1))
320 (skip-chars-forward "'")
321 (let ((obj (read (current-buffer))))
322 (and (symbolp obj) (find-face obj) obj)))
323 (set-syntax-table stab)))))
324
325 (defun texi-docstring-magic-insert-magic (symbol)
326 (interactive
327 (let* ((v (or (variable-at-point)
328 (function-at-point)
329 (texi-docstring-magic-face-at-point)))
330 (val (let ((enable-recursive-minibuffers t))
331 (completing-read
332 (if v
333 (format "Magic docstring for symbol (default %s): " v)
334 "Magic docstring for symbol: ")
335 obarray '(lambda (sym)
336 (or (boundp sym)
337 (fboundp sym)
338 (find-face sym)))
339 t nil 'variable-history))))
340 (list (if (equal val "") v (intern val)))))
341 (insert "\n" texi-docstring-magic-comment " " (symbol-name symbol)))
342
343
344 (provide 'texi-docstring-magic)
0 $Id: README,v 1.1 2013/01/02 01:00:29 karl Exp $
1 texinfo/contrib/texifont/README
2
3 Everything in this directory is public domain.
4
5 The main source file is fsel.tex, tested by ftest.tex, documentation
6 (such as it is) in texifont.txi.
7
8 The story here is that Oleg Katsitadze and I (Karl Berry) collaborated
9 in the mid-2000s on a new font system for Texinfo (and that could work
10 with Eplain). Oleg wrote essentially all the code, while I advised on
11 the design, etc.
12
13 The idea was to support all the widely-available free font families,
14 getting away from of the current hardwiring of Computer Modern in
15 texinfo.tex. The example at the end of documentation gives the basic
16 flavor. As it stands, it is not hooked into texinfo.tex or Texinfo
17 documents at all. That is not the hard part :).
18
19 Unfortunately, it never came to fruition. Even more unfortunately, Oleg
20 and I can't even give any real specifics of what the "next thing" to do
21 is, we've lost the details in the haze of time. As I recall, the
22 current problem was something about caching of glyphs to avoid
23 unnecessary (and greatly excessive) switching of fonts, and that is
24 where "attributes" (fattr.tex) was coming in, but it was never finished.
25
26 Anyway, I'm not sanguine about anyone ever doing anything with this, but
27 just in case some super-duper TeX hacker has too much time on their
28 hands :) and wants to pick it up, here it is. Contact
29 bug-texinfo@gnu.org ...
0 \catcode`\@=11
1 \input ienc
2 \input oenc
3 \input fsel
4 \catcode`\@=12
5
6 \def\changedocenc#1 {%
7 \message{^^J** #1}%
8 \documentencoding #1
9 }
10
11 \hfuzz=\maxdimen
12 %\tracingfonts2
13
14 \setfontencoding{T1}\setfontfamily{LMRoman}\selectfont
15 \changedocenc ISO-8859-1
16 \input sample.latin1 % Icelandic
17
18 \bigskip
19 \changedocenc ISO-8859-15
20 \input sample.latin9 % French
21
22 \bigskip
23 \changedocenc ISO-8859-2
24 \input sample.latin2 % Czech
25
26 \bigskip
27 \changedocenc ISO-8859-2
28 \setfontencoding{OT1}\setfontfamily{CMRoman}\selectfont
29 \input sample.latin2 % Czech
30
31 \bigskip
32 \setfontencoding{T2A}\setfontfamily{LHRoman}\selectfont
33 \changedocenc KOI8-R
34 \input sample.koi8r % Russian
35
36 \bigskip
37 \changedocenc CP1251
38 \input sample.cp1251 % Russian
39
40 \bye
41
42 % Local variables:
43 % compile-command: "tex --interact=nonstopmode enctest.tex"
44 % End:
0 % font set Computer Modern, Latin Modern, Bera
1 % font family CMRoman, CMTypewriter, CMSansSerif
2 %
3 % font feature slant, weight, width
4 % font attribute sl, it, bold, cond
5 %
6 % fontfile
7 %
8 % Font features and attributes:
9 %
10 % size design point size
11 % encoding ot1, oml, oms, omx, t1, ts1, t2a
12 % slant up, sl, it, ui, cursive
13 % weight lt, med, semib, bold, bx,
14 % width cond, normal, ext
15 % figures oldfigures, liningfigures
16 % caps normalcaps, allcaps, smallcaps, nocaps
17
18 \catcode`@=11
19 %
20 % \fsz:CMRoman/<OT1>/<up>/<med>/<normal>/<liningfigures>/<normalcaps>
21 % ->
22 % cmr5/5,cmr7/7,cmr8/8,cmr9/9,cmr10/10,cmr12/12,cmr17/17,.
23 %
24 % {CMRoman}{b}{bx}
25 % {OML,CMRoman}{m}{up}
26 % {OML,CMRoman}{bx}{up}
27 % {OML,CMRoman}{b}{bx}
28 % {CMSans}{it}{sl}
29 % {CMSans}{b}{bx}
30 % {CMSans,OML}{}{CMRoman}
31 % {ConcreteRoman}{b}{LMSans,b}
32 % {OT1,CMMath}{}{CMRoman,n}
33 % {OMX,CMMath}{bx}{m}
34 %
35
36 \input eplain
37
38 %
39 %
40 %
41 % Font-related logging. Meanings of \ftracelevel values are:
42 %
43 % 0 - none
44 % 1 - warning
45 % 2 - debug
46 % 3 - verbose
47 \newcount\ftracelevel
48 \ftracelevel=1
49 %
50 \def\f@warning{\f@trace0}%
51 \def\f@debug {\f@trace1}%
52 \def\f@verbose{\f@trace2}%
53 \def\f@trace#1{%
54 \ifnum#1<\ftracelevel
55 \expandafter\message
56 \else
57 \expandafter\gobble
58 \fi
59 }%
60 %
61 %
62 %
63 % Defining new fonts.
64 %
65 % \newfont MAG-FACTOR FILE-NAME DESIGN-SIZE [ATTRIBUTES]
66 %
67 % If ATTRIBUTES is not given, will reuse ATTRIBUTES from the
68 % last \newfont call with ATTRIBUTES given. To define a font with
69 % empty attributes, pass \empty or {} for ATTRIBUTES.
70 \let\newfont@last@attributes\empty
71 %
72 {\catcode`\^^M=12 % Comment out all line ends from now on.
73 \gdef\newfont{\begingroup \catcode`\^^M=12 \@newfont}%
74 \gdef\@newfont#1 #2 #3^^M{\endgroup%
75 \def\newfont@mag{#1}%
76 \def\newfont@fname{#2}%
77 \@new@font#3 ^^M%
78 }%
79 \gdef\@new@font #1 #2^^M{% DESIGN-SIZE [ATTRIBUTES]
80 \get@dimen{#1}% Convert font size into a dimen.
81 \if^^M#2^^M% Assume #2 contains no (leading) ^^Ms.
82 % #2 is empty, continue to use the current \newfont@last@attributes.
83 \else%
84 \@new@font@#2^^M% Redefine \newfont@last@attributes, removing the space.
85 \fi%
86 \def@newfont%
87 }%
88 \gdef\@new@font@#1 ^^M{\def\newfont@last@attributes{#1}}%
89 }%
90 %
91 %\def\def@newfont{%
92 % \message{^^J.\newfont@mag.\newfont@fname.\the\dimen@.\newfont@last@attributes.}%
93 %}%
94 %
95 \def\def@newfont{%
96 % Empty \ff@temp0, \ff@temp1, ..., \ff@temp<MAX-ITEM-IDX>.
97 \ff@temp@reset
98 \for\ff@temp@i:=\newfont@last@attributes\do{%
99 \f@get@af\ff@temp@i
100 \expandafter\edef\csname ff@temp\tempb\endcsname{\tempa\space}%
101 }%
102 % Combine all \f@temp<X> into \f@name.
103 \edef\f@name{f:\ff@temp@collect}%
104 \expandafter\let\expandafter\temp \csname \f@name \endcsname
105 %
106 \ifx\temp\relax
107 \let\do\relax
108 \expandafter\xdef\csname\f@name\endcsname
109 {\do \the\dimen@ \space \newfont@mag\space {\newfont@fname}}%
110 \f@debug{^^J\the\inputlineno: Started font def with
111 "\csname \f@name\endcsname".}%
112 \else
113 \edef\newfont@size{\the\dimen@}%
114 \divide\dimen@ by1000
115 \multiply\dimen@ by\newfont@mag\relax
116 \let\newfont@prefix\empty
117 \let\do\newfont@insert
118 % Try inserting the new size.
119 \temp\relax
120 % If the new size hasn't been inserted, append it now.
121 \ifx\do\newfont@insert
122 \let\do\relax
123 \expandafter\xdef\csname\f@name\endcsname {%
124 \newfont@prefix \do \newfont@size\space \newfont@mag\space {\newfont@fname}%
125 }%
126 \f@debug{^^J\the\inputlineno: Updated font def to
127 "\csname \f@name\endcsname".}%
128 \fi
129 \fi
130 }%
131 %
132 % \newfont@insert FONT-SIZE MAG-FACTOR FILE-NAME
133 %
134 % Insert new font file into the list of font files in \newfont@prefix,
135 % preserving ascending order of scaled design sizes.
136 %
137 % Pass in new font's design size in \newfont@size, mag factor
138 % in \newfont@mag, font file name in \newfont@fname, pre-computed
139 % scaled size in \dimen@.
140 \def\newfont@insert#1 #2 #3{%
141 \toks@=\expandafter{\newfont@prefix}%
142 % We are comparing scaled font sizes, not design sizes.
143 \dimen@ii=#1\divide\dimen@ii by1000 \multiply\dimen@ii by#2\relax
144 %
145 \ifdim \dimen@ii < \dimen@
146 % Not inserting yet, go on to the next font file.
147 \edef\newfont@prefix{\the\toks@ \noexpand\do #1 #2 {#3}}%
148 \else
149 % Time to insert the new font file. If we are adding a font file
150 % for the same design size/mag factor, the new def will override
151 % the old, but give out a warning.
152 \def\newfont@next{\noexpand\do #1 #2 {#3}}%
153 \ifnum #2=\newfont@mag
154 \ifdim #1=\newfont@size
155 \f@warning{^^J\the\inputlineno: Warning: Replacing font "#3" (#1@#2)
156 with font "\newfont@fname" (\newfont@size @\newfont@mag).}%
157 \let\newfont@next\empty
158 \fi
159 \fi
160 \edef\newfont@prefix{\the\toks@
161 \noexpand\do \newfont@size \space \newfont@mag \space {\newfont@fname}%
162 \newfont@next}%
163 % No need to parse further, just append the rest of the list.
164 \expandafter\newfont@append
165 \fi
166 }%
167 %
168 \def\newfont@append#1\relax{%
169 \let\do\relax
170 \expandafter\xdef\csname\f@name\endcsname {\newfont@prefix #1}%
171 \f@debug{^^J\the\inputlineno: Updated font def to
172 "\csname \f@name\endcsname".}%
173 }%
174 %
175 %
176 %
177 % Defining new font features and attributes.
178 %
179 \newcount\fcacheidx % Font cache index.
180 \newcount\ffeatcount % Font feature count.
181 % We'll build up the following as we add font features.
182 \let\ff@reset\empty
183 \let\ff@collect\empty
184 \let\ff@temp@reset\empty
185 \let\ff@temp@collect\empty
186 %
187 % \newfontattr FONTFEATURE FONTATTR
188 \def\newfontattr #1 #2 {%
189 % Define a new font attribute, if it's not defined yet.
190 \expandafter\ifx\csname fa:#2\endcsname \relax
191 \else
192 \errmessage{Font attribute "#2" already defined as part
193 of font feature "\csname ff@\csname faf:#2\endcsname\endcsname"}%
194 \fi
195 \expandafter\xdef\csname fa:#2\endcsname{\the\fcacheidx}%
196 \expandafter\xdef\csname fa@\the\fcacheidx\endcsname{#2}%
197 % Invalidate current font cache (and update index for the next font
198 % attribute).
199 \global\advance\fcacheidx by1
200 %
201 % Define a new font feature, if it's not defined yet.
202 \expandafter\ifx\csname ff:#1\endcsname \relax
203 \expandafter\xdef\csname ff:#1\endcsname{\the\ffeatcount}%
204 \expandafter\xdef\csname ff@\the\ffeatcount\endcsname{#1}%
205 % Update \ff@reset to clear the new font feature cell \ffN.
206 \toks@=\expandafter{\ff@reset}%
207 \xdef\ff@reset{\the\toks@
208 \let\expandafter\noexpand\csname ff\the\ffeatcount\endcsname
209 \noexpand\empty}%
210 % Update \ff@temp@reset to clear the new font feature cell \ff@tempN.
211 \toks@=\expandafter{\ff@temp@reset}%
212 \xdef\ff@temp@reset{\the\toks@
213 \let\expandafter\noexpand\csname ff@temp\the\ffeatcount\endcsname
214 \noexpand\empty}%
215 % Update \ff@collect to include the new font feature cell \ffN.
216 \toks@=\expandafter{\ff@collect}%
217 \xdef\ff@collect{\the\toks@
218 ^^A\expandafter\noexpand\csname ff\the\ffeatcount\endcsname}%
219 % Update \ff@temp@collect to include the new font feature cell \ffN.
220 \toks@=\expandafter{\ff@temp@collect}%
221 \xdef\ff@temp@collect{\the\toks@
222 ^^A\expandafter\noexpand\csname ff@temp\the\ffeatcount\endcsname}%
223 % Set \ffN to \empty, otherwise it will be set to \relax the first
224 % time we try to access it through \csname...\endcsname, and we
225 % depend on it to be either a number or \empty.
226 \global\expandafter\let\csname ff\the\ffeatcount\endcsname \empty
227 %
228 \global\advance\ffeatcount by1
229 % We've added a new font feature, so we should invalidate current
230 % font cache. But we've already done so above when adding the new
231 % font attribute.
232 %\global\advance\fcacheidx by1
233 \fi
234 % Assign the font attribute to the font feature.
235 \expandafter\xdef\csname faf:#2\endcsname{\csname ff:#1\endcsname}%
236 }%
237 %
238 % \newfontattrs FONTFEATURE FONTATTRIBUTE[,...]
239 \def\newfontattrs #1 #2 {%
240 \for\temp:=#2\do{\newfontattr #1 {\temp} }%
241 }%
242 %
243 %
244 %
245 % Setting a font.
246 %
247 \newcount\f@base@mag \f@base@mag=1000
248 \newcount\f@count@
249 % Set a font based on the current values of \ff0, \ff1, ..., or
250 % execute #1 if such font is not defined.
251 \def\f@setfont#1{%
252 \f@verbose{^^J\the\inputlineno: (Started search for a font.}%
253 % Check the cache.
254 \expandafter\let\expandafter\temp
255 \csname f\the\fcacheidx:\the\f@cur@size:\ff@collect\endcsname
256 \ifx\temp\relax
257 % Not in the cache.
258 \let\do\relax
259 \expandafter\let\expandafter\temp \csname f:\ff@collect\endcsname
260 \ifx\temp\relax
261 \f@debug{^^JFont is not defined.}%
262 #1% Execute the no-font action.
263 \else
264 \dimen@=\z@ % Fake previous size for the first font in the list.
265 \let\f@fname\empty
266 \let\do\f@search@size
267 \global\dimen@i=\f@cur@size
268 \temp\relax
269 \ifnum\f@base@mag=\f@count@ \else
270 \global\divide\dimen@i by\f@base@mag
271 \global\multiply\dimen@i by\f@count@
272 \fi
273 \f@debug{Found font "\f@fname", mag factor \the\f@count@,
274 scaled size \the\dimen@i.}%
275 % Save it in the cache.
276 \global \expandafter\font
277 \csname f\the\fcacheidx:\the\f@cur@size:\ff@collect\endcsname
278 \f@fname \space at\the\dimen@i
279 % Set it.
280 \csname f\the\fcacheidx:\the\f@cur@size:\ff@collect\endcsname
281 \fi
282 \else
283 % Got a cache hit.
284 \f@debug{Found font in the cache.}%
285 \temp
286 \fi
287 \f@verbose{Ended search for a font.)}%
288 }%
289 %
290 % \f@search@size DESIGN-SIZE MAG-FACTOR FILE-NAME
291 %
292 % Pass in the desired font size in \dimen@i. Font file name is saved
293 % in \f@fname, font's mag factor in \f@count@.
294 \def\f@search@size #1 #2 #3{%
295 \f@verbose{Looking at font def "#3" (#1@#2).}%
296 \dimen@ii=\dimen@ % Get the size of the previous font from the list.
297 % Scale design size of the next font as per current base mag factor.
298 \dimen@=#1\relax
299 \ifnum#2=\f@base@mag \else
300 \divide\dimen@ by\f@base@mag \multiply\dimen@ by#2\relax
301 \fi
302 % Calculate the "dividing" point size.
303 \count@=\dimen@ % Don't clobber \dimen@.
304 \advance\count@ by-\dimen@ii % Curr size - prev size.
305 % Don't do the following line -- .3333*3pt < 1pt.
306 %\advance\dimen@ii by.3333\count@ % 1/3 of the way from prev to curr.
307 \divide\count@ by3
308 \advance\dimen@ii by\count@ sp% 1/3 of the way from prev to curr.
309 %
310 \ifdim \dimen@i > \dimen@ii
311 % The previous font's size is too small. The current font might
312 % or might not be the one we need, but we assume it is, in case
313 % it's the last one in the list.
314 \def\f@fname{#3}%
315 \f@count@=#2\relax
316 \else
317 % The target size is close enough to the prev font's size, so we take that.
318 \ifx\f@fname\empty
319 % This is the case when we need a size smaller than the very
320 % first font in the list.
321 \def\f@fname{#3}%
322 \f@count@=#2\relax
323 \fi
324 \expandafter\f@search@gobble
325 \fi
326 }%
327 %
328 \def\f@search@gobble#1\relax{}%
329 %
330 %
331 %
332 % Font feature manipulations.
333 %
334 \newdimen\f@cur@size \f@cur@size=10pt
335 % \setfont{ATTRS}
336 \def\setfont{%
337 % Empty \ff0, \ff1, ..., \ff<ffeature_count - 1>.
338 \ff@reset
339 \addfontattrs % Substitutes and sets the font.
340 }%
341 %
342 % \modfont{REM-FEATURES}{ADD-OR-MOD-ATTRS}
343 \def\modfont#1{%
344 \unsetfontfeatures{#1}%
345 \addfontattrs % Substitutes and sets the font.
346 }%
347 %
348 % \addfontattrs{ADD-OR-MOD-ATTRS}
349 \def\addfontattrs#1{%
350 % For each feature with attribute in #1, set \ff<f> to `<a> ', where
351 % <f> is the feature index and <a> is the attribute index. For a
352 % number or a dimen in #1, set \f@cur@size. Dimen specs starting
353 % with '.' (e.g., '.1pt') are not supported.
354 \for\f@i:=#1\do{%
355 \expandafter\gobble@to@finish % Gobbles 'pt' when \f@i is '10pt'.
356 \ifnum9<1\f@i\relax
357 \finish
358 % A number or a dimen.
359 \get@dimen{\f@i}%
360 \f@cur@size=\dimen@
361 \else
362 \finish
363 % Not a number.
364 \f@get@af\f@i
365 \expandafter\edef\csname ff\tempb\endcsname {\tempa\space}%
366 \fi
367 }%
368 % Try to set the font; if it's not defined, do substitution and try
369 % to set the resulting font. Do font substitution inside a group so
370 % that the current set of font attributes is not clobbered.
371 \f@setfont{{\f@subst \f@setfont{\f@err@nofont}\expandafter}\the\font}%
372 }%
373 %
374 % Take a dimension or a number, and save it in \dimen@. In case of a
375 % number, assume `pt' units.
376 \def\get@dimen#1{%
377 \afterassignment\gobble@to@finish
378 \dimen@#1pt \finish
379 }%
380 \def\gobble@to@finish#1\finish{}%
381 %
382 \def\f@err@nofont{%
383 \dumpfontfeatures
384 \errmessage{^^JFound no font def for the selected feature set}%
385 }%
386 %
387 % \remfontfeatures{REM-FEATURES}
388 \def\remfontfeatures#1{%
389 \unsetfontfeatures{#1}%
390 % Try to set the font; if it's not defined, do substitution and try
391 % to set the resulting font. Do font substitution inside a group so
392 % that the current set of font attributes is not clobbered.
393 \f@setfont{{\f@subst \f@setfont{\f@err@nofont}\expandafter}\the\font}%
394 }%
395 %
396 \def\unsetfontfeatures#1{%
397 % Unset \ff<f> for each feature <f> in #1.
398 \for\f@i:=#1\do{%
399 \expandafter\let\expandafter\temp\csname ff:\f@i\endcsname
400 \ifx\temp\relax
401 \errmessage{Undefined font feature "\f@i"}%
402 \fi
403 \expandafter\let \csname ff\temp\endcsname \empty
404 }%
405 }%
406 %
407 % Pretty-print the current settings of font features.
408 \def\dumpfontfeatures{%
409 \message{^^J\the\inputlineno: font size \the\f@cur@size, features (}%
410 \@dumpfontfeatures\message
411 \message{).}%
412 }%
413 %
414 \def\@dumpfontfeatures#1{%
415 \fori0\ffeatcount{%
416 \edef\temp{\csname ff\the\count@\endcsname}%
417 #1{%
418 \csname ff@\the\count@\endcsname=%
419 \ifx\temp\empty
420 <unset>%
421 \else
422 \expandafter\dump@ff\temp
423 \fi
424 }%
425 }%
426 }%
427 %
428 \def\dump@ff#1 {\csname fa@#1\endcsname}%
429 %
430 %
431 %
432 % Construction of font filter strings.
433 %
434 % \fontsubstpre =MATCH-ATTR -REM-FEATURES +ADD-OR-MOD-ATTRS
435 %
436 % Install a new font substitution to be applied before other font
437 % substitutions.
438 \def\fontsubstpre{%
439 \let\fontsubst@mklist\fontsubst@pre
440 \@fontsubst
441 }%
442 %
443 % \fontsubstpost =MATCH-ATTR -REM-FEATURES +ADD-OR-MOD-ATTRS
444 %
445 % Install a new font substitution to be applied after other font
446 % substitutions.
447 \def\fontsubstpost{%
448 \let\fontsubst@mklist\fontsubst@post
449 \@fontsubst
450 }%
451 %
452 % \@fontsubst =MATCH-ATTR -REM-FEATURES +ADD-OR-MOD-ATTRS
453 \def\@fontsubst{%
454 % Construct the match string in \fontsubst@match@list.
455 \f@mk@falist\fontsubst@\fontsubst@match@list % =MATCH-ATTR
456 }%
457 %
458 % \fontsubst@ -REM-FEATURES +ADD-OR-MOD-ATTRS
459 \def\fontsubst@{%
460 % Construct the rem string in \fontsubst@rem@list.
461 \f@mk@flist\fontsubst@@\fontsubst@rem@list % -REM-FEATURES
462 }%
463 %
464 % \fontsubst@ +ADD-OR-MOD-ATTRS
465 \def\fontsubst@@{%
466 % Construct the add string in \fontsubst@add@list.
467 \f@mk@falist\fontsubst@fin\fontsubst@add@list% +ADD-OR-MOD-ATTRS
468 }%
469 %
470 \def\fontsubst@fin{%
471 % Add the new substitution to either head or tail of the current
472 % substitution list.
473 \let\@end\relax
474 \edef\f@subst@list{\fontsubst@mklist}%
475 }%
476 %
477 \def\fontsubst@pre{%
478 \fontsubst@match@list \@end
479 \fontsubst@rem@list \@end
480 \fontsubst@add@list \@end
481 \f@subst@list
482 }%
483 %
484 \def\fontsubst@post{%
485 \f@subst@list
486 \fontsubst@match@list \@end
487 \fontsubst@rem@list \@end
488 \fontsubst@add@list \@end
489 }%
490 %
491 % Initialize the font substitution list to empty.
492 \let\f@subst@list\empty
493 %
494 % Given the name of an attribute, return index of the attribute
495 % in \tempa and index of the attribute's feature in \tempb.
496 \def\f@get@af#1{%
497 % Get attribute's index.
498 \expandafter\let\expandafter\tempa\csname fa:#1\endcsname
499 \ifx\tempa\relax
500 \errmessage{Undefined font attribute "#1"}%
501 \fi
502 % Get feature index for the attribute.
503 \expandafter\let\expandafter\tempb\csname faf:#1\endcsname
504 \ifx\tempb\relax
505 \errmessage{Undefined font attribute "#1"}%
506 \fi
507 }%
508 %
509 % Given a comma-separated list of attributes #4, construct a string
510 % (saving it in macro #2) as a sequence of `F.A,' specs, where F is
511 % the index of the feature to which attribute belongs, and A is the
512 % index of the attribute. After that, call #1. #3 is an ignored
513 % syntax sugar ("=" or "+") from the user-visible command.
514 \def\f@mk@falist#1#2#3#4 {%
515 \let#2\empty % Start with a clean slate.
516 \let\do\relax
517 \for\f@i:=#4\do{%
518 \f@get@af\f@i
519 \edef#2{#2\do\tempb.\tempa,}% Append the spec to the list.
520 }%
521 #1%
522 }%
523 %
524 % Given a comma-separated list of features #4, construct a string
525 % (saving it in macro #2) as a sequence of `F,' specs, where F is the
526 % feature index. After that, call #1. After that, call #1. #3 is an
527 % ignored syntax sugar ("-") from the user-visible command.
528 \def\f@mk@flist#1#2#3#4 {%
529 \let#2\empty
530 \let\do\relax
531 \for\f@i:=#4\do{%
532 \expandafter\let\expandafter\temp\csname ff:\f@i\endcsname
533 \ifx\temp\relax
534 \errmessage{Undefined font feature "\f@i"}%
535 \fi
536 \edef#2{#2\do\temp,}%
537 }%
538 #1%
539 }%
540 %
541 % \fori{FROM-INCL}{TO-EXCL}{EXEC}
542 \def\fori#1#2#3{%
543 \count@=#1\relax
544 \loop
545 #3\relax
546 \advance\count@ by1
547 \ifnum\count@<#2\repeat
548 }%
549 %
550 %
551 %
552 % Generic filter parsing macros. Configure by defining these
553 % callbacks (before running \f@run@filter on the filter string):
554 %
555 % \f@do@filter@match#1.#2, - match the pair filter/attribute.
556 % \f@do@filter@rem - unset feature `F,'.
557 % \f@do@filter@add - add the pair `F.A,'.
558 % \f@hook@filter@end - action at the end of the filter (upon
559 % successful match).
560 % \f@hook@filter@skip - action for \f@filter@gobble@this
561 % and \f@filter@gobble@all.
562 %
563 % To skip one filter, \f@do@filter@match can
564 % call \f@filter@gobble@this. To skip all remaining filters,
565 % call \f@filter@gobble@all.
566 %
567 % Note: Theoretically, we can use a construct like
568 %
569 % \csname ff@\csname faf:A\endcsname\endcsname
570 %
571 % to get the feature corresponding to attribute A. But this would
572 % fail with an incomprehensible error message (`missing \endcsname')
573 % if \csname faf:A\endcsname is undefined, so we'd have to test this
574 % before each use. To avoid the overhead, we just add the font
575 % feature index to the font filter.
576 %
577 %
578 % \f@run@filter
579 % [MATCH-ATTR\@end REM-FEATURES\@end ADD-OR-MOD-ATTRS\@end [...]]\relax
580 \def\f@run@filter{%
581 \let\do\f@do@filter@match
582 \let\@end\f@run@filter@rem
583 }%
584 %
585 % \f@run@filter@rem REM-FEATURES\@end ADD-OR-MOD-ATTRS\@end ... \relax
586 \def\f@run@filter@rem{%
587 \let\do\f@do@filter@rem
588 \let\@end\f@run@filter@add
589 }%
590 %
591 % \f@run@filter@add ADD-OR-MOD-ATTRS\@end ... \relax
592 \def\f@run@filter@add{%
593 \let\do\f@do@filter@add
594 \let\@end\f@hook@filter@end
595 }%
596 %
597 \def\f@filter@gobble@this#1\@end#2\@end#3\@end{\f@hook@filter@skip \f@run@filter}%
598 \def\f@filter@gobble@all#1\relax{\f@hook@filter@skip}%
599 %
600 %
601 %
602 % Filter parsing callbacks for font substitution.
603 %
604 % Apply only the first font substitution matching the current font.
605 \def\f@subst@once{%
606 \let\f@do@filter@match\f@subst@match@init
607 \let\f@do@filter@rem\f@subst@rem
608 \let\f@do@filter@add\f@subst@add
609 \let\f@hook@filter@end\f@subst@nomore
610 \let\f@hook@filter@skip\f@subst@skip
611 \expandafter\f@run@filter \f@subst@list \relax
612 }%
613 %
614 % Apply all font substitutions in order, allowing substitutions to be
615 % chained.
616 \def\f@subst{%
617 \let\f@do@filter@match\f@subst@match@init
618 \let\f@do@filter@rem\f@subst@rem
619 \let\f@do@filter@add\f@subst@add
620 \let\f@hook@filter@end\f@subst@again
621 \let\f@hook@filter@skip\f@subst@skip
622 \f@verbose{^^J\the\inputlineno: (Running font substitution filter:}%
623 \expandafter\f@run@filter \f@subst@list \relax
624 \f@verbose{^^J)}%
625 }%
626 %
627 % Match one feature.
628 \def\f@subst@match@init{%
629 \f@verbose{^^J(}%
630 \let\do\f@subst@match
631 \do
632 }%
633 %
634 \def\f@subst@match#1.#2,{%
635 \f@verbose{^^Jmatching \csname ff@#1\endcsname.\csname fa@#2\endcsname}%
636 % This funky way to compare the two numbers takes care of \ff#1
637 % being \empty. However, keep in mind that if \ff#1 is undefined,
638 % the following will make it a \relax. Space at the end of \ff#1
639 % will be gobbled by TeX, because it's a space following a number.
640 \ifnum 1#2=1\csname ff#1\endcsname \else
641 \f@verbose{^^J skipping, unmatched
642 \csname ff@#1\endcsname.\csname fa@#2\endcsname}%
643 \expandafter\f@filter@gobble@this % Skip to the next filter.
644 \fi
645 }%
646 %
647 % Remove one feature.
648 \def\f@subst@rem#1,{%
649 \f@verbose{^^Junsetting \csname ff@#1\endcsname}%
650 \expandafter\let\csname ff#1\endcsname \empty
651 }%
652 %
653 % Add attribute #2 (which must belong to feature #1).
654 \def\f@subst@add#1.#2,{%
655 \f@verbose{^^Jadding \csname ff@#1\endcsname.\csname fa@#2\endcsname}%
656 \expandafter\def\csname ff#1\endcsname{#2 }%
657 }%
658 %
659 \def\f@subst@nomore{\f@verbose{^^J)}\f@filter@gobble@all}%
660 \def\f@subst@again{\f@verbose{^^J)}\f@run@filter}%
661 \def\f@subst@skip{\f@verbose{^^J)}}%
662 %
663 %
664 %
665 % Filter parsing callbacks for pretty-printing the current font filter
666 % string.
667 %
668 % Pretty-print the current font filter string.
669 \def\dumpfontfilter{\f@dump@filter\f@subst@list}%
670 %
671 % Pretty-print the given font filter string.
672 \def\f@dump@filter#1{%
673 \let\f@do@filter@match\f@dump@match@init
674 \let\f@do@filter@rem\f@dump@rem@init
675 \let\f@do@filter@add\f@dump@add@init
676 \let\f@hook@filter@end\f@dump@again
677 \let\f@hook@filter@skip\relax
678 \message{\the\inputlineno: (Dumping font substitution filter:}%
679 \expandafter\f@run@filter #1\relax
680 \message{^^J)}%
681 }%
682 \def\f@dump@match@init{%
683 \message{^^J(^^J=}%
684 \def\do##1.##2,{\message{\csname ff@##1\endcsname.\csname fa@##2\endcsname}}%
685 \do
686 }%
687 \def\f@dump@rem@init{%
688 \message{^^J-}%
689 \def\do##1,{\message{\csname ff@##1\endcsname}}%
690 \do
691 }%
692 \def\f@dump@add@init{%
693 \message{^^J+}%
694 \def\do##1.##2,{\message{\csname ff@##1\endcsname.\csname fa@##2\endcsname}}%
695 \do
696 }%
697 \def\f@dump@again{\message{^^J)}\f@run@filter}%
698
699 \endinput
700
701
702 \ftracelevel=3
703
704 \newfontattr family CMRoman
705 \newfontattr family CMTypewriter
706 \newfontattr family CMSansSerif
707 \newfontattr encoding OT1
708 \newfontattr encoding OML
709 \newfontattr encoding OMS
710 \newfontattr encoding OMX
711 \newfontattr slant up
712 \newfontattr slant sl
713 \newfontattr slant it
714 \newfontattr slant ui
715
716 \fontsubstpre =CMRoman -slant +OT1
717 %\dumpfontfilter
718
719 \fontsubstpre =up - +CMRoman,OML
720 %\dumpfontfilter
721
722 \fontsubstpost =CMTypewriter -encoding +
723 %\dumpfontfilter
724
725 \fontsubstpost =CMRoman,up,OML -slant +OMX
726 %\dumpfontfilter
727
728 \fontsubstpre =it,CMTypewriter,OMX -family,encoding +OT1
729 %\dumpfontfilter
730
731 \fontsubstpost =CMSansSerif,ui -encoding +CMTypewriter,OMX,it
732 %\dumpfontfilter
733
734 \fontsubstpost =it,CMTypewriter,OMX -encoding,family +ui,OMS
735
736 \dumpfontfilter
737 \dumpfontfeatures
738
739 %\newfont 10 cmbx10 {}
740 %\message{^^J***\f@name}
741 \newfont 10 1000 cmti10 CMRoman,it,OT1
742 \message{^^J***\f@name}
743 \newfont 10 1000 cmt10 CMRoman,OT1
744 \message{^^J***\f@name}
745 \newfont 12pt 1000 cmti12 CMRoman,it,OT1
746 \message{^^J***\f@name}
747 \newfont 10 1000 cmmi10 ui,OMS
748 \message{^^J***\f@name}
749 \newfont 8 1000 cmti8 CMRoman,it,OT1
750 \message{^^J***\f@name}
751 \newfont 11 1000 cmti11 CMRoman,it,OT1
752 \message{^^J***\f@name}
753 \newfont 8 1000 cmt8 CMRoman,OT1
754 \message{^^J***\f@name}
755 \newfont 9 1000 cmt9 CMRoman,OT1
756 \message{^^J***\f@name}
757 \newfont 0.2cm 1000 cmti1cm CMRoman,it,OT1
758 \message{^^J***\f@name}
759 \newfont 1.in 1000 cmin it,OT1
760 \message{^^J***\f@name}
761 \newfont 5. 1000 cmot1 OT1
762 \message{^^J***\f@name}
763
764 \setfont {CMRoman,it,0.3cm,OMS}% -> family=CMRoman encoding=OT1 slant=<unset>
765 \dumpfontfeatures
766 \setfont {CMTypewriter,it,OMX}% -> family=<unset> encoding=OT1 slant=it
767 \dumpfontfeatures
768 \addfontattrs {7,up}% -> family=CMRoman encoding=OT1 slant=<unset>
769 \dumpfontfeatures
770 \remfontfeatures{family}% -> family=<unset> encoding=OT1 slant=<unset>
771 \dumpfontfeatures
772 \modfont {}{CMSansSerif,ui}% -> family=<unset> encoding=OMS slant=ui
773 \dumpfontfeatures
774 \remfontfeatures{}% -> family=<unset> encoding=OMS slant=ui
775 \dumpfontfeatures
776 \addfontattrs {}% -> family=<unset> encoding=OMS slant=ui
777 \dumpfontfeatures
778 \modfont {}{}% -> family=<unset> encoding=OMS slant=ui
779 \dumpfontfeatures
780
781 \message{^^J*********************************************************}
782
783 \newfontattr family TestFamily
784 \newfont 5. 1000 sz5-1.0-1 TestFamily
785 \message{^^J***\f@name}
786 \newfont 5. 1000 sz5-1.0-2 TestFamily
787 \message{^^J***\f@name}
788 \newfont 5. 1400 sz5-1.4-1 TestFamily
789 \message{^^J***\f@name}
790 \newfont 5. 900 sz5-0.9-1 TestFamily
791 \message{^^J***\f@name}
792 \newfont 5. 900 sz5-0.9-2 TestFamily
793 \message{^^J***\f@name}
794 \newfont 5. 1400 sz5-1.4-2 TestFamily
795 \message{^^J***\f@name}
796 \setfont {CMRoman,9pt}% ->
797
798
799 \newfont 10 1000 cmr10 CMRoman,rm,OT1
800 \message{^^J***\f@name}
801
802 \bye
0 % font set Computer Modern, Latin Modern, Bera
1 % font family CMRoman, CMTypewriter, CMSansSerif
2 %
3 % font feature slant, weight, width
4 % font attribute sl, it, bold, cond
5 %
6 % fontfile
7 %
8 % Font features and attributes:
9 %
10 % size design point size
11 % encoding ot1, oml, oms, omx, t1, ts1, t2a
12 % slant up, sl, it, ui, cursive
13 % weight lt, med, semib, bold, bx,
14 % width cond, normal, ext
15 % figures oldfigures, liningfigures
16 % caps normalcaps, allcaps, smallcaps, nocaps
17
18 \input eplain
19
20 \catcode`@=11
21 %
22 % \fsz:CMRoman/<OT1>/<up>/<med>/<normal>/<liningfigures>/<normalcaps>
23 % ->
24 % cmr5/5,cmr7/7,cmr8/8,cmr9/9,cmr10/10,cmr12/12,cmr17/17,.
25 %
26 % {CMRoman}{b}{bx}
27 % {OML,CMRoman}{m}{up}
28 % {OML,CMRoman}{bx}{up}
29 % {OML,CMRoman}{b}{bx}
30 % {CMSans}{it}{sl}
31 % {CMSans}{b}{bx}
32 % {CMSans,OML}{}{CMRoman}
33 % {ConcreteRoman}{b}{LMSans,b}
34 % {OT1,CMMath}{}{CMRoman,n}
35 % {OMX,CMMath}{bx}{m}
36 %
37
38 %
39 %
40 %
41 % Font-related logging. Meanings of \ftracelevel values are:
42 %
43 % 0 - none
44 % 1 - warning
45 % 2 - debug
46 % 3 - verbose
47 \newcount\ftracelevel
48 \ftracelevel=1
49 %
50 \def\f@warning{\f@trace0 }%
51 \def\f@debug {\f@trace1 }%
52 \def\f@verbose{\f@trace2 }%
53 \def\f@trace#1{%
54 \ifnum#1<\ftracelevel
55 \expandafter\message
56 \else
57 \expandafter\gobble
58 \fi
59 }%
60 %
61 %
62 %
63 % Construction of font filter strings.
64 %
65 % \fontsubstpre{MATCH-ATTR}{REM-FEATURES}{ADD-OR-MOD-ATTRS}
66 %
67 % Install a new font substitution to be applied before other font
68 % substitutions.
69 \def\fontsubstpre{%
70 \let\fontsubst@mklist\fontsubst@pre
71 \@fontsubst
72 }%
73 %
74 % \fontsubstpost{MATCH-ATTR}{REM-FEATURES}{ADD-OR-MOD-ATTRS}
75 %
76 % Install a new font substitution to be applied after other font
77 % substitutions.
78 \def\fontsubstpost{%
79 \let\fontsubst@mklist\fontsubst@post
80 \@fontsubst
81 }%
82 %
83 % \@fontsubst{MATCH-ATTR}{REM-FEATURES}{ADD-OR-MOD-ATTRS}
84 \def\@fontsubst{%
85 % Construct the match string in \fontsubst@match@list.
86 \f@mk@falist\fontsubst@\fontsubst@match@list%{MATCH-ATTR}
87 }%
88 %
89 % \fontsubst@{REM-FEATURES}{ADD-OR-MOD-ATTRS}
90 \def\fontsubst@{%
91 % Construct the rem string in \fontsubst@rem@list.
92 \f@mk@flist\fontsubst@@\fontsubst@rem@list%{REM-FEATURES}
93 }%
94 %
95 % \fontsubst@{ADD-OR-MOD-ATTRS}
96 \def\fontsubst@@{%
97 % Construct the add string in \fontsubst@add@list.
98 \f@mk@falist\fontsubst@fin\fontsubst@add@list%{ADD-OR-MOD-ATTRS}
99 }%
100 %
101 \def\fontsubst@fin{%
102 % Add the new substitution to either head or tail of the current
103 % substitution list.
104 \let\@end\relax
105 \edef\f@subst@list{\fontsubst@mklist}%
106 }%
107 %
108 \def\fontsubst@pre{%
109 \fontsubst@match@list \@end
110 \fontsubst@rem@list \@end
111 \fontsubst@add@list \@end
112 \f@subst@list
113 }%
114 %
115 \def\fontsubst@post{%
116 \f@subst@list
117 \fontsubst@match@list \@end
118 \fontsubst@rem@list \@end
119 \fontsubst@add@list \@end
120 }%
121 %
122 % Initialize the font substitution list to empty.
123 \let\f@subst@list\empty
124 %
125 % Given the name of an attribute, return index of the attribute
126 % in \tempa and index of the attribute's feature in \tempb.
127 \def\f@get@af#1{%
128 % Get attribute's index.
129 \expandafter\let\expandafter\tempa\csname fa:#1\endcsname
130 \ifx\tempa\relax
131 \errmessage{Undefined font attribute `#1'}%
132 \fi
133 % Get feature index for the attribute.
134 \expandafter\let\expandafter\tempb\csname faf:#1\endcsname
135 \ifx\tempb\relax
136 \errmessage{Undefined font attribute `#1'}%
137 \fi
138 }%
139 %
140 % Given a comma-separated list of attributes #3, construct a string
141 % (saving it in macro #2) as a sequence of `F.A,' specs, where F is
142 % the index of the feature to which attribute belongs, and A is the
143 % index of the attribute. After that, call #1.
144 \def\f@mk@falist#1#2#3{%
145 \let#2\empty % Start with a clean slate.
146 \let\do\relax
147 \for\f@i:=#3\do{%
148 \f@get@af\f@i
149 \edef#2{#2\do\tempb.\tempa,}% Append the spec to the list.
150 }%
151 #1%
152 }%
153 %
154 % Given a comma-separated list of features #3, construct a string
155 % (saving it in macro #2) as a sequence of `F,' specs, where F is the
156 % feature index. After that, call #1.
157 \def\f@mk@flist#1#2#3{%
158 \let#2\empty
159 \let\do\relax
160 \for\f@i:=#3\do{%
161 \expandafter\let\expandafter\temp\csname ff:\f@i\endcsname
162 \ifx\temp\relax
163 \errmessage{Undefined font feature `\f@i'}%
164 \fi
165 \edef#2{#2\do\temp,}%
166 }%
167 #1%
168 }%
169 %
170 % \fori{FROM-INCL}{TO-EXCL}{EXEC}
171 \def\fori#1#2#3{%
172 \count@=#1\relax
173 \loop
174 #3\relax
175 \advance\count@ by1
176 \ifnum\count@<#2\repeat
177 }%
178 %
179 %
180 %
181 % Font feature manipulations.
182 %
183 % \setfont{ATTRS}
184 \def\setfont{%
185 % Empty \ff0, \ff1, ..., \ff<ffeature_count - 1>.
186 \ff@reset
187 \addfontattrs % Substitutes and sets the font.
188 }%
189 %
190 % \modfont{REM-FEATURES}{ADD-OR-MOD-ATTRS}
191 \def\modfont#1{%
192 \unsetfontfeatures{#1}%
193 \addfontattrs % Substitutes and sets the font.
194 }%
195 %
196 % \addfontattrs{ADD-OR-MOD-ATTRS}
197 \def\addfontattrs#1{%
198 % For each feature with attribute in #1, set \ff<f> to <a>, where
199 % <f> is the feature index and <a> is the attribute index.
200 \for\f@i:=#1\do{%
201 \f@get@af\f@i
202 \expandafter\let\csname ff\tempb\endcsname \tempa
203 }%
204 % Substitute the font.
205 \f@subst
206 % Set the font, if we've found one.
207 }%
208 %
209 % \remfontfeatures{REM-FEATURES}
210 \def\remfontfeatures#1{%
211 \unsetfontfeatures{#1}%
212 % Substitute the font.
213 \f@subst
214 % Set the font, if we've found one.
215 }%
216 %
217 \def\unsetfontfeatures#1{%
218 % Unset \ff<f> for each feature <f> in #1.
219 \for\f@i:=#1\do{%
220 \expandafter\let\expandafter\temp\csname ff:\f@i\endcsname
221 \ifx\temp\relax
222 \errmessage{Undefined font feature `\f@i'}%
223 \fi
224 \expandafter\let \csname ff\temp\endcsname \empty
225 }%
226 }%
227 %
228 % Pretty-print the current settings of font features.
229 \def\dumpfontfeatures{%
230 \def\fa@{}% This will be used for features which are not set,
231 % for which \ffN is \empty.
232 \message{^^JCurrent font features: (}%
233 \fori0\ffeatcount{\message{%
234 \csname ff@\the\count@\endcsname.%
235 \expandafter\dump@ff\expandafter{\csname ff\the\count@\endcsname}}}%
236 \message{)}%
237 }%
238 \def\dump@ff#1{\csname fa@#1\endcsname}%
239 %
240 %
241 %
242 % Generic filter parsing macros. Configure by defining these
243 % callbacks (before running \f@run@filter on the filter string):
244 %
245 % \f@do@filter@match#1.#2, - match the pair filter/attribute
246 % \f@do@filter@rem - unset feature `F,'
247 % \f@do@filter@add - add the pair `F.A,'
248 % \f@end@filter@add - action at the end of the filter.
249 %
250 % We could avoid adding font feature together with an attribute and
251 % use a construct like \csname ff@\csname faf:A\endcsname\endcsname
252 % to get the feature corresponding to attribute A. But this would
253 % fail with an incomprehensible error message (`missing \endcsname')
254 % if \csname faf:A\endcsname is undefined, so we'd have to test this
255 % before each use. To avoid the overhead, we just add the font
256 % feature index to the font filter.
257 %
258 % \f@run@filter
259 % [MATCH-ATTR\@end REM-FEATURES\@end ADD-OR-MOD-ATTRS\@end [...]]\relax
260 \def\f@run@filter{%
261 \let\do\f@do@filter@match
262 \let\@end\f@run@filter@rem
263 }%
264 \def\f@run@filter@again{\f@verbose{^^J)}\f@run@filter}%
265 %
266 % \f@run@filter@rem REM-FEATURES\@end ADD-OR-MOD-ATTRS\@end ... \relax
267 \def\f@run@filter@rem{%
268 \let\do\f@do@filter@rem
269 \let\@end\f@run@filter@add
270 }%
271 %
272 % \f@run@filter@add ADD-OR-MOD-ATTRS\@end ... \relax
273 \def\f@run@filter@add{%
274 \let\do\f@do@filter@add
275 \let\@end\f@end@filter@add
276 }%
277 %
278 \def\f@filter@gobble@this#1\@end#2\@end#3\@end{\f@run@filter@again}%
279 \def\f@filter@gobble@all#1\relax{}%
280 %
281 %
282 %
283 % Filter parsing callbacks for font substitution.
284 %
285 % Apply only the first font substitution matching the current font.
286 \def\f@subst@once{%
287 \let\f@do@filter@match\f@subst@match@init
288 \let\f@do@filter@rem\f@subst@rem
289 \let\f@do@filter@add\f@subst@add
290 \let\f@end@filter@add\f@subst@nomore
291 \expandafter\f@run@filter \f@subst@list \relax
292 }%
293 %
294 % Apply all font substitutions in order, allowing substitutions to be
295 % chained.
296 \def\f@subst{%
297 \let\f@do@filter@match\f@subst@match@init
298 \let\f@do@filter@rem\f@subst@rem
299 \let\f@do@filter@add\f@subst@add
300 \let\f@end@filter@add\f@run@filter@again
301 \expandafter\f@run@filter \f@subst@list \relax
302 }%
303 %
304 % Match one feature.
305 \def\f@subst@match@init{%
306 \f@verbose{^^J(}%
307 \let\do\f@subst@match
308 \do
309 }%
310 %
311 \def\f@subst@match#1.#2,{%
312 \f@verbose{^^Jmatching \csname ff@#1\endcsname.\csname fa@#2\endcsname}%
313 % This funky way to compare the two numbers takes care of \ff#1
314 % being \empty. However, keep in mind that if \ff#1 is undefined,
315 % the following will make it a \relax.
316 \ifnum 1#2=1\csname ff#1\endcsname \else
317 \f@verbose{^^J skipping unmatched
318 \csname ff@#1\endcsname.\csname fa@#2\endcsname}%
319 \expandafter\f@filter@gobble@this % Skip to the next filter.
320 \fi
321 }%
322 %
323 % Remove one feature.
324 \def\f@subst@rem#1,{%
325 \f@verbose{^^Junsetting \csname ff@#1\endcsname}%
326 \expandafter\let\csname ff#1\endcsname \empty
327 }%
328 %
329 % Add attribute #2 (which must belong to feature #1).
330 \def\f@subst@add#1.#2,{%
331 \f@verbose{^^Jadding \csname ff@#1\endcsname.\csname fa@#2\endcsname}%
332 \expandafter\def\csname ff#1\endcsname{#2}%
333 }%
334 %
335 \def\f@subst@nomore{\f@verbose{^^J)}\f@filter@gobble@all}%
336 %
337 %
338 %
339 % Filter parsing callbacks for pretty-printing the current font filter
340 % string.
341 %
342 %\def\dumpfontfilter{%
343 %}%
344 % Pretty-print the current font filter string.
345 \def\dumpfontfilter{\f@dump@filter\f@subst@list}%
346 %
347 % Pretty-print the given font filter string.
348 \def\f@dump@filter#1{%
349 \message{^^J(}%
350 \let\do\space
351 \expandafter\f@dump@filter@#1\relax
352 }%
353 %
354 \def\f@dump@filter@#1\@end#2\@end#3\@end#4\relax{%
355 \message{^^J=#1^^J-#2^^J+#3^^J}%
356 \def\temp{#4}%
357 \ifx\temp\empty
358 \message{^^J)}%
359 \expandafter\f@filter@gobble@all
360 \else
361 \expandafter\f@dump@filter@
362 \fi
363 #4\relax
364 }%
365 %
366 %
367 %
368 % Defining new font features.
369 %
370 \newcount\fcacheidx % Font cache index.
371 \newcount\ffeatcount % Font feature count.
372 \let\ff@reset\empty % We'll build this up as we add font features.
373 %
374 % \newfontattr FONTFEATURE FONTATTR
375 \def\newfontattr #1 #2 {%
376 % Define a new font attribute, if it's not defined yet.
377 \expandafter\ifx\csname fa:#2\endcsname \relax
378 \else
379 \errmessage{Font attribute `#2' already defined as part
380 of font feature `\csname ff@\csname faf:#2\endcsname\endcsname'}%
381 \fi
382 \expandafter\xdef\csname fa:#2\endcsname{\the\fcacheidx}%
383 \expandafter\xdef\csname fa@\the\fcacheidx\endcsname{#2}%
384 % Invalidate current font cache (and update index for the next font
385 % attribute).
386 \global\advance\fcacheidx by1
387 %
388 % Define a new font feature, if it's not defined yet.
389 \expandafter\ifx\csname ff:#1\endcsname \relax
390 \expandafter\xdef\csname ff:#1\endcsname{\the\ffeatcount}%
391 \expandafter\xdef\csname ff@\the\ffeatcount\endcsname{#1}%
392 % Update \ff@reset to clear the new font feature cell \ffN.
393 \toks@=\expandafter{\ff@reset}%
394 \xdef\ff@reset{\the\toks@
395 \let\expandafter\noexpand\csname ff\the\ffeatcount\endcsname
396 \noexpand\empty}%
397 % Set \ffN to \empty, otherwise it will be set to \relax the first
398 % time we try to access it through \csname...\endcsname, and we
399 % depend on it to be either a number or \empty.
400 \global\expandafter\let\csname ff\the\ffeatcount\endcsname \empty
401 %
402 \global\advance\ffeatcount by1
403 % We've added a new font feature, so we should invalidate current
404 % font cache. But we've already done so above when adding the new
405 % font attribute.
406 %\global\advance\fcacheidx by1
407 \fi
408 % Assign the font attribute to the font feature.
409 \expandafter\xdef\csname faf:#2\endcsname{\csname ff:#1\endcsname}%
410 }%
411 %
412 % \newfontfamily FONTSET FONTFAMILY
413 \def\newfontfamily #1 #2 {%
414 \f@def{fset}{#1}{ffam}{#2}{Font family}%
415 \f@defadd{fset:#1}{#2}%
416 }%
417 %
418 % \f@def {PARENT-PREFIX} {PARENT-NAME} {CHILD-PREFIX} {CHILD-NAME} {CHILD-DESCR}
419 \def\f@def#1#2#3#4#5{%
420 % Define parent.
421 \expandafter\gdef\csname #1:#2\endcsname
422 \expandafter\ifx\csname#1:#2\endcsname\relax
423 \expandafter\gdef\csname#1:#2\endcsname{}%
424 \else
425 \let\do\space
426 \errmessage{#3 #2 already defined as `\csname#1:#2\endcsname'}%
427 \fi
428 }%
429
430
431
432 \ftracelevel=3
433
434 \newfontattr family CMRoman
435 \newfontattr family CMTypewriter
436 \newfontattr family CMSansSerif
437 \newfontattr encoding OT1
438 \newfontattr encoding OML
439 \newfontattr encoding OMS
440 \newfontattr encoding OMX
441 \newfontattr slant up
442 \newfontattr slant sl
443 \newfontattr slant it
444 \newfontattr slant ui
445
446 %\expandafter\def\csname ff:family\endcsname{0}%
447 %\expandafter\def\csname ff:encoding\endcsname{1}%
448 %\expandafter\def\csname ff:slant\endcsname{2}%
449 %
450 %\expandafter\def\csname fa:CMRoman\endcsname{0}%
451 %\expandafter\def\csname fa:CMTypewriter\endcsname{1}%
452 %\expandafter\def\csname fa:CMSansSerif\endcsname{2}%
453 %
454 %\expandafter\def\csname fa:OT1\endcsname{3}%
455 %\expandafter\def\csname fa:OML\endcsname{4}%
456 %\expandafter\def\csname fa:OMS\endcsname{5}%
457 %\expandafter\def\csname fa:OMX\endcsname{6}%
458 %
459 %\expandafter\def\csname fa:up\endcsname{7}%
460 %\expandafter\def\csname fa:sl\endcsname{8}%
461 %\expandafter\def\csname fa:it\endcsname{9}%
462 %\expandafter\def\csname fa:ui\endcsname{10}%
463 %
464 %\ffeatcount=3
465 %\fattrcount=11
466 %
467 %\expandafter\def\csname faf:CMRoman\endcsname{0}%
468 %\expandafter\def\csname faf:CMTypewriter\endcsname{0}%
469 %\expandafter\def\csname faf:CMSansSerif\endcsname{0}%
470 %
471 %\expandafter\def\csname faf:OT1\endcsname{1}%
472 %\expandafter\def\csname faf:OML\endcsname{1}%
473 %\expandafter\def\csname faf:OMS\endcsname{1}%
474 %\expandafter\def\csname faf:OMX\endcsname{1}%
475 %
476 %\expandafter\def\csname faf:up\endcsname{2}%
477 %\expandafter\def\csname faf:sl\endcsname{2}%
478 %\expandafter\def\csname faf:it\endcsname{2}%
479 %\expandafter\def\csname faf:ui\endcsname{2}%
480
481 \let\do\relax
482
483 \fontsubstpre{CMRoman}{slant}{OT1}
484 \message{^^J\f@subst@list}
485
486 \fontsubstpre{up}{}{CMRoman,OML}
487 \message{^^J\f@subst@list}
488
489 \fontsubstpost{CMSansSerif}{}{OMX}
490 \message{^^J\f@subst@list}
491
492 \fontsubstpost{CMTypewriter}{encoding}{}
493 \message{^^J\f@subst@list}
494
495 \fontsubstpost{CMRoman,up,OML}{slant}{OT1}
496 \message{^^J\f@subst@list}
497
498 \fontsubstpre{it,CMTypewriter,OMX}{family,encoding}{OT1}
499 \message{^^J\f@subst@list}
500
501 \fontsubstpost{it,CMTypewriter,OMX}{encoding,family}{ui,OMS}
502 \message{^^J\f@subst@list}
503
504 % 0.0, 2.9, 1.5
505 \setfont{CMRoman,it,OMS}% -> , 4, 9
506 \dumpfontfeatures
507 % 0.1, 2.9, 1.5
508 %\setfont{CMTypewriter,it,OMS}% -> 1, , 9
509 %% 0.2, 2.9, 1.5
510 %\setfont{CMSansSerif,it,OMS}% -> 2, 6, 9
511 %% 0.1, 2.9, 1.6
512 %\setfont{CMTypewriter,it,OMX}% -> , 5, 10
513 %% 0.0, 2.7, 1.3
514 %\setfont{CMRoman,up,OT1}% -> , 4, 7
515 % 0.0, 2.7, 1.4
516 %\setfont{CMRoman,up,OML}% -> 0, 3,
517 \dumpfontfilter
518
519
520 %% 0.0, 2.9, 1.4
521 %\setfont{CMRoman,it,OML}% -> , 4, 9
522 %\dumpffs
523 %\modfont{}{CMTypewriter}% -> 1, 4, 9 -> 1, , 9
524 %\dumpffs
525 %\modfont{slant}{ui,CMSansSerif}% -> 2, , 10 ->
526 %\dumpffs
527
528 \bye
529
530
531
532 % \setfont{CMRoman,b,sl}
533 % \modfont{}{up} % CMRoman,b,up
534
535
536 \def\test{ii,iv,iii,i}
537 \def\i{0}
538 \def\ii{1}
539 \def\iii{2}
540 \def\iv{3}
541
542 \count0=2147483647
543 \count@=-1
544
545 % \f@sort{MAX-ITEM-IDX}{ITEMS}{ITEM-CS-PREFIX}
546 \def\f@sort#1#2#3{%
547 \let\f@sorted\empty
548 % Empty \f@sort0, \f@sort1, ..., \f@sort<MAX-ITEM-IDX>.
549 \fori{0}{#1}{\expandafter\let\csname f@sort\the\count@\endcsname \empty}%
550 % Set \f@sort<X>, where <X> is the value of \<ITEM-CS-PREFIX><ITEM>.
551 \for\f@sort@i:=#2\do{%
552 \expandafter\edef\csname f@sort\csname#3\f@sort@i\endcsname\endcsname{%
553 \csname \f@sort@i\endcsname,%
554 }%
555 }%
556 % Combine all \f@sort<X> into \f@sorted.
557 \fori{0}{#1}{%
558 \edef\f@sorted{%
559 \f@sorted
560 \csname f@sort\the\count@\endcsname
561 }%
562 }%
563 }%
564
565 \f@sort{4}{\test}{}
566 \show\f@sorted
567 \bye
568
569
570
571
572 % \f@def {PREFIX} {NAME} {DESCR}
573 \f@def#1#2#3{%
574 \expandafter\ifx\csname#1:#2\endcsname\relax
575 \expandafter\gdef\csname#1:#2\endcsname{}%
576 \else
577 \let\do\space
578 \errmessage{#3 #2 already defined as `\csname#1:#2\endcsname'}%
579 \fi
580 }%
581
582 % \f@defadd {PARENT} {CHILD}
583 \f@defadd#1#2{%
584 \let\do\relax
585 \expandafter\edef\expandafter\temp\expandafter{%
586 \csname #1\endcsname \do #2}%
587 \global\expandafter\let\csname #1\endcsname \temp
588 }%
589
590 % \newfontset FONTSET
591 \def\newfontset #1 {%
592 \f@def{fset}{#1}{Font set}
593 }%
594
595 % \newfontfamily FONTSET FONTFAMILY
596 \def\newfontfamily #1 #2 {%
597 \f@def{ffam}{#2}{Font family}%
598 \f@defadd{fset:#1}{#2}%
599 }%
600
601 % \newfontfeature FONTFEATURE
602 \def\newfontfeature #1 {%
603 \f@def{ff}{#1}{Font feature}%
604 }%
605
606 % \newfontattr FONTFEATURE FONTATTR
607 \def\newfontattr #1 #2 {%
608 \f@def{fa}{#2}{Font attribute}%
609 \f@defadd{ff:#1}{#2}%
610 }%
611
612 % \newfont FONTFAMILY SIZE ENCODING ATTRIBUTES
613 \def\newfont #1 #2 #3 #4 {%
614 }%
615
616 \def\f@addattrchar#1#2{%
617 \bgroup
618 \uccode`a=#2%
619 \uppercase{%
620 \egroup
621 \xdef#1{a#1}%
622 }%
623 }%
624
625 \def\fori#1#2#3{%
626 \count@=#1\relax
627 \loop
628 #3\relax
629 \advance\count@ by1
630 \ifnum\count@<#2\repeat
631 }%
632
633 \def\f@resetattrs#1{%
634 \gdef#1{fa:}%
635 \fori{0}{20}{\f@addattrchar#1{`\*}}%
636 }%
637
638 \newcount\numfontfeatures
639
640 \f@resetattrs\f@attributes
641 \show\f@attributes
642
643 \bye
0 \input fattr
1 \ftracelevel=4
2
3 \newfontattrs encoding OT1,OMS,OML,OMX,T1,TS1,T2A
4 \newfontattrs slant upright,slanted,italic,unitalic,cursive
5 \newfontattrs weight light,medium,semibold,bold,boldext
6 \newfontattrs figstyle oldfigs,liningfigs
7 \newfontattrs caps normalcaps,capssmallcaps,allcaps,nocaps
8
9 %
10 %
11 %\newfont 1000 aoeu 12.3 aa,b,c
12 %\newfont 1000 hhth 83.6pt
13 %\newfont 1000 xufd 24.8
14 %
15 %\newfont 1000 huxo 8.3pt dd
16 %\newfont 1000 ofeo 35.4
17 %\newfont 1000 ixqe 217pt
18 %
19 %\newfont 1000 huxo 9pt {}
20 %\newfont 1000 ofeo 2pt
21 %\newfont 1000 ixqe 4
22 %\bye
23 %
24 %
25
26
27 %
28 % Computer Modern Roman.
29 %
30 \newfontattr family CMRoman
31 % Medium weight.
32 % Upright.
33 \newfont 1000 cmr5 5 CMRoman,OT1,upright,medium,liningfigs,normalcaps
34 \newfont 1000 cmr6 6 {}
35 \newfont 1000 cmr7 7 {}
36 \newfont 1000 cmr8 8 {}
37 \newfont 1000 cmr9 9 {}
38 \newfont 1000 cmr10 10 {}
39 \newfont 1000 cmr12 12 {}
40 \newfont 1000 cmr17 17 {}
41 % Italic.
42 \newfont 1000 cmti7 7 CMRoman,OT1,italic,medium,liningfigs,normalcaps
43 \newfont 1000 cmti8 8 {}
44 \newfont 1000 cmti9 9 {}
45 \newfont 1000 cmti10 10 {}
46 \newfont 1000 cmti12 12 {}
47 % Slanted.
48 \newfont 1000 cmsl6 6 CMRoman,OT1,slanted,medium,liningfigs,normalcaps % From cmextra.
49 \newfont 1000 cmsl8 8 {}
50 \newfont 1000 cmsl9 9 {}
51 \newfont 1000 cmsl10 10 {}
52 \newfont 1000 cmsl12 12 {}
53 % Caps and small caps.
54 \newfont 1000 cmcsc10 10 CMRoman,OT1,upright,medium,liningfigs,capssmallcaps
55 % Unslanted italic (for slanted pound sterling).
56 \newfont 1000 cmu10 10 CMRoman,OT1,unitalic,medium,liningfigs,normalcaps
57 %
58 % Bold weight.
59 \newfont 1000 cmb10 10 CMRoman,OT1,upright,bold,liningfigs,normalcaps
60 \fontsubstpost =CMRoman,bold - +boldext
61 %
62 % Bold extended.
63 % Upright.
64 \newfont 1000 cmbx5 5 CMRoman,OT1,upright,boldext,liningfigs,normalcaps
65 \newfont 1000 cmbx6 6 {}
66 \newfont 1000 cmbx7 7 {}
67 \newfont 1000 cmbx8 8 {}
68 \newfont 1000 cmbx9 9 {}
69 \newfont 1000 cmbx10 10 {}
70 \newfont 1000 cmbx12 12 {}
71 % Italic.
72 \newfont 1000 cmbxti7 7 CMRoman,OT1,italic,boldext,liningfigs,normalcaps % from cmextra
73 \newfont 1000 cmbxti10 10 {}
74 \newfont 1000 cmbxti12 12 {} % from cmextra
75 % Slanted.
76 \newfont 1000 cmbxsl10 10 CMRoman,OT1,slanted,boldext,liningfigs,normalcaps
77 %
78 % Math letters.
79 \fontsubstpost =CMRoman,OML - +upright
80 \fontsubstpost =CMRoman,OML - +oldfigs
81 % Medium weight.
82 \newfont 1000 cmmi5 5 CMRoman,OML,upright,medium,oldfigs,normalcaps
83 \newfont 1000 cmmi6 6 {}
84 \newfont 1000 cmmi7 7 {}
85 \newfont 1000 cmmi8 8 {}
86 \newfont 1000 cmmi9 9 {}
87 \newfont 1000 cmmi10 10 {}
88 \newfont 1000 cmmi12 12 {}
89 % Bold extended.
90 \newfont 1000 cmmib5 5 CMRoman,OML,upright,boldext,oldfigs,normalcaps
91 \newfont 1000 cmmib6 6 {}
92 \newfont 1000 cmmib7 7 {}
93 \newfont 1000 cmmib8 8 {}
94 \newfont 1000 cmmib9 9 {}
95 \newfont 1000 cmmib10 10 {}
96 %
97 % Math symbols.
98 \fontsubstpost =CMRoman,OMS - +upright
99 % Medium weight.
100 \newfont 1000 cmsy5 5 CMRoman,OMS,upright,medium
101 \newfont 1000 cmsy6 6 {}
102 \newfont 1000 cmsy7 7 {}
103 \newfont 1000 cmsy8 8 {}
104 \newfont 1000 cmsy9 9 {}
105 \newfont 1000 cmsy10 10 {}
106 % Bold extended.
107 \newfont 1000 cmbsy5 5 CMRoman,OMS,upright,boldext
108 \newfont 1000 cmbsy6 6 {}
109 \newfont 1000 cmbsy7 7 {}
110 \newfont 1000 cmbsy8 8 {}
111 \newfont 1000 cmbsy9 9 {}
112 \newfont 1000 cmbsy10 10 {}
113 %
114 % Computer Modern Sans.
115 %
116 \newfontattr family CMSans
117 \fontsubstpost =CMSans,OML - +CMRoman
118 \fontsubstpost =CMSans,OMS - +CMRoman
119 \fontsubstpost =CMSans,italic - +slanted
120 \fontsubstpost =CMSans,bold - +boldext
121 % Medium weight.
122 % Upright.
123 \newfont 1000 cmss8 8 CMSans,OT1,upright,medium,liningfigs,normalcaps
124 \newfont 1000 cmss9 9 {}
125 \newfont 1000 cmss10 10 {}
126 \newfont 1000 cmss12 12 {}
127 \newfont 1000 cmss17 17 {}
128 % Slanted.
129 \newfont 1000 cmssi8 8 CMSans,OT1,slanted,medium,liningfigs,normalcaps
130 \newfont 1000 cmssi9 9 {}
131 \newfont 1000 cmssi10 10 {}
132 \newfont 1000 cmssi12 12 {}
133 \newfont 1000 cmssi17 17 {}
134 %
135 % Bold extended.
136 \newfont 1000 cmssbx10 10 CMSans,OT1,upright,boldext,liningfigs,normalcaps
137 \newfont 1000 cmssbxo10 10 CMSans,OT1,slanted,boldext,liningfigs,normalcaps % from cmextra
138 %
139 % Computer Modern Typewriter.
140 %
141 \newfontattr family CMMono
142 \fontsubstpost =CMMono,OML - +CMRoman,oldfigs
143 \fontsubstpost =CMMono,OMS - +CMRoman
144 % Medium weight.
145 % Upright.
146 \newfont 1000 cmtt8 8 CMMono,OT1,upright,medium,liningfigs,normalcaps
147 \newfont 1000 cmtt9 9 {}
148 \newfont 1000 cmtt10 10 {}
149 \newfont 1000 cmtt12 12 {}
150 % Italic.
151 \newfont 1000 cmitt9 9 CMMono,OT1,italic,medium,liningfigs,normalcaps % from cmextra
152 \newfont 1000 cmitt10 10 {}
153 \newfont 1000 cmitt12 12 {} % from cmextra
154 % Slanted.
155 \newfont 1000 cmsltt9 9 CMMono,OT1,slanted,medium,liningfigs,normalcaps % from cmextra
156 \newfont 1000 cmsltt10 10 {}
157
158
159 \setfont{OML,CMRoman,upright,medium,liningfigs,normalcaps}
160
161 ABCabcdf
162
163 \addfontattrs{CMMono}
164 \dumpfontfeatures
165 ABCabcdf
166
167 \addfontattrs{CMRoman}
168 \dumpfontfeatures
169 ABCabcdf
170
171 \addfontattrs{OT1}
172 \dumpfontfeatures
173 ABCabcdf
174
175 \bye
0 %
1 % These are in Texinfo.
2 %
3 % We never want plain's \outer definition of \+ in Texinfo.
4 % For @tex, we can use \tabalign.
5 \let\+ = \relax
6 %
7 \def\gobble#1{}%
8 \def\linenumber{l.\the\inputlineno:\space}%
9 \newlinechar = `^^J
10 % Set the baselineskip to #1, and the lineskip and strut size
11 % correspondingly. There is no deep meaning behind these magic numbers
12 % used as factors; they just match (closely enough) what Knuth defined.
13 %
14 \def\lineskipfactor{.08333}%
15 \def\strutheightpercent{.70833}%
16 \def\strutdepthpercent {.29167}%
17 %
18 \def\setleading#1{%
19 \normalbaselineskip = #1\relax
20 \normallineskip = \lineskipfactor\normalbaselineskip
21 \normalbaselines
22 \setbox\strutbox =\hbox{%
23 \vrule width0pt height\strutheightpercent\baselineskip
24 depth \strutdepthpercent \baselineskip
25 }%
26 }%
27 %
28 % End of Texinfo defs.
29 %
30 % Specify amount and type of font-related logging:
31 % 0 notifications and warnings go to the log file only;
32 % 1 only warning go to the console;
33 % 2 notifications and warnings go to the console;
34 % 3 notifications go to the console, all warnings are made into errors.
35 %
36 % In all cases notifications and warnings go to the log file.
37 \newcount\tracingfonts
38 \tracingfonts1
39 %
40 \def\fontnotify{%
41 \ifcase\tracingfonts
42 \expandafter\wlog
43 \or % 1
44 \expandafter\wlog
45 \else % 2-...
46 \expandafter\message
47 \fi
48 }%
49 %
50 \def\fontwarn{%
51 \ifcase\tracingfonts
52 \expandafter\wlog
53 \or % 1
54 \expandafter\message
55 \or % 2
56 \expandafter\message
57 \else % 3-...
58 \expandafter\errmessage
59 \fi
60 }%
61 %
62 % We will sometimes temporarily turn these off (e.g., to avoid
63 % \message and \setbox interfering with \accent).
64 \let\@setleading\setleading
65 \let\@fontnotify\fontnotify
66 \let\@fontwarn\fontwarn
67 % Font and shape identification strings.
68 \def\shape@string{\f@encoding/\f@family/\f@series/\f@shape}%
69 \def\font@string{\shape@string/\f@size:\base@fntscale}%
70 %
71 % \declarefontfamily FAMILY FACTOR LINESKIP
72 %
73 % Declare font FAMILY, and set it's scale FACTOR (relative to the
74 % Computer Modern family) and LINESKIP factor (which will be applied
75 % to the current font size to obtain basic baseline skip). Every font
76 % family must be declared before any font declaration \declarefont
77 % using that family.
78 \def\declarefontfamily#1 #2 #3 {%
79 % Warn if the family has already been declared.
80 \expandafter \ifx \csname fam@scale/#1\endcsname\relax \else
81 \fontwarn{^^JWarning: redeclaring font family `#1'.}%
82 \fi
83 \expandafter\def\csname fam@scale/#1\endcsname{#2}%
84 \expandafter\def\csname fam@lskip/#1\endcsname{#3}%
85 % Initialize the family's encoding list to an empty list.
86 \expandafter\let \csname fam@enc@list/#1\endcsname \empty
87 }%
88 %
89 % \declaremathfontfamily FAMILY FACTOR LINESKIP TEXTENC L-SKEW S-SKEW
90 %
91 % Declare math font family. Parameters:
92 %
93 % FAMILY font family name;
94 % FACTOR scale factor (relative to the Computer Modern family);
95 % LINESKIP lineskip factor (which will be applied to the current
96 % font size to obtain basic baseline skip);
97 % TEXTENC font encoding to use for the family 0 (this is to
98 % distinguish fonts with T1 and OT1 encodings for the
99 % `text' font, since T1 and OT1 have accents in
100 % different slots);
101 % L-SKEW skew char for family 1 (math letters);
102 % S-SKEW skew char for family 2 (math symbols).
103 \def\declaremathfontfamily#1 #2 #3 #4 #5 #6 {%
104 \declarefontfamily #1 #2 #3
105 \expandafter\def\csname fam@textenc/#1\endcsname{#4}%
106 \expandafter\def\csname fam@ml-sc/#1\endcsname{#5}%
107 \expandafter\def\csname fam@ms-sc/#1\endcsname{#6}%
108 }%
109 %
110 % \mathfontfamilyhook FAMILY {TEXT}
111 %
112 % Define a hook to be called every time the fonts for math FAMILY are
113 % set up.
114 \def\mathfontfamilyhook#1 #2{%
115 \expandafter\def\csname fmath@hook@#1\endcsname{#2}%
116 }%
117 %
118 % \mathfontfamilyprehook FAMILY {TEXT}
119 %
120 % Define a hook to be called when the math FAMILY is loaded.
121 \def\mathfontfamilyprehook#1 #2{%
122 \expandafter\def\csname fmath@pre-hook@#1\endcsname{#2}%
123 }%
124 %
125 % \mathfontfamilyposthook FAMILY {TEXT}
126 %
127 % Define a hook to be called when the math FAMILY is unloaded.
128 \def\mathfontfamilyposthook#1 #2{%
129 \expandafter\def\csname fmath@post-hook@#1\endcsname{#2}%
130 }%
131 %
132 % \fontbasefamily FAMILY
133 %
134 % Declare FAMILY as the "base" family, which means that its fonts
135 % will be displayed at their "natural" sizes, and all other families
136 % will be scaled to match FAMILY.
137 \def\fontbasefamily#1 {%
138 % Check that the family has been declared.
139 \expandafter \ifx \csname fam@scale/#1\endcsname\relax
140 \errmessage{Error: setting base family to an unknown family `#1'}%
141 \fi
142 \edef\base@fntscale{\csname fam@scale/#1\endcsname}%
143 % Reload the current font (it may change if the base factor changed).
144 \selectfont
145 }%
146 %
147 % \fontfamily STYLE FAMILY
148 %
149 % FIXME doc.
150 \def\mathword{math}%
151 \let\f@family@math\empty % Avoid `Undefined' errors in \csname the first time.
152 \def\fontfamily#1 #2 {%
153 \edef\temp{#1}%
154 \ifx\temp\mathword
155 % Call post-hook for the old math family.
156 \csname fmath@post-hook@\f@family@math\endcsname
157 \expandafter\edef \csname f@family@\mathword\endcsname{#2}%
158 % Define accents for the encoding of the \fam0 font.
159 \expandafter\csname \csname fam@textenc/#2\endcsname @math@textenc\endcsname
160 % FIXME Need to call \resetmathfonts now, or call pre-hook after
161 % the first call to \resetmathfonts, otherwise errors are possible
162 % about undefined glyphs.
163 % Call pre-hook for the new math family.
164 \csname fmath@pre-hook@#2\endcsname
165 \else
166 \expandafter\edef \csname f@family@#1\endcsname{#2}%
167 \fi
168 }%
169 %
170 % FIXME Rename.
171 \def\selectfont@style#1{%
172 \expandafter\let\expandafter \f@family \csname f@family@#1\endcsname
173 \selectfont
174 }%
175 %
176 % \declarefont ENC FAMILY SER SH L-U SZ FONT
177 %
178 % Declare a FAMILY font in ENC encoding, SER series and SH shape, for
179 % the size range L-U. SZ is the design size of the font, FONT is the
180 % font file name. L-U defines the size range as [L,U). All sizes (L,
181 % U, SZ) may contain optional unit specifier; if it is missing, `pt'
182 % is assumed.
183 \def\declarefont #1 #2 #3 #4 #5-#6 #7 #8 {%
184 % Check that FAMILY has been declared.
185 \expandafter \ifx \csname fam@scale/#2\endcsname\relax
186 \errmessage{Error: declaring font `#8' for an unknown family `#2'}%
187 \fi
188 % Convert all sizes into integers, scaled 10 times.
189 \fnt@size@to@int{#5}\edef\tempa{\number\dimen@}% L
190 \fnt@size@to@int{#6}\edef\tempb{\number\dimen@}% U
191 \fnt@size@to@int{#7}\edef\tempc{\number\dimen@}% SZ
192 % Construct internal font shape name as \sh/ENC/FAMILY/SER/SH.
193 \expandafter\def\expandafter\temp\expandafter{%
194 \csname sh/#1/#2/#3/#4\endcsname
195 }%
196 % Add the font specification as the quad L U SZ FONT to the
197 % beginning of the font list for this shape.
198 \expandafter\ifx\temp\relax
199 \let\tempd\empty
200 \else
201 \edef\tempd{\temp}% Previous def of the shape name.
202 \fi
203 \expandafter\edef\temp{\tempa\space\tempb\space\tempc\space#8 \tempd}%
204 % Add the encoding to the list of encodings for this family, if it's
205 % not been added yet.
206 \expandafter\ifx \csname fam@enc/#2/#1\endcsname \relax
207 \expandafter\let\expandafter\temp \csname fam@enc@list/#2\endcsname
208 \expandafter\edef \csname fam@enc@list/#2\endcsname{\temp\space #1}%
209 \fi
210 % Set the flag that this family supports this encoding.
211 \expandafter\let\csname fam@enc/#2/#1\endcsname\empty
212 }%
213 %
214 % \fontmap ENC1 FAM1 SER1 SH1 > ENC2 FAM2 SER2 SH2
215 %
216 % Define font mapping. Ideally, any of the attributes can be an `*',
217 % but only a useful subset is currently supported for the first half
218 % (see \search@font@map). It should be easy to extend this subset if
219 % need be.
220 %
221 % If an `*' appears in the first half (`from-attributes'), its
222 % meaning is "apply this map to fonts having anything for this
223 % attribute". If an `*' appears in the second half (`to-attributes'),
224 % its meaning is "leave this attribute unchanged from the respective
225 % from-attribute".
226 %
227 % E1 F1 S1 s1 > E2 F2 S2 s2
228 \def\fontmap#1 #2 #3 #4 > #5 #6 #7 #8 {%
229 \expandafter\def\csname fmap/#1/#2/#3/#4\endcsname{#5/#6/#7/#8}%
230 }%
231 %
232 % \fontmapshape FAMILY1 SH1 > FAMILY2 SH2
233 %
234 % Define generic shape mapping: requests for FAMILY1 fonts in shape
235 % SH1 and any encoding and series will be redirected to FAMILY2 fonts
236 % in shape SH2 and the same encoding and series.
237 \def\fontmapshape#1 #2 > #3 #4 {%
238 \fontmap * #1 * #2 > * #3 * #4
239 }%
240 %
241 % \fontmapseries FAMILY1 SER1 > FAMILY2 SER2
242 %
243 % Define generic series mapping: requests for FAMILY1 fonts in series
244 % SER1 and any encoding and shape will be redirected to FAMILY2 fonts
245 % in series SER2 and the same encoding and shape.
246 \def\fontmapseries#1 #2 > #3 #4 {%
247 \fontmap * #1 #2 * > * #3 #4 *
248 }%
249 %
250 % \fontmapfamily FAMILY1 ENC FAMILY2
251 %
252 % Define family mapping: requests for FAMILY1 fonts in encoding ENC
253 % will be redirected to FAMILY2 fonts in the same encoding.
254 \def\fontmapfamily#1 #2 #3 {%
255 \fontmap #2 #1 * * > * #3 * *
256 % Remember that this family supports this encoding.
257 \expandafter\let\csname fam@enc/#1/#2\endcsname\empty
258 }%
259 %
260 % Take a dimension or a number (in which case assume `pt' units) and
261 % convert it into an integer (in \dimen@) ten times the dimension's
262 % representation in points. We attempt to round properly, to the
263 % extent that TeX's integer arithmetics allows. Note that we take
264 % 0.1pt = 6554 (6553.6 rounded to the nearest integer), but maybe
265 % 6553 would have been better because it rounds the 100ths of a point
266 % better (e.g., in 10.85pt), for which we care more than for the
267 % 1000ths / 10000ths of a point (e.g., in 10.849pt).
268 \def\fnt@size@to@int#1{%
269 \get@dimen{#1}%
270 \advance\dimen@ by.05pt % 0.1pt / 2.
271 \divide\dimen@ by6554 % = 0.1pt = (Xpt / 0.1pt * 0.1pt) * 10 / 1pt.
272 }%
273 % Take a dimension or a number, and save it in \dimen@. In case of a
274 % number, assume `pt' units.
275 \def\get@dimen#1{%
276 \afterassignment\gobble@to@finish
277 \dimen@#1pt \finish
278 }%
279 \def\gobble@to@finish#1\finish{}%
280 %
281 % These generally should not be used by the end user. To actually
282 % select the font specified by one or several of the following, say
283 % \selectfont.
284 \def\setfontencoding{\edef\f@encoding}%
285 \def\setfontfamily{\edef\f@family}%
286 \def\setfontseries{\edef\f@series}%
287 \def\setfontshape{\edef\f@shape}%
288 \def\setfontsize#1{\fnt@size@to@int{#1}\edef\f@size{\number\dimen@}}%
289 % User-space commands to set (some of) the above.
290 \def\mdseries{\setfontseries{m}\selectfont}%
291 \def\bfseries{\setfontseries{bx}\selectfont}%
292 \def\upshape{\setfontshape{n}\selectfont}%
293 \def\itshape{\setfontshape{it}\selectfont}%
294 \def\slshape{\setfontshape{sl}\selectfont}%
295 \def\scshape{\setfontshape{sc}\selectfont}%
296 %
297 % Scale \f@size.
298 \def\scale@f@size#1{%
299 \scalecount\f@size{#1}%
300 \edef\f@size{\number\count@}%
301 }%
302 % Scale the current font. #1 is the magnification factor.
303 \def\scalefont#1{%
304 \scale@f@size{#1}%
305 \selectfont
306 }%
307 % Scale current font size by #1. Result in \dimen@ (in points).
308 % Clobbers \dimen@.
309 \def\scalefontsize#1{%
310 \scalecount\f@size{#1}%
311 \dimen@=\count@\p@
312 \divide\dimen@ by10
313 }%
314 % Scale integer #1 by #2, taking care of the rounding. Result in
315 % \count@.
316 \def\scalecount#1#2{%
317 \count@#1%
318 \multiply\count@ by#2%
319 \advance\count@ by500%
320 \divide\count@ by1000
321 }%
322 %
323 % Parameters for math fonts.
324 %
325 % FIXME These parameters probably have to be per-font-family.
326 \def\mf@scr@factor{700 }%
327 \def\mf@scrscr@factor{500 }%
328 % Theoretically, these have to be per-font-family, but practically
329 % plain TeX settings work with most families; and for families with
330 % which these don't work (PXMath, TXMath, CharterMath, ArevMath) these
331 % settings are still the best possible -- do these families have a bug
332 % (or maybe some weird design decisions)?
333 \def\big@factor{850 }%
334 \def\Big@factor{1150 }%
335 \def\bigg@factor{1450 }%
336 \def\Bigg@factor{1750 }%
337 %
338 % Setup math fonts. This is called for every math mode switch from
339 % \everymath. Texinfo doesn't use display math, so we don't bother
340 % with \everydisplay. NOTE: One alternative to setting math fonts at
341 % the beginning of every math mode is to set them at every change of a
342 % font attribute which affects math fonts (i.e., size, series, but
343 % _not_ shape). This would mean that lots of fonts will be loaded,
344 % while in most cases the user will never use math with those settings.
345 \everymath{\resetmathfonts}%
346 \def\resetmathfonts{%
347 % Save all current font attributes -- we'll clobber them.
348 \let\reset@f@encoding\f@encoding
349 \let\reset@f@family\f@family
350 \let\reset@f@series\f@series
351 \let\reset@f@shape\f@shape
352 \let\reset@f@size\f@size
353 \let\reset@fontwarn\@fontwarn
354 % Don't report non-existent fonts -- we'll ignore them and hope that
355 % the user won't use them.
356 \let\@fontwarn\gobble
357 % Set math families for the style switches.
358 \selectmathfont@style{roman}\rmfam
359 \selectmathfont@style{sans}\sffam
360 \selectmathfont@style{mono}\ttfam
361 \let\f@family\reset@f@family
362 \itshape \setup@m@family\itfam
363 \slshape \setup@m@family\slfam
364 \setfontshape{n}\bfseries \setup@m@family\bffam
365 % Restore warnings.
366 \let\@fontwarn\reset@fontwarn
367 % Now set the math fonts. The shape is always a `.'.
368 \let\f@family\f@family@math
369 \let\f@series\reset@f@series
370 \def\f@shape{.}%
371 % Text size.
372 \setup@m@families\textfont
373 % Script size.
374 \scale@f@size\mf@scr@factor
375 \setup@m@families\scriptfont
376 % Script-script size.
377 \let\f@size\reset@f@size
378 \scale@f@size\mf@scrscr@factor
379 \setup@m@families\scriptscriptfont
380 % Call the fonts hook for this family.
381 \let\f@size\reset@f@size
382 \csname fmath@hook@\f@family@math\endcsname
383 % Restore font attributes.
384 \let\f@encoding\reset@f@encoding
385 \let\f@family\reset@f@family
386 \let\f@series\reset@f@series
387 \let\f@shape\reset@f@shape
388 \let\f@size\reset@f@size
389 \selectfont
390 }%
391 %
392 % Select style #1 and set math family #2 to the font. FIXME Rename.
393 \def\selectmathfont@style#1#2{%
394 \selectfont@style{#1}%
395 \setup@m@family{#2}%
396 }%
397 % Set \textfont of math family #1 to \c@font@command, unless the
398 % font command is \relax.
399 \def\setup@m@family#1{%
400 \expandafter\ifx\c@font@command\relax\else
401 \textfont#1=\c@font@command
402 \fi
403 }%
404 % Set up #1 (\textfont, \scriptfont or \scriptscriptfont) fonts for
405 % families 0, 1, 2 and 3 with the current size. \f@family must be set
406 % to the math font family.
407 \def\setup@m@families#1{%
408 \setfontencoding{\csname fam@textenc/\f@family\endcsname}\search@font
409 #10=\c@font@command
410 \setfontencoding{OML}\search@font #11 = \c@font@command
411 \skewchar\c@font@command = \csname fam@ml-sc/\f@family\endcsname
412 \setfontencoding{OMS}\search@font #12 = \c@font@command
413 \skewchar\c@font@command = \csname fam@ms-sc/\f@family\endcsname
414 \setfontencoding{OMX}\search@font #13 = \c@font@command
415 }%
416 %
417 % We need separate \rmfam -- math fonts define their own "text" fonts
418 % which they use for the accents, and the user's "roman" family should
419 % not interfere with that.
420 \newfam\rmfam
421 \def\rm{\selectfont@style{roman}\fam=\rmfam}%
422 \newfam\sffam % \sffam is not in plain TeX.
423 \def\sf{\selectfont@style{sans}\fam=\sffam}%
424 \let\li = \sf % Sometimes we call it \li, not \sf.
425 \def\tt{\selectfont@style{mono}\fam=\ttfam}%
426 \def\it{\itshape \fam=\itfam}%
427 \def\sl{\slshape \fam=\slfam}%
428 \def\bf{\bfseries \fam=\bffam}%
429 % We don't need math for this font style.
430 \def\ttsl{\setfontshape{sl}\selectfont@style{mono}}%
431 %
432 \def\@big#1#2{%
433 {\hbox{$
434 \expandafter\scalefontsize \csname#1@factor\endcsname
435 \left#2\vbox to\dimen@{}\right.\n@space
436 $}}%
437 }%
438 \def\big{\@big{big}}%
439 \def\Big{\@big{Big}}%
440 \def\bigg{\@big{bigg}}%
441 \def\Bigg{\@big{Bigg}}%
442 %
443 % The accents are in different slots in OT1 and T1, so these will
444 % redefine the accents (see \setfontfamily).
445 \expandafter\def\csname OT1@math@textenc\endcsname{%
446 \def\acute{\mathaccent"7013 }%
447 \def\grave{\mathaccent"7012 }%
448 \def\ddot{\mathaccent"707F }%
449 \def\tilde{\mathaccent"707E }%
450 \def\bar{\mathaccent"7016 }%
451 \def\breve{\mathaccent"7015 }%
452 \def\check{\mathaccent"7014 }%
453 \def\hat{\mathaccent"705E }%
454 \def\dot{\mathaccent"705F }%
455 }%
456 \expandafter\def\csname T1@math@textenc\endcsname{%
457 \def\acute{\mathaccent"7001 }%
458 \def\grave{\mathaccent"7000 }%
459 \def\ddot{\mathaccent"7004 }%
460 \def\tilde{\mathaccent"7003 }%
461 \def\bar{\mathaccent"7009 }%
462 \def\breve{\mathaccent"7008 }%
463 \def\check{\mathaccent"7007 }%
464 \def\hat{\mathaccent"7002 }%
465 \def\dot{\mathaccent"700A }%
466 }%
467 %
468 % We keep track of the combinations of current encoding list (set by
469 % @documentencoding) and current font family encoding list, for the
470 % sake of glyph caching.
471 \newcount\enclist@curr
472 \newcount\enclist@count
473 %
474 \def\update@enclist@index{%
475 \expandafter\let\expandafter\temp \csname fam@enc@list/\f@family\endcsname
476 \edef\temp{\f@encoding/\cur@fenc@list/\temp}%
477 \expandafter\ifx \csname el@\temp\endcsname \relax
478 \global\advance \enclist@count by1
479 \expandafter\xdef \csname el@\temp\endcsname {\the\enclist@count}%
480 \enclist@curr=\enclist@count\relax
481 \else
482 \enclist@curr=\csname el@\temp\endcsname\relax
483 \fi
484 }%
485 %
486 % \selectfont
487 %
488 % Select the font as specified by the values of \f@... and set line
489 % skip and strut box for the font's size.
490 \def\selectfont{%
491 \search@font
492 \c@font@command % Select the font.
493 \update@enclist@index % For proper glyph caching.
494 % Set strutbox and line skips accordingly.
495 \ifx\temp\relax\else
496 % The code below only produces lineskips which are multiples of
497 % 0.1pt. The maximum dimension it can deal with is 214.7pt. This
498 % means that, for a font with the relative factor of 1000 and the
499 % lineskip factor of 1200, the maximum font size is 178.9pt (which
500 % is 214.7pt / 1.2), which should be more than enough for Texinfo.
501 \count@\csname fam@lskip/\f@family\endcsname % This family's lineskip factor.
502 \multiply\count@ by\f@size % Requested font size (in pt, x10).
503 \multiply\count@ by\csname fam@scale/\f@family\endcsname % This family's factor.
504 \divide\count@ by\base@fntscale % Base factor.
505 \advance\count@ by500 % For the rounding.
506 \divide\count@ by1000
507 \dimen@\count@ pt
508 \divide\dimen@ by10
509 \@fontnotify{^^J\linenumber Setting line skip to \the\dimen@.}%
510 \@setleading\dimen@
511 \fi
512 }%
513 %
514 \def\search@font{%
515 % Expand \font@string once now, we might use it several times.
516 \edef\c@font@string{\font@string}%
517 % Also define a shortcut for the corresponding font command.
518 \edef\c@font@command{\expandafter\noexpand \csname\c@font@string\endcsname}%
519 % First check if the requested font is in the cache.
520 \expandafter\let\expandafter \temp \c@font@command
521 \ifx\temp\relax
522 % No, it's not in the cache, search for the font.
523 \search@font@size
524 \expandafter\let\expandafter \temp \c@font@command
525 \ifx\temp\relax
526 % The font is not found, check whether it is mapped.
527 \search@font@map
528 \expandafter\let\expandafter \temp \c@font@command
529 \ifx\temp\relax
530 % No, it's not mapped either, issue a warning.
531 \@fontwarn{^^J\linenumber Warning: font \c@font@string\space
532 is not declared, leaving the font unchanged.}%
533 \fi
534 \fi
535 \else
536 % The font is in the cache, report it.
537 \@fontnotify{^^J\linenumber In font cache: \c@font@string\space
538 (\fontname\csname\c@font@string\endcsname).}%
539 \fi
540 }%
541 %
542 % Search for the font as specified by the values of \f@... If it's
543 % found, load it and add it to the cache.
544 \def\search@font@size{%
545 % Check that there's a definition for the requested font shape
546 % (declared by \declarefont).
547 \expandafter\let\expandafter \temp \csname sh/\shape@string\endcsname
548 \ifx\temp\relax \else
549 % The shape was defined. It should contain mapping of size ranges
550 % to fonts. Search the font for the requested size.
551 \expandafter\parse@font@range\temp\finish
552 \fi
553 }%
554 % L U SZ FN the-rest-of-the-list
555 \def\parse@font@range#1 #2 #3 #4 #5\finish{%
556 % See if we have not yet reached the end of the list.
557 \def\temp{#5}%
558 \ifx\temp\empty
559 \let\next\gobble % Yeah, the end, gobble \finish below.
560 \else
561 \let\next\parse@font@range % No, continue recursively.
562 \fi
563 % If \f@size belongs in [#1,#2), we have found our range.
564 \ifnum\f@size<#1 \else \ifnum\f@size<#2
565 \load@font{#4}{#3}%
566 \let\next\gobble@to@finish % Stop the recursive list search.
567 \fi\fi
568 \next#5\finish
569 }%
570 %
571 % Load the font as specified by \f@... and add it to the cache. #1 is
572 % the font file name, #2 is the design size.
573 \def\load@font#1#2{%
574 % Calculate the scale factor for this font. Because of the way we
575 % do this, the maximum possible font size, for a font with the
576 % relative factor of 1000, is 214.7pt, which should be more than
577 % enough for Texinfo.
578 \count@ \csname fam@scale/\f@family\endcsname % This family's factor.
579 \multiply\count@ by\f@size % Requested size.
580 \multiply\count@ by1000
581 \divide\count@ by#2 % This font's design size.
582 \divide\count@ by\base@fntscale % Base factor.
583 % Report the font.
584 \@fontnotify{^^J\linenumber Adding to font cache:
585 \c@font@string \space -> #1 scaled \the\count@.}%
586 % Load it. The name we define will be used in "cache" lookups of
587 % this font.
588 \global\expandafter\font \c@font@command #1 scaled \count@\relax
589 }%
590 %
591 % Search font mappings for the requested font (as per the \f@...
592 % macros) and set \c@font@command if it's found. Mappings can contain
593 % globbing characters (`*'), but for the from-attributes, we only
594 % support a subset of possible combinations, see the comments below.
595 % To-attributes can have any combination of `*'s.
596 \def\search@font@map{%
597 % * F1 * s1
598 \if\fmap@exists *\f@family*\f@shape
599 \else
600 % * F1 S1 *
601 \if\fmap@exists *\f@family\f@series*%
602 \else
603 % ENC F1 S1 *
604 \if\fmap@exists \f@encoding\f@family\f@series*%
605 \else
606 % ENC F1 * *
607 \if\fmap@exists \f@encoding\f@family**%
608 \fi
609 \fi
610 \fi
611 \fi
612 }%
613 %
614 % Note: calls \font@apply@map if the map exists.
615 \def\fmap@exists#1#2#3#4{%
616 TT\fi % Cancel out the preceding \if -- we'll roll our own.
617 \expandafter\let\expandafter\@fmap \csname fmap/#1/#2/#3/#4\endcsname
618 \ifx\@fmap\relax
619 \fmap@exists@false
620 \else
621 \@fontnotify{^^J\linenumber Mapping font: #1/#2/#3/#4 -> \@fmap.}%
622 \expandafter\font@apply@map \@fmap\finish
623 \fmap@exists@true
624 \fi
625 }%
626 \def\fmap@exists@false{\expandafter\iffalse}%
627 \def\fmap@exists@true{\expandafter\iftrue}%
628 %
629 \def\font@apply@map#1/#2/#3/#4\finish{%
630 \begingroup % Save the \f@... and \c@font@... macros.
631 \font@set@attrib \f@encoding{#1}%
632 \font@set@attrib \f@family {#2}%
633 \font@set@attrib \f@series {#3}%
634 \font@set@attrib \f@shape {#4}%
635 \selectfont
636 \global\expandafter\let\expandafter \gtemp \c@font@command
637 \endgroup % Restore the \f@... and \c@font@... macros.
638 % Define the font selection command for the new font.
639 \global\expandafter\let \c@font@command \gtemp
640 }%
641 %
642 \def\asteriskword{*}%
643 %
644 \def\font@set@attrib#1#2{%
645 \edef\temp{#2}%
646 \ifx\temp\asteriskword
647 % Leave the attribute unchanged.
648 \else
649 \let#1\temp
650 \fi
651 }%
652 %
653 % Computer Modern Roman.
654 %
655 \declarefontfamily CMRoman 1000 1200
656 % Medium weight.
657 % Upright. ser sh [l,u) sz font
658 \declarefont OT1 CMRoman m n 0-5.5 5 cmr5
659 \declarefont OT1 CMRoman m n 5.5-6.5 6 cmr6
660 \declarefont OT1 CMRoman m n 6.5-7.5 7 cmr7
661 \declarefont OT1 CMRoman m n 7.5-8.5 8 cmr8
662 \declarefont OT1 CMRoman m n 8.5-9.5 9 cmr9
663 \declarefont OT1 CMRoman m n 9.5-10.5 10 cmr10
664 \declarefont OT1 CMRoman m n 10.5-14 12 cmr12
665 \declarefont OT1 CMRoman m n 14-10000 17 cmr17
666 % Italic.
667 \declarefont OT1 CMRoman m it 0-7.5 7 cmti7
668 \declarefont OT1 CMRoman m it 7.5-8.5 8 cmti8
669 \declarefont OT1 CMRoman m it 8.5-9.5 9 cmti9
670 \declarefont OT1 CMRoman m it 9.5-10.5 10 cmti10
671 \declarefont OT1 CMRoman m it 10.5-10000 12 cmti12
672 % Slanted.
673 \declarefont OT1 CMRoman m sl 0-6.8 6 cmsl6 % from cmextra
674 \declarefont OT1 CMRoman m sl 6.8-8.5 8 cmsl8
675 \declarefont OT1 CMRoman m sl 8.5-9.5 9 cmsl9
676 \declarefont OT1 CMRoman m sl 9.5-10.5 10 cmsl10
677 \declarefont OT1 CMRoman m sl 10.5-10000 12 cmsl12
678 % Caps and small caps.
679 \declarefont OT1 CMRoman m sc 0-10000 10 cmcsc10
680 % Unslanted italic (for slanted pound sterling).
681 \declarefont OT1 CMRoman m ui 0-10000 10 cmu10
682 %
683 % Bold weight.
684 \declarefont OT1 CMRoman b n 0-10000 10 cmb10
685 \fontmapseries CMRoman b > * bx
686 %
687 % Bold extended.
688 % Upright. ser sh [l,u) sz font
689 \declarefont OT1 CMRoman bx n 0-5.5 5 cmbx5
690 \declarefont OT1 CMRoman bx n 5.5-6.5 6 cmbx6
691 \declarefont OT1 CMRoman bx n 6.5-7.5 7 cmbx7
692 \declarefont OT1 CMRoman bx n 7.5-8.5 8 cmbx8
693 \declarefont OT1 CMRoman bx n 8.5-9.5 9 cmbx9
694 \declarefont OT1 CMRoman bx n 9.5-10.5 10 cmbx10
695 \declarefont OT1 CMRoman bx n 10.5-10000 12 cmbx12
696 % Italic.
697 \declarefont OT1 CMRoman bx it 0-8.5 7 cmbxti7 % from cmextra
698 \declarefont OT1 CMRoman bx it 8.5-11 10 cmbxti10
699 \declarefont OT1 CMRoman bx it 11-10000 12 cmbxti12 % from cmextra
700 % Slanted.
701 \declarefont OT1 CMRoman bx sl 0-10000 10 cmbxsl10
702 %
703 % Math letters.
704 \fontmap OML CMRoman m * > * * * n
705 \fontmap OML CMRoman bx * > * * * n
706 \fontmap OML CMRoman b * > * * bx *
707 % Medium weight. ser sh [l,u) sz font
708 \declarefont OML CMRoman m n 0-5.5 5 cmmi5
709 \declarefont OML CMRoman m n 5.5-6.5 6 cmmi6
710 \declarefont OML CMRoman m n 6.5-7.5 7 cmmi7
711 \declarefont OML CMRoman m n 7.5-8.5 8 cmmi8
712 \declarefont OML CMRoman m n 8.5-9.5 9 cmmi9
713 \declarefont OML CMRoman m n 9.5-10.5 10 cmmi10
714 \declarefont OML CMRoman m n 10.5-10000 12 cmmi12
715 % Bold extended.
716 \declarefont OML CMRoman bx n 0-5.5 5 cmmib5
717 \declarefont OML CMRoman bx n 5.5-6.5 6 cmmib6
718 \declarefont OML CMRoman bx n 6.5-7.5 7 cmmib7
719 \declarefont OML CMRoman bx n 7.5-8.5 8 cmmib8
720 \declarefont OML CMRoman bx n 8.5-9.5 9 cmmib9
721 \declarefont OML CMRoman bx n 9.5-10000 10 cmmib10
722 %
723 % Math symbols.
724 \fontmap OMS CMRoman m * > * * * n
725 \fontmap OMS CMRoman bx * > * * * n
726 \fontmap OMS CMRoman b * > * * bx *
727 % Medium weight. ser sh [l,u) sz font
728 \declarefont OMS CMRoman m n 0-5.5 5 cmsy5
729 \declarefont OMS CMRoman m n 5.5-6.5 6 cmsy6
730 \declarefont OMS CMRoman m n 6.5-7.5 7 cmsy7
731 \declarefont OMS CMRoman m n 7.5-8.5 8 cmsy8
732 \declarefont OMS CMRoman m n 8.5-9.5 9 cmsy9
733 \declarefont OMS CMRoman m n 9.5-10000 10 cmsy10
734 % Bold extended.
735 \declarefont OMS CMRoman bx n 0-5.5 5 cmbsy5
736 \declarefont OMS CMRoman bx n 5.5-6.5 6 cmbsy6
737 \declarefont OMS CMRoman bx n 6.5-7.5 7 cmbsy7
738 \declarefont OMS CMRoman bx n 7.5-8.5 8 cmbsy8
739 \declarefont OMS CMRoman bx n 8.5-9.5 9 cmbsy9
740 \declarefont OMS CMRoman bx n 9.5-10000 10 cmbsy10
741 %
742 % Computer Modern Sans.
743 %
744 \declarefontfamily CMSans 1000 1200
745 \fontmapshape CMSans it > * sl
746 \fontmapseries CMSans b > * bx
747 \fontmapfamily CMSans OML CMRoman
748 \fontmapfamily CMSans OMS CMRoman
749 % Medium weight.
750 % Upright. ser sh [l,u) sz font
751 \declarefont OT1 CMSans m n 0-8.5 8 cmss8
752 \declarefont OT1 CMSans m n 8.5-9.5 9 cmss9
753 \declarefont OT1 CMSans m n 9.5-10.5 10 cmss10
754 \declarefont OT1 CMSans m n 10.5-14 12 cmss12
755 \declarefont OT1 CMSans m n 14-10000 17 cmss17
756 % Slanted.
757 \declarefont OT1 CMSans m sl 0-8.5 8 cmssi8
758 \declarefont OT1 CMSans m sl 8.5-9.5 9 cmssi9
759 \declarefont OT1 CMSans m sl 9.5-10.5 10 cmssi10
760 \declarefont OT1 CMSans m sl 10.5-14 12 cmssi12
761 \declarefont OT1 CMSans m sl 14-10000 17 cmssi17
762 %
763 % Bold extended.
764 \declarefont OT1 CMSans bx n 0-10000 10 cmssbx10
765 \declarefont OT1 CMSans bx sl 0-10000 10 cmssbxo10 % from cmextra
766 %
767 % Computer Modern Typewriter.
768 %
769 \declarefontfamily CMMono 1000 1200
770 \fontmapfamily CMMono OML CMRoman
771 \fontmapfamily CMMono OMS CMRoman
772 % Medium weight.
773 % Upright. ser sh [l,u) sz font
774 \declarefont OT1 CMMono m n 0-8.5 8 cmtt8
775 \declarefont OT1 CMMono m n 8.5-9.5 9 cmtt9
776 \declarefont OT1 CMMono m n 9.5-10.5 10 cmtt10
777 \declarefont OT1 CMMono m n 10.5-10000 12 cmtt12
778 % Italic.
779 \declarefont OT1 CMMono m it 0-9.5 9 cmitt9 % from cmextra
780 \declarefont OT1 CMMono m it 9.5-10.5 10 cmitt10
781 \declarefont OT1 CMMono m it 10.5-10000 12 cmitt12 % from cmextra
782 % Slanted.
783 \declarefont OT1 CMMono m sl 0-9.5 9 cmsltt9 % from cmextra
784 \declarefont OT1 CMMono m sl 9.5-10000 10 cmsltt10
785 %
786 % Latin Modern Roman.
787 %
788 \declarefontfamily LMRoman 1000 1200
789 % Medium weight.
790 % Upright. ser sh [l,u) sz font
791 \declarefont T1 LMRoman m n 0-5.5 5 ec-lmr5
792 \declarefont T1 LMRoman m n 5.5-6.5 6 ec-lmr6
793 \declarefont T1 LMRoman m n 6.5-7.5 7 ec-lmr7
794 \declarefont T1 LMRoman m n 7.5-8.5 8 ec-lmr8
795 \declarefont T1 LMRoman m n 8.5-9.5 9 ec-lmr9
796 \declarefont T1 LMRoman m n 9.5-10.5 10 ec-lmr10
797 \declarefont T1 LMRoman m n 10.5-14 12 ec-lmr12
798 \declarefont T1 LMRoman m n 14-10000 17 ec-lmr17
799 \declarefont TS1 LMRoman m n 0-5.5 5 ts1-lmr5
800 \declarefont TS1 LMRoman m n 5.5-6.5 6 ts1-lmr6
801 \declarefont TS1 LMRoman m n 6.5-7.5 7 ts1-lmr7
802 \declarefont TS1 LMRoman m n 7.5-8.5 8 ts1-lmr8
803 \declarefont TS1 LMRoman m n 8.5-9.5 9 ts1-lmr9
804 \declarefont TS1 LMRoman m n 9.5-10.5 10 ts1-lmr10
805 \declarefont TS1 LMRoman m n 10.5-14 12 ts1-lmr12
806 \declarefont TS1 LMRoman m n 14-10000 17 ts1-lmr17
807 % Italic.
808 \declarefont T1 LMRoman m it 0-7.5 7 ec-lmri7
809 \declarefont T1 LMRoman m it 7.5-8.5 8 ec-lmri8
810 \declarefont T1 LMRoman m it 8.5-9.5 9 ec-lmri9
811 \declarefont T1 LMRoman m it 9.5-10.5 10 ec-lmri10
812 \declarefont T1 LMRoman m it 10.5-10000 12 ec-lmri12
813 \declarefont TS1 LMRoman m it 0-7.5 7 ts1-lmri7
814 \declarefont TS1 LMRoman m it 7.5-8.5 8 ts1-lmri8
815 \declarefont TS1 LMRoman m it 8.5-9.5 9 ts1-lmri9
816 \declarefont TS1 LMRoman m it 9.5-10.5 10 ts1-lmri10
817 \declarefont TS1 LMRoman m it 10.5-10000 12 ts1-lmri12
818 % Slanted.
819 \declarefont T1 LMRoman m sl 6.8-8.5 8 ec-lmro8
820 \declarefont T1 LMRoman m sl 8.5-9.5 9 ec-lmro9
821 \declarefont T1 LMRoman m sl 9.5-10.5 10 ec-lmro10
822 \declarefont T1 LMRoman m sl 10.5-14 12 ec-lmro12
823 \declarefont T1 LMRoman m sl 14-10000 17 ec-lmro17
824 \declarefont TS1 LMRoman m sl 6.8-8.5 8 ts1-lmro8
825 \declarefont TS1 LMRoman m sl 8.5-9.5 9 ts1-lmro9
826 \declarefont TS1 LMRoman m sl 9.5-10.5 10 ts1-lmro10
827 \declarefont TS1 LMRoman m sl 10.5-14 12 ts1-lmro12
828 \declarefont TS1 LMRoman m sl 14-10000 17 ts1-lmro17
829 % Caps and small caps.
830 \declarefont T1 LMRoman m sc 0-10000 10 ec-lmcsc10
831 \declarefont TS1 LMRoman m sc 0-10000 10 ts1-lmcsc10
832 %
833 % Bold weight.
834 \declarefont T1 LMRoman b n 0-10000 10 ec-lmb10
835 \fontmapseries LMRoman b > * bx % For the `it' shape.
836 \declarefont T1 LMRoman b sl 0-10000 10 ec-lmbo10
837 \declarefont TS1 LMRoman b n 0-10000 10 ts1-lmb10
838 \declarefont TS1 LMRoman b sl 0-10000 10 ts1-lmbo10
839 %
840 % Bold extended.
841 % Upright. ser sh [l,u) sz font
842 \declarefont T1 LMRoman bx n 0-5.5 5 ec-lmbx5
843 \declarefont T1 LMRoman bx n 5.5-6.5 6 ec-lmbx6
844 \declarefont T1 LMRoman bx n 6.5-7.5 7 ec-lmbx7
845 \declarefont T1 LMRoman bx n 7.5-8.5 8 ec-lmbx8
846 \declarefont T1 LMRoman bx n 8.5-9.5 9 ec-lmbx9
847 \declarefont T1 LMRoman bx n 9.5-10.5 10 ec-lmbx10
848 \declarefont T1 LMRoman bx n 10.5-10000 12 ec-lmbx12
849 \declarefont TS1 LMRoman bx n 0-5.5 5 ts1-lmbx5
850 \declarefont TS1 LMRoman bx n 5.5-6.5 6 ts1-lmbx6
851 \declarefont TS1 LMRoman bx n 6.5-7.5 7 ts1-lmbx7
852 \declarefont TS1 LMRoman bx n 7.5-8.5 8 ts1-lmbx8
853 \declarefont TS1 LMRoman bx n 8.5-9.5 9 ts1-lmbx9
854 \declarefont TS1 LMRoman bx n 9.5-10.5 10 ts1-lmbx10
855 \declarefont TS1 LMRoman bx n 10.5-10000 12 ts1-lmbx12
856 % Italic.
857 \declarefont T1 LMRoman bx it 0-10000 10 ec-lmbxi10
858 \declarefont TS1 LMRoman bx it 0-10000 10 ts1-lmbxi10
859 % Slanted.
860 \declarefont T1 LMRoman bx sl 0-10000 10 ec-lmbxo10
861 \declarefont TS1 LMRoman bx sl 0-10000 10 ts1-lmbxo10
862 %
863 % Latin Modern Sans.
864 %
865 \declarefontfamily LMSans 1000 1200
866 \fontmapshape LMSans it > * sl
867 \fontmapseries LMSans b > * bx
868 % Medium weight.
869 % Upright. ser sh [l,u) sz font
870 \declarefont T1 LMSans m n 0-8.5 8 ec-lmss8
871 \declarefont T1 LMSans m n 8.5-9.5 9 ec-lmss9
872 \declarefont T1 LMSans m n 9.5-10.5 10 ec-lmss10
873 \declarefont T1 LMSans m n 10.5-14 12 ec-lmss12
874 \declarefont T1 LMSans m n 14-10000 17 ec-lmss17
875 % Slanted.
876 \declarefont T1 LMSans m sl 0-8.5 8 ec-lmsso8
877 \declarefont T1 LMSans m sl 8.5-9.5 9 ec-lmsso9
878 \declarefont T1 LMSans m sl 9.5-10.5 10 ec-lmsso10
879 \declarefont T1 LMSans m sl 10.5-14 12 ec-lmsso12
880 \declarefont T1 LMSans m sl 14-10000 17 ec-lmsso17
881 %
882 % Bold extended.
883 \declarefont T1 LMSans bx n 0-10000 10 ec-lmssbx10
884 \declarefont T1 LMSans bx sl 0-10000 10 ec-lmssbo10
885 %
886 % Latin Modern Typewriter.
887 %
888 \declarefontfamily LMMono 1000 1200
889 % Medium weight.
890 % Upright. ser sh [l,u) sz font
891 \declarefont T1 LMMono m n 0-8.5 8 ec-lmtt8
892 \declarefont T1 LMMono m n 8.5-9.5 9 ec-lmtt9
893 \declarefont T1 LMMono m n 9.5-10.5 10 ec-lmtt10
894 \declarefont T1 LMMono m n 10.5-10000 12 ec-lmtt12
895 % Italic.
896 \declarefont T1 LMMono m it 0-10000 10 ec-lmtti10
897 % Slanted.
898 \declarefont T1 LMMono m sl 0-10000 10 ec-lmtto10
899 %
900 % Computer Modern Bright.
901 %
902 \declarefontfamily CMBright 1000 1250
903 \fontmapshape CMBright it > * sl
904 \fontmapseries CMBright bx > * sb
905 % Medium weight.
906 % Upright. ser sh [l,u) sz font
907 \declarefont T1 CMBright m n 0-8.5 8 ebmr8
908 \declarefont T1 CMBright m n 8.5-9.5 9 ebmr9
909 \declarefont T1 CMBright m n 9.5-14 10 ebmr10
910 \declarefont T1 CMBright m n 14-10000 17 ebmr17
911 % Slanted.
912 \declarefont T1 CMBright m sl 0-8.5 8 ebmo8
913 \declarefont T1 CMBright m sl 8.5-9.5 9 ebmo9
914 \declarefont T1 CMBright m sl 9.5-14 10 ebmo10
915 \declarefont T1 CMBright m sl 14-10000 17 ebmo17
916 %
917 % Semi-bold weight.
918 % Upright.
919 \declarefont T1 CMBright sb n 0-8.5 8 ebsr8
920 \declarefont T1 CMBright sb n 8.5-9.5 9 ebsr9
921 \declarefont T1 CMBright sb n 9.5-14 10 ebsr10
922 \declarefont T1 CMBright sb n 14-10000 17 ebsr17
923 % Slanted.
924 \declarefont T1 CMBright sb sl 0-8.5 8 ebso8
925 \declarefont T1 CMBright sb sl 8.5-9.5 9 ebso9
926 \declarefont T1 CMBright sb sl 9.5-14 10 ebso10
927 \declarefont T1 CMBright sb sl 14-10000 17 ebso17
928 %
929 % Bold extended.
930 \declarefont T1 CMBright bx n 0-10000 10 ebbx10
931 %
932 % Computer Modern Bright Typewriter.
933 %
934 \declarefontfamily CMBrightMono 1000 1250
935 \fontmapshape CMBrightMono it > * sl
936 % Medium weight. ser sh [l,u) sz font
937 \declarefont T1 CMBrightMono m n 0-10000 10 ebtl10
938 \declarefont T1 CMBrightMono m sl 0-10000 10 ebto10
939 %
940 % European Concrete Roman.
941 %
942 \declarefontfamily ConcreteRoman 1000 1250
943 \fontmapseries ConcreteRoman b > LMSans b
944 \fontmapseries ConcreteRoman bx > LMSans bx
945 % Medium weight.
946 % Upright. ser sh [l,u) sz font
947 \declarefont T1 ConcreteRoman m n 0-5.5 5 eorm5
948 \declarefont T1 ConcreteRoman m n 5.5-6.5 6 eorm6
949 \declarefont T1 ConcreteRoman m n 6.5-7.5 7 eorm7
950 \declarefont T1 ConcreteRoman m n 7.5-8.5 8 eorm8
951 \declarefont T1 ConcreteRoman m n 8.5-9.5 9 eorm9
952 \declarefont T1 ConcreteRoman m n 9.5-10000 10 eorm10
953 % Italic.
954 \declarefont T1 ConcreteRoman m it 0-10000 10 eoti10
955 % Slanted.
956 \declarefont T1 ConcreteRoman m sl 0-5.5 5 eosl5
957 \declarefont T1 ConcreteRoman m sl 5.5-6.5 6 eosl6
958 \declarefont T1 ConcreteRoman m sl 6.5-7.5 7 eosl7
959 \declarefont T1 ConcreteRoman m sl 7.5-8.5 8 eosl8
960 \declarefont T1 ConcreteRoman m sl 8.5-9.5 9 eosl9
961 \declarefont T1 ConcreteRoman m sl 9.5-10000 10 eosl10
962 % Caps and small caps.
963 \declarefont T1 ConcreteRoman m sc 0-10000 10 eocc10
964 %
965 % LH Roman.
966 %
967 \declarefontfamily LHRoman 1000 1200
968 \fontmapfamily LHRoman T1 LMRoman
969 \fontmapfamily LHRoman TS1 LMRoman
970 % Medium weight.
971 % Upright. ser sh [l,u) sz font
972 \declarefont T2A LHRoman m n 0-5.5 5 larm0500
973 \declarefont T2A LHRoman m n 5.5-6.5 6 larm0600
974 \declarefont T2A LHRoman m n 6.5-7.5 7 larm0700
975 \declarefont T2A LHRoman m n 7.5-8.5 8 larm0800
976 \declarefont T2A LHRoman m n 8.5-9.5 9 larm0900
977 \declarefont T2A LHRoman m n 9.5-10.4 10 larm1000
978 \declarefont T2A LHRoman m n 10.4-11.4 10.95 larm1095
979 \declarefont T2A LHRoman m n 11.4-13.1 12 larm1200
980 \declarefont T2A LHRoman m n 13.1-15.6 14.4 larm1440
981 \declarefont T2A LHRoman m n 15.6-18.8 17.28 larm1728
982 \declarefont T2A LHRoman m n 18.8-22.5 20.74 larm2074
983 \declarefont T2A LHRoman m n 22.5-27 24.88 larm2488
984 \declarefont T2A LHRoman m n 27-32.5 29.86 larm2986
985 \declarefont T2A LHRoman m n 32.5-10000 35.83 larm3583
986 % Bold weight. ser sh [l,u) sz font
987 \declarefont T2A LHRoman b n 0-5.5 5 larb0500
988 \declarefont T2A LHRoman b n 5.5-6.5 6 larb0600
989 \declarefont T2A LHRoman b n 6.5-7.5 7 larb0700
990 \declarefont T2A LHRoman b n 7.5-8.5 8 larb0800
991 \declarefont T2A LHRoman b n 8.5-9.5 9 larb0900
992 \declarefont T2A LHRoman b n 9.5-10.4 10 larb1000
993 \declarefont T2A LHRoman b n 10.4-11.4 10.95 larb1095
994 \declarefont T2A LHRoman b n 11.4-13.1 12 larb1200
995 \declarefont T2A LHRoman b n 13.1-15.6 14.4 larb1440
996 \declarefont T2A LHRoman b n 15.6-18.8 17.28 larb1728
997 \declarefont T2A LHRoman b n 18.8-22.5 20.74 larb2074
998 \declarefont T2A LHRoman b n 22.5-27 24.88 larb2488
999 \declarefont T2A LHRoman b n 27-32.5 29.86 larb2986
1000 \declarefont T2A LHRoman b n 32.5-10000 35.83 larb3583
1001 % Bold extended. ser sh [l,u) sz font
1002 \declarefont T2A LHRoman bx n 0-5.5 5 labx0500
1003 \declarefont T2A LHRoman bx n 5.5-6.5 6 labx0600
1004 \declarefont T2A LHRoman bx n 6.5-7.5 7 labx0700
1005 \declarefont T2A LHRoman bx n 7.5-8.5 8 labx0800
1006 \declarefont T2A LHRoman bx n 8.5-9.5 9 labx0900
1007 \declarefont T2A LHRoman bx n 9.5-10.4 10 labx1000
1008 \declarefont T2A LHRoman bx n 10.4-11.4 10.95 labx1095
1009 \declarefont T2A LHRoman bx n 11.4-13.1 12 labx1200
1010 \declarefont T2A LHRoman bx n 13.1-15.6 14.4 labx1440
1011 \declarefont T2A LHRoman bx n 15.6-18.8 17.28 labx1728
1012 \declarefont T2A LHRoman bx n 18.8-22.5 20.74 labx2074
1013 \declarefont T2A LHRoman bx n 22.5-27 24.88 labx2488
1014 \declarefont T2A LHRoman bx n 27-32.5 29.86 labx2986
1015 \declarefont T2A LHRoman bx n 32.5-10000 35.83 labx3583
1016 %
1017 % Bera Roman (Bitstream Vera Serif).
1018 %
1019 \declarefontfamily BeraRoman 900 1375
1020 \fontmapshape BeraRoman it > * sl
1021 \fontmapseries BeraRoman b > * bx
1022 % Medium weight. ser sh [l,u) sz font
1023 \declarefont T1 BeraRoman m n 0-10000 10 fver8t
1024 \declarefont T1 BeraRoman m sl 0-10000 10 fvero8t
1025 % Bold extended.
1026 \declarefont T1 BeraRoman bx n 0-10000 10 fveb8t
1027 \declarefont T1 BeraRoman bx sl 0-10000 10 fvebo8t
1028 %
1029 % Bera Sans (Bitstream Vera Sans).
1030 %
1031 \declarefontfamily BeraSans 900 1375
1032 \fontmapshape BeraSans it > * sl
1033 \fontmapseries BeraSans b > * bx
1034 % Medium weight. ser sh [l,u) sz font
1035 \declarefont T1 BeraSans m n 0-10000 10 fvsr8t
1036 \declarefont T1 BeraSans m sl 0-10000 10 fvsro8t
1037 % Bold extended.
1038 \declarefont T1 BeraSans bx n 0-10000 10 fvsb8t
1039 \declarefont T1 BeraSans bx sl 0-10000 10 fvsbo8t
1040 %
1041 % Bera Mono (Bitstream Vera Mono).
1042 %
1043 \declarefontfamily BeraMono 900 1375
1044 \fontmapshape BeraMono it > * sl
1045 \fontmapseries BeraMono bx > * b
1046 % Medium weight. ser sh [l,u) sz font
1047 \declarefont T1 BeraMono m n 0-10000 10 fvmr8t
1048 \declarefont T1 BeraMono m sl 0-10000 10 fvmro8t
1049 % Bold weight.
1050 \declarefont T1 BeraMono b n 0-10000 10 fvmb8t
1051 \declarefont T1 BeraMono b sl 0-10000 10 fvmbo8t
1052 %
1053 % Bitstream Charter.
1054 %
1055 \declarefontfamily Charter 1000 1275
1056 \fontmapseries Charter b > * bx
1057 % Medium weight. ser sh [l,u) sz font
1058 \declarefont T1 Charter m n 0-10000 10 bchr8t
1059 \declarefont T1 Charter m it 0-10000 10 bchri8t
1060 \declarefont T1 Charter m sl 0-10000 10 bchro8t
1061 \declarefont T1 Charter m sc 0-10000 10 bchrc8t
1062 % Bold extended.
1063 \declarefont T1 Charter bx n 0-10000 10 bchb8t
1064 \declarefont T1 Charter bx it 0-10000 10 bchbi8t
1065 \declarefont T1 Charter bx sl 0-10000 10 bchbo8t
1066 \declarefont T1 Charter bx sc 0-10000 10 bchbc8t
1067 %
1068 % URW Nimbus Roman (Times) + TeX Gyre Termes.
1069 %
1070 \declarefontfamily NimbusRoman 1000 1200
1071 \fontmapseries NimbusRoman b > * bx
1072 \fontmapshape NimbusRoman sl > * it % For TS1.
1073 \fontmapshape NimbusRoman sc > * n % For TS1.
1074 % Medium weight. ser sh [l,u) sz font
1075 \declarefont T1 NimbusRoman m n 0-10000 10 ptmr8t
1076 \declarefont TS1 NimbusRoman m n 0-10000 10 ts1-qtmr
1077 \declarefont T1 NimbusRoman m it 0-10000 10 ptmri8t
1078 \declarefont TS1 NimbusRoman m it 0-10000 10 ts1-qtmri
1079 \declarefont T1 NimbusRoman m sl 0-10000 10 ptmro8t
1080 \declarefont T1 NimbusRoman m sc 0-10000 10 ptmrc8t
1081 % Bold extended.
1082 \declarefont T1 NimbusRoman bx n 0-10000 10 ptmb8t
1083 \declarefont TS1 NimbusRoman bx n 0-10000 10 ts1-qtmb
1084 \declarefont T1 NimbusRoman bx it 0-10000 10 ptmbi8t
1085 \declarefont TS1 NimbusRoman bx it 0-10000 10 ts1-qtmbi
1086 \declarefont T1 NimbusRoman bx sl 0-10000 10 ptmbo8t
1087 \declarefont T1 NimbusRoman bx sc 0-10000 10 ptmbc8t
1088 %
1089 % URW Nimbus Sans (Helvetica).
1090 %
1091 \declarefontfamily NimbusSans 950 1250
1092 \fontmapshape NimbusSans it > * sl
1093 \fontmapseries NimbusSans b > * bx
1094 % Medium weight. ser sh [l,u) sz font
1095 \declarefont T1 NimbusSans m n 0-10000 10 phvr8t
1096 \declarefont T1 NimbusSans m sl 0-10000 10 phvro8t
1097 \declarefont T1 NimbusSans m sc 0-10000 10 phvrc8t
1098 % Bold extended.
1099 \declarefont T1 NimbusSans bx n 0-10000 10 phvb8t
1100 \declarefont T1 NimbusSans bx sl 0-10000 10 phvbo8t
1101 \declarefont T1 NimbusSans bx sc 0-10000 10 phvbc8t
1102 %
1103 % URW Nimbus Mono (Courier).
1104 %
1105 \declarefontfamily NimbusMono 1000 1200
1106 \fontmapshape NimbusMono it > * sl
1107 \fontmapseries NimbusMono bx > * b
1108 % Medium weight. ser sh [l,u) sz font
1109 \declarefont T1 NimbusMono m n 0-10000 10 pcrr8t
1110 \declarefont T1 NimbusMono m sl 0-10000 10 pcrro8t
1111 \declarefont T1 NimbusMono m sc 0-10000 10 pcrrc8t
1112 % Bold weight.
1113 \declarefont T1 NimbusMono b n 0-10000 10 pcrb8t
1114 \declarefont T1 NimbusMono b sl 0-10000 10 pcrbo8t
1115 \declarefont T1 NimbusMono b sc 0-10000 10 pcrbc8t
1116 %
1117 % URW Palladio (Palatino) + TeX Gyre Pagella.
1118 %
1119 \declarefontfamily URWPalladio 1000 1275
1120 \fontmapseries URWPalladio b > * bx
1121 \fontmapshape URWPalladio sl > * it % For TS1.
1122 \fontmapshape URWPalladio sc > * n % For TS1.
1123 % Medium weight. ser sh [l,u) sz font
1124 \declarefont T1 URWPalladio m n 0-10000 10 pplr8t
1125 \declarefont TS1 URWPalladio m n 0-10000 10 ts1-qplr
1126 \declarefont T1 URWPalladio m it 0-10000 10 pplri8t
1127 \declarefont TS1 URWPalladio m it 0-10000 10 ts1-qplri
1128 \declarefont T1 URWPalladio m sl 0-10000 10 pplro8t
1129 \declarefont T1 URWPalladio m sc 0-10000 10 pplrc8t
1130 % Bold extended.
1131 \declarefont T1 URWPalladio bx n 0-10000 10 pplb8t
1132 \declarefont TS1 URWPalladio bx n 0-10000 10 ts1-qplb
1133 \declarefont T1 URWPalladio bx it 0-10000 10 pplbi8t
1134 \declarefont TS1 URWPalladio bx it 0-10000 10 ts1-qplbi
1135 \declarefont T1 URWPalladio bx sl 0-10000 10 pplbo8t
1136 \declarefont T1 URWPalladio bx sc 0-10000 10 pplbc8t
1137 %
1138 % URW Bookman.
1139 %
1140 \declarefontfamily URWBookman 1000 1260
1141 \fontmapshape URWBookman it > * sl
1142 \fontmapseries URWBookman bx > * b
1143 % Medium weight. ser sh [l,u) sz font
1144 \declarefont T1 URWBookman m n 0-10000 10 pbkl8t
1145 \declarefont T1 URWBookman m sl 0-10000 10 pbklo8t
1146 \declarefont T1 URWBookman m sc 0-10000 10 pbklc8t
1147 % Bold weight.
1148 \declarefont T1 URWBookman b n 0-10000 10 pbkd8t
1149 \declarefont T1 URWBookman b sl 0-10000 10 pbkdo8t
1150 \declarefont T1 URWBookman b sc 0-10000 10 pbkdc8t
1151 %
1152 % URW Century Schoolbook.
1153 %
1154 \declarefontfamily CenturySchoolbook 1000 1300
1155 \fontmapseries CenturySchoolbook b > * bx
1156 % Medium weight. ser sh [l,u) sz font
1157 \declarefont T1 CenturySchoolbook m n 0-10000 10 pncr8t
1158 \declarefont T1 CenturySchoolbook m it 0-10000 10 pncri8t
1159 \declarefont T1 CenturySchoolbook m sl 0-10000 10 pncro8t
1160 \declarefont T1 CenturySchoolbook m sc 0-10000 10 pncrc8t
1161 % Bold extended.
1162 \declarefont T1 CenturySchoolbook bx n 0-10000 10 pncb8t
1163 \declarefont T1 CenturySchoolbook bx it 0-10000 10 pncbi8t
1164 \declarefont T1 CenturySchoolbook bx sl 0-10000 10 pncbo8t
1165 \declarefont T1 CenturySchoolbook bx sc 0-10000 10 pncbc8t
1166 %
1167 % Antykwa Torunska.
1168 %
1169 \declarefontfamily AntykwaTorunska 1000 1280
1170 \fontmapshape AntykwaTorunska sl > * it
1171 \fontmapseries AntykwaTorunska b > * bx
1172 % Medium weight. ser sh [l,u) sz font
1173 \declarefont T1 AntykwaTorunska m n 0-10000 10 ec-anttr
1174 \declarefont T1 AntykwaTorunska m it 0-10000 10 ec-anttri
1175 \declarefont T1 AntykwaTorunska m sc 0-10000 10 ec-anttrcap
1176 % Bold extended.
1177 \declarefont T1 AntykwaTorunska bx n 0-10000 10 ec-anttb
1178 \declarefont T1 AntykwaTorunska bx it 0-10000 10 ec-anttbi
1179 \declarefont T1 AntykwaTorunska bx sc 0-10000 10 ec-anttbcap
1180 %
1181 % Iwona.
1182 %
1183 \declarefontfamily Iwona 1000 1200
1184 \fontmapshape Iwona it > * sl
1185 \fontmapseries Iwona bx > * b
1186 % Light weight. ser sh [l,u) sz font
1187 \declarefont T1 Iwona l n 0-10000 10 ec-iwonal
1188 \declarefont T1 Iwona l sl 0-10000 10 ec-iwonali
1189 \declarefont T1 Iwona l sc 0-10000 10 ec-iwonalcap
1190 % Light condensed.
1191 \declarefont T1 Iwona lc n 0-10000 10 ec-iwonacl
1192 \declarefont T1 Iwona lc sl 0-10000 10 ec-iwonacli
1193 \declarefont T1 Iwona lc sc 0-10000 10 ec-iwonaclcap
1194 % Medium weight.
1195 \declarefont T1 Iwona m n 0-10000 10 ec-iwonar
1196 \declarefont T1 Iwona m sl 0-10000 10 ec-iwonari
1197 \declarefont T1 Iwona m sc 0-10000 10 ec-iwonarcap
1198 % Medium condensed.
1199 \declarefont T1 Iwona c n 0-10000 10 ec-iwonacr
1200 \declarefont T1 Iwona c sl 0-10000 10 ec-iwonacri
1201 \declarefont T1 Iwona c sc 0-10000 10 ec-iwonacrcap
1202 % Semi-bold weight.
1203 \declarefont T1 Iwona sb n 0-10000 10 ec-iwonam
1204 \declarefont T1 Iwona sb sl 0-10000 10 ec-iwonami
1205 \declarefont T1 Iwona sb sc 0-10000 10 ec-iwonamcap
1206 % Semi-bold condensed. ser sh [l,u) sz font
1207 \declarefont T1 Iwona sbc n 0-10000 10 ec-iwonacm
1208 \declarefont T1 Iwona sbc sl 0-10000 10 ec-iwonacmi
1209 \declarefont T1 Iwona sbc sc 0-10000 10 ec-iwonacmcap
1210 % Bold weight.
1211 \declarefont T1 Iwona b n 0-10000 10 ec-iwonab
1212 \declarefont T1 Iwona b sl 0-10000 10 ec-iwonabi
1213 \declarefont T1 Iwona b sc 0-10000 10 ec-iwonabcap
1214 % Bold condensed.
1215 \declarefont T1 Iwona bc n 0-10000 10 ec-iwonacb
1216 \declarefont T1 Iwona bc sl 0-10000 10 ec-iwonacbi
1217 \declarefont T1 Iwona bc sc 0-10000 10 ec-iwonacbcap
1218 % Extra bold weight.
1219 \declarefont T1 Iwona eb n 0-10000 10 ec-iwonah
1220 \declarefont T1 Iwona eb sl 0-10000 10 ec-iwonahi
1221 \declarefont T1 Iwona eb sc 0-10000 10 ec-iwonahcap
1222 % Extra bold condensed.
1223 \declarefont T1 Iwona ebc n 0-10000 10 ec-iwonach
1224 \declarefont T1 Iwona ebc sl 0-10000 10 ec-iwonachi
1225 \declarefont T1 Iwona ebc sc 0-10000 10 ec-iwonachcap
1226 %
1227 % URW Gothic (AvantGarde).
1228 %
1229 \declarefontfamily URWGothic 900 1450
1230 \fontmapshape URWGothic it > * sl
1231 \fontmapseries URWGothic bx > * b
1232 % Medium weight. ser sh [l,u) sz font
1233 \declarefont T1 URWGothic m n 0-10000 10 pagk8t
1234 \declarefont T1 URWGothic m sl 0-10000 10 pagko8t
1235 \declarefont T1 URWGothic m sc 0-10000 10 pagkc8t
1236 % Bold weight.
1237 \declarefont T1 URWGothic b n 0-10000 10 pagd8t
1238 \declarefont T1 URWGothic b sl 0-10000 10 pagdo8t
1239 \declarefont T1 URWGothic b sc 0-10000 10 pagdc8t
1240 %
1241 % URW Chancery.
1242 %
1243 \declarefontfamily URWChancery 1150 1150
1244 % Medium weight. ser sh [l,u) sz font
1245 \declarefont T1 URWChancery m it 0-10000 10 pzcmi8t
1246 %
1247 % Eurosym. The T1 encoding we use is just a stub.
1248 %
1249 \declarefontfamily Eurosym 1000 1200
1250 \fontmapshape Eurosym it > * sl
1251 \fontmapshape Eurosym sc > * n
1252 \fontmapseries Eurosym bx > * b
1253 % Medium weight. ser sh [l,u) sz font
1254 \declarefont T1 Eurosym m n 0-10000 10 feymr10
1255 \declarefont T1 Eurosym m sl 0-10000 10 feymo10
1256 % Bold weight.
1257 \declarefont T1 Eurosym b n 0-10000 10 feybr10
1258 \declarefont T1 Eurosym b sl 0-10000 10 feybo10
1259 %
1260 % Math fonts.
1261 %
1262 % Macros to restore some plain TeX math defs, needed by post-hooks of
1263 % some math font families, e.g., Belleek and EulerMath. `\cm@...'
1264 % are "action" macros; `\@cm@...' are saved plain TeX defs. We only
1265 % restore the defs which can be clobbered by the pre-hooks; add new
1266 % ones as they become needed.
1267 \def\cm@digits{%
1268 \mathcode`0"7030
1269 \mathcode`1"7031
1270 \mathcode`2"7032
1271 \mathcode`3"7033
1272 \mathcode`4"7034
1273 \mathcode`5"7035
1274 \mathcode`6"7036
1275 \mathcode`7"7037
1276 \mathcode`8"7038
1277 \mathcode`9"7039
1278 }%
1279 %
1280 \def\cm@upper@greek{%
1281 \let\Gamma\@cm@Gamma
1282 \let\Delta\@cm@Delta
1283 \let\Theta\@cm@Theta
1284 \let\Lambda\@cm@Lambda
1285 \let\Xi\@cm@Xi
1286 \let\Pi\@cm@Pi
1287 \let\Sigma\@cm@Sigma
1288 \let\Upsilon\@cm@Upsilon
1289 \let\Phi\@cm@Phi
1290 \let\Psi\@cm@Psi
1291 \let\Omega\@cm@Omega
1292 }%
1293 \let\@cm@Gamma\Gamma
1294 \let\@cm@Delta\Delta
1295 \let\@cm@Theta\Theta
1296 \let\@cm@Lambda\Lambda
1297 \let\@cm@Xi\Xi
1298 \let\@cm@Pi\Pi
1299 \let\@cm@Sigma\Sigma
1300 \let\@cm@Upsilon\Upsilon
1301 \let\@cm@Phi\Phi
1302 \let\@cm@Psi\Psi
1303 \let\@cm@Omega\Omega
1304 \let\@cm@varsigma\varsigma
1305 \let\@cm@varrho\varrho
1306 %
1307 \def\cm@lower@greek{%
1308 \let\varsigma\@cm@varsigma
1309 \let\varrho\@cm@varrho
1310 }%
1311 \let\@cm@varsigma\varsigma
1312 \let\@cm@varrho\varrho
1313 %
1314 \def\cm@ordinary{%
1315 \mathcode`!"5021 % Why the heck is this a closing delimiter?
1316 \let\infty\@cm@infty
1317 \let\Re\@cm@Re
1318 \let\Im\@cm@Im
1319 }%
1320 \let\@cm@infty\infty
1321 \let\@cm@Re\Re
1322 \let\@cm@Im\Im
1323 %
1324 \def\cm@binary{%
1325 \mathcode`+="202B
1326 \let\triangleleft\@cm@triangleleft
1327 \let\triangleright\@cm@triangleright
1328 }%
1329 \let\@cm@triangleleft\triangleleft
1330 \let\@cm@triangleright\triangleright
1331 %
1332 \def\cm@relations{%
1333 \mathcode`:"303A
1334 \mathcode`="303D
1335 \let\relbar\@cm@relbar
1336 \let\Relbar\@cm@Relbar
1337 }%
1338 \let\@cm@relbar\relbar
1339 \let\@cm@Relbar\Relbar
1340 %
1341 \def\cm@delims{%
1342 \mathcode`("4028 \delcode`("028300
1343 \mathcode`)"5029 \delcode`)"029301
1344 \mathcode`["405B \delcode`["05B302
1345 \mathcode`]"505D \delcode`]"05D303
1346 \delcode`/"02F30E
1347 }%
1348 %
1349 \def\cm@vec{\let\vec\@cm@vec}%
1350 \let\@cm@vec\vec
1351 %
1352 {\catcode`'\active
1353 \gdef\cm@prime{\let'\@cm@prime}%
1354 \global\let\@cm@prime'%
1355 \gdef\def@active@prime{\def'}%
1356 }%
1357 %
1358 \def\cm@fillarrows{%
1359 \let\rightarrowfill\@cm@rightarrowfill
1360 \let\leftarrowfill\@cm@leftarrowfill
1361 }%
1362 \let\@cm@rightarrowfill\rightarrowfill
1363 \let\@cm@leftarrowfill\leftarrowfill
1364 %
1365 % Computer Modern Math.
1366 %
1367 \declaremathfontfamily CMMath 1000 1200 OT1 127 48
1368 \fontmap OT1 CMMath * * > * CMRoman * n
1369 \fontmapseries CMMath b > * bx
1370 \fontmap OMX CMMath bx * > * * m *
1371 % Math letters.
1372 % Medium weight. ser sh [l,u) sz font
1373 \declarefont OML CMMath m . 0-5.5 5 cmmi5
1374 \declarefont OML CMMath m . 5.5-6.5 6 cmmi6
1375 \declarefont OML CMMath m . 6.5-7.5 7 cmmi7
1376 \declarefont OML CMMath m . 7.5-8.5 8 cmmi8
1377 \declarefont OML CMMath m . 8.5-9.5 9 cmmi9
1378 \declarefont OML CMMath m . 9.5-10.5 10 cmmi10
1379 \declarefont OML CMMath m . 10.5-10000 12 cmmi12
1380 %
1381 % Bold extended.
1382 \declarefont OML CMMath bx . 0-5.5 5 cmmib5
1383 \declarefont OML CMMath bx . 5.5-6.5 6 cmmib6
1384 \declarefont OML CMMath bx . 6.5-7.5 7 cmmib7
1385 \declarefont OML CMMath bx . 7.5-8.5 8 cmmib8
1386 \declarefont OML CMMath bx . 8.5-9.5 9 cmmib9
1387 \declarefont OML CMMath bx . 9.5-10000 10 cmmib10
1388 %
1389 % Math symbols.
1390 % Medium weight. ser sh [l,u) sz font
1391 \declarefont OMS CMMath m . 0-5.5 5 cmsy5
1392 \declarefont OMS CMMath m . 5.5-6.5 6 cmsy6
1393 \declarefont OMS CMMath m . 6.5-7.5 7 cmsy7
1394 \declarefont OMS CMMath m . 7.5-8.5 8 cmsy8
1395 \declarefont OMS CMMath m . 8.5-9.5 9 cmsy9
1396 \declarefont OMS CMMath m . 9.5-10000 10 cmsy10
1397 % Bold extended.
1398 \declarefont OMS CMMath bx . 0-5.5 5 cmbsy5
1399 \declarefont OMS CMMath bx . 5.5-6.5 6 cmbsy6
1400 \declarefont OMS CMMath bx . 6.5-7.5 7 cmbsy7
1401 \declarefont OMS CMMath bx . 7.5-8.5 8 cmbsy8
1402 \declarefont OMS CMMath bx . 8.5-9.5 9 cmbsy9
1403 \declarefont OMS CMMath bx . 9.5-10000 10 cmbsy10
1404 %
1405 % Math operators.
1406 % Medium weight.
1407 \declarefont OMX CMMath m . 0-7.5 7 cmex7
1408 \declarefont OMX CMMath m . 7.5-8.5 8 cmex8
1409 \declarefont OMX CMMath m . 8.5-9.5 9 cmex9
1410 \declarefont OMX CMMath m . 9.5-10000 10 cmex10
1411 %
1412 % Computer Modern Bright Math.
1413 %
1414 \declaremathfontfamily CMBrightMath 1000 1250 OT1 127 48
1415 \fontmapseries CMBrightMath bx > * m
1416 \fontmapfamily CMBrightMath OMX CMMath
1417 % ser sh [l,u) sz font
1418 \declarefont OT1 CMBrightMath m . 0-8.5 8 cmbr8
1419 \declarefont OT1 CMBrightMath m . 8.5-9.5 9 cmbr9
1420 \declarefont OT1 CMBrightMath m . 9.5-14 10 cmbr10
1421 \declarefont OT1 CMBrightMath m . 14-10000 17 cmbr17
1422 \declarefont OML CMBrightMath m . 0-8.5 8 cmbrmi8
1423 \declarefont OML CMBrightMath m . 8.5-9.5 9 cmbrmi9
1424 \declarefont OML CMBrightMath m . 9.5-10000 10 cmbrmi10
1425 \declarefont OMS CMBrightMath m . 0-8.5 8 cmbrsy8
1426 \declarefont OMS CMBrightMath m . 8.5-9.5 9 cmbrsy9
1427 \declarefont OMS CMBrightMath m . 9.5-10000 10 cmbrsy10
1428 %
1429 % Belleek.
1430 %
1431 \declaremathfontfamily Belleek 1000 1200 OT1 45 -1
1432 \fontmapseries Belleek bx > * m
1433 \mathfontfamilyprehook Belleek {%
1434 % Uppercase Greek letters.
1435 \mathchardef\Gamma"130
1436 \mathchardef\Delta"131
1437 \mathchardef\Theta"132
1438 \mathchardef\Lambda"133
1439 \mathchardef\Xi"134
1440 \mathchardef\Pi"135
1441 \mathchardef\Sigma"136
1442 \mathchardef\Upsilon"137
1443 \mathchardef\Phi"138
1444 \mathchardef\Psi"139
1445 \mathchardef\Omega"17F
1446 % Binary operations.
1447 \mathchardef\triangleleft"2247
1448 \mathchardef\triangleright"2246
1449 % Relations.
1450 \mathchardef\Relbar"3248
1451 % Delimiters.
1452 \mathcode`("412E \delcode`(="12E300
1453 \mathcode`)"512F \delcode`)="12F301
1454 % Accents.
1455 \def\vec{\mathaccent"0245 }%
1456 % FIXME Other glyphs: mtmi: \tieaccent
1457 }%
1458 \mathfontfamilyposthook Belleek {%
1459 \cm@upper@greek
1460 \cm@binary
1461 \cm@relations
1462 \cm@delims
1463 \cm@vec
1464 }%
1465 \declarefont OT1 Belleek m . 0-10000 10 ptmr7t
1466 \declarefont OT1 Belleek bx . 0-10000 10 ptmb7t
1467 \declarefont OML Belleek m . 0-10000 10 mtmi
1468 \declarefont OMS Belleek m . 0-10000 10 mtsy
1469 \declarefont OMX Belleek m . 0-10000 10 mtex
1470 %
1471 % Pazo Math.
1472 %
1473 \declaremathfontfamily PazoMath 1000 1275 OT1 127 48
1474 \fontmapseries PazoMath bx > * b
1475 \fontmap OMX PazoMath b * > * * m *
1476 % ser sh [l,u) sz font
1477 \declarefont OT1 PazoMath m . 0-10000 10 zplmr7t
1478 \declarefont OT1 PazoMath b . 0-10000 10 zplmb7t
1479 \declarefont OML PazoMath m . 0-10000 10 zplmr7m
1480 \declarefont OML PazoMath b . 0-10000 10 zplmb7m
1481 \declarefont OMS PazoMath m . 0-10000 10 zplmr7y
1482 \declarefont OMS PazoMath b . 0-10000 10 zplmb7y
1483 \declarefont OMX PazoMath m . 0-10000 10 zplmr7v
1484 %
1485 % PX Fonts Math.
1486 %
1487 \declaremathfontfamily PXFontsMath 1000 1275 OT1 127 48
1488 \fontmapseries PXFontsMath bx > * b
1489 \declarefont OT1 PXFontsMath m . 0-10000 10 pxr
1490 \declarefont OT1 PXFontsMath b . 0-10000 10 pxb
1491 \declarefont OML PXFontsMath m . 0-10000 10 pxmi
1492 \declarefont OML PXFontsMath b . 0-10000 10 pxbmi
1493 \declarefont OMS PXFontsMath m . 0-10000 10 pxsy
1494 \declarefont OMS PXFontsMath b . 0-10000 10 pxbsy
1495 \declarefont OMX PXFontsMath m . 0-10000 10 pxex
1496 \declarefont OMX PXFontsMath b . 0-10000 10 pxbex
1497 %
1498 % TX Fonts Math.
1499 %
1500 \declaremathfontfamily TXFontsMath 1000 1200 OT1 127 48
1501 \fontmapseries TXFontsMath bx > * b
1502 \declarefont OT1 TXFontsMath m . 0-10000 10 txr
1503 \declarefont OT1 TXFontsMath b . 0-10000 10 txb
1504 \declarefont OML TXFontsMath m . 0-10000 10 txmi
1505 \declarefont OML TXFontsMath b . 0-10000 10 txbmi
1506 \declarefont OMS TXFontsMath m . 0-10000 10 txsy
1507 \declarefont OMS TXFontsMath b . 0-10000 10 txbsy
1508 \declarefont OMX TXFontsMath m . 0-10000 10 txex
1509 \declarefont OMX TXFontsMath b . 0-10000 10 txbex
1510 %
1511 % Charter Math (from Math Design).
1512 %
1513 \declaremathfontfamily CharterMath 1000 1275 OT1 127 48
1514
1515 \fontmapseries CharterMath b > * bx
1516 \declarefont OT1 CharterMath m . 0-10000 10 mdbchr7t
1517 \declarefont OT1 CharterMath bx . 0-10000 10 mdbchb7t
1518 \declarefont OML CharterMath m . 0-10000 10 mdbchri7m
1519 \declarefont OML CharterMath bx . 0-10000 10 mdbchbi7m
1520 \declarefont OMS CharterMath m . 0-10000 10 mdbchr7y
1521 \declarefont OMS CharterMath bx . 0-10000 10 mdbchb7y
1522 \declarefont OMX CharterMath m . 0-10000 10 mdbchr7v
1523 \declarefont OMX CharterMath bx . 0-10000 10 mdbchb7v
1524 %
1525 % Arev Math.
1526 %
1527 % FIXME LaTeX has 127 for \textfont0. What's it for?
1528 \declaremathfontfamily ArevMath 900 1375 OT1 127 48
1529 \fontmapseries ArevMath b > * bx
1530 \fontmapseries ArevMath bx > * m
1531 \fontmapfamily ArevMath OMX CharterMath
1532 \declarefont OT1 ArevMath m . 0-10000 10 zavmr7t
1533 \declarefont OT1 ArevMath bx . 0-10000 10 zavmb7t
1534 \declarefont OML ArevMath m . 0-10000 10 zavmri7m
1535 \declarefont OML ArevMath bx . 0-10000 10 zavmbi7m
1536 \declarefont OMS ArevMath m . 0-10000 10 zavmr7y
1537 %
1538 % Iwona Math.
1539 %
1540 \declaremathfontfamily IwonaMath 1000 1200 OT1 -1 -1
1541 \fontmapseries IwonaMath bx > * b
1542 \declarefont OT1 IwonaMath l . 0-10000 10 rm-iwonal
1543 \declarefont OT1 IwonaMath lc . 0-10000 10 rm-iwonacl
1544 \declarefont OT1 IwonaMath m . 0-10000 10 rm-iwonar
1545 \declarefont OT1 IwonaMath c . 0-10000 10 rm-iwonacr
1546 \declarefont OT1 IwonaMath sb . 0-10000 10 rm-iwonam
1547 \declarefont OT1 IwonaMath sbc . 0-10000 10 rm-iwonacm
1548 \declarefont OT1 IwonaMath b . 0-10000 10 rm-iwonab
1549 \declarefont OT1 IwonaMath bc . 0-10000 10 rm-iwonacb
1550 \declarefont OT1 IwonaMath eb . 0-10000 10 rm-iwonah
1551 \declarefont OT1 IwonaMath ebc . 0-10000 10 rm-iwonach
1552 % Math letters.
1553 \declarefont OML IwonaMath l . 0-10000 10 mi-iwonali
1554 \declarefont OML IwonaMath lc . 0-10000 10 mi-iwonacli
1555 \declarefont OML IwonaMath m . 0-10000 10 mi-iwonari
1556 \declarefont OML IwonaMath c . 0-10000 10 mi-iwonacri
1557 \declarefont OML IwonaMath sb . 0-10000 10 mi-iwonami
1558 \declarefont OML IwonaMath sbc . 0-10000 10 mi-iwonacmi
1559 \declarefont OML IwonaMath b . 0-10000 10 mi-iwonabi
1560 \declarefont OML IwonaMath bc . 0-10000 10 mi-iwonacbi
1561 \declarefont OML IwonaMath eb . 0-10000 10 mi-iwonahi
1562 \declarefont OML IwonaMath ebc . 0-10000 10 mi-iwonachi
1563 % Math symbols.
1564 \declarefont OMS IwonaMath l . 0-10000 10 sy-iwonalz
1565 \declarefont OMS IwonaMath lc . 0-10000 10 sy-iwonaclz
1566 \declarefont OMS IwonaMath m . 0-10000 10 sy-iwonarz
1567 \declarefont OMS IwonaMath c . 0-10000 10 sy-iwonacrz
1568 \declarefont OMS IwonaMath sb . 0-10000 10 sy-iwonamz
1569 \declarefont OMS IwonaMath sbc . 0-10000 10 sy-iwonacmz
1570 \declarefont OMS IwonaMath b . 0-10000 10 sy-iwonabz
1571 \declarefont OMS IwonaMath bc . 0-10000 10 sy-iwonacbz
1572 \declarefont OMS IwonaMath eb . 0-10000 10 sy-iwonahz
1573 \declarefont OMS IwonaMath ebc . 0-10000 10 sy-iwonachz
1574 % Math operators.
1575 \declarefont OMX IwonaMath l . 0-10000 10 ex-iwonal
1576 \declarefont OMX IwonaMath lc . 0-10000 10 ex-iwonacl
1577 \declarefont OMX IwonaMath m . 0-10000 10 ex-iwonar
1578 \declarefont OMX IwonaMath c . 0-10000 10 ex-iwonacr
1579 \declarefont OMX IwonaMath sb . 0-10000 10 ex-iwonam
1580 \declarefont OMX IwonaMath sbc . 0-10000 10 ex-iwonacm
1581 \declarefont OMX IwonaMath b . 0-10000 10 ex-iwonab
1582 \declarefont OMX IwonaMath bc . 0-10000 10 ex-iwonacb
1583 \declarefont OMX IwonaMath eb . 0-10000 10 ex-iwonah
1584 \declarefont OMX IwonaMath ebc . 0-10000 10 ex-iwonach
1585 %
1586 % Euler Math.
1587 %
1588 \declaremathfontfamily EulerMath 1000 1250 T1 127 176
1589 \fontmapseries EulerMath bx > * m
1590 % Text font.
1591 \declarefont T1 EulerMath m . 0-5.5 5 eorm5
1592 \declarefont T1 EulerMath m . 5.5-6.5 6 eorm6
1593 \declarefont T1 EulerMath m . 6.5-7.5 7 eorm7
1594 \declarefont T1 EulerMath m . 7.5-8.5 8 eorm8
1595 \declarefont T1 EulerMath m . 8.5-9.5 9 eorm9
1596 \declarefont T1 EulerMath m . 9.5-10000 10 eorm10
1597 % Math letters.
1598 \declarefont OML EulerMath m . 0-6 5 zeurm5
1599 \declarefont OML EulerMath m . 6-8 7 zeurm7
1600 \declarefont OML EulerMath m . 8-10000 10 zeurm10
1601 \declarefont OML EulerMath bx . 0-6 5 zeurb5
1602 \declarefont OML EulerMath bx . 6-8 7 zeurb7
1603 \declarefont OML EulerMath bx . 8-10000 10 zeurb10
1604 % Math symbols.
1605 \declarefont OMS EulerMath m . 0-6 5 zeusm5
1606 \declarefont OMS EulerMath m . 6-8 7 zeusm7
1607 \declarefont OMS EulerMath m . 8-10000 10 zeusm10
1608 \declarefont OMS EulerMath bx . 0-6 5 zeusb5
1609 \declarefont OMS EulerMath bx . 6-8 7 zeusb7
1610 \declarefont OMS EulerMath bx . 8-10000 10 zeusb10
1611 % Extra math operators.
1612 \declarefont OMX EulerMath m . 0-10000 10 zeuex10
1613 % Hooks. Based on gkpmac.tex and eulervm.sty.
1614 \mathfontfamilyprehook EulerMath {%
1615 % Digits.
1616 \mathcode`0"7130
1617 \mathcode`1"7131
1618 \mathcode`2"7132
1619 \mathcode`3"7133
1620 \mathcode`4"7134
1621 \mathcode`5"7135
1622 \mathcode`6"7136
1623 \mathcode`7"7137
1624 \mathcode`8"7138
1625 \mathcode`9"7139
1626 % Uppercase Greek letters.
1627 \mathchardef\Gamma"100
1628 \mathchardef\Delta"101
1629 \mathchardef\Theta"102
1630 \mathchardef\Lambda"103
1631 \mathchardef\Xi"104
1632 \mathchardef\Pi"105
1633 \mathchardef\Sigma"106
1634 \mathchardef\Upsilon"107
1635 \mathchardef\Phi"108
1636 \mathchardef\Psi"109
1637 \mathchardef\Omega"10A
1638 % Euler doesn't have these.
1639 \let\varsigma\sigma
1640 \let\varrho\rho
1641 % Ordinary.
1642 \mathcode`!"02A1
1643 \mathchardef\infty"0399
1644 \mathchardef\Re"023C
1645 \mathchardef\Im"023D
1646 % Binary operations.
1647 \mathcode`+"22AB
1648 % Relations.
1649 \mathcode`:"32BA
1650 \mathcode`="32BD
1651 \mathchardef\bar@minus"181
1652 \def\relbar{\mathrel{\smash\bar@minus}}%
1653 \mathchardef\Relbar"3182
1654 % Delimiters.
1655 \mathcode`("42A8 \delcode`("2A8300
1656 \mathcode`)"52A9 \delcode`)"2A9301
1657 \mathcode`["42DB \delcode`["2DB302
1658 \mathcode`]"52DD \delcode`]"2DD303
1659 \delcode`/"13D30E
1660 % Miscellaneous.
1661 \def@active@prime{^\bgroup\mskip2mu\prim@s}%
1662 \def\rightarrowfill{$\m@th\bar@minus\mkern-6mu%
1663 \cleaders\hbox{$\mkern-2mu\bar@minus\mkern-2mu$}\hfill
1664 \mkern-6mu\mathord\rightarrow$}%
1665 \def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%
1666 \cleaders\hbox{$\mkern-2mu\bar@minus\mkern-2mu$}\hfill
1667 \mkern-6mu\bar@minus$}%
1668 }%
1669 %
1670 \mathfontfamilyposthook EulerMath {%
1671 \cm@digits
1672 \cm@upper@greek
1673 \cm@lower@greek
1674 \cm@ordinary
1675 \cm@binary
1676 \cm@relations
1677 \cm@delims
1678 \cm@prime
1679 \cm@fillarrows
1680 }%
1681 %
1682 % FIXME TeX-Gyre, Kerkis, Fourier-GUTenberg, Antykwa Torunska.
1683 %
1684 % Defaults.
1685 \setfontencoding{OT1}%
1686 \setfontfamily{CMRoman}%
1687 \setfontseries{m}%
1688 \setfontshape{n}%
1689 \setfontsize{11}%
1690 % Set some internal parameters for bootstrapping.
1691 \expandafter\let\expandafter\cur@fenc@list
1692 \csname denc@fenc@list/US-ASCII\endcsname
1693 \fontbasefamily CMRoman % This calls \selectfont.
1694 %
1695 \fontfamily roman CMRoman
1696 \fontfamily sans CMSans
1697 \fontfamily mono CMMono
1698 \fontfamily math CMMath
1699 %
1700 \documentencoding US-ASCII
1701 %
1702 \endinput
0 \catcode`\@=11
1 \input ienc
2 \input oenc
3 \input fsel
4 \catcode`\@=12
5
6 \tracingstats1
7 \tracingfonts=0 % For this font sampler, too many messages.
8
9 \hoffset=-.25in
10 \hsize=7in
11 \parindent=.5in
12 % Avoid any over- and underfull boxes and hyphenation.
13 \raggedbottom
14 \tolerance=10000
15 \hbadness=10000
16 \hfuzz=\maxdimen
17 \hyphenpenalty=10000
18 \rightskip=0pt plus2pc
19
20
21 \def\title#1{%
22 \vfil\eject
23 \begingroup
24 \immediate\write16{*** #1}
25 \setfontfamily{CMRoman}
26 \setfontseries{bx}
27 \setfontshape{n}
28 \setfontsize{17}
29 \selectfont
30 \noindent #1\vskip12pt
31 \endgroup
32 }
33
34 \def\dofamilies{%
35 \begingroup
36 \do{CMRoman}%
37 \do{CMSans}%
38 \do{CMMono}%
39 \setfontencoding{T1}%
40 \do{LMRoman}%
41 \do{LMSans}%
42 \do{LMMono}%
43 \do{CMBright}
44 \do{CMBrightMono}
45 \do{ConcreteRoman}%
46 \do{BeraRoman}%
47 \do{BeraSans}%
48 \do{BeraMono}%
49 \do{Charter}%
50 \do{NimbusRoman}%
51 \do{NimbusSans}%
52 \do{NimbusMono}%
53 \do{URWPalladio}%
54 \do{URWBookman}%
55 \do{CenturySchoolbook}%
56 \do{AntykwaTorunska}%
57 \do{Iwona}%
58 \do{URWGothic}%
59 \setfontshape{it}%
60 \do{URWChancery}%
61 \endgroup
62 }
63
64
65 %
66 % Font switching test.
67 %
68 \title{Font/base family switching}
69
70 \begingroup
71 \def\teststring{%
72 \begingroup
73 \par
74 Default (CMRoman~OT1 medium upright 11pt)~--
75 \setfontseries{b}\selectfont bold~--
76 \bfseries bold extended~--
77 \itshape italic~--
78 \mdseries medium~--
79
80 \setfontsize{14}\selectfont 14\thinspace pt~--
81 \slshape slanted~--
82 \setfontencoding{T1}%
83 \setfontfamily{NimbusRoman}\selectfont NimbusRoman~T1~--
84 \itshape italic~--
85 \setfontfamily{NimbusSans}\selectfont NimbusSans~--
86 \upshape upright~--
87 \bfseries bold extended~--
88 \setfontfamily{NimbusMono}\selectfont NimbusMono~--
89
90 \setfontsize{10}\selectfont 10\thinspace pt~--
91 \itshape italic~--
92 \mdseries medium~--
93 \upshape upright~--
94 \setfontfamily{LMSans}\selectfont LMSans~--
95 \itshape italic~--
96 \setfontfamily{ConcreteRoman}\selectfont ConcreteRoman~--
97 \upshape upright
98 \vskip1pc
99 \endgroup
100 }
101
102 Now the base family is CMRoman:
103 \teststring
104
105 \fontbasefamily NimbusSans
106 Now the base family is NimbusSans:
107 \teststring
108 \endgroup
109
110
111 %
112 % Math test.
113 %
114 \title{Math}
115
116 \begingroup
117 \def\teststring{%
118 $\displaystyle
119 \Longrightarrow
120 5! - f'(x) + \Re z \times \Im z;\quad
121 \bar u < \tilde e + \vec p - \hat x \cdot \widehat x \ge
122 \widehat{xy} = \widehat{xyz};\allowbreak\quad
123 \gamma, \epsilon, \varepsilon, \sigma, \varsigma, \rho, \varrho,
124 \Gamma, {\it \Gamma};\allowbreak\quad
125 (\exp i),\> [\mathop{\sf sin} \varphi],\>
126 \{\mathop{\tt lim}_{x_1\to\infty} c^{-x_1}\};\allowbreak\quad
127 \biggl(\sum_{i=1}^n a^{b_i}\biggr);\quad
128 \int_{y_2,\ldots,y_n\ge0} x\mskip\thinmuskip dy_2;\quad
129 (| \bigl(\big| \Bigl(\Big| \biggl(\bigg| \Biggl(\Bigg|.
130 $
131 }
132 \def\testfamily#1 #2 #3 #4 {%
133 \par
134 \setfontfamily{#1}\selectfont
135 \fontfamily roman #1
136 \fontfamily sans #2
137 \fontfamily mono #3
138 \fontfamily math #4
139 \hangindent=\parindent \hangafter=1
140 \noindent #4:\quad \teststring\medskip
141 }%
142 \def\test{%
143 \setfontencoding{OT1}%
144 \testfamily CMRoman CMSans CMMono CMMath
145 \setfontencoding{T1}%
146 \testfamily LMRoman LMSans LMMono CMMath
147 \testfamily ConcreteRoman LMSans LMMono EulerMath
148 \testfamily CMBright CMBright CMBrightMono CMBrightMath
149 \testfamily URWPalladio NimbusSans BeraMono PazoMath
150 \testfamily URWPalladio NimbusSans BeraMono PXFontsMath
151 \testfamily NimbusRoman NimbusSans NimbusMono TXFontsMath
152 \testfamily NimbusRoman NimbusSans NimbusMono Belleek
153 \testfamily Charter NimbusSans NimbusMono CharterMath
154 \testfamily BeraSans BeraSans BeraMono ArevMath
155 \testfamily Iwona Iwona LMMono IwonaMath
156 }
157 \test
158 \vskip1pc \hrule \nobreak\vskip1pc
159
160 \bfseries
161 \test
162 \vskip1pc \hrule \nobreak\vskip1pc
163
164 \mdseries\itshape
165 \test
166 \vskip1pc \hrule \nobreak\vskip1pc
167
168 \upshape\setfontsize{17}\selectfont
169 \test
170 \endgroup
171
172
173 %
174 % Test for relative font scaling.
175 %
176 \title{Relative scaling of font families}
177
178 \begingroup
179 \def\do#1{%
180 {\setfontfamily{CMRoman}\setfontencoding{OT1}\selectfont CMRoman}\quad
181 {\setfontfamily{#1}\selectfont #1}\smallskip
182 }
183 \line{\vbox{\hsize=.5\hsize \dofamilies}\qquad
184 \vbox{\hsize=.5\hsize \setfontseries{bx}\dofamilies}}
185 \endgroup
186
187 %
188 % Test for baseline skips.
189 %
190 \title{Baseline skips}
191
192 \begingroup
193 \def\do#1{%
194 \begingroup
195 \setfontfamily{#1}\selectfont
196 (#1).
197 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed
198 bibendum nulla id ante. Suspendisse nibh elit, ultricies
199 commodo, ultrices eget, sagittis a, erat. Praesent et
200 augue. Morbi sem. Phasellus augue. Ut bibendum. Sed urna enim,
201 luctus et, gravida vel, malesuada quis, velit. Fusce egestas
202 sapien quis leo.
203 \vskip5pt
204 \endgroup
205 }
206 \dofamilies
207 \endgroup
208
209 %
210 % Showcase for the font families we support.
211 %
212 \title{Font families showcase}
213
214 \def\teststring{What a mess. }
215 \def\test#1{%
216 #1%
217 \upshape \teststring
218 \itshape \teststring
219 \slshape \teststring
220 \scshape \teststring
221 }
222
223 \def\nextfamily#1 {%
224 \vskip2ex\relax
225 \setfontfamily{#1}\setfontsize{11}\setfontseries{m}\setfontshape{n}\selectfont
226 \hrule
227 \nobreak\vskip2ex\relax
228 }
229
230 \def\nextsize#1 {%
231 \vskip1ex
232 \setfontsize{#1}\setfontseries{m}\setfontshape{n}\selectfont
233 \textindent{\numwithunit{#1}:}%
234 \test\mdseries\par
235 \test{\setfontseries{b}\selectfont}\par
236 \test\bfseries\par
237 }%
238 \def\numwithunit#1{%
239 \def\num{#1}%
240 \afterassignment\getunit
241 \dimen255=#1pt\relax
242 }%
243 \def\getunit#1\relax{%
244 \def\temp{#1}%
245 \num \ifx\temp\empty \thinspace [pt]\fi
246 }%
247
248
249 \nextfamily CMRoman
250 CMRoman. The ``bold'' and ``bold extended'' series are missing the
251 ``caps and small caps'' shape. The ``italic'' and ``slanted'' shapes
252 of the ``bold'' series are mapped to the corresponding shapes of the
253 ``bold extended'' series.
254 \nextsize 10
255 \nextsize 1pc
256
257 \nextfamily CMSans
258 CMSans. For all series, ``italic'' is mapped to ``slanted''. All
259 series are missing the ``caps and small caps'' shape. Entire ``bold''
260 series is mapped to the ``bold extended'' series.
261 \nextsize 10
262 \nextsize 1pc
263
264 \nextfamily CMMono
265 CMMono. There are no ``bold'' and ``bold extended'' series. All
266 series are missing the ``caps and small caps'' shape.
267 \nextsize 10
268 \nextsize 1pc
269
270 \nextfamily LMRoman
271 LMRoman. Maps to CMRoman for the OT1 encodings, so this is actually
272 CMRoman now.
273 \nextsize 10
274 \nextsize 1pc
275
276 \nextfamily LMSans
277 LMSans. Maps to CMSans for the OT1 encodings, so this is actually
278 CMSans now.
279 \nextsize 10
280 \nextsize 1pc
281
282 \nextfamily LMMono
283 LMMono. Maps to CMMono for the OT1 encodings, so this is actually
284 CMMono now.
285 \nextsize 10
286 \nextsize 1pc
287
288
289 \setfontencoding{T1}
290
291 \nextfamily LMRoman
292 LMRoman T1.
293 \nextsize 10
294 \nextsize 1pc
295
296 \nextfamily LMSans
297 LMSans T1. The ``bold'' series is mapped to the ``bold extended''
298 series.
299 \nextsize 10
300 \nextsize 1pc
301
302 \nextfamily LMMono
303 LMMono T1. The ``bold'' and ``bold extended'' series are missing.
304 \nextsize 10
305 \nextsize 1pc
306
307 \nextfamily CMBright
308 CMBright T1.
309 \nextsize 10
310 \nextsize 1pc
311
312 \nextfamily CMBrightMono
313 CMBrightMono T1.
314 \nextsize 10
315 \nextsize 1pc
316
317 \nextfamily ConcreteRoman
318 ConcreteRoman T1. Only the T1 encoding is currently defined. The
319 ``bold'' and ``bold extended'' series are mapped to LMSans T1.
320 \nextsize 10
321 \nextsize 1pc
322
323 \nextfamily BeraRoman
324 BeraRoman. The ``bold'' series maps to the ``bold extended'' series.
325 ``Slanted'' shapes are artificially slanted. All series are missing
326 the ``caps and small caps'' shape.
327 \nextsize 10
328 \nextsize 1pc
329
330 \nextfamily BeraSans
331 BeraSans. The ``bold'' series is mapped to the ``bold extended''
332 series. All series are missing the ``caps and small caps'' shape.
333 \nextsize 10
334 \nextsize 1pc
335
336 \nextfamily BeraMono
337 BeraMono. The ``bold extended'' series is mapped to the ``bold''
338 series. All series are missing the ``caps and small caps'' shape.
339 \nextsize 10
340 \nextsize 1pc
341
342 \nextfamily Charter
343 Charter. The ``bold'' series is mapped to the ``bold extended''
344 series.
345 \nextsize 10
346 \nextsize 1pc
347
348 \nextfamily NimbusRoman
349 NimbusRoman. The ``bold'' series is mapped to the ``bold extended''
350 series.
351 \nextsize 10
352 \nextsize 1pc
353
354 \nextfamily NimbusSans
355 NimbusSans. For all series, ``italic'' is mapped to ``slanted''. The
356 ``bold'' series is mapped to the ``bold extended'' series. In one
357 case, this results in double mapping: bx/it maps to b/it which maps
358 to b/sl (check out the log file).
359 \nextsize 10
360 \nextsize 1pc
361
362 \nextfamily NimbusMono
363 NimbusMono. For all series, ``italic'' is mapped to ``slanted''. The
364 ``bold extended'' series is mapped to the ``bold'' series. In one
365 case, this results in double mapping: bx/it maps to b/it which maps
366 to b/sl (check out the log file).
367 \nextsize 10
368 \nextsize 1pc
369
370 \nextfamily URWPalladio
371 URWPalladio. The ``bold'' series is mapped to the ``bold extended''
372 series.
373 \nextsize 10
374 \nextsize 1pc
375
376 \nextfamily URWBookman
377 URWBookman. The ``bold extended'' series is mapped to the ``bold''
378 series.
379 \nextsize 10
380 \nextsize 1pc
381
382 \nextfamily CenturySchoolbook
383 CenturySchoolbook. The ``bold'' series is mapped to the ``bold
384 extended'' series.
385 \nextsize 10
386 \nextsize 1pc
387
388 \nextfamily AntykwaTorunska
389 AntykwaTorunska. The ``bold'' series is mapped to the ``bold
390 extended'' series. For all series, ``slanted'' is mapped to
391 ``italic''.
392 \nextsize 10
393 \nextsize 1pc
394
395
396
397 \nextfamily Iwona
398 Iwona. The ``bold extended'' series is mapped to the ``bold'' series.
399 For all series, ``italic'' is mapped to ``slanted''.
400 \nextsize 10
401 \nextsize 1pc
402
403 \vskip 1pc
404 \setfontsize{10pt}\setfontseries{m}\setfontshape{n}\selectfont
405 Iwona also supports ``light'', ``semi-bold'' and ``extra-bold''
406 series, with ``condensed'' variants:
407
408 \def\\#1{\setfontseries{#1}\selectfont\teststring}
409
410 \\{l} (light).\par
411 \\{lc} (light condensed).
412
413 \\{m} (medium).\par
414 \\{c} (medium condensed).
415
416 \\{sb} (semi-bold).\par
417 \\{sbc} (semi-bold condensed).
418
419 \\{b} (bold).\par
420 \\{bc} (bold condensed).
421
422 \\{eb} (extra-bold).\par
423 \\{ebc} (extra-bold condensed).
424
425
426
427 \nextfamily URWGothic
428 URWGothic. The ``bold extended'' series is mapped to the ``bold''
429 series.
430 \nextsize 10
431 \nextsize 1pc
432
433 \nextfamily URWChancery
434 \itshape
435 URWChancery. Only the ``medium italic'' shape is available.
436 \nextsize 10
437 \nextsize 1pc
438
439 \bye
440
441 % Local variables:
442 % compile-command: "tex --interact=nonstopmode ftest"
443 % page-delimiter: "^% \f"
444 % End:
0 % Some of the macros here (\iCh, \@iCh, \@denc@loop) originated in
1 % LaTeX's inputenc.dtx (\DeclareInputText, \DeclareInputMath,
2 % \@inpenc@loop). It's not clear whether copyright applies on these
3 % small fragments, especially since they have been modified, but just
4 % in case, we have permission from the LaTeX Project to distribute
5 % them under the GPL.
6 %
7 % The idea is quite simple -- make all non-ASCII characters active and
8 % give them encoding-independent definitions. The font encoding code
9 % will map these definitions to relevant font slots based on the
10 % current font encoding.
11 %
12 %
13 % \iCh SLOT{TEXT}
14 %
15 % Define expansion of active character SLOT (*three* arguments as
16 % decimal digits) to be TEXT commands. Since in text space matters,
17 % we have to guard against TEXT which end in a macro, by checking
18 % whether TEXT's \meaning ends in a space. If it does, then we add
19 % braces around the definition, in order to avoid any space after the
20 % active char being gobbled up once the text is written out to an
21 % auxiliary file. FIXME Is this needed?
22 \def\iCh#1#2#3#4{%
23 \def\tempa##1 ${}%$ font-lock fix.
24 \def\tempb{#4}%
25 \ifcat_\expandafter\tempa\meaning\tempb$ $_%
26 \@iCh{#1#2#3}{#4}%
27 \else
28 \@iCh{#1#2#3}{{#4}}%
29 \fi
30 }%
31 %
32 % \@iCh{SLOT}{TEXT}
33 %
34 % Define expansion of active character SLOT to be TEXT commands.
35 % To get the active character, we use the fact that \uppercase
36 % preserves catcodes of characters: we (temporarily) declare the
37 % SLOT char to be the uppercase of ~ (which is active while we're in
38 % texinfo.tex) and then "uppercase" it.
39 \def\@iCh#1{%
40 \bgroup
41 \uccode`\~#1%
42 \uppercase{%
43 \egroup
44 \def~%
45 }%
46 }%
47 %
48 % \documentencoding ENC
49 %
50 % Set input encoding to ENC. It first sets all the characters
51 % 128-255 to be active (and sets their initial definition to be
52 % \@denc@undefined). It then calls the macro which defines the
53 % input encoding. Name of the current encoding is stored in
54 % \documenttencodingname.
55 \def\documentencoding#1 {%
56 % Make sure that the encoding is defined.
57 \expandafter\ifx\csname denc/#1\endcsname \relax
58 \message{^^JWarning: document encoding `#1' is not defined,^^J
59 leaving document encoding unchanged.}%
60 \else
61 % Keyboard characters which don't get a definition will be mapped to
62 % \@denc@undefined.
63 \edef\@denc@undefined{\noexpand\@denc@undefined@{#1}}%
64 % Save encoding name.
65 \edef\documentencodingname{#1}%
66 % Make all potential input characters active.
67 \@denc@loop\^^80\^^ff%
68 % Call the command which will redefine the active characters
69 % according to the document encoding.
70 \csname denc/#1\endcsname
71 % Set up the current font encoding list, which defines priority of
72 % font encodings when searching for a glyph.
73 \expandafter\let\expandafter\cur@fenc@list
74 \csname denc@fenc@list/#1\endcsname
75 % Update encoding list index, for proper glyph caching.
76 \update@enclist@index
77 \fi
78 }%
79 %
80 % Default definition for active characters.
81 \def\@denc@undefined@#1{%
82 \errmessage{Keyboard character used is undefined in input encoding `#1'}%
83 }%
84 %
85 % Make characters #1 to #2 inclusive active and undefined.
86 \def\@denc@loop#1#2{%
87 \count@`#1\relax
88 \loop
89 \catcode\count@\active
90 \bgroup
91 \uccode`\~\count@
92 \uppercase{%
93 \egroup
94 \let~\@denc@undefined
95 }%
96 \ifnum\count@<`#2\relax
97 \advance\count@\@ne
98 \repeat
99 }%
100 %
101 % \denc@begin{ENC}{FENC-LIST}{DEF-COMMANDS}
102 %
103 % Define input ("document") encoding ENC and save DEF-COMMANDS which
104 % set up the encoding. FENC-LIST defines priorities of font encodings
105 % which are searched for glyphs while this document encoding is
106 % active.
107 \def\denc@define#1#2{%
108 \expandafter\edef\csname denc@fenc@list/#1\endcsname{#2\space}%
109 \expandafter\def\csname denc/#1\endcsname
110 }%
111 %
112 % US-ASCII -- leaves all characters above 127 as undefined.
113 \denc@define{US-ASCII}{OT1 OMS OML}{}%
114 % End of US-ASCII.
115 %
116 % Characters common to ISO-8859-1 and ISO-8859-15.
117 \def\denc@common@latin@i@xv{%
118 \iCh160\tie
119 \iCh161\exclamdown
120 \iCh162\textcent
121 \iCh163\pounds
122 \iCh165\textyen
123 \iCh167\textsection
124 \iCh169\copyright
125 \iCh170\ordf
126 \iCh171\textguillemotleft
127 \iCh172\textlnot % FIXME What about \lnot?
128 \iCh173\-%
129 \iCh174\registeredsymbol
130 \iCh175{\={}}%
131 \iCh176\textdegree
132 \iCh177\textplusminus
133 \iCh178\texttwosuperior
134 \iCh179\textthreesuperior
135 \iCh181\textmu
136 \iCh182\textparagraph
137 \iCh183\textperiodcentered
138 \iCh185\textonesuperior
139 \iCh186\ordm
140 \iCh187\textguillemotright
141 \iCh191\questiondown
142 \iCh192{\`A}%
143 \iCh193{\'A}%
144 \iCh194{\^A}%
145 \iCh195{\~A}%
146 \iCh196{\"A}%
147 \iCh197{\ringaccent A}%
148 \iCh198\AE
149 \iCh199{\,C}%
150 \iCh200{\`E}%
151 \iCh201{\'E}%
152 \iCh202{\^E}%
153 \iCh203{\"E}%
154 \iCh204{\`I}%
155 \iCh205{\'I}%
156 \iCh206{\^I}%
157 \iCh207{\"I}%
158 \iCh208\DH
159 \iCh209{\~N}%
160 \iCh210{\`O}%
161 \iCh211{\'O}%
162 \iCh212{\^O}%
163 \iCh213{\~O}%
164 \iCh214{\"O}%
165 \iCh215\textmultiply
166 \iCh216\O
167 \iCh217{\`U}%
168 \iCh218{\'U}%
169 \iCh219{\^U}%
170 \iCh220{\"U}%
171 \iCh221{\'Y}%
172 \iCh222\TH
173 \iCh223\ss
174 \iCh224{\`a}%
175 \iCh225{\'a}%
176 \iCh226{\^a}%
177 \iCh227{\~a}%
178 \iCh228{\"a}%
179 \iCh229{\ringaccent a}%
180 \iCh230\ae
181 \iCh231{\,c}%
182 \iCh232{\`e}%
183 \iCh233{\'e}%
184 \iCh234{\^e}%
185 \iCh235{\"e}%
186 \iCh236{\`i}%
187 \iCh237{\'i}%
188 \iCh238{\^i}%
189 \iCh239{\"i}%
190 \iCh240\dh
191 \iCh241{\~n}%
192 \iCh242{\`o}%
193 \iCh243{\'o}%
194 \iCh244{\^o}%
195 \iCh245{\~o}%
196 \iCh246{\"o}%
197 \iCh247\textdivide
198 \iCh248\o
199 \iCh249{\`u}%
200 \iCh250{\'u}%
201 \iCh251{\^u}%
202 \iCh252{\"u}%
203 \iCh253{\'y}%
204 \iCh254\th
205 \iCh255{\"y}%
206 }% End of characters common to ISO-8859-1 and ISO-8859-15.
207 %
208 % ISO-8859-1.
209 \denc@define{ISO-8859-1}{T1 TS1 OT1 OMS OML}{%
210 \denc@common@latin@i@xv
211 \iCh164\textcurrency
212 \iCh166\textbrokenbar
213 \iCh168{\"{}}%
214 \iCh180{\'{}}%
215 \iCh184{\,{}}% FIXME LaTeX has it as `\c\ ' (`\ ' instead of `{}'), check why (alignment?).
216 \iCh188\textonequarter
217 \iCh189\textonehalf
218 \iCh190\textthreequarters
219 }% End of ISO-8859-1.
220 %
221 % ISO-8859-15.
222 \denc@define{ISO-8859-15}{T1 TS1 OT1 OMS OML}{%
223 \denc@common@latin@i@xv
224 \iCh164\euro
225 \iCh166{\v S}%
226 \iCh168{\v s}%
227 \iCh180{\v Z}%
228 \iCh184{\v z}%
229 \iCh188\OE
230 \iCh189\oe
231 \iCh190{\"Y}%
232 }% End of ISO-8859-15.
233 %
234 % ISO-8859-2.
235 \denc@define{ISO-8859-2}{T1 TS1 OT1 OMS OML}{%
236 \iCh160\tie
237 \iCh161{\k A}%
238 \iCh162{\u{}}%
239 \iCh163{\L}%
240 \iCh164\textcurrency
241 \iCh165{\v L}%
242 \iCh166{\' S}%
243 \iCh167\textsection
244 \iCh168{\"{}}%
245 \iCh169{\v S}%
246 \iCh170{\, S}%
247 \iCh171{\v T}%
248 \iCh172{\'Z}%
249 \iCh173\-%
250 \iCh174{\v Z}%
251 \iCh175{\dotaccent Z}%
252 \iCh176\textdegree
253 \iCh177{\k a}%
254 \iCh178{\k{}}% FIXME LaTeX has it as `\k\ ' (`\ ' instead of `{}'), check why (alignment?).
255 \iCh179\l
256 \iCh180{\'{}}%
257 \iCh181{\v l}%
258 \iCh182{\'s}%
259 \iCh183{\v{}}%
260 \iCh184{\,{}}% FIXME LaTeX has it as `\c\ ' (`\ ' instead of `{}'), check why (alignment?).
261 \iCh185{\v s}%
262 \iCh186{\, s}%
263 \iCh187{\v t}%
264 \iCh188{\'z}%
265 \iCh189{\H{}}%
266 \iCh190{\v z}%
267 \iCh191{\dotaccent z}%
268 \iCh192{\'R}%
269 \iCh193{\'A}%
270 \iCh194{\^A}%
271 \iCh195{\u A}%
272 \iCh196{\"A}%
273 \iCh197{\'L}%
274 \iCh198{\'C}%
275 \iCh199{\,C}%
276 \iCh200{\v C}%
277 \iCh201{\'E}%
278 \iCh202{\k E}%
279 \iCh203{\"E}%
280 \iCh204{\v E}%
281 \iCh205{\'I}%
282 \iCh206{\^I}%
283 \iCh207{\v D}%
284 \iCh208\DJ
285 \iCh209{\'N}%
286 \iCh210{\v N}%
287 \iCh211{\'O}%
288 \iCh212{\^O}%
289 \iCh213{\H O}%
290 \iCh214{\"O}%
291 \iCh215\textmultiply
292 \iCh216{\v R}%
293 \iCh217{\ringaccent U}%
294 \iCh218{\'U}%
295 \iCh219{\H U}%
296 \iCh220{\"U}%
297 \iCh221{\'Y}%
298 \iCh222{\,T}%
299 \iCh223{\ss}%
300 \iCh224{\'r}%
301 \iCh225{\'a}%
302 \iCh226{\^a}%
303 \iCh227{\u a}%
304 \iCh228{\"a}%
305 \iCh229{\'l}%
306 \iCh230{\'c}%
307 \iCh231{\,c}%
308 \iCh232{\v c}%
309 \iCh233{\'e}%
310 \iCh234{\k e}%
311 \iCh235{\"e}%
312 \iCh236{\v e}%
313 \iCh237{\'i}%
314 \iCh238{\^i}%
315 \iCh239{\v d}%
316 \iCh240\dj
317 \iCh241{\'n}%
318 \iCh242{\v n}%
319 \iCh243{\'o}%
320 \iCh244{\^o}%
321 \iCh245{\H o}%
322 \iCh246{\"o}%
323 \iCh247\textdivide
324 \iCh248{\v r}%
325 \iCh249{\ringaccent u}%
326 \iCh250{\'u}%
327 \iCh251{\H u}%
328 \iCh252{\"u}%
329 \iCh253{\'y}%
330 \iCh254{\,t}%
331 \iCh255{\dotaccent{}}%
332 }% End of ISO-8859-2.
333 %
334 % KOI8-R.
335 \denc@define{KOI8-R}{T2A T1 TS1 OT1 OMS OML}{%
336 % FIXME \textblacksquare, \surd, \sim, \leq, \geq?
337 \iCh149\bullet
338 \iCh154\tie
339 \iCh156\textdegree
340 \iCh157\texttwosuperior
341 \iCh158\textperiodcentered
342 \iCh159\textdivide
343 \iCh163\cyryo
344 \iCh179\CYRYO
345 \iCh191\copyright
346 \iCh192\cyryu
347 \iCh193\cyra
348 \iCh194\cyrb
349 \iCh195\cyrc
350 \iCh196\cyrd
351 \iCh197\cyre
352 \iCh198\cyrf
353 \iCh199\cyrg
354 \iCh200\cyrh
355 \iCh201\cyri
356 \iCh202\cyrishrt
357 \iCh203\cyrk
358 \iCh204\cyrl
359 \iCh205\cyrm
360 \iCh206\cyrn
361 \iCh207\cyro
362 \iCh208\cyrp
363 \iCh209\cyrya
364 \iCh210\cyrr
365 \iCh211\cyrs
366 \iCh212\cyrt
367 \iCh213\cyru
368 \iCh214\cyrzh
369 \iCh215\cyrv
370 \iCh216\cyrsftsn
371 \iCh217\cyrery
372 \iCh218\cyrz
373 \iCh219\cyrsh
374 \iCh220\cyrerev
375 \iCh221\cyrshch
376 \iCh222\cyrch
377 \iCh223\cyrhrdsn
378 \iCh224\CYRYU
379 \iCh225\CYRA
380 \iCh226\CYRB
381 \iCh227\CYRC
382 \iCh228\CYRD
383 \iCh229\CYRE
384 \iCh230\CYRF
385 \iCh231\CYRG
386 \iCh232\CYRH
387 \iCh233\CYRI
388 \iCh234\CYRISHRT
389 \iCh235\CYRK
390 \iCh236\CYRL
391 \iCh237\CYRM
392 \iCh238\CYRN
393 \iCh239\CYRO
394 \iCh240\CYRP
395 \iCh241\CYRYA
396 \iCh242\CYRR
397 \iCh243\CYRS
398 \iCh244\CYRT
399 \iCh245\CYRU
400 \iCh246\CYRZH
401 \iCh247\CYRV
402 \iCh248\CYRSFTSN
403 \iCh249\CYRERY
404 \iCh250\CYRZ
405 \iCh251\CYRSH
406 \iCh252\CYREREV
407 \iCh253\CYRSHCH
408 \iCh254\CYRCH
409 \iCh255\CYRHRDSN
410 }% End of KOI8-R.
411 %
412 % CP1251.
413 \denc@define{CP1251}{T2A T1 TS1 OT1 OMS OML}{%
414 \iCh128\CYRDJE
415 \iCh129{\'\CYRG}%
416 \iCh130\textquotesinglbase
417 \iCh131{\'\cyrg}%
418 \iCh132\textquotedblbase
419 \iCh133\dots
420 \iCh134\textdagger
421 \iCh135\textdaggerdbl
422 \iCh136\euro
423 \iCh137\textperthousand
424 \iCh138\CYRLJE
425 \iCh139\textguilsinglleft
426 \iCh140\CYRNJE
427 \iCh141{\'\CYRK}%
428 \iCh142\CYRTSHE
429 \iCh143\CYRDZHE
430 \iCh144\cyrdje
431 \iCh145\textquoteleft
432 \iCh146\textquoteright
433 \iCh147\textquotedblleft
434 \iCh148\textquotedblright
435 \iCh149\bullet
436 \iCh150\textendash
437 \iCh151\textemdash
438 \iCh153\texttrademark
439 \iCh154\cyrlje
440 \iCh155\textguilsinglright
441 \iCh156\cyrnje
442 \iCh157{\'\cyrk}%
443 \iCh158\cyrtshe
444 \iCh159\cyrdzhe
445 \iCh160\tie
446 \iCh161\CYRUSHRT
447 \iCh162\cyrushrt
448 \iCh163\CYRJE
449 \iCh164\textcurrency
450 \iCh165\CYRGUP
451 \iCh166\textbrokenbar
452 \iCh167\textsection
453 \iCh168\CYRYO
454 \iCh169\copyright
455 \iCh170\CYRIE
456 \iCh171\textguillemotleft
457 \iCh172\textlnot
458 \iCh173\-%
459 \iCh174\registeredsymbol
460 \iCh175\CYRYI
461 \iCh176\textdegree
462 \iCh177\textplusminus
463 \iCh178\CYRII
464 \iCh179\cyrii
465 \iCh180\cyrgup
466 \iCh181\textmu
467 \iCh182\textparagraph
468 \iCh183\textperiodcentered
469 \iCh184\cyryo
470 \iCh185\textnumero
471 \iCh186\cyrie
472 \iCh187\textguillemotright
473 \iCh188\cyrje
474 \iCh189\CYRDZE
475 \iCh190\cyrdze
476 \iCh191\cyryi
477 \iCh192\CYRA
478 \iCh193\CYRB
479 \iCh194\CYRV
480 \iCh195\CYRG
481 \iCh196\CYRD
482 \iCh197\CYRE
483 \iCh198\CYRZH
484 \iCh199\CYRZ
485 \iCh200\CYRI
486 \iCh201\CYRISHRT
487 \iCh202\CYRK
488 \iCh203\CYRL
489 \iCh204\CYRM
490 \iCh205\CYRN
491 \iCh206\CYRO
492 \iCh207\CYRP
493 \iCh208\CYRR
494 \iCh209\CYRS
495 \iCh210\CYRT
496 \iCh211\CYRU
497 \iCh212\CYRF
498 \iCh213\CYRH
499 \iCh214\CYRC
500 \iCh215\CYRCH
501 \iCh216\CYRSH
502 \iCh217\CYRSHCH
503 \iCh218\CYRHRDSN
504 \iCh219\CYRERY
505 \iCh220\CYRSFTSN
506 \iCh221\CYREREV
507 \iCh222\CYRYU
508 \iCh223\CYRYA
509 \iCh224\cyra
510 \iCh225\cyrb
511 \iCh226\cyrv
512 \iCh227\cyrg
513 \iCh228\cyrd
514 \iCh229\cyre
515 \iCh230\cyrzh
516 \iCh231\cyrz
517 \iCh232\cyri
518 \iCh233\cyrishrt
519 \iCh234\cyrk
520 \iCh235\cyrl
521 \iCh236\cyrm
522 \iCh237\cyrn
523 \iCh238\cyro
524 \iCh239\cyrp
525 \iCh240\cyrr
526 \iCh241\cyrs
527 \iCh242\cyrt
528 \iCh243\cyru
529 \iCh244\cyrf
530 \iCh245\cyrh
531 \iCh246\cyrc
532 \iCh247\cyrch
533 \iCh248\cyrsh
534 \iCh249\cyrshch
535 \iCh250\cyrhrdsn
536 \iCh251\cyrery
537 \iCh252\cyrsftsn
538 \iCh253\cyrerev
539 \iCh254\cyryu
540 \iCh255\cyrya
541 }% End of CP1251.
542 %
543 \endinput
0 %
1 % Intro
2 % =====
3 %
4 % A glyph can be accessed with one of the three different kinds of
5 % macros:
6 %
7 % command a macro without arguments, e.g., |\textdegree|;
8 %
9 % composite a macro taking one argument, producing a single glyph
10 % from a font;
11 %
12 % accent a macro taking one argument, producing a glyph (the
13 % argument) with another glyph (accent) superimposed.
14 %
15 % Accents can place an accent mark on any glyph, but typographically
16 % this often doesn't look good. Therefore some fonts provide some
17 % accented glyphs designed by a designer ("composites"). For example,
18 % typing |\'a| will result in the acute accent (|\'|) being placed
19 % over the glyph |a| in some encodings (e.g., in OT1), but will
20 % produce a single glyph (|a| with acute) in others (e.g., T1).
21 %
22 % Note that a font may contain both composites (for some letters) and
23 % accent marks. When a composite is not available in the font, the
24 % accent can be used to typeset the desired glyph.
25 %
26 % Besides the visual advantages, composites are preferable for a
27 % technical reason -- TeX does not hyphenate words which contain
28 % accents.
29 %
30 % Glyph searching
31 % ===============
32 %
33 % Glyph searching means identifying a font encoding which both
34 % contains the glyph and is supported by the current font family.
35 %
36 % The simplest approach at glyph searching is to search through the
37 % list of encodings in which the glyph exists to find the first one
38 % supported by the current font family.
39 %
40 % This however can result in using unnecessarily large number of
41 % fonts. In order to decrease the font usage we can provide hints to
42 % the glyph searching mechanism as to which font encodings are the
43 % most likely to contain glyphs under different circumstances.
44 %
45 % There is some relation between input encodings and font encodings,
46 % although it is not necessarily a one-to-one (or a many-to-one)
47 % mapping. Each input encoding defines a list of font encodings which
48 % should be tried first (we call it "the current font encoding list",
49 % |\cur@fenc@list|). These are encodings which cover the input
50 % encoding completely. Only if we don't find an encoding in this list
51 % which is both supported by the current font family and contains the
52 % glyph, we start searching the glyph's encoding list.
53 %
54 % Searching for a glyph involves an ambiguity -- the same glyph be
55 % typeset as either an accent over a letter, or as a single composite
56 % glyph. Ideally a composite is preferable, but if an accent is
57 % available without changing the current font, we might prefer the
58 % accent.
59 %
60 % This is how we do the searching:
61 %
62 % 1) Check the current encoding + current font encoding list (set up
63 % by |@documentencoding|) "breadth-first", i.e., preferring accents
64 % in an earlier encoding over composites in later encodings. This
65 % is to hopefully minimize the font usage, as we would find "the
66 % earliest" usable font.
67 %
68 % 2) If the glyph was not found in step 1, search the glyph's encoding
69 % list. We now prefer composites -- we'll consider an accent only
70 % when none of the composite's encodings is supported by the
71 % current font family. We now don't care about font usage and
72 % search "the best" glyph, as this is a (supposedly rare) situation
73 % when a "non-standard" font will get used anyway, e.g., when a
74 % user requests a Cyrillic glyph while inside a Latin environment.
75 %
76 % Cache
77 % =====
78 %
79 % After we've found the glyph we can cache it, i.e., arrange for the
80 % the glyph's macro the next time to typeset the glyph without doing
81 % the searching again.
82 %
83 % Such cache however must be aware of changes in settings which affect
84 % glyph searching, which are:
85 %
86 % 1) the current font encoding (E);
87 % 2) the current font encoding list, set up by |@documentencoding| (EL);
88 % 3) font encoding list of the current font family (FEL).
89 %
90 % Therefore, the first thing we do is assign a unique index to every
91 % combination of E+EL+FEL we encounter in the document. Whenever we
92 % change E, EL or FEL we check if the new combination have already
93 % been assigned an index; if not, we allocate next index for the new
94 % combination (see |\update@enclist@index|). When we cache a glyph we
95 % use this index to remember for which combination of E+EL+FEL this
96 % cache entry is for.
97 %
98 % This is how glyph caching works. Let's say we have to typeset
99 % |\'a|. |\'| (being a composite or an accent) calls a macro named
100 % |\N\'-a| (single command sequence, N is the index of the current
101 % E+EL+FEL combination) if it's defined; if it's not defined, |\'|
102 % calls glyph searching macro. After the glyph searching macro finds
103 % the glyph corresponding to |\'a|, it defines the macro named
104 % |\N\'-a| to typeset that glyph (using either accent or composite,
105 % whatever was found), so the next time we encounter |\'a| we won't
106 % search for the glyph (unless the E+EL+FEL combination has changed
107 % and |\'a| had not yet been cached for that combo).
108 %
109 % The drawback of this method is that TeX's memory gets filled with
110 % many cache entries for every E+EL+FEL combo ever used in the
111 % document. It's possible to construct the glyph cache in a way to
112 % avoid this -- for example, to define only one cache macro for |\'a|,
113 % and add to it a new branch for each new E+EL+FEL combination, but
114 % naturally this will be slower.
115 %
116 % Internal macros ("variables")
117 % =============================
118 %
119 % fenc@enc font encoding currently being defined.
120 %
121 % fenc@list/NAME list of encodings for the glyph NAME.
122 %
123 % cur@fenc@list "the current font encoding list" (see "Glyph
124 % searching" above).
125 %
126 % ENC/NAME definition of glyph NAME in encoding ENC.
127 %
128 % @enc encoding of the glyph (set after finding the
129 % glyph / retrieving the glyph from the cache).
130 %
131 % cache@enc@ENC macro that defines \@enc to be ENC.
132 %
133 % N\NAME cache entry for glyph \NAME under a combination of
134 % E+EL+FEL number N.
135 %
136 %
137 %
138 % \fCmd{COMMAND}{TEXT}
139 %
140 % Define a command that does not take arguments. Call \f@restore@enc
141 % inside TEXT if you need to restore the original encoding (remember,
142 % before the command is called, the encoding is changed to the one for
143 % which the command was defined, which can be different from the
144 % current user's encoding).
145 \def\fCmd#1#2{%
146 \def#1{\f@search@command #1}%
147 \f@def@enc@glyph#1%
148 {\f@change@enc #2\f@enc@egroup}%
149 }%
150 %
151 % \fSym{COMMAND}{SLOT}
152 %
153 % Define a font glyph in SLOT.
154 \def\fSym#1#2{\fCmd{#1}{\char#2 }}%
155 %
156 % \fCmdd{COMMAND}{TEXT}
157 %
158 % Define a command that takes one argument. Call \f@restore@enc
159 % inside TEXT before typesetting the argument, to restore the original
160 % encoding (remember, before the command is called, the encoding is
161 % changed to the one for which the command was defined, which can be
162 % different from the current user's encoding).
163 \def\fCmdd#1#2{%
164 \def#1{\f@search@accent #1}% When searching, treat it as an accent.
165 \f@def@enc@glyph#1%
166 ##1{\f@change@enc #2\f@enc@egroup}%
167 }%
168 %
169 % \fCmp{COMMAND}{ARG}{TEXT}
170 %
171 % Define a composite command. If there's a corresponding accent,
172 % composite will override the accent when the argument is ARG.
173 \def\fCmp#1#2#3{%
174 \def#1{\f@search@composite #1}%
175 \f@def@enc@glyph{#1-\string#2}%
176 {\f@change@enc #3\f@enc@egroup}%
177 }%
178 %
179 % \fCmpSym{COMMAND}{ARG}{SLOT}
180 %
181 % Same as \fCmp, but define a composite glyph in SLOT.
182 \def\fCmpSym#1#2#3{\fCmp#1#2{\char#3}}%
183 %
184 % \fAcc{COMMAND}{SLOT}
185 %
186 % Define an accent in SLOT. If there are corresponding composite
187 % commands for some arguments, they will override the accent for those
188 % arguments.
189 \def\fAcc#1#2{%
190 \def#1{\f@search@accent #1}%
191 \f@def@enc@glyph#1%
192 {\f@do@accent{#2}}%
193 }%
194 %
195 %
196 %
197 % \f@def@enc@glyph{NAME}{DEF}
198 %
199 % Define a glyph in the current encoding.
200 \def\f@def@enc@glyph#1{%
201 % Add the font encoding to the encoding list for the command.
202 \expandafter\def\expandafter\temp\expandafter{%
203 \csname fenc@list/\string#1\endcsname
204 }%
205 \expandafter\ifx\temp\relax
206 \let\tempa\empty
207 \else
208 \edef\tempa{\temp}%
209 \fi
210 \expandafter\edef\temp{\fenc@enc\space\tempa}%
211 % Start definition of the glyph command for the current encoding.
212 \expandafter\def \csname\fenc@enc/\string#1\endcsname
213 }%
214 %
215 % \f@change@enc
216 %
217 % Start a group with \f@enc@bgroup and change font encoding to \@enc,
218 % if the current encoding is different. The original encoding is
219 % saved, call \f@restore@enc inside the command's def to restore it.
220 \def\f@change@enc{%
221 \f@enc@bgroup
222 % Save original encoding -- the glyph macro might need to restore
223 % it, e.g., to typeset its argument.
224 \let\f@orig@enc\f@encoding
225 % Switch encoding, if needed. \@enc is set when the glyph is
226 % found or retrieved from the cache.
227 \ifx\f@encoding\@enc \else
228 \setfontencoding{\@enc}\selectfont
229 \fi
230 }%
231 %
232 % \f@restore@enc
233 %
234 % Restore encoding saved by \f@change@enc.
235 \def\f@restore@enc{%
236 \ifx\f@orig@enc\f@encoding \else
237 \setfontencoding{\f@orig@enc}\selectfont
238 \fi
239 }%
240 %
241 % These are used by glyphs to start and end a group isolating a font
242 % encoding change. Accents turn these off to avoid any grouping
243 % inside their argument, because grouping breaks accents.
244 \let\f@enc@bgroup\bgroup
245 \let\f@enc@egroup\egroup
246 %
247 % \f@do@accent{SLOT}{ARG}
248 %
249 % Typeset an accent in SLOT over the ARG.
250 \def\f@do@accent#1#2{%
251 \bgroup
252 % Avoid starting any more groups -- they're not needed because we
253 % already have one, and a group between the accent and the
254 % accented letter will break the accent.
255 \let\f@enc@bgroup\empty
256 \let\f@enc@egroup\empty
257 % Preload any fonts in advance, to prevent grouping (possible when
258 % loading fonts) from messing with the accent. Also save the
259 % space factor of the argument -- we'll need to restore it,
260 % otherwise, e.g., \'A will have the factor of 1000 instead of 999.
261 \setbox\z@\hbox{#2%
262 \xdef\f@do@accent@spacefactor{\spacefactor\the\spacefactor}}%
263 % Save the current font encoding and switch it.
264 \f@change@enc
265 % Start the accent.
266 \accent#1
267 % Turn off \fontnotify and \setleading, because their \message and
268 % \setbox will break the accent. We don't turn off \fontwarn
269 % because a warning would mean that the fonts are broken anyway,
270 % and a warning might help diagnosing.
271 \let\@fontnotify\gobble
272 \let\@setleading\gobble
273 % Restore the original encoding.
274 \f@restore@enc
275 % Typeset the argument.
276 #2\f@do@accent@spacefactor % Restore the space factor.
277 \egroup
278 }%
279 %
280 %
281 %
282 % \f@search@command{COMMAND}
283 %
284 % Search for the glyph COMMAND and typeset it.
285 \def\f@search@command#1{%
286 % Check the cache of the current font encoding list.
287 \expandafter\let \expandafter\temp
288 \csname \the\enclist@curr\string#1\endcsname
289 %
290 \ifx\temp\relax
291 % The glyph is not in the cache, search.
292 %\message{^^J Glyph command `\string#1' is not
293 % in the cache (idx \the\enclist@curr).}%
294 \def\f@search@cmd{\string#1}%
295 \let\f@search@arg\empty
296 \let\f@accent@arg\empty
297 \f@search@encodings
298 \else
299 % The glyph is in the cache.
300 %\message{^^J Glyph command `\string#1' is
301 % in the cache (idx \the\enclist@curr).}%
302 \temp
303 \fi
304 }%
305 %
306 % \f@search@composite{COMMAND}{ARGUMENT}
307 %
308 % Search for the composite COMMAND + ARGUMENT and typeset it. If such
309 % composite is not defined but an accent named COMMAND is, the accent
310 % will be substituted.
311 \def\f@search@composite#1#2{%
312 % Check the cache with the current font encoding list. \empty after
313 % #2 is for a situation like \'{} (empty ARGUMENT).
314 \expandafter\let \expandafter\temp
315 \csname \the\enclist@curr\string#1-\string#2\empty\endcsname
316 %
317 \ifx\temp\relax
318 % The glyph is not in the cache, search.
319 %\message{^^J Glyph composite `\string#1{\string#2\empty}' is not
320 % in the cache (idx \the\enclist@curr).}%
321 \def\f@search@arg{-\string#2\empty}%
322 \def\f@search@cmd{\string#1}%
323 \def\f@accent@arg{{#2}}%
324 \f@search@encodings
325 \else
326 % The glyph is in the cache.
327 %\message{^^J Glyph composite `\string#1{\string#2\empty}' is
328 % in the cache (idx \the\enclist@curr).}%
329 \temp
330 \fi
331 }%
332 %
333 % \f@search@accent{COMMAND}{ARGUMENT}
334 %
335 % Search for the accent COMMAND and typeset it over the ARGUMENT. If a
336 % composite with the name COMMAND is defined with the ARGUMENT, it
337 % might be used in preference to the accent.
338 \let\f@search@accent\f@search@composite
339 %
340 %
341 %
342 % \f@search@encodings
343 %
344 % Search for a glyph (accent/composite/command), first in the current
345 % encoding, then in the current font encoding list (set up by
346 % @documentencoding), then in all encodings in which the glyph
347 % appears. After the glyph is found, define the cache entry for the
348 % glyph and typeset the glyph.
349 \def\f@search@encodings{%
350 \let\@enc\relax
351 \let\f@cache@arg\f@search@arg
352 % Check the current font encoding + the current font encoding list
353 % breadth-first. We want to find a glyph as early in the list as
354 % possible (to hopefully minimize number of fonts that get loaded),
355 % therefore we prefer an accent in an earlier encoding over a
356 % composite in a later encoding, hence the "breadth first" search.
357 \edef\temp{\f@encoding\space\cur@fenc@list}%
358 \f@search@breadthfirst \temp
359 %
360 \ifx\@enc\relax
361 % Nothing found, so we try a different tactic. We check encoding
362 % list of the glyph to find the first encoding which is supported
363 % by the current font family. One complication is that a glyph
364 % can appear as a command, a composite or an accent, so we need to
365 % check all possibilities (but preferring composites over
366 % accents).
367 %
368 % Check the composite. If \f@search@arg is \empty, this will check
369 % encoding list of the command, which is exactly what we need.
370 \expandafter\f@search@glyph
371 \csname fenc@list/\f@search@cmd\f@search@arg\endcsname
372 %
373 \ifx\@enc\relax
374 % Nothing found, check the font encoding list of the command / accent.
375 \let\f@search@arg\empty % It's not a composite, so we don't need arg part.
376 \expandafter\f@search@glyph
377 \csname fenc@list/\f@search@cmd\endcsname
378 %
379 \ifx\@enc\relax
380 % Still nothing found, which means the current family does not
381 % support any of the composite's / command's / accent's encodings.
382 \errmessage{^^JThe font family \f@family\space does not support
383 the command `\f@search@cmd\f@cache@arg'}%
384 \fi
385 \else
386 % We've found a composite (or a command), so we don't need the arg below.
387 \let\f@accent@arg\empty
388 \fi
389 \fi
390 % Make the cache entry.
391 \edef\temp##1{%
392 \expandafter\gdef\expandafter\noexpand
393 \csname \the\enclist@curr\f@search@cmd\f@cache@arg\endcsname{%
394 % Set \@enc to the encoding of the glyph.
395 \expandafter\noexpand
396 \csname cache@enc@\@enc\endcsname
397 % Call the glyph's definition for the encoding we've found.
398 \expandafter\noexpand
399 \csname\@enc/\f@search@cmd\f@search@arg\endcsname ##1%
400 }%
401 }%
402 \expandafter\temp\expandafter{\f@accent@arg}%
403 % Typeset the glyph.
404 \csname \the\enclist@curr\f@search@cmd\f@cache@arg\endcsname
405 }%
406 %
407 % \f@search@breadthfirst \ENC-LIST
408 %
409 % Search (recursively) for a glyph in encodings from \ENC-LIST,
410 % preferring an accent in an earlier encoding over a composite in a
411 % later encoding. When the glyph is found, \@enc, \f@search@arg and
412 % \f@accent@arg are set accordingly (see \f@search@encodings).
413 \def\f@search@breadthfirst#1{%
414 \let\next\@f@search@breadthfirst % \@f@search@breadthfirst needs this.
415 \expandafter\@f@search@breadthfirst #1\finish
416 }%
417 %
418 \def\@f@search@breadthfirst#1 #2\finish{%
419 % See if this is the last encoding in the list.
420 \def\temp{#2}%
421 \ifx\temp\empty % Yes, gobble the list's sentinel.
422 \let\next\gobble@to@finish
423 \fi
424 % See if this encoding is supported by the current family.
425 \expandafter\ifx \csname fam@enc/\f@family/#1\endcsname \relax
426 \else
427 % See if the encoding contains the composite (or the command, when
428 % \f@search@arg is \empty).
429 \expandafter\ifx \csname #1/\f@search@cmd\f@search@arg\endcsname \relax
430 % No, but maybe the encoding contains the accent. (This might
431 % also check the second time for the command if it was not found
432 % above.)
433 \expandafter\ifx \csname #1/\f@search@cmd\endcsname \relax \else
434 \let\f@search@arg\empty % \f@search@encodings needs this.
435 \def\@enc{#1}%
436 \let\next\gobble@to@finish % Gobble the rest of the list.
437 \fi
438 \else % Yes, this encoding contains the composite (or a command).
439 \let\f@accent@arg\empty % \f@search@encodings needs this.
440 \def\@enc{#1}%
441 \let\next\gobble@to@finish % Gobble the rest of the list.
442 \fi
443 \fi
444 %
445 \next#2\finish
446 }%
447 %
448 % \f@search@glyph \ENC-LIST
449 %
450 % Search (recursively) for a particular type of glyph
451 % (command/composite/accent, determined by the combination of
452 % \f@search@cmd and \f@search@arg) in encodings from \ENC-LIST.
453 \def\f@search@glyph#1{%
454 \ifx#1\relax \else
455 \let\next\@f@search@glyph % \@f@search@glyph needs this.
456 \expandafter\@f@search@glyph#1\finish
457 \fi
458 }%
459 %
460 \def\@f@search@glyph#1 #2\finish{%
461 % See if this is the last encoding in the list.
462 \def\temp{#2}%
463 \ifx\temp\empty % Yes, gobble the list's sentinel.
464 \let\next\gobble@to@finish
465 \fi
466 % See if this encoding is supported by the current family.
467 \expandafter\ifx \csname fam@enc/\f@family/#1\endcsname \relax
468 \else % Yes, see if the encoding contains the glyph.
469 \expandafter\ifx \csname #1/\f@search@cmd\f@search@arg\endcsname \relax
470 \else
471 \def\@enc{#1}%
472 \let\next\gobble@to@finish % Gobble the rest of the list.
473 \fi
474 \fi
475 %
476 \next#2\finish
477 }%
478 %
479 %
480 %
481 % Font ("output") encodings. LaTeX's ltoutenc.dtx v1.99h has been
482 % used as reference.
483 %
484 % Some commands common to several encodings.
485 %
486 \def\registeredsymbol{\leavevmode\raise.7ex\hbox{\textregistered}}
487 \def\@euro{{\setfontfamily{Eurosym}\setfontencoding{T1}\selectfont\char101}}%
488 \def\aa{\ringaccent a}%
489 \def\AA{\ringaccent A}%
490 \def\@cedilla#1#2{{\setbox\z@\hbox{\f@restore@enc #2}%
491 \ifdim\ht\z@=1ex\accent#1 \f@restore@enc #2%
492 \else\ooalign{\unhbox\z@\crcr\hidewidth\char#1\hidewidth}\fi}}%
493 \def\@udotaccent#1{{\o@lign{\relax\f@restore@enc#1\crcr
494 \hidewidth\sh@ft{-1ex}.\hidewidth}}}%
495 \def\@ubaraccent#1#2{{\o@lign{\relax\f@restore@enc#2\crcr
496 \hidewidth\sh@ft{-3ex}\vbox to.2ex{\hbox{\char#1}\vss}\hidewidth}}}%
497 %
498 % This defines encoding used when defining font glyph and commands.
499 \def\fenc@begin#1{%
500 \def\fenc@enc{#1}%
501 \expandafter\def\csname cache@enc@#1\endcsname{\def\@enc{#1}}%
502 }%
503 %
504 % OT1.
505 \fenc@begin{OT1}
506 \fSym\ptexi{16}
507 \fSym\j{17}
508 \fAcc\`{18}
509 \fCmp\`i{\f@restore@enc\`\ptexi}
510 \fAcc\'{19}
511 \fCmp\'i{\f@restore@enc\'\ptexi}
512 \fAcc\v{20}
513 \fAcc\u{21}
514 \fAcc\={22}
515 \fAcc\ringaccent{23}
516 \fCmp\ringaccent A{\leavevmode\setbox0\hbox{!}\dimen@\ht0\advance\dimen@-1ex%
517 \rlap{\raise.67\dimen@\hbox{\char'27}}A}
518 \fSym\ss{25}
519 \fSym\ae{26}
520 \fSym\oe{27}
521 \fSym\o{28}
522 \fSym\AE{29}
523 \fSym\OE{30}
524 \fSym\O{31}
525 \fCmd\l{\char32l}
526 \fCmd\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}
527 \fCmd\textquotedblright{`\"}
528 \fCmd\textdollar{{\ifdim\fontdimen\@ne\font>\z@\slshape\else\upshape\fi\$}}
529 \fCmd\textquoteright{`\'}
530 \fCmd\exclamdown{!`}
531 \fCmd\questiondown{?`}
532 \fSym\textquotedblleft{92}
533 \fAcc\^{94}
534 \fCmp\^i{\f@restore@enc\^\ptexi}
535 \fAcc\dotaccent{95}
536 \fCmpSym\dotaccent i{`\i}
537 \fCmpSym\dotaccent\i{`\i}
538 \fCmd\textquoteleft{`\`}
539 \fSym\textendash{123}
540 \fSym\textemdash{124}
541 \fAcc\H{125}
542 \fAcc\~{126}
543 \fAcc\"{127}
544 \fCmp\"i{\f@restore@enc\"\ptexi}
545 \fCmd\pounds{{\ifdim\fontdimen\@ne\font>\z@\itshape\else
546 \setfontshape{ui}\selectfont\fi\$}}
547 \fCmd\euro\@euro
548 \fCmdd\,{\@cedilla{24}{#1}}
549 \fCmdd\udotaccent{\@udotaccent{#1}}
550 \fCmdd\ubaraccent{\@ubaraccent{22}{#1}}
551 \fCmd\ordf{\leavevmode\raise1ex\hbox{\scalefont{727}\underbar{a}}}
552 \fCmd\ordm{\leavevmode\raise1ex\hbox{\scalefont{727}\underbar{o}}}
553 \fCmd\ij{\nobreak\hskip\z@skip i\kern-0.02em j\nobreak\hskip\z@skip}
554 \fCmd\IJ{\nobreak\hskip\z@skip I\kern-0.02em J\nobreak\hskip\z@skip}
555 \fCmd\textonesuperior{$^{\hbox{\scalefont{727}1}}$}
556 \fCmd\texttwosuperior{$^{\hbox{\scalefont{727}2}}$}
557 \fCmd\textthreesuperior{$^{\hbox{\scalefont{727}3}}$}
558 \fCmd\textonequarter{$\hbox{\scalefont{727}1}\over\hbox{\scalefont{727}4}$}
559 \fCmd\textonehalf{$\hbox{\scalefont{727}1}\over\hbox{\scalefont{727}2}$}
560 \fCmd\textthreequarters{$\hbox{\scalefont{727}3}\over\hbox{\scalefont{727}4}$}
561 % End of OT1.
562 %
563 % OML.
564 \fenc@begin{OML}
565 \fSym\textless{`\<}
566 \fSym\textgreater{`\>}
567 %\fSym\star{63}% FIXME this requires redefining \point.
568 \fAcc\tieaccent{127}
569 % End of OML.
570 %
571 % OMS.
572 \fenc@begin{OMS}
573 \fSym\minus0
574 \fSym\textperiodcentered1
575 \fSym\textmultiply2
576 \fSym\texttimes2
577 \fSym\textdivide4
578 \fSym\textdiv4
579 \fSym\textplusminus6
580 \fSym\textpm6
581 \fSym\bullet{15}
582 \fCmd\textdegree{$^{\hbox{\char14}}$}%
583 % FIXME @result, @expansion, @print, @equiv?
584 \fSym\{{102}
585 \fSym\}{103}
586 \fSym\textbackslash{110}% FIXME name.
587 \fSym\textsection{120}
588 \fSym\textdagger{121}
589 \fSym\textdaggerdbl{122}
590 \fSym\textparagraph{123}
591 \fSym\textbigcircle{13}
592 \def\oms@textcircled#1{{\ooalign{%
593 \hfil\raise.32ex\hbox{\f@restore@enc\scalefont{600}#1}\hfil\crcr
594 \raise.35ex\hbox{\scalefont{780}\textbigcircle}}}}%
595 \fCmdd\textcircled{\oms@textcircled{#1}}
596 \fCmd\textregistered{\oms@textcircled{R}}
597 \fCmd\copyright{\oms@textcircled{\kern-.05em C}}
598 % End of OMS.
599 %
600 % Common glyphs of the T* encodings.
601 \def\t@oenc@common{%
602 \fAcc\`0
603 \fAcc\'1
604 \fAcc\^2
605 \fAcc\~3
606 \fAcc\"4
607 \fAcc\H5
608 \fAcc\ringaccent6
609 \fAcc\v7
610 \fAcc\u8
611 \fAcc\=9
612 \fAcc\dotaccent{10}
613 \fCmpSym\dotaccent i{`\i}
614 \fCmpSym\dotaccent\i{`\i}
615 \fCmdd\,{\@cedilla{11}{##1}}
616 \fCmdd\k{{\ooalign{\relax\f@restore@enc ##1\crcr\hidewidth\char12}}}
617 \fCmdd\ogonekcentered{{\ooalign{\relax\f@restore@enc ##1\crcr\hidewidth\char12\hidewidth}}}
618 \fCmp\k o{\f@restore@enc\ogonekcentered o}
619 \fCmp\k O{\f@restore@enc\ogonekcentered O}
620 \fSym\textquotedblleft{16}
621 \fSym\textquotedblright{17}
622 \fSym\textendash{21}
623 \fSym\textemdash{22}
624 \fCmd\textperthousand{\%\char 24 }
625 \fCmd\textpertenthousand{\%\char 24\char 24 }
626 \fSym\ptexi{25}
627 \fSym\j{26}
628 \fSym\textvisiblespace{32}
629 \fCmd\textquotedbl{`\"}
630 \fCmd\textdollar{`\$}
631 \fSym\textquoteright{`\'}
632 \fSym\textless{`\<}
633 \fSym\textgreater{`\>}
634 \fSym\textbackslash{92}% FIXME name.
635 \fSym\textquoteleft{`\`}
636 \fSym\{{123}
637 \fSym\}{125}
638 \fCmdd\udotaccent{\@udotaccent{##1}}
639 \fCmdd\ubaraccent{\@ubaraccent{9}{##1}}
640 }%
641 % End of common glyphs of the T* encodings.
642 %
643 % T1.
644 \fenc@begin{T1}
645 \t@oenc@common % The common glyphs.
646 \fSym\textquotesinglbase{13}% FIXME LaTeX calls it `\quotesinglbase'.
647 \fSym\textguilsinglleft{14}% FIXME LaTeX calls it `\guilsinglleft'.
648 \fSym\textguilsinglright{15}% FIXME LaTeX calls it `\guilsinglright'.
649 \fSym\textquotedblbase{18}% FIXME LaTeX calls it `\quotedblbase'.
650 \fSym\textguillemotleft{19}% FIXME LaTeX calls it `\guillemotleft'.
651 \fSym\textguillemotright{20}% FIXME LaTeX calls it `\guillemotright'.
652 \fCmpSym\u A{128}
653 \fCmpSym\k A{129}
654 \fCmpSym\'C{130}
655 \fCmpSym\v C{131}
656 \fCmpSym\v D{132}
657 \fCmpSym\v E{133}
658 \fCmpSym\k E{134}
659 \fCmpSym\u G{135}
660 \fCmpSym\'L{136}
661 \fCmpSym\v L{137}
662 \fSym\L{138}
663 \fCmpSym\'N{139}
664 \fCmpSym\v N{140}
665 \fSym\NG{141}
666 \fCmpSym\H O{142}
667 \fCmpSym\'R{143}
668 \fCmpSym\v R{144}
669 \fCmpSym\'S{145}
670 \fCmpSym\v S{146}
671 \fCmpSym\,S{147}
672 \fCmpSym\v T{148}
673 \fCmpSym\,T{149}
674 \fCmpSym\H U{150}
675 \fCmpSym\ringaccent U{151}
676 \fCmpSym\"Y{152}
677 \fCmpSym\'Z{153}
678 \fCmpSym\v Z{154}
679 \fCmpSym\dotaccent Z{155}
680 \fSym\IJ{156}
681 \fCmpSym\dotaccent I{157}
682 \fSym\dj{158}% FIXME AGL calls it dcroat.
683 \fSym\textsection{159}
684 \fCmpSym\u a{160}
685 \fCmpSym\k a{161}
686 \fCmpSym\'c{162}
687 \fCmpSym\v c{163}
688 \fCmpSym\v d{164}
689 \fCmpSym\v e{165}
690 \fCmpSym\k e{166}
691 \fCmpSym\u g{167}
692 \fCmpSym\'l{168}
693 \fCmpSym\v l{169}
694 \fSym\l{170}
695 \fCmpSym\'n{171}
696 \fCmpSym\v n{172}
697 \fSym\ng{173}
698 \fCmpSym\H o{174}
699 \fCmpSym\'r{175}
700 \fCmpSym\v r{176}
701 \fCmpSym\'s{177}
702 \fCmpSym\v s{178}
703 \fCmpSym\,s{179}
704 \fCmpSym\v t{180}
705 \fCmpSym\,t{181}
706 \fCmpSym\H u{182}
707 \fCmpSym\ringaccent u{183}
708 \fCmpSym\"y{184}
709 \fCmpSym\'z{185}
710 \fCmpSym\v z{186}
711 \fCmpSym\dotaccent z{187}
712 \fSym\ij{188}
713 \fSym\exclamdown{189}
714 \fSym\questiondown{190}
715 \fSym\pounds{191}
716 \fCmpSym\`A{192}
717 \fCmpSym\'A{193}
718 \fCmpSym\^A{194}
719 \fCmpSym\~A{195}
720 \fCmpSym\"A{196}
721 \fCmpSym\ringaccent A{197}
722 \fSym\AE{198}
723 \fCmpSym\,C{199}
724 \fCmpSym\`E{200}
725 \fCmpSym\'E{201}
726 \fCmpSym\^E{202}
727 \fCmpSym\"E{203}
728 \fCmpSym\`I{204}
729 \fCmpSym\'I{205}
730 \fCmpSym\^I{206}
731 \fCmpSym\"I{207}
732 \fSym\DH{208}% FIXME AGL calls it eth.
733 \fSym\DJ{208}% FIXME AGL calls it dcroat.
734 \fCmpSym\~N{209}
735 \fCmpSym\`O{210}
736 \fCmpSym\'O{211}
737 \fCmpSym\^O{212}
738 \fCmpSym\~O{213}
739 \fCmpSym\"O{214}
740 \fSym\OE{215}
741 \fSym\O{216}
742 \fCmpSym\`U{217}
743 \fCmpSym\'U{218}
744 \fCmpSym\^U{219}
745 \fCmpSym\"U{220}
746 \fCmpSym\'Y{221}
747 \fSym\TH{222}% FIXME AGL calls it thorn.
748 \fSym\SS{223}
749 \fCmpSym\`a{224}
750 \fCmpSym\'a{225}
751 \fCmpSym\^a{226}
752 \fCmpSym\~a{227}
753 \fCmpSym\"a{228}
754 \fCmpSym\ringaccent a{229}
755 \fSym\ae{230}
756 \fCmpSym\,c{231}
757 \fCmpSym\`e{232}
758 \fCmpSym\'e{233}
759 \fCmpSym\^e{234}
760 \fCmpSym\"e{235}
761 \fCmpSym\`i{236}
762 \fCmpSym\'i{237}
763 \fCmpSym\^i{238}
764 \fCmpSym\"i{239}
765 \fSym\dh{240}% FIXME AGL calls it eth.
766 \fCmpSym\~n{241}
767 \fCmpSym\`o{242}
768 \fCmpSym\'o{243}
769 \fCmpSym\^o{244}
770 \fCmpSym\~o{245}
771 \fCmpSym\"o{246}
772 \fSym\oe{247}
773 \fSym\o{248}
774 \fCmpSym\`u{249}
775 \fCmpSym\'u{250}
776 \fCmpSym\^u{251}
777 \fCmpSym\"u{252}
778 \fCmpSym\'y{253}
779 \fSym\th{254}% FIXME AGL calls it thorn.
780 \fSym\ss{255}
781 % End of T1.
782 %
783 % T2A.
784 \fenc@begin{T2A}
785 \t@oenc@common % The common glyphs.
786 \fSym\CYRpalochka{13}
787 \fAcc\f{18}
788 \fAcc\C{19}
789 \fAcc\U{20}
790 \fSym\textnumero{157}
791 \fSym\textsection{158}
792 \fSym\textquotedblbase{189}% FIXME LaTeX calls this \quotedblbase.
793 \fSym\textguillemotleft{190}% FIXME LaTeX calls it `\guillemotleft'.
794 \fSym\textguillemotright{191}% FIXME LaTeX calls it `\guillemotright'.
795 \fSym\CYRA{192}
796 \fSym\cyra{224}
797 \fSym\CYRB{193}
798 \fSym\cyrb{225}
799 \fSym\CYRV{194}
800 \fSym\cyrv{226}
801 \fSym\CYRG{195}
802 \fSym\cyrg{227}
803 \fSym\CYRD{196}
804 \fSym\cyrd{228}
805 \fSym\CYRE{197}
806 \fSym\cyre{229}
807 \fSym\CYRZH{198}
808 \fSym\cyrzh{230}
809 \fSym\CYRZ{199}
810 \fSym\cyrz{231}
811 \fSym\CYRI{200}
812 \fSym\cyri{232}
813 \fSym\CYRISHRT{201}
814 \fSym\cyrishrt{233}
815 \fSym\CYRK{202}
816 \fSym\cyrk{234}
817 \fSym\CYRL{203}
818 \fSym\cyrl{235}
819 \fSym\CYRM{204}
820 \fSym\cyrm{236}
821 \fSym\CYRN{205}
822 \fSym\cyrn{237}
823 \fSym\CYRO{206}
824 \fSym\cyro{238}
825 \fSym\CYRP{207}
826 \fSym\cyrp{239}
827 \fSym\CYRR{208}
828 \fSym\cyrr{240}
829 \fSym\CYRS{209}
830 \fSym\cyrs{241}
831 \fSym\CYRT{210}
832 \fSym\cyrt{242}
833 \fSym\CYRU{211}
834 \fSym\cyru{243}
835 \fSym\CYRF{212}
836 \fSym\cyrf{244}
837 \fSym\CYRH{213}
838 \fSym\cyrh{245}
839 \fSym\CYRC{214}
840 \fSym\cyrc{246}
841 \fSym\CYRCH{215}
842 \fSym\cyrch{247}
843 \fSym\CYRSH{216}
844 \fSym\cyrsh{248}
845 \fSym\CYRSHCH{217}
846 \fSym\cyrshch{249}
847 \fSym\CYRHRDSN{218}
848 \fSym\cyrhrdsn{250}
849 \fSym\CYRERY{219}
850 \fSym\cyrery{251}
851 \fSym\CYRSFTSN{220}
852 \fSym\cyrsftsn{252}
853 \fSym\CYREREV{221}
854 \fSym\cyrerev{253}
855 \fSym\CYRYU{222}
856 \fSym\cyryu{254}
857 \fSym\CYRYA{223}
858 \fSym\cyrya{255}
859 \fSym\CYRGUP{128}
860 \fSym\cyrgup{160}
861 \fSym\CYRGHCRS{129}
862 \fSym\cyrghcrs{161}
863 \fSym\CYRDJE{130}
864 \fSym\cyrdje{162}
865 \fSym\CYRTSHE{131}
866 \fSym\cyrtshe{163}
867 \fSym\CYRSHHA{132}
868 \fSym\cyrshha{164}
869 \fSym\CYRZHDSC{133}
870 \fSym\cyrzhdsc{165}
871 \fSym\CYRZDSC{134}
872 \fSym\cyrzdsc{166}
873 \fSym\CYRLJE{135}
874 \fSym\cyrlje{167}
875 \fSym\CYRYI{136}
876 \fSym\cyryi{168}
877 \fSym\CYRKDSC{137}
878 \fSym\cyrkdsc{169}
879 \fSym\CYRKBEAK{138}
880 \fSym\cyrkbeak{170}
881 \fSym\CYRKVCRS{139}
882 \fSym\cyrkvcrs{171}
883 \fSym\CYRAE{140}
884 \fSym\cyrae{172}
885 \fSym\CYRNDSC{141}
886 \fSym\cyrndsc{173}
887 \fSym\CYRNG{142}
888 \fSym\cyrng{174}
889 \fSym\CYRDZE{143}
890 \fSym\cyrdze{175}
891 \fSym\CYROTLD{144}
892 \fSym\cyrotld{176}
893 \fSym\CYRSDSC{145}
894 \fSym\cyrsdsc{177}
895 \fSym\CYRUSHRT{146}
896 \fSym\cyrushrt{178}
897 \fSym\CYRY{147}
898 \fSym\cyry{179}
899 \fSym\CYRYHCRS{148}
900 \fSym\cyryhcrs{180}
901 \fSym\CYRHDSC{149}
902 \fSym\cyrhdsc{181}
903 \fSym\CYRDZHE{150}
904 \fSym\cyrdzhe{182}
905 \fSym\CYRCHVCRS{151}
906 \fSym\cyrchvcrs{183}
907 \fSym\CYRCHRDSC{152}
908 \fSym\cyrchrdsc{184}
909 \fSym\CYRIE{153}
910 \fSym\cyrie{185}
911 \fSym\CYRSCHWA{154}
912 \fSym\cyrschwa{186}
913 \fSym\CYRNJE{155}
914 \fSym\cyrnje{187}
915 \fSym\CYRYO{156}
916 \fSym\cyryo{188}
917 \fSym\CYRII{73}
918 \fSym\cyrii{105}
919 \fSym\CYRJE{74}
920 \fSym\cyrje{106}
921 \fSym\CYRQ{81}
922 \fSym\cyrq{113}
923 \fSym\CYRW{87}
924 \fSym\cyrw{119}
925 \fCmpSym\"\CYRE{156}
926 \fCmpSym\"\cyre{188}
927 \fCmpSym\U\CYRI{201}
928 \fCmpSym\U\cyri{233}
929 \fCmpSym\"\CYRII{136}
930 \fCmpSym\"\cyrii{168}
931 \fCmpSym\,\CYRZ{134}
932 \fCmpSym\,\cyrz{166}
933 \fCmpSym\k\CYRS{145}
934 \fCmpSym\k\cyrs{177}
935 \fCmpSym\U\CYRU{146}
936 \fCmpSym\U\cyru{178}
937 % End of T2A.
938 %
939 % TS1.
940 \fenc@begin{TS1}
941 \fAcc\tieaccent{26}
942 \fCmd\textdollar{`\$}
943 \fSym\textfractionsolidus{47}
944 \fSym\minus{61}
945 \fSym\textbigcircle{79}
946 \fCmdd\textcircled{{\ooalign{\hfil\raise.34ex%
947 \hbox{\f@restore@enc\scalefont{560}#1}\hfil\crcr\hbox{\textbigcircle}}}}
948 %\fSym\star{98}% FIXME this requires redefining \point.
949 \fSym\textdagger{132}
950 \fSym\textdaggerdbl{133}
951 \fSym\textperthousand{135}
952 \fSym\bullet{136}
953 \fSym\texttrademark{151}
954 \fSym\textpertenthousand{152}
955 \fSym\textnumero{155}
956 \fSym\textcent{162}
957 \fSym\pounds{163}
958 \fSym\textcurrency{164}
959 \fSym\textyen{165}
960 \fSym\textbrokenbar{166}
961 \fSym\textsection{167}
962 \fSym\copyright{169}
963 \fSym\ordf{170}
964 \fSym\textlnot{172}% FIXME What about \lnot?
965 \fSym\textregistered{174}
966 \fSym\textdegree{176}
967 \fSym\textplusminus{177}
968 \fSym\textpm{177}
969 \fSym\texttwosuperior{178}
970 \fSym\textthreesuperior{179}
971 \fSym\textmu{181}
972 \fSym\textparagraph{182}
973 \fSym\textperiodcentered{183}
974 \fSym\textonesuperior{185}
975 \fSym\ordm{186}
976 \fSym\textonequarter{188}
977 \fSym\textonehalf{189}
978 \fSym\textthreequarters{190}
979 \fSym\euro{191}
980 \fSym\textmultiply{214}
981 \fSym\texttimes{214}
982 \fSym\textdivide{246}
983 \fSym\textdiv{246}
984 % End of TS1.
985 %
986 % Free the memory.
987 \let\t@oenc@common\undefined
988 %
989 \endinput
0 \catcode`\@=11
1 \input ienc
2 \input oenc
3 \input fsel
4
5
6 %\tracingfonts2
7 \def\msg#1{\medskip\leftline{#1}\message{^^J^^J** #1}\ignorespaces}
8
9
10
11 \msg{Copyright and registered}
12
13 x\copyright\ x\registeredsymbol
14
15 {\setfontencoding{T1}\setfontfamily{LMRoman}\selectfont
16 x\copyright\ x\registeredsymbol}
17
18
19
20 % Declare a test font family, with very different fonts (visually) for
21 % OT1 and T1.
22 \declarefontfamily TestFam 1000 1200
23 \fontmapfamily TestFam OT1 CMSans
24 \fontmapfamily TestFam T1 URWPalladio
25 \fontmapfamily TestFam TS1 LMRoman
26 \fontmapfamily TestFam OML CMRoman
27 \fontmapfamily TestFam OMS CMRoman
28 \fontmapfamily TestFam T2A LHRoman
29
30 % Define some encoding-specific glyphs.
31 \fenc@begin{OT1}
32 \fAcc\a{19}% \'
33 \fCmp\a e{\'e}
34 \fCmp\a E{\f@restore@enc\'e}
35 \fCmp\a g{\'g}
36 \fCmp\a G{\f@restore@enc\'g}
37 \fCmp\a m{\b{oo}}
38 \fCmp\a M{\f@restore@enc\b{oo}}
39 \fCmp\a n{\b \copyright}
40 \fCmp\a N{\f@restore@enc\b \copyright}
41 \fCmd\copyright{WrongEncoding}
42 %
43 \fenc@begin{OML}
44 \fAcc\b{127}% \tieafter
45
46 \catcode`\@=12
47
48
49
50 \msg{Dollar, pounds, euro (in OT1)}
51
52 \textdollar{\itshape\textdollar}
53 {\bfseries\textdollar{\itshape\textdollar}}
54
55 % There's no bold `ui' font, so we don't get a bold \pounds.
56 \pounds{\itshape\pounds}
57 {\bfseries\pounds{\itshape\pounds}}
58
59 \euro{\itshape\euro}
60 {\bfseries\euro{\itshape\euro}}
61
62
63
64 \msg{Cache}
65 % To see this test working, you must uncomment the messages in
66 % \f@search@command and \f@search@composite (but this will break
67 % accents, so for other test comment them out again).
68
69 % The cache is global and does not depend on font shape.
70 {\bf
71 \textregistered\textless\'a\texttimes\'g \tieaccent{oo}
72 \message{^^J*}
73 }\quad
74 \textregistered\textless\'a\texttimes\'g \tieaccent{oo}
75 \message{^^J**}
76
77 \documentencoding ISO-8859-1
78 % Now the new cache will be filled because \documentencoding changed
79 % the current font encoding list.
80 {\bf
81 \textregistered\textless\'a\texttimes\'g \tieaccent{oo}
82 \message{^^J*}
83 }\quad
84 \textregistered\textless\'a\texttimes\'g \tieaccent{oo}
85 \message{^^J**}
86
87 \setfontencoding{T1}\setfontfamily{TestFam}\selectfont
88 % Again, another cache because encodings list of TestFam is different
89 % from that of CMRoman.
90 {\bf
91 \textregistered\textless\'a\texttimes\'g \tieaccent{oo} \CYRZH
92 \message{^^J*}
93 }\quad
94 \textregistered\textless\'a\texttimes\'g \tieaccent{oo} \CYRZH
95 \message{^^J**}
96
97
98 % We are now in ISO-8859-1 input encoding and T1 encoding of TestFam.
99
100
101 \msg{Accents}
102 \'{}
103 \'a
104 \'ô
105 \'\copyright
106 \quad
107 % |a| in T1 (the current encoding), the accent in OT1 (the only
108 % encoding containing |\a|).
109 \a a
110 \a ô
111 \a \copyright
112 \quad
113 % Argument of the accent can contain an expandable command (including
114 % an active character) only as a first token. But even then, it's
115 % best if it's the only token in the argument, because |\bf a| and
116 % |\bfa| will not be distinguished by the cache.
117 \a{\bf c}
118 %\a{\bf ô}% Doesn't work.
119 \def\boldohat{\bf ô}%
120 \a\boldohat
121 %\a{\bf \ae}% Doesn't work.
122 \def\boldae{\bf\ae}%
123 \a\boldae
124
125
126
127 \msg{Composites}
128 \'e
129 \'g
130 \quad
131 % Improperly defined composite -- |\a e| does not restore the original
132 % encoding before calling another glyph macro (|\'e|), which results
133 % in |e| being typeset in the encoding of the |\a e| composite (OT1).
134 \a e
135 \a g
136 % Now the original encoding is properly restored -- therefore |\'e|
137 % is called from T1; since T1 contains the composite |\'e|, we get
138 % that. For |\'g| we get an accent since there's no such composite.
139 \a E
140 \a G
141 \quad
142 % A more complex example with the actual accent coming from yet
143 % another encoding.
144 \a m
145 \a M
146 \quad
147 % And now even the accent's argument is from a different encoding.
148 \a n
149 \a N
150
151 \bye
152
153 % Local variables:
154 % compile-command: "tex --interact=nonstopmode otest.tex"
155 % coding: latin-1
156 % End:
0 % -*- mode: TeX; coding: cp1251; -*-
1 % From http://www.unicode.org/standard/translations/russian.html
2 По своей природе компьютеры могут работать лишь с числами. И для того,
3 чтобы они могли хранить в памяти буквы или другие символы, каждому
4 такому символу должно быть поставлено в соответствие число. До того,
5 как появился Unicode, в мире имели хождение сотни различных схем
6 подобного кодирования символов. Но ни одна из этих схем не была столь
7 универсальной, чтобы описать все необходимые символы: например, только
8 для кодирования букв, входящих в алфавиты языков Европейского
9 Сообщества, необходимо было использовать несколько различных
10 кодировок. По большому счёту даже и для отдельного языка, скажем,
11 английского, не существовало единой системы кодирования, включавшей в
12 себя все обычно используемые буквы, знаки пунктуации и технические
13 סטלגמכ�.
14
15 Более того, все эти схемы кодирования часто даже не были совместимы
16 друг с другом. К примеру, две разные кодировки могли использовать один
17 и тот же код для представления двух разных символов или присваивать
18 разные коды одной и той же букве. В этой ситуации для любого
19 компьютера, а особенно сервера, приходилось поддерживать несколько
20 разных кодировок, которые могли понадобиться, но даже и тогда при
21 передаче данных на другую платформу или при их преобразовании в другую
22 кодировку всегда оставался риск, что эти данные окажутся повреждёнными.
23 \endinput
0 % -*- mode: TeX; coding: koi8-r; -*-
1 % From http://www.unicode.org/standard/translations/russian.html
2 По своей природе компьютеры могут работать лишь с числами. И для того,
3 чтобы они могли хранить в памяти буквы или другие символы, каждому
4 такому символу должно быть поставлено в соответствие число. До того,
5 как появился Unicode, в мире имели хождение сотни различных схем
6 подобного кодирования символов. Но ни одна из этих схем не была столь
7 универсальной, чтобы описать все необходимые символы: например, только
8 для кодирования букв, входящих в алфавиты языков Европейского
9 Сообщества, необходимо было использовать несколько различных
10 кодировок. По большому счёту даже и для отдельного языка, скажем,
11 английского, не существовало единой системы кодирования, включавшей в
12 себя все обычно используемые буквы, знаки пунктуации и технические
13 символы.
14
15 Более того, все эти схемы кодирования часто даже не были совместимы
16 друг с другом. К примеру, две разные кодировки могли использовать один
17 и тот же код для представления двух разных символов или присваивать
18 разные коды одной и той же букве. В этой ситуации для любого
19 компьютера, а особенно сервера, приходилось поддерживать несколько
20 разных кодировок, которые могли понадобиться, но даже и тогда при
21 передаче данных на другую платформу или при их преобразовании в другую
22 кодировку всегда оставался риск, что эти данные окажутся повреждёнными.
23 \endinput
0 % -*- mode: TeX; coding: latin-1; -*-
1 % From http://www.unicode.org/standard/translations/icelandic.html
2 Tölvur geta í eðli sínu aðeins unnið með tölur. Þær geyma bókstafi og
3 önnur skriftákn með því að úthluta þeim tölu. Áður en Unicode kom til
4 voru hundruğ mismunandi túlkunarkerfa sem úthlutuğu şessum
5 tölum. Ekkert eitt túlkunarkerfi gat innihaldið nægilegan fjölda
6 skriftákna; t.d. þarfnast Evrópusambandið nokkurra mismunandi kerfa
7 til að spanna öll tungumál þess. Jafnvel fyrir eitt tungumál, eins og
8 ensku, var eitt túlkunarkerfi ekki nóg fyrir alla bókstafi,
9 greinarmerki og algengustu einingatákn.
10
11 Túlkunarkerfin hafa einnig verið í andstöðu hvert við annað, þ.e. tvö
12 kerfi geta notað sömu tölu fyrir tvö ólík skriftákn eða notað tvær
13 mismunandi tölur fyrir sama táknið. Sérhver tölva þarf (sérstaklega
14 miðlarar) að styðja margs konar túlkanir á stöfum; engu að síður er
15 alltaf hætta á stafabrenglun þegar gögn fara á milli tölva og á milli
16 mismunandi túlkunarkerfa.
17 \endinput
0 % -*- mode: TeX; coding: latin-2; -*-
1 % From http://www.unicode.org/standard/translations/czech.html
2 Poèítaèe, ze své podstaty, pracují pouze s èísly. Písmena a dal¹í
3 znaky ukládají tak, ¾e ka¾dému z nich pøiøadí èíslo. Pøed vznikem
4 Unicode existovaly stovky rozdílných kódovacích systémù pro
5 pøiøazování tìchto èísel. ®ádné z tìchto kódování nemohlo obsahovat
6 dostatek znakù: napøíklad Evropská unie sama potøebuje nìkolik rùznıch
7 kódování, aby pokryla v¹echny své jazyky. Dokonce i pro jeden jediný
8 jazyk, jako je angliètina, nevyhovovalo ¾ádné kódování pro v¹echny
9 písmena, interpunkci a bì¾nì pou¾ívané technické symboly.
10
11 Tyto kódovací systémy také byly v konfliktu jeden s druhým. To
12 znamená, ¾e dvì kódování mohou pou¾ívat stejné èíslo pro dva rùzné
13 znaky, nebo pou¾ívat rùzná èísla pro stejnı znak. Jakıkoli poèítaè
14 (zvlá¹tì servery) musí podporovat mnoho rùzných kódování; pøesto,
15 kdykoli jsou data pøedávána mezi rùznými kódováními nebo platformami,
16 hrozí, ¾e tato data budou po¹kozena.
17 \endinput
0 % -*- mode: TeX; coding: latin-9; -*-
1 % From http://www.unicode.org/standard/translations/french.html
2 Fondamentalement, les ordinateurs ne comprennent que les nombres. Ils
3 codent les lettres et autres caractères sous formes de nombres. Avant
4 l'invention d'Unicode, des centaines de systèmes de codage de
5 caractères ont été créés. Pas un seul d'entre eux n'était satisfaisant:
6 par exemple, l'Union Européenne a besoin de plusieurs systèmes de
7 codage pour couvrir toutes ses langues d'usage. Même pour une seule
8 langue comme le français, aucun système de codage ne couvrait toutes
9 les lettres, les signes de ponctuation et les symboles techniques en
10 usage courant.
11
12 Ces systèmes de codage sont souvent incompatibles entre eux. Ainsi,
13 deux systèmes peuvent utiliser le même nombre pour deux caractères
14 différents ou utiliser différents nombres pour le même caractère. Les
15 ordinateurs, et plus particulièrement les serveurs, doivent supporter
16 plusieurs systèmes de codage de caractères, ce qui crée un risque de
17 corruption des données à chaque transition.
18 \endinput
0 TEX=tex
1 DIFF=diff
2
3 define run_test
4 $(TEX) $@.tex 2>&1 \
5 | $(DIFF) -u -I '^This is TeX, Version 3\..*' $@.out -
6 endef
7
8 $(foreach target,newfont subst,$def_test)
9
10 define def_test
11 all: $(target)
12 $(target)::
13 $(run_test)
14 endef
15
16 #.PHONY: all
17 #
18 #$(call def_test,newfont)
19 #
20 #all: newfont
21 #
22 #all: subst
23 #
24 #newfont::
25 # $(run_test)
26 #
27 #subst::
28 # $(run_test)
0 This is TeX, Version 3.141592 (Web2C 7.5.6)
1 (./newfont.tex (../fattr.tex (/usr/share/texmf-texlive/tex/eplain/eplain.tex))
2
3 **** Simple font defs.
4 17: Started font def with "\do 8.0pt 1000 {a8}".
5
6 18: Updated font def to "\do 8.0pt 1000 {a8}\do 10.0pt 1000 {a10}".
7
8 19: Updated font def to "\do 8.0pt 1000 {a8}\do 10.0pt 1000 {a10}\do 12.0pt 100
9 0 {a12}".
10
11 21: Warning: Replacing font "a12" (12.0pt@1000) with font "b12" (12.0pt@1000).
12
13 21: Updated font def to "\do 8.0pt 1000 {a8}\do 10.0pt 1000 {a10}\do 12.0pt 100
14 0 {b12}".
15
16 22: Warning: Replacing font "a10" (10.0pt@1000) with font "b10" (10.0pt@1000).
17
18 22: Updated font def to "\do 8.0pt 1000 {a8}\do 10.0pt 1000 {b10}\do 12.0pt 100
19 0 {b12}".
20
21 23: Warning: Replacing font "a8" (8.0pt@1000) with font "b8" (8.0pt@1000).
22
23 23: Updated font def to "\do 8.0pt 1000 {b8}\do 10.0pt 1000 {b10}\do 12.0pt 100
24 0 {b12}".
25 **** Simple font defs with mag factor variations.
26
27 27: Started font def with "\do 12.0pt 1000 {c12}".
28
29 28: Updated font def to "\do 8.0pt 1000 {c8}\do 12.0pt 1000 {c12}".
30
31 29: Updated font def to "\do 8.0pt 1000 {c8}\do 10.0pt 1000 {c10}\do 12.0pt 100
32 0 {c12}".
33
34 31: Updated font def to "\do 8.0pt 1000 {c8}\do 10.0pt 1000 {c10}\do 10.0pt 120
35 0 {c10}\do 12.0pt 1000 {c12}".
36
37 32: Updated font def to "\do 8.0pt 1000 {c8}\do 10.0pt 1000 {c10}\do 10.0pt 120
38 0 {c10}\do 12.0pt 1000 {c12}\do 12.0pt 1100 {c12}".
39
40 33: Updated font def to "\do 8.0pt 1000 {c8}\do 10.0pt 1000 {c10}\do 8.0pt 1300
41 {c8}\do 10.0pt 1200 {c10}\do 12.0pt 1000 {c12}\do 12.0pt 1100 {c12}".
42
43 **** Same design size and mag factor, different feature sets.
44
45 37: Started font def with "\do 10.0pt 1000 {d10}".
46
47 38: Started font def with "\do 10.0pt 1000 {d10}".
48
49 39: Started font def with "\do 10.0pt 1000 {d10}".
50
51 40: Started font def with "\do 10.0pt 1000 {d10}".
52
53 41: Started font def with "\do 10.0pt 1000 {d10}".
54
55 42: Started font def with "\do 10.0pt 1000 {d10}".
56
57 **** Same design size, different mag factors.
58
59 46: Started font def with "\do 10.0pt 1000 {e1.0}".
60
61 47: Updated font def to "\do 10.0pt 1000 {e1.0}\do 10.0pt 1400 {e1.4}".
62
63 48: Updated font def to "\do 10.0pt 800 {e0.8}\do 10.0pt 1000 {e1.0}\do 10.0pt
64 1400 {e1.4}".
65 50: Started font def with "\do 10.0pt 1000 {f1.0}".
66
67 51: Updated font def to "\do 10.0pt 800 {f0.8}\do 10.0pt 1000 {f1.0}".
68
69 52: Updated font def to "\do 10.0pt 800 {f0.8}\do 10.0pt 1000 {f1.0}\do 10.0pt
70 1400 {f1.4}".
71
72 53: Updated font def to "\do 10.0pt 800 {f0.8}\do 10.0pt 1000 {f1.0}\do 10.0pt
73 1200 {f1.2}\do 10.0pt 1400 {f1.4}". )
74 No pages of output.
75 Transcript written on newfont.log.
0 \input ../fattr
1
2 \ftracelevel=3
3
4 \newfontattr family Fam1
5 \newfontattr family Fam2
6 \newfontattr family Fam3
7 \newfontattr encoding Enc1
8 \newfontattr encoding Enc2
9 \newfontattr encoding Enc3
10 \newfontattr encoding Enc4
11 \newfontattr slant Slant1
12 \newfontattr slant Slant2
13
14 \message{^^J**** Simple font defs.}
15
16 \newfont 8 1000 a8 Fam1
17 \newfont 10 1000 a10 Fam1
18 \newfont 12 1000 a12 Fam1
19
20 \newfont 12 1000 b12 Fam1
21 \newfont 10 1000 b10 Fam1
22 \newfont 8 1000 b8 Fam1
23
24 \message{^^J**** Simple font defs with mag factor variations.}
25
26 \newfont 12 1000 c12 Fam1,Enc1
27 \newfont 8 1000 c8 Enc1,Fam1
28 \newfont 10 1000 c10 Fam1,Enc1
29
30 \newfont 10 1200 c10 Fam1,Enc1
31 \newfont 12 1100 c12 Fam1,Enc1
32 \newfont 8 1300 c8 Fam1,Enc1
33
34 \message{^^J**** Same design size and mag factor, different feature sets.}
35
36 \newfont 10 1000 d10 Fam2
37 \newfont 10 1000 d10 Fam2,Enc2
38 \newfont 10 1000 d10 Fam1,Enc2
39 \newfont 10 1000 d10 Fam1,Enc3
40 \newfont 10 1000 d10 Fam1,Enc2,Slant1
41 \newfont 10 1000 d10 Fam1,Slant2,Enc2
42
43 \message{^^J**** Same design size, different mag factors.}
44
45 \newfont 10 1000 e1.0 Fam3
46 \newfont 10 1400 e1.4 Fam3
47 \newfont 10 800 e0.8 Fam3
48
49 \newfont 10 1000 f1.0 Fam3,Enc4
50 \newfont 10 800 f0.8 Fam3,Enc4
51 \newfont 10 1400 f1.4 Fam3,Enc4
52 \newfont 10 1200 f1.2 Fam3,Enc4
53
54 \bye
0 \input ../fattr
1
2 \ftracelevel=3
3
4 \newfontattr family Fam1
5 \newfontattr family Fam2
6 \newfontattr family Fam3
7 \newfontattr encoding Enc1
8 \newfontattr encoding Enc2
9 \newfontattr encoding Enc3
10 \newfontattr encoding Enc4
11 \newfontattr slant Slant1
12 \newfontattr slant Slant2
13 \newfontattr slant Slant3
14 \newfontattr slant Slant4
15
16 \fontsubstpre = Fam1
17 - slant
18 + Enc1
19
20 \bye
0 \input texinfo.tex @c -*-texinfo-*-
1 @setfilename texifont
2 @settitle GNU Texinfo font subsystem
3
4 @c Originally written by Oleg Katsidatze and Karl Berry, 2006.
5 @c Public domain.
6
7 @syncodeindex fn cp
8
9 @titlepage
10 @title GNU Texinfo font subsystem
11 @end titlepage
12
13
14 @contents
15
16
17 @ifnottex
18 @node Top
19 @top GNU Texinfo font subsystem
20
21 Unfinished chapter on GNU Texinfo font subsystem, also unfinished.
22 @end ifnottex
23
24 @menu
25 * Font management:: Defining font families.
26 * Index::
27 @end menu
28
29
30 @node Font management
31 @chapter Font management
32
33 Texinfo's font management macros allow customization of fonts used in
34 the printed document.
35
36
37 @menu
38 * Introduction::
39 * Font definition macros::
40 * Font selection macros::
41 * Font substitution macros::
42 * Font collections::
43 * Input encodings::
44 * Font encodings::
45 @end menu
46
47 @node Introduction
48 @section Introduction
49
50 In this chapter we introduce the basic concepts of font management in
51 Texinfo.
52
53 @menu
54 * Font features and attributes::
55 * Current font attribute set::
56 * Font substitution::
57 @end menu
58
59 @node Font features and attributes
60 @subsection Font features and attributes
61
62 @cindex font feature
63 @cindex feature, of font
64 @cindex font attribute
65 @cindex attribute, of font
66 Each font can be characterized by a number of @dfn{features}. For
67 example, a font can be characterized by weight (boldness of glyph
68 strokes), slant (inclination of glyph strokes), etc.
69
70 Font @dfn{attribute} is a particular representation of a feature. For
71 example, the ``weight'' feature can be represented by attributes
72 ``light'', ``medium'', ``semibold'', ``bold'', etc.; the ``slant''
73 feature by attributes ``upright'', ``slanted'', ``italic'', etc.
74
75 Most font features describe physical appearance of a font. However,
76 two special features describe organizational aspects of fonts---font
77 family and font encoding.
78
79 @cindex font family
80 @cindex family, of font
81 A collection of related fonts is grouped into a @dfn{font family}.
82 All fonts in a font family generally have the same or similar design,
83 representing variations on that particular design. For example, a
84 font family may include an upright font, an italic font and a bold
85 upright font. Examples of font families: Computer Modern Roman,
86 Times, Helvetica.
87
88 @cindex font encoding
89 @cindex encoding, of font
90 @dfn{Font encoding} specifies the set and the order of characters
91 represented within a font. Examples of font encodings: OT1 (Latin
92 upper- and lower-case characters, arabic numerals and some additional
93 glyphs), T1 (characters of Western-European scripts), T2A (characters
94 of Cyrillic scripts). For a guide to @TeX{} font encodings, see
95 @url{http://@/www.ctan.org/@/tex-archive/@/help/@/Catalogue/@/entries/@/encguide.html}.
96
97
98 @node Current font attribute set
99 @subsection Current font attribute set
100
101 At font definition time, each font is associated with a set of
102 attributes. Naturally, only one attribute can be specified per
103 feature, but not every feature has to be represented.
104
105 A font then can be selected by specifying a list of attributes. At
106 all times, Texinfo maintains a @dfn{current font attribute set}.
107 Texinfo provides macros to initialize this set, as well as to modify
108 it by adding attributes or removing attributes corresponding to
109 certain features. If a font definition is found which matches every
110 attribute in the resulting attribute set, the corresponding font is
111 selected.
112
113 For example, let's assume the current font attribute set consists of
114 the following attributes:
115
116 @table @samp
117 @item CMRoman
118 ``family'' feature
119 @item OT1
120 ``encoding'' feature
121 @item bold
122 ``weight'' feature
123 @end table
124
125 @noindent
126 If now we instruct Texinfo to add attributes @samp{light} and
127 @samp{italic} and to remove the @samp{encoding} feature, the font
128 attribute set becomes:
129
130 @table @samp
131 @item CMRoman
132 @item light
133 replaces the @samp{bold} attribute of the ``weight'' feature
134 @item italic
135 ``slant'' feature
136 @end table
137
138 @noindent
139 Of course, in order for this font change specification to be
140 successful, a font must be associated previously with such font
141 attribute set.
142
143
144 @node Font substitution
145 @subsection Font substitution
146
147 Sometimes it can be convenient to replace some attributes when a font
148 with a certain set of attributes is requested. For example, a font
149 family may contain slanted but not italic fonts. If we only define
150 slanted fonts, all macros explicitly requesting italic font will fail
151 when such font family is used. But we may decide that it is
152 acceptable to use slanted fonts wherever italic fonts are being used.
153 To achieve this, one solution is to create fake italic font
154 definitions by duplicating definitions of slanted fonts and replacing
155 the @samp{slanted} attribute with @samp{italic}. An alternative,
156 simpler solution is to define font substitution, indicating that all
157 requests for a font with the @samp{italic} attribute should be
158 satisfied with a font with the @samp{slanted} attribute and all other
159 font attributes unchanged.
160
161 It is possible to specify more complex font substitutions which
162 replace/add several attributes and/or remove attributes corresponding
163 to certain features. All defined substitutions are applied in turn,
164 starting with the current font attribute set, with the later
165 substitutions performed on the result of the previous, so that it's
166 possible to define chains of substitutions. Note that font
167 substitution works with attribute sets; only the final attribute set
168 is used to look up the corresponding font, so intermediate sets do not
169 have to be associated with any font.
170
171 Unlike font selection, font substitution is ``permissive'', that is,
172 in order for a font substitution to be applied, its attribute set
173 doesn't need to match the current font attribute set exactly, it can
174 just be a subset of the font attribute set. For example, if a font
175 substitution is defined to apply to the set of two attributes
176 @samp{CMRoman} and @samp{OT1}, the substitution will also apply to any
177 of the following attribute sets:
178
179 @itemize
180 @item @samp{CMRoman}, @samp{OT1}, @samp{upright};
181 @item @samp{CMRoman}, @samp{OT1}, @samp{bold};
182 @item @samp{CMRoman}, @samp{OT1}, @samp{upright}, @samp{bold};
183 @end itemize
184
185 @noindent
186 but to none of the following:
187
188 @itemize
189 @item @samp{CMRoman};
190 @item @samp{OT1};
191 @item @samp{CMRoman}, @samp{upright};
192 @item @samp{OT1}, @samp{upright}.
193 @end itemize
194
195
196 ``Restrictive'' font substitutions, where attribute sets have to mach
197 exactly, are (currently?) not supported.
198
199
200 @node Other
201 @subsection Other
202
203 @dfn{Scaling factor} is an integer equal to magnification ratio
204 times@tie{}1000.
205
206
207 @node Font definition macros
208 @section Font definition macros
209
210 @findex newfontarrs
211 Font attributes can be defined with the command
212
213 @example
214 @@newfontatrrs @var{feature} @var{attribute-list}
215 @end example
216
217 @noindent
218 where @var{feature} is the font feature to associate the attributes
219 with, @var{attribute-list} is a comma-separated list of one or more
220 attributes to define. It is not an error to define an already defined
221 attribute, as long as that attribute is associated with the same font
222 feature as before.
223
224 For example, the following command
225
226 @example
227 @@newfontattrs encoding OT1,OMS,OML,OMX
228 @end example
229
230 @noindent
231 defines the classic @TeX{} font encodings. After the above
232 definition, the following command will be valid:
233
234 @example
235 @@newfontattrs encoding OT1,T1
236 @end example
237
238 @noindent
239 but the following command will generate an error (feature names are
240 case-sensitive):
241
242 @example
243 @@newfontattrs Encoding OT1
244 @end example
245
246 @findex newfont
247 A font can be defined with the command
248
249 @example
250 @@newfont @var{scale} @var{font} @var{size} @var{lskip}[,@var{reduced},@var{small},@var{smaller}] [@var{attr-list}]
251 @end example
252
253 @noindent
254 Here optional parts are in square brackets. The arguments are as
255 follows:
256
257 @table @var
258 @item scale
259 Font's relative scaling factor (see below).
260
261 @item font
262 Font file name (e.g., @file{cmr10}).
263
264 @item size
265 Design size of the font (see below) specified as a @TeX{} dimension or
266 a number (in which case @TeX{} points are assumed).
267
268 @item lskip
269 Recommended line skip scaling factor which will be multiplied by the
270 selected font size to get the actual line skip.
271
272 @item reduced
273 Scaling factor for a reduced-size font (``one size smaller''), used
274 for acronyms. Default is 909 (10/11).
275
276 @item small
277 Scaling factor for a small-size font (``two sizes smaller''), used
278 for indices, footnotes, small examples, etc. Default is 818 (9/11).
279
280 @item smaller
281 Scaling factor for an even-smaller-size font (``three sizes
282 smaller''), used for superscripts, subscripts, the @LaTeX{} logo, etc.
283 Default is 727 (8/11).
284
285 @item attr-list
286 List of attributes to associate with the font. If omitted, attributes
287 from the last @code{@@newfont} command are applied.
288 @end table
289
290 @i{This scheme doesn't provide for situation when we want different
291 @var{reduced}, @var{small} and @var{smaller} settings for the same
292 font for different size ranges.}
293
294
295 @cindex scaling factor, of a font
296 @cindex font scaling factor
297 Different font families have different notions of font size. For
298 example, Bera fonts at 10@dmn{pt} look much bigger than Computer
299 Modern fonts at 10@dmn{pt}. When mixing fonts and font families,
300 their sizes must be scaled to achieve visual uniformity. This is what
301 the relative scaling factor (the first argument of @code{@@newfont})
302 is for---it specifies the scaling factor which needs to be applied to
303 a font to match a corresponding font from the Computer Modern
304 collection of fonts (which are the default fonts of Texinfo).
305
306 @i{Maybe it makes better sense to specify @var{scale} for the entire
307 family and not for individual fonts. Not sure if fonts from the same
308 family would ever need different scaling factors. One (hypothetical?)
309 case I can think of is when a font family provides fonts at several
310 design sizes, and those design sizes scale differently to the
311 corresponding Computer Modern design sizes, so each design size has to
312 be tweaked individually.}
313
314 @cindex design size, of a font
315 @cindex size, design, of a font
316 @cindex font design size
317 Each font has a @dfn{design size}, which is the size in which the
318 designer intended the font to be displayed (the @var{size} argument of
319 @code{@@newfont}). To produce a font in a size other than the design
320 size, Texinfo can scale a font. Many font families provide fonts in
321 only one design size, usually 10@dmn{pt}. When fonts are provided in
322 several design sizes, it is best to define all the provided design
323 sizes.
324
325 For example, Computer Modern Roman font family provides five design
326 sizes (7@dmn{pt}, 8@dmn{pt}, 9@dmn{pt}, 10@dmn{pt} and 12@dmn{pt}) for
327 the italic medium-weight face, but only one design size (10@dmn{pt})
328 for the upright caps and small caps face. The font encoding for both
329 faces is @acronym{OT1}. Therefore, part of the definition of the
330 CMRoman font family dealing with italic and caps and small caps faces
331 might look like the following:
332
333 @example
334 @@newfontattrs family CMRoman
335 @@newfontattrs encoding OT1
336 @@newfontattrs slant upright,italic
337 @@newfontattrs caps normalcaps,capssmallcaps
338
339 @@newfont 1000 cmti7 7 1350 CMRoman,OT1,italic,normalcaps
340 @@newfont 1000 cmti8 8 1300
341 @@newfont 1000 cmti9 9 1250,1
342 @@newfont 1000 cmti10 10 1200
343 @@newfont 1000 cmti12 12 1150
344 @@newfont 1000 cmcsc10 10 1200 CMRoman,OT1,upright,capssmallcaps
345 @end example
346
347
348 @node Font selection macros
349 @section Font selection macros
350
351 @findex setfont
352 @cindex setting current attributes list
353 @cindex current attributes list, setting
354 @cindex setting a font
355 @cindex selecting a font
356 @cindex font, setting
357 @cindex font, selecting
358 The @code{@@setfont} command sets the current attribute list and then
359 selects the font associated with that list:
360
361 @example
362 @@setfont@{@var{attribute-list}@}
363 @end example
364
365 @findex modfont
366 If you don't want to specify all attributes but just want to add
367 certain attributes to the current attribute list and/or remove
368 attributes for certain features, use the command
369
370 @example
371 @@modfont@{@var{feature-list}@}@{@var{attribute-list}@}
372 @end example
373
374 @noindent
375 Any attributes corresponding to features from @var{feature-list} will
376 be removed from the current attribute list, attributes from
377 @var{attribute-list} will be added to it, and the resulting attribute
378 list will be used by Texinfo to select a font.
379
380
381 @menu
382 * Relative font scaling::
383 @end menu
384
385 @node Relative font scaling
386 @subsection Relative font scaling
387
388 @cindex scaling of fonts
389 @findex fontbasescale
390 By default, all fonts are scaled to match the Computer Modern fonts,
391 and the Computer Modern fonts come out at their ``natural'' sizes.
392 This happens when base font scaling factor is set to 1000, the
393 relative scaling factor of the Computer Modern fonts. You can set a
394 different base scaling factor using the command
395
396 @example
397 @@fontbasescale @var{scale}
398 @end example
399
400 @noindent
401 If @var{scale} is omitted, the current font's relative scaling factor
402 will be used.
403
404
405 @node Font substitution macros
406 @section Font substitution macros
407
408 Each font substitution consists of three sets: filter (set of
409 attributes), removed features (set of features) and added attributes
410 (set of attributes). When selecting a font, Texinfo applies the list
411 of defined substitutions to the current attribute list, and uses the
412 resulting attribute list to selects a font.
413
414 examines each substitution in turn, applying
415 those whose filter matches the current attribute list (i.e., those
416 whose filter contains each attribute from the list) to the result of
417 the previous substitutions on the current attribute list. The
418 resulting attribute list as used to select a font.
419
420 To add a substitution to the head of the substitution list, use the
421 command
422
423 @example
424 @@fontsubstpre =@var{filter} -@var{removed-features} +@var{added-attributes}
425 @end example
426
427 The following command adds a substitution to the tail of the
428 substitution list:
429 @example
430 @@fontsubstpost =@var{filter} -@var{removed-features} +@var{added-attributes}
431 @end example
432
433
434 @node Font collections
435 @section Font collections
436
437 @code{@@declarefontcollection}
438
439 @code{@@fontcollection}
440
441
442 @menu
443 * Font styles::
444 * Font style selection::
445 * Font styles for document elements::
446 @end menu
447
448 @node Font styles
449 @subsection Font styles
450
451 @cindex font styles
452 @cindex styles, fonts
453 Font styles are a way to apply one of the defined font families to the
454 text. It is possible to specify font styles for the various elements
455 of a document individually, such as body text, page headings and
456 footings, table of contents, indexes, and chapter, section, subsection
457 and sub-subsection titles.
458
459 @menu
460 * Font style selection::
461 * Font styles for document elements::
462 @end menu
463
464
465 @node Font style selection
466 @subsection Font style selection
467
468 Below are the styles defined by Texinfo, with the corresponding
469 default meanings and commands which select them. All the style
470 commands take a single argument in braces and typeset it according to
471 font attributes specified for the style.
472
473 @table @samp
474 @findex serif
475 @item serif
476 serifed fonts (CMRoman), applied with @code{@@serif}.
477
478 @findex sansserif
479 @item sans
480 sans serif fonts (CMSans), applied with @code{@@sansserif}.
481
482 @findex t
483 @item mono
484 monospace fonts (CMMono), applied with @code{@@t}.
485
486 @findex r
487 @item default
488 fonts used in absence of any style switches, and applied with
489 @code{@@r} (CMRoman).
490
491 @item math
492 fonts used in math mode (CMMath), no explicit switches.
493 @end table
494
495 For example, the command
496
497 @example
498 @@sansserif@{text@}
499 @end example
500
501 @noindent
502 typesets @samp{text} using the @samp{sans} font style (which results
503 in a sans serif font by default).
504
505
506 @node Font styles for document elements
507 @subsection Font styles for document elements
508
509 It is possible to customize each of the above styles separately for
510 each element of the document. Texinfo associates styles with the
511 following elements:
512
513 @table @samp
514 @item *
515 Default, used for body text. Attributes from this `element' are also
516 inherited by other elements, unless those elements redefine them.
517
518 @item heading
519 @itemx footing
520 Page headings and footings.
521
522 @item toc
523 The table of contents.
524
525 @item shorttoc
526 The short table of contents.
527
528 @item shorttocchapter
529 Chapters in the short table of contents.
530
531 @item index
532 Indexes.
533
534 @item indexinitials
535 Initials in the index.
536
537 @item title
538 Document title.
539
540 @item chapter
541 @itemx section
542 @itemx subsection
543 @itemx subsubsection
544 Chapter, section, subsection and sub-subsection titles.
545 @end table
546
547 @findex fontfamily
548 To associate a font family with a particular style for a particular
549 document element, use the following command:
550
551 @example
552 @@fontfamily @var{element} @var{style} @var{family}
553 @end example
554
555 @findex fontaxes
556 To specify which font axes should be used, use the command
557
558 @example
559 @@fontaxes @var{element} @var{style} @var{axes}
560 @end example
561
562 @noindent
563 where @var{axes} is a comma-separated list of axes, or a single
564 @samp{.} if none.
565
566 @findex fontsize
567 @findex fontshape
568 @findex fontweight
569 The following commands will set font size, shape and weight to be used
570 for a document element:
571
572 @example
573 @@fontsize @var{element} @var{point-size}
574 @@fontshape @var{element} @var{shape}
575 @@fontweight @var{element} @var{weight}
576 @end example
577
578 @findex unsetfonts
579 Before you start defining font attributes for the styles, it might be
580 a good idea to @code{@@unsetfonts}, which unsets all font attribute
581 definitions except the defaults, which are set as follows:
582
583 @example
584 @@fontfamily * default CMRoman
585 @@fontfamily * serif CMRoman
586 @@fontfamily * sans CMSans
587 @@fontfamily * mono CMMono
588 @@fontfamily * math CMMath
589
590 @@fontaxes * default .
591 @@fontaxes * serif .
592 @@fontaxes * sans .
593 @@fontaxes * mono .
594 @@fontaxes * math .
595
596 @@fontsize * 11
597 @@fontweight * m
598 @@fontshape * n
599 @end example
600
601 @findex setfonts
602 @findex resetfonts
603 After you have finished specifying font attributes for the styles, you
604 should activate them with @code{@@setfonts}. To revert to the default
605 styles, call @code{@@resetfonts}.
606
607 Below is a complete example of a document style specification.
608
609 @example
610 @@c Use Computer Modern fonts with no axes (the defaults).
611 @@unsetfonts
612
613 @@c The body text will be 12pt medium-weight upright font.
614 @@fontsize * 12
615
616 @@c Page headings are in a smaller italic font; footings are in
617 @@c smaller upright.
618 @@fontsize heading 10
619 @@fontshape heading it
620 @@fontsize footing 10
621
622 @@c TOC is in the default face and smaller; indexes are in the default
623 @@c face and even smaller.
624 @@fontsize toc 11
625 @@fontsize index 10
626
627 @@c Font attributes for the title. We are not going to use @@serif,
628 @@c @@sans, etc., so we don't care about non-default styles.
629 @@fontfamily title * SomeFunkyFontFamily
630 @@fontaxes title * of,pf
631 @@fontsize title 20
632 @@fontweight title bx
633 @@fontshape title it
634
635 @@c Use sans fonts for chapters, sections and subsections. We exchange
636 @@c the meanings of @@sans and @@serif.
637
638 @@fontfamily chapter * CMSans
639 @@fontfamily chapter serif CMSans
640 @@fontfamily chapter sans CMRoman
641 @@fontfamily chapter math CMBrightMath
642 @@fontsize chapter 17
643
644 @@fontfamily section * CMSans
645 @@fontfamily section serif CMSans
646 @@fontfamily section sans CMRoman
647 @@fontfamily section math CMBrightMath
648 @@fontsize section 14
649
650 @@fontfamily subsection * CMSans
651 @@fontfamily subsection serif CMSans
652 @@fontfamily subsection sans CMRoman
653 @@fontfamily subsection math CMBrightMath
654 @@fontsize subsection 12
655
656 @@c Don't forget to activate the styles.
657 @@setfonts
658 @end example
659
660
661 @node Input encodings
662 @section Input encodings
663
664
665 @node Font encodings
666 @section Font encodings
667
668
669 @node Index
670 @unnumbered Index
671
672 @printindex cp
673
674
675 @bye
676
677 @c Local variables:
678 @c compile-command: "texi2pdf texifont.txi && xpdf -remote key -raise -reload"
679 @c End:
0 % pstexinfo.tex -- TeX macros to handle Texinfo files with
1 % Postscript fonts modification
2 %
3 % Load plain if necessary, i.e., if running under initex.
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
5 %
6 \def\texinfoversion{2003-07-28.08-PS}
7 %
8 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
10 %
11 % Patch for Postscript fonts:
12 % made 2003 by Torsten Bronger <bronger@users.sourceforge.net>
13 %
14 % This texinfo.tex file is free software; you can redistribute it and/or
15 % modify it under the terms of the GNU General Public License as
16 % published by the Free Software Foundation; either version 2, or (at
17 % your option) any later version.
18 %
19 % This pstexinfo.tex file is distributed in the hope that it will be
20 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
21 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 % General Public License for more details.
23 %
24 % You should have received a copy of the GNU General Public License
25 % along with this pstexinfo.tex file; see the file COPYING. If not, write
26 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
27 % Boston, MA 02111-1307, USA.
28 %
29 % As a special exception, when this file is read by TeX when processing
30 % a Texinfo source document, you may use the result without
31 % restriction. (This has been our intent since Texinfo was invented.)
32 %
33 % Please try the latest version of texinfo.tex before submitting bug
34 % reports; you can get the latest version from:
35 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
36 % ftp://tug.org/tex/texinfo.tex
37 % (and all CTAN mirrors, see http://www.ctan.org).
38 % The texinfo.tex in any given distribution could well be out
39 % of date, so if that's what you're using, please check.
40 %
41 % Send bug reports to bug-texinfo@gnu.org IF THEY REFER TO THE
42 % ORIGINAL texinfo.tex PART OF THIS FILE. Please include including a
43 % complete document in each bug report with which we can reproduce the
44 % problem. Patches are, of course, greatly appreciated.
45 %
46 % To process a Texinfo manual with TeX, it's most reliable to use the
47 % texi2dvi shell script that comes with the distribution. For a simple
48 % manual foo.texi, however, you can get away with this:
49 % tex foo.texi
50 % texindex foo.??
51 % tex foo.texi
52 % tex foo.texi
53 % dvips foo.dvi -o # or whatever; this makes foo.ps.
54 % The extra TeX runs get the cross-reference information correct.
55 % Sometimes one run after texindex suffices, and sometimes you need more
56 % than two; texi2dvi does it as many times as necessary.
57 %
58 % It is possible to adapt texinfo.tex for other languages, to some
59 % extent. You can get the existing language-specific files from the
60 % full Texinfo distribution.
61 %
62 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
63
64
65 \message{Loading texinfo [version \texinfoversion]:}
66
67 % If in a .fmt file, print the version number
68 % and turn on active characters that we couldn't do earlier because
69 % they might have appeared in the input file name.
70 \everyjob{\message{[Texinfo version \texinfoversion]}%
71 \catcode`+=\active \catcode`\_=\active}
72
73 \message{Basics,}
74 \chardef\other=12
75
76 % We never want plain's \outer definition of \+ in Texinfo.
77 % For @tex, we can use \tabalign.
78 \let\+ = \relax
79
80 % Save some plain tex macros whose names we will redefine.
81 \let\ptexb=\b
82 \let\ptexbullet=\bullet
83 \let\ptexc=\c
84 \let\ptexcomma=\,
85 \let\ptexdot=\.
86 \let\ptexdots=\dots
87 \let\ptexend=\end
88 \let\ptexequiv=\equiv
89 \let\ptexexclam=\!
90 \let\ptexfootnote=\footnote
91 \let\ptexgtr=>
92 \let\ptexhat=^
93 \let\ptexi=\i
94 \let\ptexindent=\indent
95 \let\ptexnoindent=\noindent
96 \let\ptexinsert=\insert
97 \let\ptexlbrace=\{
98 \let\ptexless=<
99 \let\ptexplus=+
100 \let\ptexrbrace=\}
101 \let\ptexslash=\/
102 \let\ptexstar=\*
103 \let\ptext=\t
104
105 % If this character appears in an error message or help string, it
106 % starts a new line in the output.
107 \newlinechar = `^^J
108
109 % Set up fixed words for English if not already set.
110 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
111 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
112 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
113 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
114 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
115 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
116 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
117 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
118 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
119 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi
120 \ifx\putwordof\undefined \gdef\putwordof{of}\fi
121 \ifx\putwordon\undefined \gdef\putwordon{on}\fi
122 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi
123 \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi
124 \ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi
125 \ifx\putwordsee\undefined \gdef\putwordsee{see}\fi
126 \ifx\putwordSee\undefined \gdef\putwordSee{See}\fi
127 \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi
128 \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi
129 %
130 \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi
131 \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi
132 \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi
133 \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi
134 \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi
135 \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi
136 \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi
137 \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi
138 \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi
139 \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi
140 \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi
141 \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi
142 %
143 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi
144 \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi
145 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi
146 \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi
147 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi
148
149 % In some macros, we cannot use the `\? notation---the left quote is
150 % in some cases the escape char.
151 \chardef\colonChar = `\:
152 \chardef\commaChar = `\,
153 \chardef\dotChar = `\.
154 \chardef\exclamChar= `\!
155 \chardef\questChar = `\?
156 \chardef\semiChar = `\;
157 \chardef\spaceChar = `\ %
158 \chardef\underChar = `\_
159
160 % Ignore a token.
161 %
162 \def\gobble#1{}
163
164 % The following is used inside several \edef's.
165 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}
166
167 % Hyphenation fixes.
168 \hyphenation{ap-pen-dix}
169 \hyphenation{eshell}
170 \hyphenation{mini-buf-fer mini-buf-fers}
171 \hyphenation{time-stamp}
172 \hyphenation{white-space}
173
174 % Margin to add to right of even pages, to left of odd pages.
175 \newdimen\bindingoffset
176 \newdimen\normaloffset
177 \newdimen\pagewidth \newdimen\pageheight
178
179 % For a final copy, take out the rectangles
180 % that mark overfull boxes (in case you have decided
181 % that the text looks ok even though it passes the margin).
182 %
183 \def\finalout{\overfullrule=0pt}
184
185 % @| inserts a changebar to the left of the current line. It should
186 % surround any changed text. This approach does *not* work if the
187 % change spans more than two lines of output. To handle that, we would
188 % have adopt a much more difficult approach (putting marks into the main
189 % vertical list for the beginning and end of each change).
190 %
191 \def\|{%
192 % \vadjust can only be used in horizontal mode.
193 \leavevmode
194 %
195 % Append this vertical mode material after the current line in the output.
196 \vadjust{%
197 % We want to insert a rule with the height and depth of the current
198 % leading; that is exactly what \strutbox is supposed to record.
199 \vskip-\baselineskip
200 %
201 % \vadjust-items are inserted at the left edge of the type. So
202 % the \llap here moves out into the left-hand margin.
203 \llap{%
204 %
205 % For a thicker or thinner bar, change the `1pt'.
206 \vrule height\baselineskip width1pt
207 %
208 % This is the space between the bar and the text.
209 \hskip 12pt
210 }%
211 }%
212 }
213
214 % Sometimes it is convenient to have everything in the transcript file
215 % and nothing on the terminal. We don't just call \tracingall here,
216 % since that produces some useless output on the terminal. We also make
217 % some effort to order the tracing commands to reduce output in the log
218 % file; cf. trace.sty in LaTeX.
219 %
220 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
221 \def\loggingall{%
222 \tracingstats2
223 \tracingpages1
224 \tracinglostchars2 % 2 gives us more in etex
225 \tracingparagraphs1
226 \tracingoutput1
227 \tracingmacros2
228 \tracingrestores1
229 \showboxbreadth\maxdimen \showboxdepth\maxdimen
230 \ifx\eTeXversion\undefined\else % etex gives us more logging
231 \tracingscantokens1
232 \tracingifs1
233 \tracinggroups1
234 \tracingnesting2
235 \tracingassigns1
236 \fi
237 \tracingcommands3 % 3 gives us more in etex
238 \errorcontextlines\maxdimen
239 }%
240
241 % add check for \lastpenalty to plain's definitions. If the last thing
242 % we did was a \nobreak, we don't want to insert more space.
243 %
244 \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount
245 \removelastskip\penalty-50\smallskip\fi\fi}
246 \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount
247 \removelastskip\penalty-100\medskip\fi\fi}
248 \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount
249 \removelastskip\penalty-200\bigskip\fi\fi}
250
251 % For @cropmarks command.
252 % Do @cropmarks to get crop marks.
253 %
254 \newif\ifcropmarks
255 \let\cropmarks = \cropmarkstrue
256 %
257 % Dimensions to add cropmarks at corners.
258 % Added by P. A. MacKay, 12 Nov. 1986
259 %
260 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
261 \newdimen\cornerlong \cornerlong=1pc
262 \newdimen\cornerthick \cornerthick=.3pt
263 \newdimen\topandbottommargin \topandbottommargin=.75in
264
265 % Main output routine.
266 \chardef\PAGE = 255
267 \output = {\onepageout{\pagecontents\PAGE}}
268
269 \newbox\headlinebox
270 \newbox\footlinebox
271
272 % \onepageout takes a vbox as an argument. Note that \pagecontents
273 % does insertions, but you have to call it yourself.
274 \def\onepageout#1{%
275 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
276 %
277 \ifodd\pageno \advance\hoffset by \bindingoffset
278 \else \advance\hoffset by -\bindingoffset\fi
279 %
280 % Do this outside of the \shipout so @code etc. will be expanded in
281 % the headline as they should be, not taken literally (outputting ''code).
282 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
283 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
284 %
285 {%
286 % Have to do this stuff outside the \shipout because we want it to
287 % take effect in \write's, yet the group defined by the \vbox ends
288 % before the \shipout runs.
289 %
290 \escapechar = `\\ % use backslash in output files.
291 \indexdummies % don't expand commands in the output.
292 \normalturnoffactive % \ in index entries must not stay \, e.g., if
293 % the page break happens to be in the middle of an example.
294 \shipout\vbox{%
295 % Do this early so pdf references go to the beginning of the page.
296 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
297 %
298 \ifcropmarks \vbox to \outervsize\bgroup
299 \hsize = \outerhsize
300 \vskip-\topandbottommargin
301 \vtop to0pt{%
302 \line{\ewtop\hfil\ewtop}%
303 \nointerlineskip
304 \line{%
305 \vbox{\moveleft\cornerthick\nstop}%
306 \hfill
307 \vbox{\moveright\cornerthick\nstop}%
308 }%
309 \vss}%
310 \vskip\topandbottommargin
311 \line\bgroup
312 \hfil % center the page within the outer (page) hsize.
313 \ifodd\pageno\hskip\bindingoffset\fi
314 \vbox\bgroup
315 \fi
316 %
317 \unvbox\headlinebox
318 \pagebody{#1}%
319 \ifdim\ht\footlinebox > 0pt
320 % Only leave this space if the footline is nonempty.
321 % (We lessened \vsize for it in \oddfootingxxx.)
322 % The \baselineskip=24pt in plain's \makefootline has no effect.
323 \vskip 2\baselineskip
324 \unvbox\footlinebox
325 \fi
326 %
327 \ifcropmarks
328 \egroup % end of \vbox\bgroup
329 \hfil\egroup % end of (centering) \line\bgroup
330 \vskip\topandbottommargin plus1fill minus1fill
331 \boxmaxdepth = \cornerthick
332 \vbox to0pt{\vss
333 \line{%
334 \vbox{\moveleft\cornerthick\nsbot}%
335 \hfill
336 \vbox{\moveright\cornerthick\nsbot}%
337 }%
338 \nointerlineskip
339 \line{\ewbot\hfil\ewbot}%
340 }%
341 \egroup % \vbox from first cropmarks clause
342 \fi
343 }% end of \shipout\vbox
344 }% end of group with \normalturnoffactive
345 \advancepageno
346 \ifnum\outputpenalty>-20000 \else\dosupereject\fi
347 }
348
349 \newinsert\margin \dimen\margin=\maxdimen
350
351 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
352 {\catcode`\@ =11
353 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
354 % marginal hacks, juha@viisa.uucp (Juha Takala)
355 \ifvoid\margin\else % marginal info is present
356 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
357 \dimen@=\dp#1 \unvbox#1
358 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
359 \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
360 }
361
362 % Here are the rules for the cropmarks. Note that they are
363 % offset so that the space between them is truly \outerhsize or \outervsize
364 % (P. A. MacKay, 12 November, 1986)
365 %
366 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
367 \def\nstop{\vbox
368 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
369 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
370 \def\nsbot{\vbox
371 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
372
373 % Parse an argument, then pass it to #1. The argument is the rest of
374 % the input line (except we remove a trailing comment). #1 should be a
375 % macro which expects an ordinary undelimited TeX argument.
376 %
377 \def\parsearg{\parseargusing{}}
378 \def\parseargusing#1#2{%
379 \def\next{#2}%
380 \begingroup
381 \obeylines
382 \catcode`\ =10
383 #1%
384 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
385 }
386
387 {\obeylines %
388 \gdef\parseargline#1^^M{%
389 \endgroup % End of the group started in \parsearg.
390 \argremovecomment #1\comment\ArgTerm%
391 }%
392 }
393
394 % First remove any @comment, then any @c comment.
395 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
396 \def\argremovec#1\c#2\ArgTerm{\argremovespace#1$ $\ArgTerm}
397 % \argremovec might leave us with trailing space, though; e.g.,
398 % @end itemize @c foo
399 % Note that the argument cannot contain the TeX $, as its catcode is
400 % changed to \other when Texinfo source is read.
401 \def\argremovespace#1 $#2\ArgTerm{\finishparsearg#1$\ArgTerm}
402
403 % If a _delimited_ argument is enclosed in braces, they get stripped; so
404 % to get _exactly_ the rest of the line, we had to prevent such situation.
405 % We prepended an \empty token at the very beginning and we expand it
406 % just before passing the control to \next.
407 % (But first, we have to spend the remaining $ or two.)
408 \def\finishparsearg#1$#2\ArgTerm{\expandafter\next\expandafter{#1}}
409
410 % \defparsearg\foo{...}
411 % is roughly equivalent to
412 % \def\foo{\parsearg\Xfoo}
413 % \def\Xfoo#1{...}
414 %
415 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
416 % favourite TeX trick. --kasal, 16nov03
417
418 \def\defparsearg#1{%
419 \expandafter \dodefparsearg \csname\string#1\endcsname #1%
420 }
421 \def\dodefparsearg#1#2{%
422 \def#2{\parsearg#1}%
423 \def#1##1%
424 }
425
426 % Several utility definitions with active space:
427 {
428 \obeyspaces
429 \gdef\obeyedspace{ }
430
431 % Make each space character in the input produce a normal interword
432 % space in the output. Don't allow a line break at this space, as this
433 % is used only in environments like @example, where each line of input
434 % should produce a line of output anyway.
435 %
436 \gdef\sepspaces{\obeyspaces\let =\tie}
437
438 % If an index command is used in an @example environment, any spaces
439 % therein should become regular spaces in the raw index file, not the
440 % expansion of \tie (\leavevmode \penalty \@M \ ).
441 \gdef\unsepspaces{\let =\space}
442 }
443
444
445 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
446
447
448 %% These are used to keep @begin/@end levels from running away
449 %% Call \inENV within environments (after a \begingroup)
450 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi}
451 \def\ENVcheck{%
452 \ifENV\errmessage{Still within an environment; press RETURN to continue}
453 \endgroup\fi} % This is not perfect, but it should reduce lossage
454
455 % @end foo executes the definition of \Efoo.
456 %
457 \defparsearg\end{%
458 \expandafter\ifx\csname E#1\endcsname\relax
459 \badenderror{#1}%
460 \else
461 % Everything's ok; the right environment has been started.
462 \csname E#1\endcsname
463 \fi
464 }
465
466 \def\badenderror#1{%
467 \expandafter\ifx\csname#1\endcsname\relax
468 % There's no \foo, i.e., no ``environment'' foo.
469 \errhelp = \EMsimple
470 \errmessage{Undefined command `@end #1'}%
471 \else
472 \unmatchedenderror{#1}%
473 \fi
474 }
475
476 % There is an environment #1, but it hasn't been started. Give an error.
477 %
478 \def\unmatchedenderror#1{%
479 \errhelp = \EMsimple
480 \errmessage{This `@end #1' doesn't have a matching `@#1'}%
481 }
482
483 % Define the control sequence \E#1 to give an unmatched @end error.
484 %
485 \def\defineunmatchedend#1{%
486 \expandafter\def\csname E#1\endcsname{\unmatchedenderror{#1}}%
487 }
488
489 \newhelp\EMsimple{Press RETURN to continue.}
490
491
492 %% Simple single-character @ commands
493
494 % @@ prints an @
495 % Kludge this until the fonts are right (grr).
496 \def\@{{\tt\char64}}
497
498 % This is turned off because it was never documented
499 % and you can use @w{...} around a quote to suppress ligatures.
500 %% Define @` and @' to be the same as ` and '
501 %% but suppressing ligatures.
502 %\def\`{{`}}
503 %\def\'{{'}}
504
505 % Used to generate quoted braces.
506 \def\mylbrace {{\tt\char123}}
507 \def\myrbrace {{\tt\char125}}
508 \let\{=\mylbrace
509 \let\}=\myrbrace
510 \begingroup
511 % Definitions to produce \{ and \} commands for indices,
512 % and @{ and @} for the aux file.
513 \catcode`\{ = \other \catcode`\} = \other
514 \catcode`\[ = 1 \catcode`\] = 2
515 \catcode`\! = 0 \catcode`\\ = \other
516 !gdef!lbracecmd[\{]%
517 !gdef!rbracecmd[\}]%
518 !gdef!lbraceatcmd[@{]%
519 !gdef!rbraceatcmd[@}]%
520 !endgroup
521
522 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
523 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
524 \let\, = \c
525 \let\dotaccent = \.
526 \def\ringaccent#1{{\accent23 #1}}
527 \let\tieaccent = \t
528 \let\ubaraccent = \b
529 \let\udotaccent = \d
530
531 % Other special characters: @questiondown @exclamdown
532 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
533 \def\questiondown{?`}
534 \def\exclamdown{!`}
535
536 % Dotless i and dotless j, used for accents.
537 \def\imacro{i}
538 \def\jmacro{j}
539 \def\dotless#1{%
540 \def\temp{#1}%
541 \ifx\temp\imacro \ptexi
542 \else\ifx\temp\jmacro \j
543 \else \errmessage{@dotless can be used only with i or j}%
544 \fi\fi
545 }
546
547 % Be sure we're in horizontal mode when doing a tie, since we make space
548 % equivalent to this in @example-like environments. Otherwise, a space
549 % at the beginning of a line will start with \penalty -- and
550 % since \penalty is valid in vertical mode, we'd end up putting the
551 % penalty on the vertical list instead of in the new paragraph.
552 {\catcode`@ = 11
553 % Avoid using \@M directly, because that causes trouble
554 % if the definition is written into an index file.
555 \global\let\tiepenalty = \@M
556 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
557 }
558
559 % @: forces normal size whitespace following.
560 \def\:{\spacefactor=1000 }
561
562 % @* forces a line break.
563 \def\*{\hfil\break\hbox{}\ignorespaces}
564
565 % @/ allows a line break.
566 \let\/=\allowbreak
567
568 % @. is an end-of-sentence period.
569 \def\.{.\spacefactor=3000 }
570
571 % @! is an end-of-sentence bang.
572 \def\!{!\spacefactor=3000 }
573
574 % @? is an end-of-sentence query.
575 \def\?{?\spacefactor=3000 }
576
577 % @w prevents a word break. Without the \leavevmode, @w at the
578 % beginning of a paragraph, when TeX is still in vertical mode, would
579 % produce a whole line of output instead of starting the paragraph.
580 \def\w#1{\leavevmode\hbox{#1}}
581
582 % @group ... @end group forces ... to be all on one page, by enclosing
583 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
584 % to keep its height that of a normal line. According to the rules for
585 % \topskip (p.114 of the TeXbook), the glue inserted is
586 % max (\topskip - \ht (first item), 0). If that height is large,
587 % therefore, no glue is inserted, and the space between the headline and
588 % the text is small, which looks bad.
589 %
590 % Another complication is that the group might be very large. This can
591 % cause the glue on the previous page to be unduly stretched, because it
592 % does not have much material. In this case, it's better to add an
593 % explicit \vfill so that the extra space is at the bottom. The
594 % threshold for doing this is if the group is more than \vfilllimit
595 % percent of a page (\vfilllimit can be changed inside of @tex).
596 %
597 \newbox\groupbox
598 \def\vfilllimit{0.7}
599 %
600 \def\group{\begingroup
601 \ifnum\catcode`\^^M=\active \else
602 \errhelp = \groupinvalidhelp
603 \errmessage{@group invalid in context where filling is enabled}%
604 \fi
605 \startsavinginserts
606 %
607 % The \vtop we start below produces a box with normal height and large
608 % depth; thus, TeX puts \baselineskip glue before it, and (when the
609 % next line of text is done) \lineskip glue after it. (See p.82 of
610 % the TeXbook.) Thus, space below is not quite equal to space
611 % above. But it's pretty close.
612 \def\Egroup{%
613 \egroup % End the \vtop.
614 % \dimen0 is the vertical size of the group's box.
615 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
616 % \dimen2 is how much space is left on the page (more or less).
617 \dimen2 = \pageheight \advance\dimen2 by -\pagetotal
618 % if the group doesn't fit on the current page, and it's a big big
619 % group, force a page break.
620 \ifdim \dimen0 > \dimen2
621 \ifdim \pagetotal < \vfilllimit\pageheight
622 \page
623 \fi
624 \fi
625 \box\groupbox
626 \checkinserts
627 \endgroup % End the \group.
628 }%
629 %
630 \setbox\groupbox = \vtop\bgroup
631 % We have to put a strut on the last line in case the @group is in
632 % the midst of an example, rather than completely enclosing it.
633 % Otherwise, the interline space between the last line of the group
634 % and the first line afterwards is too small. But we can't put the
635 % strut in \Egroup, since there it would be on a line by itself.
636 % Hence this just inserts a strut at the beginning of each line.
637 \everypar = {\strut}%
638 %
639 % Since we have a strut on every line, we don't need any of TeX's
640 % normal interline spacing.
641 \offinterlineskip
642 %
643 % OK, but now we have to do something about blank
644 % lines in the input in @example-like environments, which normally
645 % just turn into \lisppar, which will insert no space now that we've
646 % turned off the interline space. Simplest is to make them be an
647 % empty paragraph.
648 \ifx\par\lisppar
649 \edef\par{\leavevmode \par}%
650 %
651 % Reset ^^M's definition to new definition of \par.
652 \obeylines
653 \fi
654 %
655 % Do @comment since we are called inside an environment such as
656 % @example, where each end-of-line in the input causes an
657 % end-of-line in the output. We don't want the end-of-line after
658 % the `@group' to put extra space in the output. Since @group
659 % should appear on a line by itself (according to the Texinfo
660 % manual), we don't worry about eating any user text.
661 \comment
662 }
663 %
664 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
665 % message, so this ends up printing `@group can only ...'.
666 %
667 \newhelp\groupinvalidhelp{%
668 group can only be used in environments such as @example,^^J%
669 where each line of input produces a line of output.}
670
671 % @need space-in-mils
672 % forces a page break if there is not space-in-mils remaining.
673
674 \newdimen\mil \mil=0.001in
675
676 % Old definition--didn't work.
677 %\defparsearg\need{\par %
678 %% This method tries to make TeX break the page naturally
679 %% if the depth of the box does not fit.
680 %{\baselineskip=0pt%
681 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
682 %\prevdepth=-1000pt
683 %}}
684
685 \defparsearg\need{%
686 % Ensure vertical mode, so we don't make a big box in the middle of a
687 % paragraph.
688 \par
689 %
690 % If the @need value is less than one line space, it's useless.
691 \dimen0 = #1\mil
692 \dimen2 = \ht\strutbox
693 \advance\dimen2 by \dp\strutbox
694 \ifdim\dimen0 > \dimen2
695 %
696 % Do a \strut just to make the height of this box be normal, so the
697 % normal leading is inserted relative to the preceding line.
698 % And a page break here is fine.
699 \vtop to #1\mil{\strut\vfil}%
700 %
701 % TeX does not even consider page breaks if a penalty added to the
702 % main vertical list is 10000 or more. But in order to see if the
703 % empty box we just added fits on the page, we must make it consider
704 % page breaks. On the other hand, we don't want to actually break the
705 % page after the empty box. So we use a penalty of 9999.
706 %
707 % There is an extremely small chance that TeX will actually break the
708 % page at this \penalty, if there are no other feasible breakpoints in
709 % sight. (If the user is using lots of big @group commands, which
710 % almost-but-not-quite fill up a page, TeX will have a hard time doing
711 % good page breaking, for example.) However, I could not construct an
712 % example where a page broke at this \penalty; if it happens in a real
713 % document, then we can reconsider our strategy.
714 \penalty9999
715 %
716 % Back up by the size of the box, whether we did a page break or not.
717 \kern -#1\mil
718 %
719 % Do not allow a page break right after this kern.
720 \nobreak
721 \fi
722 }
723
724 % @br forces paragraph break
725
726 \let\br = \par
727
728 % @dots{} output an ellipsis using the current font.
729 % We do .5em per period so that it has the same spacing in a typewriter
730 % font as three actual period characters.
731 %
732 \def\dots{%
733 \leavevmode
734 \hbox to 1.5em{%
735 \hskip 0pt plus 0.25fil minus 0.25fil
736 .\hss.\hss.%
737 \hskip 0pt plus 0.5fil minus 0.5fil
738 }%
739 }
740
741 % @enddots{} is an end-of-sentence ellipsis.
742 %
743 \def\enddots{%
744 \leavevmode
745 \hbox to 2em{%
746 \hskip 0pt plus 0.25fil minus 0.25fil
747 .\hss.\hss.\hss.%
748 \hskip 0pt plus 0.5fil minus 0.5fil
749 }%
750 \spacefactor=3000
751 }
752
753 % @page forces the start of a new page.
754 %
755 \def\page{\par\vfill\supereject}
756
757 % @exdent text....
758 % outputs text on separate line in roman font, starting at standard page margin
759
760 % This records the amount of indent in the innermost environment.
761 % That's how much \exdent should take out.
762 \newskip\exdentamount
763
764 % This defn is used inside fill environments such as @defun.
765 \defparsearg\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}
766
767 % This defn is used inside nofill environments such as @example.
768 \defparsearg\nofillexdent{{\advance \leftskip by -\exdentamount
769 \leftline{\hskip\leftskip{\rm#1}}}}
770
771 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
772 % paragraph. For more general purposes, use the \margin insertion
773 % class. WHICH is `l' or `r'.
774 %
775 \newskip\inmarginspacing \inmarginspacing=1cm
776 \def\strutdepth{\dp\strutbox}
777 %
778 \def\doinmargin#1#2{\strut\vadjust{%
779 \nobreak
780 \kern-\strutdepth
781 \vtop to \strutdepth{%
782 \baselineskip=\strutdepth
783 \vss
784 % if you have multiple lines of stuff to put here, you'll need to
785 % make the vbox yourself of the appropriate size.
786 \ifx#1l%
787 \llap{\ignorespaces #2\hskip\inmarginspacing}%
788 \else
789 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
790 \fi
791 \null
792 }%
793 }}
794 \def\inleftmargin{\doinmargin l}
795 \def\inrightmargin{\doinmargin r}
796 %
797 % @inmargin{TEXT [, RIGHT-TEXT]}
798 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
799 % else use TEXT for both).
800 %
801 \def\inmargin#1{\parseinmargin #1,,\finish}
802 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
803 \setbox0 = \hbox{\ignorespaces #2}%
804 \ifdim\wd0 > 0pt
805 \def\lefttext{#1}% have both texts
806 \def\righttext{#2}%
807 \else
808 \def\lefttext{#1}% have only one text
809 \def\righttext{#1}%
810 \fi
811 %
812 \ifodd\pageno
813 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
814 \else
815 \def\temp{\inleftmargin\lefttext}%
816 \fi
817 \temp
818 }
819
820 % @include file insert text of that file as input.
821 %
822 \def\include{\parseargusing\filenamecatcodes\includezzz}
823 \def\includezzz#1{%
824 \pushthisfilestack
825 \def\thisfile{#1}%
826 {%
827 \makevalueexpandable
828 \def\temp{\input #1 }%
829 \expandafter
830 }\temp
831 \popthisfilestack
832 }
833 \def\filenamecatcodes{%
834 \catcode`\\=\other
835 \catcode`~=\other
836 \catcode`^=\other
837 \catcode`_=\other
838 \catcode`|=\other
839 \catcode`<=\other
840 \catcode`>=\other
841 \catcode`+=\other
842 \catcode`-=\other
843 }
844
845 \def\pushthisfilestack{%
846 \expandafter\pushthisfilestackX\popthisfilestack\StackTerm
847 }
848 \def\pushthisfilestackX{%
849 \expandafter\pushthisfilestackY\thisfile\StackTerm
850 }
851 \def\pushthisfilestackY #1\StackTerm #2\StackTerm {%
852 \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}%
853 }
854
855 \def\popthisfilestack{\errthisfilestackempty}
856 \def\errthisfilestackempty{\errmessage{Internal error:
857 the stack of filenames is empty.}}
858
859 \def\thisfile{}
860
861 % @center line
862 % outputs that line, centered.
863 %
864 \defparsearg\center{%
865 \ifhmode \hfil\break \fi
866 {%
867 \advance\hsize by -\leftskip
868 \advance\hsize by -\rightskip
869 \line{\hfil \ignorespaces#1\unskip \hfil}%
870 }%
871 \ifhmode \break \fi
872 }
873
874 % @sp n outputs n lines of vertical space
875
876 \defparsearg\sp{\vskip #1\baselineskip}
877
878 % @comment ...line which is ignored...
879 % @c is the same as @comment
880 % @ignore ... @end ignore is another way to write a comment
881
882 \def\comment{\begingroup \catcode`\^^M=\other%
883 \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other%
884 \commentxxx}
885 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
886
887 \let\c=\comment
888
889 % @paragraphindent NCHARS
890 % We'll use ems for NCHARS, close enough.
891 % NCHARS can also be the word `asis' or `none'.
892 % We cannot feasibly implement @paragraphindent asis, though.
893 %
894 \def\asisword{asis} % no translation, these are keywords
895 \def\noneword{none}
896 %
897 \defparsearg\paragraphindent{%
898 \def\temp{#1}%
899 \ifx\temp\asisword
900 \else
901 \ifx\temp\noneword
902 \defaultparindent = 0pt
903 \else
904 \defaultparindent = #1em
905 \fi
906 \fi
907 \parindent = \defaultparindent
908 }
909
910 % @exampleindent NCHARS
911 % We'll use ems for NCHARS like @paragraphindent.
912 % It seems @exampleindent asis isn't necessary, but
913 % I preserve it to make it similar to @paragraphindent.
914 \defparsearg\exampleindent{%
915 \def\temp{#1}%
916 \ifx\temp\asisword
917 \else
918 \ifx\temp\noneword
919 \lispnarrowing = 0pt
920 \else
921 \lispnarrowing = #1em
922 \fi
923 \fi
924 }
925
926 % @firstparagraphindent WORD
927 % If WORD is `none', then suppress indentation of the first paragraph
928 % after a section heading. If WORD is `insert', then do indent at such
929 % paragraphs.
930 %
931 % The paragraph indentation is suppressed or not by calling
932 % \suppressfirstparagraphindent, which the sectioning commands do.
933 % We switch the definition of this back and forth according to WORD.
934 % By default, we suppress indentation.
935 %
936 \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent}
937 \newdimen\currentparindent
938 %
939 \def\insertword{insert}
940 %
941 \defparsearg\firstparagraphindent{%
942 \def\temp{#1}%
943 \ifx\temp\noneword
944 \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent
945 \else\ifx\temp\insertword
946 \let\suppressfirstparagraphindent = \relax
947 \else
948 \errhelp = \EMsimple
949 \errmessage{Unknown @firstparagraphindent option `\temp'}%
950 \fi\fi
951 }
952
953 % Here is how we actually suppress indentation. Redefine \everypar to
954 % \kern backwards by \parindent, and then reset itself to empty.
955 %
956 % We also make \indent itself not actually do anything until the next
957 % paragraph.
958 %
959 \gdef\dosuppressfirstparagraphindent{%
960 \gdef\indent{%
961 \restorefirstparagraphindent
962 \indent
963 }%
964 \gdef\noindent{%
965 \restorefirstparagraphindent
966 \noindent
967 }%
968 \global\everypar = {%
969 \kern -\parindent
970 \restorefirstparagraphindent
971 }%
972 }
973
974 \gdef\restorefirstparagraphindent{%
975 \global \let \indent = \ptexindent
976 \global \let \noindent = \ptexnoindent
977 \global \everypar = {}%
978 }
979
980
981 % @asis just yields its argument. Used with @table, for example.
982 %
983 \def\asis#1{#1}
984
985 % @math outputs its argument in math mode.
986 %
987 % One complication: _ usually means subscripts, but it could also mean
988 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
989 % _ active, and distinguish by seeing if the current family is \slfam,
990 % which is what @var uses.
991 {
992 \catcode\underChar = \active
993 \gdef\mathunderscore{%
994 \catcode\underChar=\active
995 \def_{\ifnum\fam=\slfam \_\else\sb\fi}%
996 }
997 }
998 % Another complication: we want \\ (and @\) to output a \ character.
999 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
1000 % this is not advertised and we don't care. Texinfo does not
1001 % otherwise define @\.
1002 %
1003 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
1004 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
1005 %
1006 \def\math{%
1007 \tex
1008 \mathunderscore
1009 \let\\ = \mathbackslash
1010 \mathactive
1011 $\finishmath
1012 }
1013 \def\finishmath#1{#1$\Etex}
1014
1015 % Some active characters (such as <) are spaced differently in math.
1016 % We have to reset their definitions in case the @math was an argument
1017 % to a command which sets the catcodes (such as @item or @section).
1018 %
1019 {
1020 \catcode`^ = \active
1021 \catcode`< = \active
1022 \catcode`> = \active
1023 \catcode`+ = \active
1024 \gdef\mathactive{%
1025 \let^ = \ptexhat
1026 \let< = \ptexless
1027 \let> = \ptexgtr
1028 \let+ = \ptexplus
1029 }
1030 }
1031
1032 % @bullet and @minus need the same treatment as @math, just above.
1033 \def\bullet{$\ptexbullet$}
1034 \def\minus{$-$}
1035
1036 % @refill is a no-op.
1037 \let\refill=\relax
1038
1039 % If working on a large document in chapters, it is convenient to
1040 % be able to disable indexing, cross-referencing, and contents, for test runs.
1041 % This is done with @novalidate (before @setfilename).
1042 %
1043 \newif\iflinks \linkstrue % by default we want the aux files.
1044 \let\novalidate = \linksfalse
1045
1046 % @setfilename is done at the beginning of every texinfo file.
1047 % So open here the files we need to have open while reading the input.
1048 % This makes it possible to make a .fmt file for texinfo.
1049 \def\setfilename{%
1050 \iflinks
1051 \readauxfile
1052 \fi % \openindices needs to do some work in any case.
1053 \openindices
1054 \fixbackslash % Turn off hack to swallow `\input texinfo'.
1055 \global\let\setfilename=\comment % Ignore extra @setfilename cmds.
1056 %
1057 % If texinfo.cnf is present on the system, read it.
1058 % Useful for site-wide @afourpaper, etc.
1059 % Just to be on the safe side, close the input stream before the \input.
1060 \openin 1 texinfo.cnf
1061 \ifeof1 \let\temp=\relax \else \def\temp{\input texinfo.cnf }\fi
1062 \closein1
1063 \temp
1064 %
1065 \comment % Ignore the actual filename.
1066 }
1067
1068 % Called from \setfilename.
1069 %
1070 \def\openindices{%
1071 \newindex{cp}%
1072 \newcodeindex{fn}%
1073 \newcodeindex{vr}%
1074 \newcodeindex{tp}%
1075 \newcodeindex{ky}%
1076 \newcodeindex{pg}%
1077 }
1078
1079 % @bye.
1080 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
1081
1082
1083 \message{pdf,}
1084 % adobe `portable' document format
1085 \newcount\tempnum
1086 \newcount\lnkcount
1087 \newtoks\filename
1088 \newcount\filenamelength
1089 \newcount\pgn
1090 \newtoks\toksA
1091 \newtoks\toksB
1092 \newtoks\toksC
1093 \newtoks\toksD
1094 \newbox\boxA
1095 \newcount\countA
1096 \newif\ifpdf
1097 \newif\ifpdfmakepagedest
1098
1099 \ifx\pdfoutput\undefined
1100 \pdffalse
1101 \let\pdfmkdest = \gobble
1102 \let\pdfurl = \gobble
1103 \let\endlink = \relax
1104 \let\linkcolor = \relax
1105 \let\pdfmakeoutlines = \relax
1106 \else
1107 \pdftrue
1108 \pdfoutput = 1
1109 \input pdfcolor
1110 \pdfcatalog{/PageMode /UseOutlines}%
1111 \def\dopdfimage#1#2#3{%
1112 \def\imagewidth{#2}%
1113 \def\imageheight{#3}%
1114 % without \immediate, pdftex seg faults when the same image is
1115 % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.)
1116 \ifnum\pdftexversion < 14
1117 \immediate\pdfimage
1118 \else
1119 \immediate\pdfximage
1120 \fi
1121 \ifx\empty\imagewidth\else width \imagewidth \fi
1122 \ifx\empty\imageheight\else height \imageheight \fi
1123 \ifnum\pdftexversion<13
1124 #1.pdf%
1125 \else
1126 {#1.pdf}%
1127 \fi
1128 \ifnum\pdftexversion < 14 \else
1129 \pdfrefximage \pdflastximage
1130 \fi}
1131 \def\pdfmkdest#1{{%
1132 % We have to set dummies so commands such as @code in a section title
1133 % aren't expanded.
1134 \atdummies
1135 \normalturnoffactive
1136 \pdfdest name{#1} xyz%
1137 }}
1138 \def\pdfmkpgn#1{#1}
1139 \let\linkcolor = \Blue % was Cyan, but that seems light?
1140 \def\endlink{\Black\pdfendlink}
1141 % Adding outlines to PDF; macros for calculating structure of outlines
1142 % come from Petr Olsak
1143 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1144 \else \csname#1\endcsname \fi}
1145 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
1146 \advance\tempnum by 1
1147 \expandafter\xdef\csname#1\endcsname{\the\tempnum}}
1148 %
1149 % #1 is the section text. #2 is the pdf expression for the number
1150 % of subentries (or empty, for subsubsections). #3 is the node
1151 % text, which might be empty if this toc entry had no
1152 % corresponding node. #4 is the page number.
1153 %
1154 \def\dopdfoutline#1#2#3#4{%
1155 % Generate a link to the node text if that exists; else, use the
1156 % page number. We could generate a destination for the section
1157 % text in the case where a section has no node, but it doesn't
1158 % seem worthwhile, since most documents are normally structured.
1159 \def\pdfoutlinedest{#3}%
1160 \ifx\pdfoutlinedest\empty \def\pdfoutlinedest{#4}\fi
1161 %
1162 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{#1}%
1163 }
1164 %
1165 \def\pdfmakeoutlines{%
1166 \openin 1 \jobname.toc
1167 \ifeof 1\else\begingroup
1168 \closein 1
1169 % Thanh's hack / proper braces in bookmarks
1170 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
1171 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
1172 %
1173 % Read toc silently, to get counts of subentries for \pdfoutline.
1174 \def\numchapentry##1##2##3##4{\def\thischapnum{##2}}%
1175 \def\numsecentry##1##2##3##4{%
1176 \def\thissecnum{##2}%
1177 \advancenumber{chap\thischapnum}}%
1178 \def\numsubsecentry##1##2##3##4{%
1179 \def\thissubsecnum{##2}%
1180 \advancenumber{sec\thissecnum}}%
1181 \def\numsubsubsecentry##1##2##3##4{\advancenumber{subsec\thissubsecnum}}%
1182 %
1183 % use \def rather than \let here because we redefine \chapentry et
1184 % al. a second time, below.
1185 \def\appentry{\numchapentry}%
1186 \def\appsecentry{\numsecentry}%
1187 \def\appsubsecentry{\numsubsecentry}%
1188 \def\appsubsubsecentry{\numsubsubsecentry}%
1189 \def\unnchapentry{\numchapentry}%
1190 \def\unnsecentry{\numsecentry}%
1191 \def\unnsubsecentry{\numsubsecentry}%
1192 \def\unnsubsubsecentry{\numsubsubsecentry}%
1193 \input \jobname.toc
1194 %
1195 % Read toc second time, this time actually producing the outlines.
1196 % The `-' means take the \expnumber as the absolute number of
1197 % subentries, which we calculated on our first read of the .toc above.
1198 %
1199 % We use the node names as the destinations.
1200 \def\numchapentry##1##2##3##4{%
1201 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1202 \def\numsecentry##1##2##3##4{%
1203 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1204 \def\numsubsecentry##1##2##3##4{%
1205 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1206 \def\numsubsubsecentry##1##2##3##4{% count is always zero
1207 \dopdfoutline{##1}{}{##3}{##4}}%
1208 %
1209 % Make special characters normal for writing to the pdf file.
1210 \indexnofonts
1211 \turnoffactive
1212 \input \jobname.toc
1213 \endgroup\fi
1214 }
1215 %
1216 \def\makelinks #1,{%
1217 \def\params{#1}\def\E{END}%
1218 \ifx\params\E
1219 \let\nextmakelinks=\relax
1220 \else
1221 \let\nextmakelinks=\makelinks
1222 \ifnum\lnkcount>0,\fi
1223 \picknum{#1}%
1224 \startlink attr{/Border [0 0 0]}
1225 goto name{\pdfmkpgn{\the\pgn}}%
1226 \linkcolor #1%
1227 \advance\lnkcount by 1%
1228 \endlink
1229 \fi
1230 \nextmakelinks
1231 }
1232 \def\picknum#1{\expandafter\pn#1}
1233 \def\pn#1{%
1234 \def\p{#1}%
1235 \ifx\p\lbrace
1236 \let\nextpn=\ppn
1237 \else
1238 \let\nextpn=\ppnn
1239 \def\first{#1}
1240 \fi
1241 \nextpn
1242 }
1243 \def\ppn#1{\pgn=#1\gobble}
1244 \def\ppnn{\pgn=\first}
1245 \def\pdfmklnk#1{\lnkcount=0\makelinks #1,END,}
1246 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1247 \def\skipspaces#1{\def\PP{#1}\def\D{|}%
1248 \ifx\PP\D\let\nextsp\relax
1249 \else\let\nextsp\skipspaces
1250 \ifx\p\space\else\addtokens{\filename}{\PP}%
1251 \advance\filenamelength by 1
1252 \fi
1253 \fi
1254 \nextsp}
1255 \def\getfilename#1{\filenamelength=0\expandafter\skipspaces#1|\relax}
1256 \ifnum\pdftexversion < 14
1257 \let \startlink \pdfannotlink
1258 \else
1259 \let \startlink \pdfstartlink
1260 \fi
1261 \def\pdfurl#1{%
1262 \begingroup
1263 \normalturnoffactive\def\@{@}%
1264 \makevalueexpandable
1265 \leavevmode\Red
1266 \startlink attr{/Border [0 0 0]}%
1267 user{/Subtype /Link /A << /S /URI /URI (#1) >>}%
1268 % #1
1269 \endgroup}
1270 \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}}
1271 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
1272 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
1273 \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}}
1274 \def\maketoks{%
1275 \expandafter\poptoks\the\toksA|ENDTOKS|
1276 \ifx\first0\adn0
1277 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1278 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
1279 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
1280 \else
1281 \ifnum0=\countA\else\makelink\fi
1282 \ifx\first.\let\next=\done\else
1283 \let\next=\maketoks
1284 \addtokens{\toksB}{\the\toksD}
1285 \ifx\first,\addtokens{\toksB}{\space}\fi
1286 \fi
1287 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
1288 \next}
1289 \def\makelink{\addtokens{\toksB}%
1290 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1291 \def\pdflink#1{%
1292 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}}
1293 \linkcolor #1\endlink}
1294 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
1295 \fi % \ifx\pdfoutput
1296
1297
1298 \message{fonts,}
1299 % Font-change commands.
1300
1301 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1302 % So we set up a \sf analogous to plain's \rm, etc.
1303 \newfam\sffam
1304 \def\sf{\fam=\sffam \tensf}
1305 \let\li = \sf % Sometimes we call it \li, not \sf.
1306
1307 % We don't need math for this one.
1308 \def\ttsl{\tenttsl}
1309
1310 % Default leading.
1311 \newdimen\textleading \textleading = 13.2pt
1312
1313 % Set the baselineskip to #1, and the lineskip and strut size
1314 % correspondingly. There is no deep meaning behind these magic numbers
1315 % used as factors; they just match (closely enough) what Knuth defined.
1316 %
1317 \def\lineskipfactor{.08333}
1318 \def\strutheightpercent{.70833}
1319 \def\strutdepthpercent {.29167}
1320 %
1321 \def\setleading#1{%
1322 \normalbaselineskip = #1\relax
1323 \normallineskip = \lineskipfactor\normalbaselineskip
1324 \normalbaselines
1325 \setbox\strutbox =\hbox{%
1326 \vrule width0pt height\strutheightpercent\baselineskip
1327 depth \strutdepthpercent \baselineskip
1328 }%
1329 }
1330
1331 % Set the font macro #1 to the font named #2, adding on the
1332 % specified font prefix #3 is a scale factor
1333 \def\setrmfont#1#2#3{\font#1=\rmdefault#2 scaled #3}
1334 \def\setsffont#1#2#3{\font#1=\sfdefault#2 scaled #3}
1335 \def\setttfont#1#2#3{\font#1=\ttdefault#2 scaled #3}
1336
1337 % Use Times/Helvetica/Courier as the default fonts.
1338 % To specify the font, you must define \??default
1339 % before you read in pstexinfo.tex.
1340 \ifx\rmdefault\undefined
1341 \def\rmdefault{ppl}
1342 \fi
1343 \ifx\sfdefault\undefined
1344 \def\sfdefault{phv}
1345 \fi
1346 \ifx\ttdefault\undefined
1347 \def\ttdefault{pcr}
1348 \fi
1349 % Support font families that don't use the same naming scheme as CM.
1350 \def\rmshape{r7t}
1351 \def\rmbshape{b7t} %where the normal face is bold
1352 \def\bfshape{b7t}
1353 \def\bxshape{b7t}
1354 \def\itshape{ri7t}
1355 \def\itbshape{bi7t}
1356 \def\slshape{ro7t}
1357 \def\slbshape{bo7t}
1358 \def\scshape{rc7t}
1359 \def\scbshape{bc7t}
1360
1361 \newcount\mainmagstep
1362 \ifx\bigger\relax
1363 % not really supported.
1364 \mainmagstep=\magstep1
1365 \setrmfont\textrm\rmshape{1200}
1366 \setttfont\texttt\rmshape{1200}
1367 \else
1368 \mainmagstep=\magstephalf
1369 \setrmfont\textrm\rmshape{\mainmagstep}
1370 \setttfont\texttt\rmshape{\mainmagstep}
1371 \fi
1372 % Instead of cmb10, you may want to use cmbx10.
1373 % cmbx10 is a prettier font on its own, but cmb10
1374 % looks better when embedded in a line with cmr10
1375 % (in Bob's opinion).
1376 \setrmfont\textbf\bfshape{\mainmagstep}
1377 \setrmfont\textit\itshape{\mainmagstep}
1378 \setrmfont\textsl\slshape{\mainmagstep}
1379 \setsffont\textsf\rmshape{\mainmagstep}
1380 \setrmfont\textsc\scshape{\mainmagstep}
1381 \setttfont\textttsl\slshape{\mainmagstep}
1382 \font\texti=zppler7m scaled \mainmagstep
1383 \font\textsy=zppler7y scaled \mainmagstep
1384
1385 % A few fonts for @defun, etc.
1386 \setrmfont\defbf\bxshape{\magstep1} %was 1314
1387 \setttfont\deftt\rmshape{\magstep1}
1388 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \bf}
1389
1390 % Fonts for indices, footnotes, small examples (9pt).
1391 \setrmfont\smallrm\rmshape{900}
1392 \setttfont\smalltt\rmshape{900}
1393 \setrmfont\smallbf\bfshape{900}
1394 \setrmfont\smallit\itshape{900}
1395 \setrmfont\smallsl\slshape{900}
1396 \setsffont\smallsf\rmshape{900}
1397 \setrmfont\smallsc\scshape{900}
1398 \setttfont\smallttsl\slshape{900}
1399 \font\smalli=zppler7m scaled 900
1400 \font\smallsy=zppler7y scaled 900
1401
1402 % Fonts for small examples (8pt).
1403 \setrmfont\smallerrm\rmshape{800}
1404 \setttfont\smallertt\rmshape{800}
1405 \setrmfont\smallerbf\bfshape{800}
1406 \setrmfont\smallerit\itshape{800}
1407 \setrmfont\smallersl\slshape{800}
1408 \setsffont\smallersf\rmshape{800}
1409 \setrmfont\smallersc\scshape{800}
1410 \setttfont\smallerttsl\slshape{800}
1411 \font\smalleri=zppler7m scaled 800
1412 \font\smallersy=zppler7y scaled 800
1413
1414 % Fonts for title page:
1415 \setrmfont\titlerm\rmbshape{\magstep4}
1416 \setrmfont\titleit\itbshape{\magstep4}
1417 \setrmfont\titlesl\slbshape{\magstep4}
1418 \setttfont\titlett\rmbshape{\magstep4}
1419 \setttfont\titlettsl\slshape{\magstep4}
1420 \setsffont\titlesf\rmbshape{\magstep4}
1421 \let\titlebf=\titlerm
1422 \setrmfont\titlesc\scbshape{\magstep4}
1423 \font\titlei=zppler7m scaled \magstep4
1424 \font\titlesy=zppler7y scaled \magstep4
1425 \def\authorrm{\secrm}
1426 \def\authortt{\sectt}
1427
1428 % Chapter (and unnumbered) fonts (17.28pt).
1429 \setrmfont\chaprm\rmbshape{\magstep3}
1430 \setrmfont\chapit\itbshape{\magstep3}
1431 \setrmfont\chapsl\slbshape{\magstep3}
1432 \setttfont\chaptt\rmbshape{\magstep3}
1433 \setttfont\chapttsl\slshape{\magstep3}
1434 \setsffont\chapsf\rmbshape{\magstep3}
1435 \let\chapbf=\chaprm
1436 \setrmfont\chapsc\scbshape{\magstep3}
1437 \font\chapi=zppler7m scaled \magstep3
1438 \font\chapsy=zppler7y scaled \magstep3
1439
1440 % Section fonts (14.4pt).
1441 \setrmfont\secrm\rmbshape{\magstep2}
1442 \setrmfont\secit\itbshape{\magstep2}
1443 \setrmfont\secsl\slbshape{\magstep2}
1444 \setttfont\sectt\rmbshape{\magstep2}
1445 \setttfont\secttsl\slshape{\magstep2}
1446 \setsffont\secsf\rmbshape{\magstep2}
1447 \let\secbf\secrm
1448 \setrmfont\secsc\scbshape{\magstep2}
1449 \font\seci=zppler7m scaled \magstep2
1450 \font\secsy=zppler7y scaled \magstep2
1451
1452 % Subsection fonts (13.15pt).
1453 \setrmfont\ssecrm\rmbshape{1315}
1454 \setrmfont\ssecit\itbshape{1315}
1455 \setrmfont\ssecsl\slbshape{1315}
1456 \setttfont\ssectt\rmbshape{1315}
1457 \setttfont\ssecttsl\slshape{1315}
1458 \setsffont\ssecsf\rmbshape{1315}
1459 \let\ssecbf\ssecrm
1460 \setrmfont\ssecsc\scbshape{\magstep1}
1461 \font\sseci=zppler7m scaled 1315
1462 \font\ssecsy=zppler7y scaled 1315
1463 % The smallcaps and symbol fonts should actually be scaled \magstep1.5,
1464 % but that is not a standard magnification.
1465
1466 % In order for the font changes to affect most math symbols and letters,
1467 % we have to define the \textfont of the standard families. Since
1468 % texinfo doesn't allow for producing subscripts and superscripts except
1469 % in the main text, we don't bother to reset \scriptfont and
1470 % \scriptscriptfont (which would also require loading a lot more fonts).
1471 %
1472 \def\resetmathfonts{%
1473 \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy
1474 \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf
1475 \textfont\ttfam=\tentt \textfont\sffam=\tensf
1476 }
1477
1478 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1479 % of just \STYLE. We do this so that font changes will continue to work
1480 % in math mode, where it is the current \fam that is relevant in most
1481 % cases, not the current font. Plain TeX does \def\bf{\fam=\bffam
1482 % \tenbf}, for example. By redefining \tenbf, we obviate the need to
1483 % redefine \bf itself.
1484 \def\textfonts{%
1485 \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl
1486 \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc
1487 \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy \let\tenttsl=\textttsl
1488 \resetmathfonts \setleading{\textleading}}
1489 \def\titlefonts{%
1490 \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl
1491 \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc
1492 \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy
1493 \let\tenttsl=\titlettsl
1494 \resetmathfonts \setleading{25pt}}
1495 \def\titlefont#1{{\titlefonts\rm #1}}
1496 \def\chapfonts{%
1497 \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl
1498 \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc
1499 \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy \let\tenttsl=\chapttsl
1500 \resetmathfonts \setleading{19pt}}
1501 \def\secfonts{%
1502 \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl
1503 \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc
1504 \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy \let\tenttsl=\secttsl
1505 \resetmathfonts \setleading{16pt}}
1506 \def\subsecfonts{%
1507 \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
1508 \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
1509 \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy \let\tenttsl=\ssecttsl
1510 \resetmathfonts \setleading{15pt}}
1511 \let\subsubsecfonts = \subsecfonts % Maybe make sssec fonts scaled magstephalf?
1512 \def\smallfonts{%
1513 \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl
1514 \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc
1515 \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy
1516 \let\tenttsl=\smallttsl
1517 \resetmathfonts \setleading{10.5pt}}
1518 \def\smallerfonts{%
1519 \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl
1520 \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc
1521 \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy
1522 \let\tenttsl=\smallerttsl
1523 \resetmathfonts \setleading{9.5pt}}
1524
1525 % Set the fonts to use with the @small... environments.
1526 \let\smallexamplefonts = \smallfonts
1527
1528 % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample
1529 % can fit this many characters:
1530 % 8.5x11=86 smallbook=72 a4=90 a5=69
1531 % If we use \smallerfonts (8pt), then we can fit this many characters:
1532 % 8.5x11=90+ smallbook=80 a4=90+ a5=77
1533 % For me, subjectively, the few extra characters that fit aren't worth
1534 % the additional smallness of 8pt. So I'm making the default 9pt.
1535 %
1536 % By the way, for comparison, here's what fits with @example (10pt):
1537 % 8.5x11=71 smallbook=60 a4=75 a5=58
1538 %
1539 % I wish we used A4 paper on this side of the Atlantic.
1540 %
1541 % --karl, 24jan03.
1542
1543
1544 % Set up the default fonts, so we can use them for creating boxes.
1545 %
1546 \textfonts
1547
1548 % Define these so they can be easily changed for other fonts.
1549 \def\angleleft{$\langle$}
1550 \def\angleright{$\rangle$}
1551
1552 % Count depth in font-changes, for error checks
1553 \newcount\fontdepth \fontdepth=0
1554
1555 % Fonts for short table of contents.
1556 \setrmfont\shortcontrm\rmshape{1200}
1557 \setrmfont\shortcontbf\bxshape{1200}
1558 \setrmfont\shortcontsl\slshape{1200}
1559 \setttfont\shortconttt\rmshape{1200}
1560
1561 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1562 %% serif) and @ii for TeX italic
1563
1564 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
1565 % unless the following character is such as not to need one.
1566 \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else
1567 \ptexslash\fi\fi\fi}
1568 \def\smartslanted#1{{\ifusingtt\ttsl\sl #1}\futurelet\next\smartitalicx}
1569 \def\smartitalic#1{{\ifusingtt\ttsl\it #1}\futurelet\next\smartitalicx}
1570
1571 % like \smartslanted except unconditionally uses \ttsl.
1572 % @var is set to this for defun arguments.
1573 \def\ttslanted#1{{\ttsl #1}\futurelet\next\smartitalicx}
1574
1575 % like \smartslanted except unconditionally use \sl. We never want
1576 % ttsl for book titles, do we?
1577 \def\cite#1{{\sl #1}\futurelet\next\smartitalicx}
1578
1579 \let\i=\smartitalic
1580 \let\var=\smartslanted
1581 \let\dfn=\smartslanted
1582 \let\emph=\smartitalic
1583
1584 \def\b#1{{\bf #1}}
1585 \let\strong=\b
1586
1587 % We can't just use \exhyphenpenalty, because that only has effect at
1588 % the end of a paragraph. Restore normal hyphenation at the end of the
1589 % group within which \nohyphenation is presumably called.
1590 %
1591 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
1592 \def\restorehyphenation{\hyphenchar\font = `- }
1593
1594 % Set sfcode to normal for the chars that usually have another value.
1595 % Can't use plain's \frenchspacing because it uses the `\x notation, and
1596 % sometimes \x has an active definition that messes things up.
1597 %
1598 \catcode`@=11
1599 \def\frenchspacing{%
1600 \sfcode\dotChar =\@m \sfcode\questChar=\@m \sfcode\exclamChar=\@m
1601 \sfcode\colonChar=\@m \sfcode\semiChar =\@m \sfcode\commaChar =\@m
1602 }
1603 \catcode`@=\other
1604
1605 \def\t#1{%
1606 {\tt \rawbackslash \frenchspacing #1}%
1607 \null
1608 }
1609 \let\ttfont=\t
1610 \def\samp#1{`\tclose{#1}'\null}
1611 \setrmfont\keyrm\rmshape{800}
1612 \font\keysy=zppler7y scaled 900
1613 \def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{%
1614 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
1615 \vbox{\hrule\kern-0.4pt
1616 \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
1617 \kern-0.4pt\hrule}%
1618 \kern-.06em\raise0.4pt\hbox{\angleright}}}}
1619 % The old definition, with no lozenge:
1620 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
1621 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
1622
1623 % @file, @option are the same as @samp.
1624 \let\file=\samp
1625 \let\option=\samp
1626
1627 % @code is a modification of @t,
1628 % which makes spaces the same size as normal in the surrounding text.
1629 \def\tclose#1{%
1630 {%
1631 % Change normal interword space to be same as for the current font.
1632 \spaceskip = \fontdimen2\font
1633 %
1634 % Switch to typewriter.
1635 \tt
1636 %
1637 % But `\ ' produces the large typewriter interword space.
1638 \def\ {{\spaceskip = 0pt{} }}%
1639 %
1640 % Turn off hyphenation.
1641 \nohyphenation
1642 %
1643 \rawbackslash
1644 \frenchspacing
1645 #1%
1646 }%
1647 \null
1648 }
1649
1650 % We *must* turn on hyphenation at `-' and `_' in \code.
1651 % Otherwise, it is too hard to avoid overfull hboxes
1652 % in the Emacs manual, the Library manual, etc.
1653
1654 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
1655 % both hyphenation at - and hyphenation within words.
1656 % We must therefore turn them both off (\tclose does that)
1657 % and arrange explicitly to hyphenate at a dash.
1658 % -- rms.
1659 {
1660 \catcode`\-=\active
1661 \catcode`\_=\active
1662 %
1663 \global\def\code{\begingroup
1664 \catcode`\-=\active \let-\codedash
1665 \catcode`\_=\active \let_\codeunder
1666 \codex
1667 }
1668 }
1669
1670 \def\realdash{-}
1671 \def\codedash{-\discretionary{}{}{}}
1672 \def\codeunder{%
1673 % this is all so @math{@code{var_name}+1} can work. In math mode, _
1674 % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.)
1675 % will therefore expand the active definition of _, which is us
1676 % (inside @code that is), therefore an endless loop.
1677 \ifusingtt{\ifmmode
1678 \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_.
1679 \else\normalunderscore \fi
1680 \discretionary{}{}{}}%
1681 {\_}%
1682 }
1683 \def\codex #1{\tclose{#1}\endgroup}
1684
1685 % @kbd is like @code, except that if the argument is just one @key command,
1686 % then @kbd has no effect.
1687
1688 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1689 % `example' (@kbd uses ttsl only inside of @example and friends),
1690 % or `code' (@kbd uses normal tty font always).
1691 \defparsearg\kbdinputstyle{%
1692 \def\arg{#1}%
1693 \ifx\arg\worddistinct
1694 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
1695 \else\ifx\arg\wordexample
1696 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
1697 \else\ifx\arg\wordcode
1698 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
1699 \else
1700 \errhelp = \EMsimple
1701 \errmessage{Unknown @kbdinputstyle option `\arg'}%
1702 \fi\fi\fi
1703 }
1704 \def\worddistinct{distinct}
1705 \def\wordexample{example}
1706 \def\wordcode{code}
1707
1708 % Default is `distinct.'
1709 \kbdinputstyle distinct
1710
1711 \def\xkey{\key}
1712 \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}%
1713 \ifx\one\xkey\ifx\threex\three \key{#2}%
1714 \else{\tclose{\kbdfont\look}}\fi
1715 \else{\tclose{\kbdfont\look}}\fi}
1716
1717 % For @url, @env, @command quotes seem unnecessary, so use \code.
1718 \let\url=\code
1719 \let\env=\code
1720 \let\command=\code
1721
1722 % @uref (abbreviation for `urlref') takes an optional (comma-separated)
1723 % second argument specifying the text to display and an optional third
1724 % arg as text to display instead of (rather than in addition to) the url
1725 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1726 % a hypertex \special here.
1727 %
1728 \def\uref#1{\douref #1,,,\finish}
1729 \def\douref#1,#2,#3,#4\finish{\begingroup
1730 \unsepspaces
1731 \pdfurl{#1}%
1732 \setbox0 = \hbox{\ignorespaces #3}%
1733 \ifdim\wd0 > 0pt
1734 \unhbox0 % third arg given, show only that
1735 \else
1736 \setbox0 = \hbox{\ignorespaces #2}%
1737 \ifdim\wd0 > 0pt
1738 \ifpdf
1739 \unhbox0 % PDF: 2nd arg given, show only it
1740 \else
1741 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1742 \fi
1743 \else
1744 \code{#1}% only url given, so show it
1745 \fi
1746 \fi
1747 \endlink
1748 \endgroup}
1749
1750 % rms does not like angle brackets --karl, 17may97.
1751 % So now @email is just like @uref, unless we are pdf.
1752 %
1753 %\def\email#1{\angleleft{\tt #1}\angleright}
1754 \ifpdf
1755 \def\email#1{\doemail#1,,\finish}
1756 \def\doemail#1,#2,#3\finish{\begingroup
1757 \unsepspaces
1758 \pdfurl{mailto:#1}%
1759 \setbox0 = \hbox{\ignorespaces #2}%
1760 \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi
1761 \endlink
1762 \endgroup}
1763 \else
1764 \let\email=\uref
1765 \fi
1766
1767 % Check if we are currently using a typewriter font. Since all the
1768 % Computer Modern typewriter fonts have zero interword stretch (and
1769 % shrink), and it is reasonable to expect all typewriter fonts to have
1770 % this property, we can check that font parameter.
1771 %
1772 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
1773
1774 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
1775 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt.
1776 %
1777 \def\dmn#1{\thinspace #1}
1778
1779 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par}
1780
1781 % @l was never documented to mean ``switch to the Lisp font'',
1782 % and it is not used as such in any manual I can find. We need it for
1783 % Polish suppressed-l. --karl, 22sep96.
1784 %\def\l#1{{\li #1}\null}
1785
1786 % Explicit font changes: @r, @sc, undocumented @ii.
1787 \def\r#1{{\rm #1}} % roman font
1788 \def\sc#1{{\smallcaps#1}} % smallcaps font
1789 \def\ii#1{{\it #1}} % italic font
1790
1791 % @acronym downcases the argument and prints in smallcaps.
1792 % It would be nicer to go one point size down.
1793 \def\acronym#1{{\smallcaps \lowercase{#1}}}
1794
1795 % @pounds{} is a sterling sign.
1796 \def\pounds{{\it\$}}
1797
1798 % @registeredsymbol - R in a circle. For now, only works in text size;
1799 % we'd have to redo the font mechanism to change the \scriptstyle and
1800 % \scriptscriptstyle font sizes to make it look right in headings.
1801 % Adapted from the plain.tex definition of \copyright.
1802 %
1803 \def\registeredsymbol{%
1804 $^{{\ooalign{\hfil\raise.07ex\hbox{$\scriptstyle\rm R$}\hfil\crcr\Orb}}%
1805 }$%
1806 }
1807
1808
1809 \message{page headings,}
1810
1811 \newskip\titlepagetopglue \titlepagetopglue = 1.5in
1812 \newskip\titlepagebottomglue \titlepagebottomglue = 2pc
1813
1814 % First the title page. Must do @settitle before @titlepage.
1815 \newif\ifseenauthor
1816 \newif\iffinishedtitlepage
1817
1818 % Do an implicit @contents or @shortcontents after @end titlepage if the
1819 % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage.
1820 %
1821 \newif\ifsetcontentsaftertitlepage
1822 \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue
1823 \newif\ifsetshortcontentsaftertitlepage
1824 \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue
1825
1826 \defparsearg\shorttitlepage{\begingroup\hbox{}\vskip 1.5in \chaprm \centerline{#1}%
1827 \endgroup\page\hbox{}\page}
1828
1829 \def\titlepage{%
1830 \begingroup \parindent=0pt \textfonts
1831 % Leave some space at the very top of the page.
1832 \vglue\titlepagetopglue
1833 % No rule at page bottom unless we print one at the top with @title.
1834 \finishedtitlepagetrue
1835 %
1836 % Most title ``pages'' are actually two pages long, with space
1837 % at the top of the second. We don't want the ragged left on the second.
1838 \let\oldpage = \page
1839 \def\page{%
1840 \iffinishedtitlepage\else
1841 \finishtitlepage
1842 \fi
1843 \let\page = \oldpage
1844 \page
1845 \null
1846 }%
1847 }
1848
1849 \def\Etitlepage{%
1850 \iffinishedtitlepage\else
1851 \finishtitlepage
1852 \fi
1853 % It is important to do the page break before ending the group,
1854 % because the headline and footline are only empty inside the group.
1855 % If we use the new definition of \page, we always get a blank page
1856 % after the title page, which we certainly don't want.
1857 \oldpage
1858 \endgroup
1859 %
1860 % Need this before the \...aftertitlepage checks so that if they are
1861 % in effect the toc pages will come out with page numbers.
1862 \HEADINGSon
1863 %
1864 % If they want short, they certainly want long too.
1865 \ifsetshortcontentsaftertitlepage
1866 \shortcontents
1867 \contents
1868 \global\let\shortcontents = \relax
1869 \global\let\contents = \relax
1870 \fi
1871 %
1872 \ifsetcontentsaftertitlepage
1873 \contents
1874 \global\let\contents = \relax
1875 \global\let\shortcontents = \relax
1876 \fi
1877 }
1878
1879 \def\finishtitlepage{%
1880 \vskip4pt \hrule height 2pt width \hsize
1881 \vskip\titlepagebottomglue
1882 \finishedtitlepagetrue
1883 }
1884
1885 %%% Macros to be used within @titlepage:
1886
1887 \let\subtitlerm=\tenrm
1888 \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}
1889
1890 \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines
1891 \let\tt=\authortt}
1892
1893 \defparsearg\title{\leftline{\titlefonts\rm #1}
1894 % print a rule at the page bottom also.
1895 \finishedtitlepagefalse
1896 \vskip4pt \hrule height 4pt width \hsize \vskip4pt}
1897
1898 \defparsearg\subtitle{{\subtitlefont \rightline{#1}}}
1899
1900 % @author should come last, but may come many times.
1901 \defparsearg\author{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
1902 {\authorfont \leftline{#1}}}
1903
1904
1905 %%% Set up page headings and footings.
1906
1907 \let\thispage=\folio
1908
1909 \newtoks\evenheadline % headline on even pages
1910 \newtoks\oddheadline % headline on odd pages
1911 \newtoks\evenfootline % footline on even pages
1912 \newtoks\oddfootline % footline on odd pages
1913
1914 % Now make TeX use those variables
1915 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
1916 \else \the\evenheadline \fi}}
1917 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
1918 \else \the\evenfootline \fi}\HEADINGShook}
1919 \let\HEADINGShook=\relax
1920
1921 % Commands to set those variables.
1922 % For example, this is what @headings on does
1923 % @evenheading @thistitle|@thispage|@thischapter
1924 % @oddheading @thischapter|@thispage|@thistitle
1925 % @evenfooting @thisfile||
1926 % @oddfooting ||@thisfile
1927
1928
1929 \def\evenheading{\parsearg\evenheadingxxx}
1930 \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish}
1931 \def\evenheadingyyy #1\|#2\|#3\|#4\finish{%
1932 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1933
1934 \def\oddheading{\parsearg\oddheadingxxx}
1935 \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish}
1936 \def\oddheadingyyy #1\|#2\|#3\|#4\finish{%
1937 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1938
1939 \defparsearg\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}%
1940
1941 \def\evenfooting{\parsearg\evenfootingxxx}
1942 \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish}
1943 \def\evenfootingyyy #1\|#2\|#3\|#4\finish{%
1944 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
1945
1946 \def\oddfooting{\parsearg\oddfootingxxx}
1947 \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish}
1948 \def\oddfootingyyy #1\|#2\|#3\|#4\finish{%
1949 \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}%
1950 %
1951 % Leave some space for the footline. Hopefully ok to assume
1952 % @evenfooting will not be used by itself.
1953 \global\advance\pageheight by -\baselineskip
1954 \global\advance\vsize by -\baselineskip
1955 }
1956
1957 \defparsearg\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}}
1958
1959
1960 % @headings double turns headings on for double-sided printing.
1961 % @headings single turns headings on for single-sided printing.
1962 % @headings off turns them off.
1963 % @headings on same as @headings double, retained for compatibility.
1964 % @headings after turns on double-sided headings after this page.
1965 % @headings doubleafter turns on double-sided headings after this page.
1966 % @headings singleafter turns on single-sided headings after this page.
1967 % By default, they are off at the start of a document,
1968 % and turned `on' after @end titlepage.
1969
1970 \def\headings #1 {\csname HEADINGS#1\endcsname}
1971
1972 \def\HEADINGSoff{%
1973 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
1974 \global\oddheadline={\hfil} \global\oddfootline={\hfil}}
1975 \HEADINGSoff
1976 % When we turn headings on, set the page number to 1.
1977 % For double-sided printing, put current file name in lower left corner,
1978 % chapter name on inside top of right hand pages, document
1979 % title on inside top of left hand pages, and page numbers on outside top
1980 % edge of all pages.
1981 \def\HEADINGSdouble{%
1982 \global\pageno=1
1983 \global\evenfootline={\hfil}
1984 \global\oddfootline={\hfil}
1985 \global\evenheadline={\line{\folio\hfil\thistitle}}
1986 \global\oddheadline={\line{\thischapter\hfil\folio}}
1987 \global\let\contentsalignmacro = \chapoddpage
1988 }
1989 \let\contentsalignmacro = \chappager
1990
1991 % For single-sided printing, chapter title goes across top left of page,
1992 % page number on top right.
1993 \def\HEADINGSsingle{%
1994 \global\pageno=1
1995 \global\evenfootline={\hfil}
1996 \global\oddfootline={\hfil}
1997 \global\evenheadline={\line{\thischapter\hfil\folio}}
1998 \global\oddheadline={\line{\thischapter\hfil\folio}}
1999 \global\let\contentsalignmacro = \chappager
2000 }
2001 \def\HEADINGSon{\HEADINGSdouble}
2002
2003 \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
2004 \let\HEADINGSdoubleafter=\HEADINGSafter
2005 \def\HEADINGSdoublex{%
2006 \global\evenfootline={\hfil}
2007 \global\oddfootline={\hfil}
2008 \global\evenheadline={\line{\folio\hfil\thistitle}}
2009 \global\oddheadline={\line{\thischapter\hfil\folio}}
2010 \global\let\contentsalignmacro = \chapoddpage
2011 }
2012
2013 \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
2014 \def\HEADINGSsinglex{%
2015 \global\evenfootline={\hfil}
2016 \global\oddfootline={\hfil}
2017 \global\evenheadline={\line{\thischapter\hfil\folio}}
2018 \global\oddheadline={\line{\thischapter\hfil\folio}}
2019 \global\let\contentsalignmacro = \chappager
2020 }
2021
2022 % Subroutines used in generating headings
2023 % This produces Day Month Year style of output.
2024 % Only define if not already defined, in case a txi-??.tex file has set
2025 % up a different format (e.g., txi-cs.tex does this).
2026 \ifx\today\undefined
2027 \def\today{%
2028 \number\day\space
2029 \ifcase\month
2030 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
2031 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
2032 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
2033 \fi
2034 \space\number\year}
2035 \fi
2036
2037 % @settitle line... specifies the title of the document, for headings.
2038 % It generates no output of its own.
2039 \def\thistitle{\putwordNoTitle}
2040 \def\settitle{\parsearg{\gdef\thistitle}}
2041
2042
2043 \message{tables,}
2044 % Tables -- @table, @ftable, @vtable, @item(x).
2045
2046 % default indentation of table text
2047 \newdimen\tableindent \tableindent=.8in
2048 % default indentation of @itemize and @enumerate text
2049 \newdimen\itemindent \itemindent=.3in
2050 % margin between end of table item and start of table text.
2051 \newdimen\itemmargin \itemmargin=.1in
2052
2053 % used internally for \itemindent minus \itemmargin
2054 \newdimen\itemmax
2055
2056 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
2057 % these defs.
2058 % They also define \itemindex
2059 % to index the item name in whatever manner is desired (perhaps none).
2060
2061 \newif\ifitemxneedsnegativevskip
2062
2063 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi}
2064
2065 \def\internalBitem{\smallbreak \parsearg\itemzzz}
2066 \def\internalBitemx{\itemxpar \parsearg\itemzzz}
2067
2068 \def\itemzzz #1{\begingroup %
2069 \advance\hsize by -\rightskip
2070 \advance\hsize by -\tableindent
2071 \setbox0=\hbox{\itemindicate{#1}}%
2072 \itemindex{#1}%
2073 \nobreak % This prevents a break before @itemx.
2074 %
2075 % If the item text does not fit in the space we have, put it on a line
2076 % by itself, and do not allow a page break either before or after that
2077 % line. We do not start a paragraph here because then if the next
2078 % command is, e.g., @kindex, the whatsit would get put into the
2079 % horizontal list on a line by itself, resulting in extra blank space.
2080 \ifdim \wd0>\itemmax
2081 %
2082 % Make this a paragraph so we get the \parskip glue and wrapping,
2083 % but leave it ragged-right.
2084 \begingroup
2085 \advance\leftskip by-\tableindent
2086 \advance\hsize by\tableindent
2087 \advance\rightskip by0pt plus1fil
2088 \leavevmode\unhbox0\par
2089 \endgroup
2090 %
2091 % We're going to be starting a paragraph, but we don't want the
2092 % \parskip glue -- logically it's part of the @item we just started.
2093 \nobreak \vskip-\parskip
2094 %
2095 % Stop a page break at the \parskip glue coming up. (Unfortunately
2096 % we can't prevent a possible page break at the following
2097 % \baselineskip glue.) However, if what follows is an environment
2098 % such as @example, there will be no \parskip glue; then
2099 % the negative vskip we just would cause the example and the item to
2100 % crash together. So we use this bizarre value of 10001 as a signal
2101 % to \aboveenvbreak to insert \parskip glue after all.
2102 % (Possibly there are other commands that could be followed by
2103 % @example which need the same treatment, but not section titles; or
2104 % maybe section titles are the only special case and they should be
2105 % penalty 10001...)
2106 \penalty 10001
2107 \endgroup
2108 \itemxneedsnegativevskipfalse
2109 \else
2110 % The item text fits into the space. Start a paragraph, so that the
2111 % following text (if any) will end up on the same line.
2112 \noindent
2113 % Do this with kerns and \unhbox so that if there is a footnote in
2114 % the item text, it can migrate to the main vertical list and
2115 % eventually be printed.
2116 \nobreak\kern-\tableindent
2117 \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0
2118 \unhbox0
2119 \nobreak\kern\dimen0
2120 \endgroup
2121 \itemxneedsnegativevskiptrue
2122 \fi
2123 }
2124
2125 \def\item{\errmessage{@item while not in a list environment}}
2126 \def\itemx{\errmessage{@itemx while not in a list environment}}
2127
2128 % @table, @ftable, @vtable.
2129 \def\table{%
2130 \begingroup\inENV
2131 \let\itemindex\gobble
2132 \tablex
2133 }
2134 \def\ftable{%
2135 \begingroup\inENV
2136 \def\itemindex ##1{\doind {fn}{\code{##1}}}%
2137 \tablex
2138 }
2139 \def\vtable{%
2140 \begingroup\inENV
2141 \def\itemindex ##1{\doind {vr}{\code{##1}}}%
2142 \tablex
2143 }
2144 \def\tablex#1{%
2145 \def\itemindicate{#1}%
2146 \parsearg\tabley
2147 }
2148 \def\tabley#1{%
2149 {%
2150 \makevalueexpandable
2151 \edef\temp{\noexpand\tablez #1\space\space\space}%
2152 \expandafter
2153 }\temp \endtablez
2154 }
2155 \def\tablez #1 #2 #3 #4\endtablez{%
2156 \aboveenvbreak
2157 \ifnum 0#1>0 \advance \leftskip by #1\mil \fi
2158 \ifnum 0#2>0 \tableindent=#2\mil \fi
2159 \ifnum 0#3>0 \advance \rightskip by #3\mil \fi
2160 \itemmax=\tableindent
2161 \advance \itemmax by -\itemmargin
2162 \advance \leftskip by \tableindent
2163 \exdentamount=\tableindent
2164 \parindent = 0pt
2165 \parskip = \smallskipamount
2166 \ifdim \parskip=0pt \parskip=2pt \fi
2167 \let\item = \internalBitem
2168 \let\itemx = \internalBitemx
2169 }
2170 \def\Etable{\endgraf\afterenvbreak\endgroup}
2171 \let\Eftable\Etable
2172 \let\Evtable\Etable
2173
2174 % This is the counter used by @enumerate, which is really @itemize
2175
2176 \newcount \itemno
2177
2178 \defparsearg\itemize{%
2179 \begingroup % ended by the @end itemize
2180 \itemizey {#1}{\Eitemize}
2181 }
2182
2183 \def\itemizey#1#2{%
2184 \aboveenvbreak
2185 \itemmax=\itemindent
2186 \advance\itemmax by -\itemmargin
2187 \advance\leftskip by \itemindent
2188 \exdentamount=\itemindent
2189 \parindent=0pt
2190 \parskip=\smallskipamount
2191 \ifdim\parskip=0pt \parskip=2pt \fi
2192 \def#2{\endgraf\afterenvbreak\endgroup}%
2193 \def\itemcontents{#1}%
2194 % @itemize with no arg is equivalent to @itemize @bullet.
2195 \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi
2196 \let\item=\itemizeitem
2197 }
2198
2199 % \splitoff TOKENS\endmark defines \first to be the first token in
2200 % TOKENS, and \rest to be the remainder.
2201 %
2202 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
2203
2204 % Allow an optional argument of an uppercase letter, lowercase letter,
2205 % or number, to specify the first label in the enumerated list. No
2206 % argument is the same as `1'.
2207 %
2208 \defparsearg\enumerate{\enumeratey #1 \endenumeratey}
2209 \def\enumeratey #1 #2\endenumeratey{%
2210 \begingroup % ended by the @end enumerate
2211 %
2212 % If we were given no argument, pretend we were given `1'.
2213 \def\thearg{#1}%
2214 \ifx\thearg\empty \def\thearg{1}\fi
2215 %
2216 % Detect if the argument is a single token. If so, it might be a
2217 % letter. Otherwise, the only valid thing it can be is a number.
2218 % (We will always have one token, because of the test we just made.
2219 % This is a good thing, since \splitoff doesn't work given nothing at
2220 % all -- the first parameter is undelimited.)
2221 \expandafter\splitoff\thearg\endmark
2222 \ifx\rest\empty
2223 % Only one token in the argument. It could still be anything.
2224 % A ``lowercase letter'' is one whose \lccode is nonzero.
2225 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
2226 % not equal to itself.
2227 % Otherwise, we assume it's a number.
2228 %
2229 % We need the \relax at the end of the \ifnum lines to stop TeX from
2230 % continuing to look for a <number>.
2231 %
2232 \ifnum\lccode\expandafter`\thearg=0\relax
2233 \numericenumerate % a number (we hope)
2234 \else
2235 % It's a letter.
2236 \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
2237 \lowercaseenumerate % lowercase letter
2238 \else
2239 \uppercaseenumerate % uppercase letter
2240 \fi
2241 \fi
2242 \else
2243 % Multiple tokens in the argument. We hope it's a number.
2244 \numericenumerate
2245 \fi
2246 }
2247
2248 % An @enumerate whose labels are integers. The starting integer is
2249 % given in \thearg.
2250 %
2251 \def\numericenumerate{%
2252 \itemno = \thearg
2253 \startenumeration{\the\itemno}%
2254 }
2255
2256 % The starting (lowercase) letter is in \thearg.
2257 \def\lowercaseenumerate{%
2258 \itemno = \expandafter`\thearg
2259 \startenumeration{%
2260 % Be sure we're not beyond the end of the alphabet.
2261 \ifnum\itemno=0
2262 \errmessage{No more lowercase letters in @enumerate; get a bigger
2263 alphabet}%
2264 \fi
2265 \char\lccode\itemno
2266 }%
2267 }
2268
2269 % The starting (uppercase) letter is in \thearg.
2270 \def\uppercaseenumerate{%
2271 \itemno = \expandafter`\thearg
2272 \startenumeration{%
2273 % Be sure we're not beyond the end of the alphabet.
2274 \ifnum\itemno=0
2275 \errmessage{No more uppercase letters in @enumerate; get a bigger
2276 alphabet}
2277 \fi
2278 \char\uccode\itemno
2279 }%
2280 }
2281
2282 % Call itemizey, adding a period to the first argument and supplying the
2283 % common last two arguments. Also subtract one from the initial value in
2284 % \itemno, since @item increments \itemno.
2285 %
2286 \def\startenumeration#1{%
2287 \advance\itemno by -1
2288 \itemizey{#1.}\Eenumerate\flushcr
2289 }
2290
2291 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
2292 % to @enumerate.
2293 %
2294 \def\alphaenumerate{\enumerate{a}}
2295 \def\capsenumerate{\enumerate{A}}
2296 \def\Ealphaenumerate{\Eenumerate}
2297 \def\Ecapsenumerate{\Eenumerate}
2298
2299 % Definition of @item while inside @itemize.
2300
2301 \def\itemizeitem{%
2302 \advance\itemno by 1
2303 {\let\par=\endgraf \smallbreak}%
2304 \ifhmode \errmessage{In hmode at itemizeitem}\fi
2305 {\parskip=0in \hskip 0pt
2306 \hbox to 0pt{\hss \itemcontents\hskip \itemmargin}%
2307 \vadjust{\penalty 1200}}%
2308 \flushcr}
2309
2310 % @multitable macros
2311 % Amy Hendrickson, 8/18/94, 3/6/96
2312 %
2313 % @multitable ... @end multitable will make as many columns as desired.
2314 % Contents of each column will wrap at width given in preamble. Width
2315 % can be specified either with sample text given in a template line,
2316 % or in percent of \hsize, the current width of text on page.
2317
2318 % Table can continue over pages but will only break between lines.
2319
2320 % To make preamble:
2321 %
2322 % Either define widths of columns in terms of percent of \hsize:
2323 % @multitable @columnfractions .25 .3 .45
2324 % @item ...
2325 %
2326 % Numbers following @columnfractions are the percent of the total
2327 % current hsize to be used for each column. You may use as many
2328 % columns as desired.
2329
2330
2331 % Or use a template:
2332 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2333 % @item ...
2334 % using the widest term desired in each column.
2335
2336 % Each new table line starts with @item, each subsequent new column
2337 % starts with @tab. Empty columns may be produced by supplying @tab's
2338 % with nothing between them for as many times as empty columns are needed,
2339 % ie, @tab@tab@tab will produce two empty columns.
2340
2341 % @item, @tab do not need to be on their own lines, but it will not hurt
2342 % if they are.
2343
2344 % Sample multitable:
2345
2346 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2347 % @item first col stuff @tab second col stuff @tab third col
2348 % @item
2349 % first col stuff
2350 % @tab
2351 % second col stuff
2352 % @tab
2353 % third col
2354 % @item first col stuff @tab second col stuff
2355 % @tab Many paragraphs of text may be used in any column.
2356 %
2357 % They will wrap at the width determined by the template.
2358 % @item@tab@tab This will be in third column.
2359 % @end multitable
2360
2361 % Default dimensions may be reset by user.
2362 % @multitableparskip is vertical space between paragraphs in table.
2363 % @multitableparindent is paragraph indent in table.
2364 % @multitablecolmargin is horizontal space to be left between columns.
2365 % @multitablelinespace is space to leave between table items, baseline
2366 % to baseline.
2367 % 0pt means it depends on current normal line spacing.
2368 %
2369 \newskip\multitableparskip
2370 \newskip\multitableparindent
2371 \newdimen\multitablecolspace
2372 \newskip\multitablelinespace
2373 \multitableparskip=0pt
2374 \multitableparindent=6pt
2375 \multitablecolspace=12pt
2376 \multitablelinespace=0pt
2377
2378 % Macros used to set up halign preamble:
2379 %
2380 \let\endsetuptable\relax
2381 \def\xendsetuptable{\endsetuptable}
2382 \let\columnfractions\relax
2383 \def\xcolumnfractions{\columnfractions}
2384 \newif\ifsetpercent
2385
2386 % #1 is the part of the @columnfraction before the decimal point, which
2387 % is presumably either 0 or the empty string (but we don't check, we
2388 % just throw it away). #2 is the decimal part, which we use as the
2389 % percent of \hsize for this column.
2390 \def\pickupwholefraction#1.#2 {%
2391 \global\advance\colcount by 1
2392 \expandafter\xdef\csname col\the\colcount\endcsname{.#2\hsize}%
2393 \setuptable
2394 }
2395
2396 \newcount\colcount
2397 \def\setuptable#1{%
2398 \def\firstarg{#1}%
2399 \ifx\firstarg\xendsetuptable
2400 \let\go = \relax
2401 \else
2402 \ifx\firstarg\xcolumnfractions
2403 \global\setpercenttrue
2404 \else
2405 \ifsetpercent
2406 \let\go\pickupwholefraction
2407 \else
2408 \global\advance\colcount by 1
2409 \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a
2410 % separator; typically that is always in the input, anyway.
2411 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
2412 \fi
2413 \fi
2414 \ifx\go\pickupwholefraction
2415 % Put the argument back for the \pickupwholefraction call, so
2416 % we'll always have a period there to be parsed.
2417 \def\go{\pickupwholefraction#1}%
2418 \else
2419 \let\go = \setuptable
2420 \fi%
2421 \fi
2422 \go
2423 }
2424
2425 % multitable-only commands.
2426 \def\headitem{\errmessage{@headitem outside of @multitable}}
2427 \def\tab{\errmessage{@tab outside of @multitable}}
2428
2429 % @multitable ... @end multitable definitions:
2430 %
2431 \newtoks\everytab % insert after every tab.
2432 %
2433 \defparsearg\multitable{\bgroup
2434 \vskip\parskip
2435 \startsavinginserts
2436 %
2437 % @headitem starts a heading row, which we typeset in bold.
2438 % Assignments have to be global since we are inside the implicit group
2439 % of an alignment entry.
2440 \def\headitem{\crcrwithinserts \global\everytab={\bf}\the\everytab}%
2441 %
2442 % @item within a multitable starts a normal row, get rid of any bold.
2443 \def\item{\crcrwithinserts \global\everytab={}}%
2444 %
2445 % A \tab used to include \hskip1sp. But then the space in a template
2446 % line is not enough. That is bad. So let's go back to just & until
2447 % we encounter the problem it was intended to solve again. --karl,
2448 % nathan@acm.org, 20apr99.
2449 \def\tab{&\the\everytab}%
2450 %
2451 \tolerance=9500
2452 \hbadness=9500
2453 \setmultitablespacing
2454 \parskip=\multitableparskip
2455 \parindent=\multitableparindent
2456 \overfullrule=0pt
2457 \global\colcount=0
2458 %
2459 \def\Emultitable{%
2460 \global\setpercentfalse
2461 \crcrwithinserts
2462 \egroup\egroup
2463 }%
2464 %
2465 % To parse everything between @multitable and @item:
2466 \setuptable#1 \endsetuptable
2467 %
2468 % \everycr will reset column counter, \colcount, at the end of
2469 % each line. Every column entry will cause \colcount to advance by one.
2470 % The table preamble
2471 % looks at the current \colcount to find the correct column width.
2472 \everycr{\noalign{%
2473 %
2474 % \filbreak%% keeps underfull box messages off when table breaks over pages.
2475 % Maybe so, but it also creates really weird page breaks when the table
2476 % breaks over pages. Wouldn't \vfil be better? Wait until the problem
2477 % manifests itself, so it can be fixed for real --karl.
2478 \global\colcount=0\relax}}%
2479 %
2480 % This preamble sets up a generic column definition, which will
2481 % be used as many times as user calls for columns.
2482 % \vtop will set a single line and will also let text wrap and
2483 % continue for many paragraphs if desired.
2484 \halign\bgroup&\global\advance\colcount by 1\relax
2485 \multistrut\vtop{\hsize=\expandafter\csname col\the\colcount\endcsname
2486 %
2487 % In order to keep entries from bumping into each other
2488 % we will add a \leftskip of \multitablecolspace to all columns after
2489 % the first one.
2490 %
2491 % If a template has been used, we will add \multitablecolspace
2492 % to the width of each template entry.
2493 %
2494 % If the user has set preamble in terms of percent of \hsize we will
2495 % use that dimension as the width of the column, and the \leftskip
2496 % will keep entries from bumping into each other. Table will start at
2497 % left margin and final column will justify at right margin.
2498 %
2499 % Make sure we don't inherit \rightskip from the outer environment.
2500 \rightskip=0pt
2501 \ifnum\colcount=1
2502 % The first column will be indented with the surrounding text.
2503 \advance\hsize by\leftskip
2504 \else
2505 \ifsetpercent \else
2506 % If user has not set preamble in terms of percent of \hsize
2507 % we will advance \hsize by \multitablecolspace.
2508 \advance\hsize by \multitablecolspace
2509 \fi
2510 % In either case we will make \leftskip=\multitablecolspace:
2511 \leftskip=\multitablecolspace
2512 \fi
2513 % Ignoring space at the beginning and end avoids an occasional spurious
2514 % blank line, when TeX decides to break the line at the space before the
2515 % box from the multistrut, so the strut ends up on a line by itself.
2516 % For example:
2517 % @multitable @columnfractions .11 .89
2518 % @item @code{#}
2519 % @tab Legal holiday which is valid in major parts of the whole country.
2520 % Is automatically provided with highlighting sequences respectively marking
2521 % characters.
2522 \noindent\ignorespaces##\unskip\multistrut}\cr
2523 }
2524 \def\crcrwithinserts{\crcr\noalign{\checkinserts}}
2525
2526 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
2527 % If so, do nothing. If not, give it an appropriate dimension based on
2528 % current baselineskip.
2529 \ifdim\multitablelinespace=0pt
2530 \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip
2531 \global\advance\multitablelinespace by-\ht0
2532 %% strut to put in table in case some entry doesn't have descenders,
2533 %% to keep lines equally spaced
2534 \let\multistrut = \strut
2535 \else
2536 %% FIXME: what is \box0 supposed to be?
2537 \gdef\multistrut{\vrule height\multitablelinespace depth\dp0
2538 width0pt\relax} \fi
2539 %% Test to see if parskip is larger than space between lines of
2540 %% table. If not, do nothing.
2541 %% If so, set to same dimension as multitablelinespace.
2542 \ifdim\multitableparskip>\multitablelinespace
2543 \global\multitableparskip=\multitablelinespace
2544 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
2545 %% than skip between lines in the table.
2546 \fi%
2547 \ifdim\multitableparskip=0pt
2548 \global\multitableparskip=\multitablelinespace
2549 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
2550 %% than skip between lines in the table.
2551 \fi}
2552
2553
2554 \message{conditionals,}
2555 % Prevent errors for section commands.
2556 % Used in @ignore and in failing conditionals.
2557 \def\ignoresections{%
2558 \let\appendix=\relax
2559 \let\appendixsec=\relax
2560 \let\appendixsection=\relax
2561 \let\appendixsubsec=\relax
2562 \let\appendixsubsection=\relax
2563 \let\appendixsubsubsec=\relax
2564 \let\appendixsubsubsection=\relax
2565 %\let\begin=\relax
2566 %\let\bye=\relax
2567 \let\centerchap=\relax
2568 \let\chapter=\relax
2569 \let\contents=\relax
2570 \let\section=\relax
2571 \let\smallbook=\relax
2572 \let\subsec=\relax
2573 \let\subsection=\relax
2574 \let\subsubsec=\relax
2575 \let\subsubsection=\relax
2576 \let\titlepage=\relax
2577 \let\top=\relax
2578 \let\unnumbered=\relax
2579 \let\unnumberedsec=\relax
2580 \let\unnumberedsection=\relax
2581 \let\unnumberedsubsec=\relax
2582 \let\unnumberedsubsection=\relax
2583 \let\unnumberedsubsubsec=\relax
2584 \let\unnumberedsubsubsection=\relax
2585 }
2586
2587 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
2588 %
2589 \def\direntry{\doignore{direntry}}
2590 \def\documentdescriptionword{documentdescription}
2591 \def\documentdescription{\doignore{documentdescription}}
2592 \def\docbook{\doignore{docbook}}
2593 \def\html{\doignore{html}}
2594 \def\ifdocbook{\doignore{ifdocbook}}
2595 \def\ifhtml{\doignore{ifhtml}}
2596 \def\ifinfo{\doignore{ifinfo}}
2597 \def\ifnottex{\doignore{ifnottex}}
2598 \def\ifplaintext{\doignore{ifplaintext}}
2599 \def\ifxml{\doignore{ifxml}}
2600 \def\ignore{\doignore{ignore}}
2601 \def\menu{\doignore{menu}}
2602 \def\xml{\doignore{xml}}
2603
2604 % @dircategory CATEGORY -- specify a category of the dir file
2605 % which this file should belong to. Ignore this in TeX.
2606 \let\dircategory = \comment
2607
2608 % Ignore text until a line `@end #1', keeping track of nested conditionals.
2609 %
2610 % A count to remember the depth of nesting.
2611 \newcount\doignorecount
2612
2613 \def\doignore#1{\begingroup
2614 % Scan in ``verbatim'' mode:
2615 \catcode`\@ = \other
2616 \catcode`\{ = \other
2617 \catcode`\} = \other
2618 %
2619 % Make sure that spaces turn into tokens that match what \doignoretext wants.
2620 \catcode\spaceChar = 10
2621 %
2622 % Count number of #1's that we've seen.
2623 \doignorecount = 0
2624 %
2625 % Swallow text until we reach the matching `@end #1'.
2626 \dodoignore {#1}%
2627 }
2628
2629 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
2630 \obeylines %
2631 %
2632 \gdef\dodoignore#1{%
2633 % #1 contains the string `ifinfo'.
2634 %
2635 % Define a command to find the next `@end #1', which must be on a line
2636 % by itself.
2637 \long\def\doignoretext##1^^M@end #1{\doignoretextyyy##1^^M@#1\_STOP_}%
2638 % And this command to find another #1 command, at the beginning of a
2639 % line. (Otherwise, we would consider a line `@c @ifset', for
2640 % example, to count as an @ifset for nesting.)
2641 \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}%
2642 %
2643 % And now expand that command.
2644 \obeylines %
2645 \doignoretext ^^M%
2646 }%
2647 }
2648
2649 \def\doignoreyyy#1{%
2650 \def\temp{#1}%
2651 \ifx\temp\empty % Nothing found.
2652 \let\next\doignoretextzzz
2653 \else % Found a nested condition, ...
2654 \advance\doignorecount by 1
2655 \let\next\doignoretextyyy % ..., look for another.
2656 % If we're here, #1 ends with ^^M\ifinfo (for example).
2657 \fi
2658 \next #1% the token \_STOP_ is present just after this macro.
2659 }
2660
2661 % We have to swallow the remaining "\_STOP_".
2662 %
2663 \def\doignoretextzzz#1{%
2664 \ifnum\doignorecount = 0 % We have just found the outermost @end.
2665 \let\next\enddoignore
2666 \else % Still inside a nested condition.
2667 \advance\doignorecount by -1
2668 \let\next\doignoretext % Look for the next @end.
2669 \fi
2670 \next
2671 }
2672
2673 % Finish off ignored text.
2674 \def\enddoignore{\endgroup\ignorespaces}
2675
2676
2677 % @set VAR sets the variable VAR to an empty value.
2678 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
2679 %
2680 % Since we want to separate VAR from REST-OF-LINE (which might be
2681 % empty), we can't just use \parsearg; we have to insert a space of our
2682 % own to delimit the rest of the line, and then take it out again if we
2683 % didn't need it.
2684 % We rely on the fact that \parsearg sets \catcode`\ =10.
2685 %
2686 \def\set{\parseargusing{\catcode`\-=\other \catcode`\_=\other}\setxxx}
2687 \def\setxxx#1{\setyyy#1 \endsetyyy}
2688 \def\setyyy#1 #2\endsetyyy{%
2689 \def\temp{#2}%
2690 \edef\next{\gdef\makecsname{SET#1}}%
2691 \ifx\temp\empty
2692 \next{}%
2693 \else
2694 \setzzz#2\endsetzzz
2695 \fi
2696 }
2697 % Remove the trailing space \setxxx inserted.
2698 \def\setzzz#1 \endsetzzz{\next{#1}}
2699
2700 % @clear VAR clears (i.e., unsets) the variable VAR.
2701 %
2702 \defparsearg\clear{\global\expandafter\let\csname SET#1\endcsname=\relax}
2703
2704 % @value{foo} gets the text saved in variable foo.
2705 \def\value{\begingroup\makevalueexpandable\valuexxx}
2706 \def\valuexxx#1{\expandablevalue{#1}\endgroup}
2707 {
2708 \catcode`\- = \active \catcode`\_ = \active
2709 %
2710 \gdef\makevalueexpandable{%
2711 \let\value = \expandablevalue
2712 % We don't want these characters active, ...
2713 \catcode`\-=\other \catcode`\_=\other
2714 % ..., but we might end up with active ones in the argument if
2715 % we're called from @code, as @code{@value{foo-bar_}}, though.
2716 % So \let them to their normal equivalents.
2717 \let-\realdash \let_\normalunderscore
2718 }
2719 }
2720
2721 % We have this subroutine so that we can handle at least some @value's
2722 % properly in indexes (we call \makevalueexpandable in \indexdummies).
2723 % The command has to be fully expandable (if the variable is set), since
2724 % the result winds up in the index file. This means that if the
2725 % variable's value contains other Texinfo commands, it's almost certain
2726 % it will fail (although perhaps we could fix that with sufficient work
2727 % to do a one-level expansion on the result, instead of complete).
2728 %
2729 \def\expandablevalue#1{%
2730 \expandafter\ifx\csname SET#1\endcsname\relax
2731 {[No value for ``#1'']}%
2732 \message{Variable `#1', used in @value, is not set.}%
2733 \else
2734 \csname SET#1\endcsname
2735 \fi
2736 }
2737
2738 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
2739 % with @set.
2740 %
2741 \defparsearg\ifset{%
2742 \expandafter\ifx\csname SET#1\endcsname\relax
2743 \let\next=\ifsetfail
2744 \else
2745 \let\next=\ifsetsucceed
2746 \fi
2747 \next
2748 }
2749 \def\ifsetsucceed{\conditionalsucceed{ifset}}
2750 \def\ifsetfail{\doignore{ifset}}
2751 \defineunmatchedend{ifset}
2752
2753 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
2754 % defined with @set, or has been undefined with @clear.
2755 %
2756 \defparsearg\ifclear{%
2757 \expandafter\ifx\csname SET#1\endcsname\relax
2758 \let\next=\ifclearsucceed
2759 \else
2760 \let\next=\ifclearfail
2761 \fi
2762 \next
2763 }
2764 \def\ifclearsucceed{\conditionalsucceed{ifclear}}
2765 \def\ifclearfail{\doignore{ifclear}}
2766 \defineunmatchedend{ifclear}
2767
2768 % @iftex, @ifnothtml, @ifnotinfo, @ifnotplaintext always succeed; we
2769 % read the text following, through the first @end iftex (etc.). Make
2770 % `@end iftex' (etc.) valid only after an @iftex.
2771 %
2772 \def\iftex{\conditionalsucceed{iftex}}
2773 \def\ifnothtml{\conditionalsucceed{ifnothtml}}
2774 \def\ifnotinfo{\conditionalsucceed{ifnotinfo}}
2775 \def\ifnotplaintext{\conditionalsucceed{ifnotplaintext}}
2776 \defineunmatchedend{iftex}
2777 \defineunmatchedend{ifnothtml}
2778 \defineunmatchedend{ifnotinfo}
2779 \defineunmatchedend{ifnotplaintext}
2780
2781 % True conditional. Since \set globally defines its variables, we can
2782 % just start and end a group (to keep the @end definition undefined at
2783 % the outer level).
2784 %
2785 \def\conditionalsucceed#1{\begingroup
2786 \expandafter\def\csname E#1\endcsname{\endgroup}%
2787 }
2788
2789 % @defininfoenclose.
2790 \let\definfoenclose=\comment
2791
2792
2793 \message{indexing,}
2794 % Index generation facilities
2795
2796 % Define \newwrite to be identical to plain tex's \newwrite
2797 % except not \outer, so it can be used within \newindex.
2798 {\catcode`\@=11
2799 \gdef\newwrite{\alloc@7\write\chardef\sixt@@n}}
2800
2801 % \newindex {foo} defines an index named foo.
2802 % It automatically defines \fooindex such that
2803 % \fooindex ...rest of line... puts an entry in the index foo.
2804 % It also defines \fooindfile to be the number of the output channel for
2805 % the file that accumulates this index. The file's extension is foo.
2806 % The name of an index should be no more than 2 characters long
2807 % for the sake of vms.
2808 %
2809 \def\newindex#1{%
2810 \iflinks
2811 \expandafter\newwrite \csname#1indfile\endcsname
2812 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
2813 \fi
2814 \expandafter\xdef\csname#1index\endcsname{% % Define @#1index
2815 \noexpand\doindex{#1}}
2816 }
2817
2818 % @defindex foo == \newindex{foo}
2819 %
2820 \def\defindex{\parsearg\newindex}
2821
2822 % Define @defcodeindex, like @defindex except put all entries in @code.
2823 %
2824 \def\defcodeindex{\parsearg\newcodeindex}
2825 %
2826 \def\newcodeindex#1{%
2827 \iflinks
2828 \expandafter\newwrite \csname#1indfile\endcsname
2829 \openout \csname#1indfile\endcsname \jobname.#1
2830 \fi
2831 \expandafter\xdef\csname#1index\endcsname{%
2832 \noexpand\docodeindex{#1}}%
2833 }
2834
2835
2836 % @synindex foo bar makes index foo feed into index bar.
2837 % Do this instead of @defindex foo if you don't want it as a separate index.
2838 %
2839 % @syncodeindex foo bar similar, but put all entries made for index foo
2840 % inside @code.
2841 %
2842 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
2843 \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}}
2844
2845 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
2846 % #3 the target index (bar).
2847 \def\dosynindex#1#2#3{%
2848 % Only do \closeout if we haven't already done it, else we'll end up
2849 % closing the target index.
2850 \expandafter \ifx\csname donesynindex#2\endcsname \undefined
2851 % The \closeout helps reduce unnecessary open files; the limit on the
2852 % Acorn RISC OS is a mere 16 files.
2853 \expandafter\closeout\csname#2indfile\endcsname
2854 \expandafter\let\csname\donesynindex#2\endcsname = 1
2855 \fi
2856 % redefine \fooindfile:
2857 \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname
2858 \expandafter\let\csname#2indfile\endcsname=\temp
2859 % redefine \fooindex:
2860 \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
2861 }
2862
2863 % Define \doindex, the driver for all \fooindex macros.
2864 % Argument #1 is generated by the calling \fooindex macro,
2865 % and it is "foo", the name of the index.
2866
2867 % \doindex just uses \parsearg; it calls \doind for the actual work.
2868 % This is because \doind is more useful to call from other macros.
2869
2870 % There is also \dosubind {index}{topic}{subtopic}
2871 % which makes an entry in a two-level index such as the operation index.
2872
2873 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
2874 \def\singleindexer #1{\doind{\indexname}{#1}}
2875
2876 % like the previous two, but they put @code around the argument.
2877 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
2878 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
2879
2880 % Take care of Texinfo commands that can appear in an index entry.
2881 % Since there are some commands we want to expand, and others we don't,
2882 % we have to laboriously prevent expansion for those that we don't.
2883 %
2884 \def\indexdummies{%
2885 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
2886 \def\ {\realbackslash\space }%
2887 % Need these in case \tex is in effect and \{ is a \delimiter again.
2888 % But can't use \lbracecmd and \rbracecmd because texindex assumes
2889 % braces and backslashes are used only as delimiters.
2890 \let\{ = \mylbrace
2891 \let\} = \myrbrace
2892 %
2893 % \definedummyword defines \#1 as \realbackslash #1\space, thus
2894 % effectively preventing its expansion. This is used only for control
2895 % words, not control letters, because the \space would be incorrect
2896 % for control characters, but is needed to separate the control word
2897 % from whatever follows.
2898 %
2899 % For control letters, we have \definedummyletter, which omits the
2900 % space.
2901 %
2902 % These can be used both for control words that take an argument and
2903 % those that do not. If it is followed by {arg} in the input, then
2904 % that will dutifully get written to the index (or wherever).
2905 %
2906 \def\definedummyword##1{%
2907 \expandafter\def\csname ##1\endcsname{\realbackslash ##1\space}%
2908 }%
2909 \def\definedummyletter##1{%
2910 \expandafter\def\csname ##1\endcsname{\realbackslash ##1}%
2911 }%
2912 %
2913 % Do the redefinitions.
2914 \commondummies
2915 }
2916
2917 % For the aux file, @ is the escape character. So we want to redefine
2918 % everything using @ instead of \realbackslash. When everything uses
2919 % @, this will be simpler.
2920 %
2921 \def\atdummies{%
2922 \def\@{@@}%
2923 \def\ {@ }%
2924 \let\{ = \lbraceatcmd
2925 \let\} = \rbraceatcmd
2926 %
2927 % (See comments in \indexdummies.)
2928 \def\definedummyword##1{%
2929 \expandafter\def\csname ##1\endcsname{@##1\space}%
2930 }%
2931 \def\definedummyletter##1{%
2932 \expandafter\def\csname ##1\endcsname{@##1}%
2933 }%
2934 %
2935 % Do the redefinitions.
2936 \commondummies
2937 }
2938
2939 % Called from \indexdummies and \atdummies. \definedummyword and
2940 % \definedummyletter must be defined first.
2941 %
2942 \def\commondummies{%
2943 %
2944 \normalturnoffactive
2945 %
2946 % Control letters and accents.
2947 \definedummyletter{_}%
2948 \definedummyletter{,}%
2949 \definedummyletter{"}%
2950 \definedummyletter{`}%
2951 \definedummyletter{'}%
2952 \definedummyletter{^}%
2953 \definedummyletter{~}%
2954 \definedummyletter{=}%
2955 \definedummyword{u}%
2956 \definedummyword{v}%
2957 \definedummyword{H}%
2958 \definedummyword{dotaccent}%
2959 \definedummyword{ringaccent}%
2960 \definedummyword{tieaccent}%
2961 \definedummyword{ubaraccent}%
2962 \definedummyword{udotaccent}%
2963 \definedummyword{dotless}%
2964 %
2965 % Other non-English letters.
2966 \definedummyword{AA}%
2967 \definedummyword{AE}%
2968 \definedummyword{L}%
2969 \definedummyword{OE}%
2970 \definedummyword{O}%
2971 \definedummyword{aa}%
2972 \definedummyword{ae}%
2973 \definedummyword{l}%
2974 \definedummyword{oe}%
2975 \definedummyword{o}%
2976 \definedummyword{ss}%
2977 %
2978 % Although these internal commands shouldn't show up, sometimes they do.
2979 \definedummyword{bf}%
2980 \definedummyword{gtr}%
2981 \definedummyword{hat}%
2982 \definedummyword{less}%
2983 \definedummyword{sf}%
2984 \definedummyword{sl}%
2985 \definedummyword{tclose}%
2986 \definedummyword{tt}%
2987 %
2988 % Texinfo font commands.
2989 \definedummyword{b}%
2990 \definedummyword{i}%
2991 \definedummyword{r}%
2992 \definedummyword{sc}%
2993 \definedummyword{t}%
2994 %
2995 \definedummyword{TeX}%
2996 \definedummyword{acronym}%
2997 \definedummyword{cite}%
2998 \definedummyword{code}%
2999 \definedummyword{command}%
3000 \definedummyword{dfn}%
3001 \definedummyword{dots}%
3002 \definedummyword{emph}%
3003 \definedummyword{env}%
3004 \definedummyword{file}%
3005 \definedummyword{kbd}%
3006 \definedummyword{key}%
3007 \definedummyword{math}%
3008 \definedummyword{option}%
3009 \definedummyword{samp}%
3010 \definedummyword{strong}%
3011 \definedummyword{uref}%
3012 \definedummyword{url}%
3013 \definedummyword{var}%
3014 \definedummyword{verb}%
3015 \definedummyword{w}%
3016 %
3017 % Assorted special characters.
3018 \definedummyword{bullet}%
3019 \definedummyword{copyright}%
3020 \definedummyword{registeredsymbol}%
3021 \definedummyword{dots}%
3022 \definedummyword{enddots}%
3023 \definedummyword{equiv}%
3024 \definedummyword{error}%
3025 \definedummyword{expansion}%
3026 \definedummyword{minus}%
3027 \definedummyword{pounds}%
3028 \definedummyword{point}%
3029 \definedummyword{print}%
3030 \definedummyword{result}%
3031 %
3032 % Handle some cases of @value -- where it does not contain any
3033 % (non-fully-expandable) commands.
3034 \makevalueexpandable
3035 %
3036 % Normal spaces, not active ones.
3037 \unsepspaces
3038 %
3039 % No macro expansion.
3040 \turnoffmacros
3041 }
3042
3043
3044 % \indexnofonts is used when outputting the strings to sort the index
3045 % by, and when constructing control sequence names. It eliminates all
3046 % control sequences and just writes whatever the best ASCII sort string
3047 % would be for a given command (usually its argument).
3048 %
3049 \def\indexdummytex{TeX}
3050 \def\indexdummydots{...}
3051 %
3052 \def\indexnofonts{%
3053 \def\ { }%
3054 \def\@{@}%
3055 % how to handle braces?
3056 \def\_{\normalunderscore}%
3057 %
3058 \let\,=\asis
3059 \let\"=\asis
3060 \let\`=\asis
3061 \let\'=\asis
3062 \let\^=\asis
3063 \let\~=\asis
3064 \let\==\asis
3065 \let\u=\asis
3066 \let\v=\asis
3067 \let\H=\asis
3068 \let\dotaccent=\asis
3069 \let\ringaccent=\asis
3070 \let\tieaccent=\asis
3071 \let\ubaraccent=\asis
3072 \let\udotaccent=\asis
3073 \let\dotless=\asis
3074 %
3075 % Other non-English letters.
3076 \def\AA{AA}%
3077 \def\AE{AE}%
3078 \def\L{L}%
3079 \def\OE{OE}%
3080 \def\O{O}%
3081 \def\aa{aa}%
3082 \def\ae{ae}%
3083 \def\l{l}%
3084 \def\oe{oe}%
3085 \def\o{o}%
3086 \def\ss{ss}%
3087 \def\exclamdown{!}%
3088 \def\questiondown{?}%
3089 %
3090 % Don't no-op \tt, since it isn't a user-level command
3091 % and is used in the definitions of the active chars like <, >, |, etc.
3092 % Likewise with the other plain tex font commands.
3093 %\let\tt=\asis
3094 %
3095 % Texinfo font commands.
3096 \let\b=\asis
3097 \let\i=\asis
3098 \let\r=\asis
3099 \let\sc=\asis
3100 \let\t=\asis
3101 %
3102 \let\TeX=\indexdummytex
3103 \let\acronym=\asis
3104 \let\cite=\asis
3105 \let\code=\asis
3106 \let\command=\asis
3107 \let\dfn=\asis
3108 \let\dots=\indexdummydots
3109 \let\emph=\asis
3110 \let\env=\asis
3111 \let\file=\asis
3112 \let\kbd=\asis
3113 \let\key=\asis
3114 \let\math=\asis
3115 \let\option=\asis
3116 \let\samp=\asis
3117 \let\strong=\asis
3118 \let\uref=\asis
3119 \let\url=\asis
3120 \let\var=\asis
3121 \let\verb=\asis
3122 \let\w=\asis
3123 }
3124
3125 \let\indexbackslash=0 %overridden during \printindex.
3126 \let\SETmarginindex=\relax % put index entries in margin (undocumented)?
3127
3128 % Most index entries go through here, but \dosubind is the general case.
3129 % #1 is the index name, #2 is the entry text.
3130 \def\doind#1#2{\dosubind{#1}{#2}{}}
3131
3132 % Workhorse for all \fooindexes.
3133 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
3134 % empty if called from \doind, as we usually are (the main exception
3135 % is with most defuns, which call us directly).
3136 %
3137 \def\dosubind#1#2#3{%
3138 \iflinks
3139 {%
3140 % Store the main index entry text (including the third arg).
3141 \toks0 = {#2}%
3142 % If third arg is present, precede it with a space.
3143 \def\thirdarg{#3}%
3144 \ifx\thirdarg\empty \else
3145 \toks0 = \expandafter{\the\toks0 \space #3}%
3146 \fi
3147 %
3148 \edef\writeto{\csname#1indfile\endcsname}%
3149 %
3150 \ifvmode
3151 \dosubindsanitize
3152 \else
3153 \dosubindwrite
3154 \fi
3155 }%
3156 \fi
3157 }
3158
3159 % Write the entry in \toks0 to the index file:
3160 %
3161 \def\dosubindwrite{%
3162 % Put the index entry in the margin if desired.
3163 \ifx\SETmarginindex\relax\else
3164 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}%
3165 \fi
3166 %
3167 % Remember, we are within a group.
3168 \indexdummies % Must do this here, since \bf, etc expand at this stage
3169 \escapechar=`\\
3170 \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
3171 % so it will be output as is; and it will print as backslash.
3172 %
3173 % Process the index entry with all font commands turned off, to
3174 % get the string to sort by.
3175 {\indexnofonts
3176 \edef\temp{\the\toks0}% need full expansion
3177 \xdef\indexsorttmp{\temp}%
3178 }%
3179 %
3180 % Set up the complete index entry, with both the sort key and
3181 % the original text, including any font commands. We write
3182 % three arguments to \entry to the .?? file (four in the
3183 % subentry case), texindex reduces to two when writing the .??s
3184 % sorted result.
3185 \edef\temp{%
3186 \write\writeto{%
3187 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}%
3188 }%
3189 \temp
3190 }
3191
3192 % Take care of unwanted page breaks:
3193 %
3194 % If a skip is the last thing on the list now, preserve it
3195 % by backing up by \lastskip, doing the \write, then inserting
3196 % the skip again. Otherwise, the whatsit generated by the
3197 % \write will make \lastskip zero. The result is that sequences
3198 % like this:
3199 % @end defun
3200 % @tindex whatever
3201 % @defun ...
3202 % will have extra space inserted, because the \medbreak in the
3203 % start of the @defun won't see the skip inserted by the @end of
3204 % the previous defun.
3205 %
3206 % But don't do any of this if we're not in vertical mode. We
3207 % don't want to do a \vskip and prematurely end a paragraph.
3208 %
3209 % Avoid page breaks due to these extra skips, too.
3210 %
3211 % But wait, there is a catch there:
3212 % We'll have to check whether \lastskip is zero skip. \ifdim is not
3213 % sufficient for this purpose, as it ignores stretch and shrink parts
3214 % of the skip. The only way seems to be to check the textual
3215 % representation of the skip.
3216 %
3217 % The following is almost like \def\zeroskipmacro{0.0pt} except that
3218 % the ``p'' and ``t'' characters have catcode \other, not 11 (letter).
3219 %
3220 \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname}
3221 %
3222 % ..., ready, GO:
3223 %
3224 \def\dosubindsanitize{%
3225 % \lastskip and \lastpenalty cannot both be nonzero simultaneously.
3226 \skip0 = \lastskip
3227 \edef\lastskipmacro{\the\lastskip}%
3228 \count255 = \lastpenalty
3229 %
3230 % If \lastskip is nonzero, that means the last item was a
3231 % skip. And since a skip is discardable, that means this
3232 % -\skip0 glue we're inserting is preceded by a
3233 % non-discardable item, therefore it is not a potential
3234 % breakpoint, therefore no \nobreak needed.
3235 \ifx\lastskipmacro\zeroskipmacro
3236 \else
3237 \vskip-\skip0
3238 \fi
3239 %
3240 \dosubindwrite
3241 %
3242 \ifx\lastskipmacro\zeroskipmacro
3243 % if \lastskip was zero, perhaps the last item was a
3244 % penalty, and perhaps it was >=10000, e.g., a \nobreak.
3245 % In that case, we want to re-insert the penalty; since we
3246 % just inserted a non-discardable item, any following glue
3247 % (such as a \parskip) would be a breakpoint. For example:
3248 % @deffn deffn-whatever
3249 % @vindex index-whatever
3250 % Description.
3251 % would allow a break between the index-whatever whatsit
3252 % and the "Description." paragraph.
3253 \ifnum\count255>9999 \nobreak \fi
3254 \else
3255 % On the other hand, if we had a nonzero \lastskip,
3256 % this make-up glue would be preceded by a non-discardable item
3257 % (the whatsit from the \write), so we must insert a \nobreak.
3258 \nobreak\vskip\skip0
3259 \fi
3260 }
3261
3262 % The index entry written in the file actually looks like
3263 % \entry {sortstring}{page}{topic}
3264 % or
3265 % \entry {sortstring}{page}{topic}{subtopic}
3266 % The texindex program reads in these files and writes files
3267 % containing these kinds of lines:
3268 % \initial {c}
3269 % before the first topic whose initial is c
3270 % \entry {topic}{pagelist}
3271 % for a topic that is used without subtopics
3272 % \primary {topic}
3273 % for the beginning of a topic that is used with subtopics
3274 % \secondary {subtopic}{pagelist}
3275 % for each subtopic.
3276
3277 % Define the user-accessible indexing commands
3278 % @findex, @vindex, @kindex, @cindex.
3279
3280 \def\findex {\fnindex}
3281 \def\kindex {\kyindex}
3282 \def\cindex {\cpindex}
3283 \def\vindex {\vrindex}
3284 \def\tindex {\tpindex}
3285 \def\pindex {\pgindex}
3286
3287 \def\cindexsub {\begingroup\obeylines\cindexsub}
3288 {\obeylines %
3289 \gdef\cindexsub "#1" #2^^M{\endgroup %
3290 \dosubind{cp}{#2}{#1}}}
3291
3292 % Define the macros used in formatting output of the sorted index material.
3293
3294 % @printindex causes a particular index (the ??s file) to get printed.
3295 % It does not print any chapter heading (usually an @unnumbered).
3296 %
3297 \defparsearg\printindex{\begingroup
3298 \dobreak \chapheadingskip{10000}%
3299 %
3300 \smallfonts \rm
3301 \tolerance = 9500
3302 \everypar = {}% don't want the \kern\-parindent from indentation suppression.
3303 %
3304 % See if the index file exists and is nonempty.
3305 % Change catcode of @ here so that if the index file contains
3306 % \initial {@}
3307 % as its first line, TeX doesn't complain about mismatched braces
3308 % (because it thinks @} is a control sequence).
3309 \catcode`\@ = 11
3310 \openin 1 \jobname.#1s
3311 \ifeof 1
3312 % \enddoublecolumns gets confused if there is no text in the index,
3313 % and it loses the chapter title and the aux file entries for the
3314 % index. The easiest way to prevent this problem is to make sure
3315 % there is some text.
3316 \putwordIndexNonexistent
3317 \else
3318 %
3319 % If the index file exists but is empty, then \openin leaves \ifeof
3320 % false. We have to make TeX try to read something from the file, so
3321 % it can discover if there is anything in it.
3322 \read 1 to \temp
3323 \ifeof 1
3324 \putwordIndexIsEmpty
3325 \else
3326 % Index files are almost Texinfo source, but we use \ as the escape
3327 % character. It would be better to use @, but that's too big a change
3328 % to make right now.
3329 \def\indexbackslash{\rawbackslashxx}%
3330 \catcode`\\ = 0
3331 \escapechar = `\\
3332 \begindoublecolumns
3333 \input \jobname.#1s
3334 \enddoublecolumns
3335 \fi
3336 \fi
3337 \closein 1
3338 \endgroup}
3339
3340 % These macros are used by the sorted index file itself.
3341 % Change them to control the appearance of the index.
3342
3343 \def\initial#1{{%
3344 % Some minor font changes for the special characters.
3345 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
3346 %
3347 % Remove any glue we may have, we'll be inserting our own.
3348 \removelastskip
3349 %
3350 % We like breaks before the index initials, so insert a bonus.
3351 \penalty -300
3352 %
3353 % Typeset the initial. Making this add up to a whole number of
3354 % baselineskips increases the chance of the dots lining up from column
3355 % to column. It still won't often be perfect, because of the stretch
3356 % we need before each entry, but it's better.
3357 %
3358 % No shrink because it confuses \balancecolumns.
3359 \vskip 1.67\baselineskip plus .5\baselineskip
3360 \leftline{\secbf #1}%
3361 \vskip .33\baselineskip plus .1\baselineskip
3362 %
3363 % Do our best not to break after the initial.
3364 \nobreak
3365 }}
3366
3367 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and
3368 % then page number (#2) flushed to the right margin. It is used for index
3369 % and table of contents entries. The paragraph is indented by \leftskip.
3370 %
3371 % A straigtforward implementation would start like this:
3372 % \def\entry#1#2{...
3373 % But this frozes the catcodes in the argument, and can cause problems to
3374 % @code, which set's active ``-''. This problem was fixed by a kludge---
3375 % ``-'' was active throughout whole index, but this isn't what we really
3376 % want.
3377 % The right solution is to prevent \entry from swallowing the whole text.
3378 % --kasal, 21nov03
3379 \def\entry{%
3380 \begingroup
3381 %
3382 % Start a new paragraph if necessary, so our assignments below can't
3383 % affect previous text.
3384 \par
3385 %
3386 % Do not fill out the last line with white space.
3387 \parfillskip = 0in
3388 %
3389 % No extra space above this paragraph.
3390 \parskip = 0in
3391 %
3392 % Do not prefer a separate line ending with a hyphen to fewer lines.
3393 \finalhyphendemerits = 0
3394 %
3395 % \hangindent is only relevant when the entry text and page number
3396 % don't both fit on one line. In that case, bob suggests starting the
3397 % dots pretty far over on the line. Unfortunately, a large
3398 % indentation looks wrong when the entry text itself is broken across
3399 % lines. So we use a small indentation and put up with long leaders.
3400 %
3401 % \hangafter is reset to 1 (which is the value we want) at the start
3402 % of each paragraph, so we need not do anything with that.
3403 \hangindent = 2em
3404 %
3405 % When the entry text needs to be broken, just fill out the first line
3406 % with blank space.
3407 \rightskip = 0pt plus1fil
3408 %
3409 % A bit of stretch before each entry for the benefit of balancing
3410 % columns.
3411 \vskip 0pt plus1pt
3412 %
3413 % Swallow the left brace of the text (first parameter):
3414 \afterassignment\doentry
3415 \let\temp =
3416 }
3417 \def\doentry{%
3418 \bgroup % Instead of the swallowed brace.
3419 \noindent
3420 \aftergroup\finishentry
3421 % And now comes the text of the entry.
3422 }
3423 \def\finishentry#1{%
3424 % #1 is the page number.
3425 %
3426 % The following is kludged to not output a line of dots in the index if
3427 % there are no page numbers. The next person who breaks this will be
3428 % cursed by a Unix daemon.
3429 \def\tempa{{\rm }}%
3430 \def\tempb{#1}%
3431 \edef\tempc{\tempa}%
3432 \edef\tempd{\tempb}%
3433 \ifx\tempc\tempd
3434 \ %
3435 \else
3436 %
3437 % If we must, put the page number on a line of its own, and fill out
3438 % this line with blank space. (The \hfil is overwhelmed with the
3439 % fill leaders glue in \indexdotfill if the page number does fit.)
3440 \hfil\penalty50
3441 \null\nobreak\indexdotfill % Have leaders before the page number.
3442 %
3443 % The `\ ' here is removed by the implicit \unskip that TeX does as
3444 % part of (the primitive) \par. Without it, a spurious underfull
3445 % \hbox ensues.
3446 \ifpdf
3447 \pdfgettoks#1.\ \the\toksA
3448 \else
3449 \ #1%
3450 \fi
3451 \fi
3452 \par
3453 \endgroup
3454 }
3455
3456 % Like \dotfill except takes at least 1 em.
3457 \def\indexdotfill{\cleaders
3458 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
3459
3460 \def\primary #1{\line{#1\hfil}}
3461
3462 \newskip\secondaryindent \secondaryindent=0.5cm
3463 \def\secondary#1#2{{%
3464 \parfillskip=0in
3465 \parskip=0in
3466 \hangindent=1in
3467 \hangafter=1
3468 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill
3469 \ifpdf
3470 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph.
3471 \else
3472 #2
3473 \fi
3474 \par
3475 }}
3476
3477 % Define two-column mode, which we use to typeset indexes.
3478 % Adapted from the TeXbook, page 416, which is to say,
3479 % the manmac.tex format used to print the TeXbook itself.
3480 \catcode`\@=11
3481
3482 \newbox\partialpage
3483 \newdimen\doublecolumnhsize
3484
3485 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
3486 % Grab any single-column material above us.
3487 \output = {%
3488 %
3489 % Here is a possibility not foreseen in manmac: if we accumulate a
3490 % whole lot of material, we might end up calling this \output
3491 % routine twice in a row (see the doublecol-lose test, which is
3492 % essentially a couple of indexes with @setchapternewpage off). In
3493 % that case we just ship out what is in \partialpage with the normal
3494 % output routine. Generally, \partialpage will be empty when this
3495 % runs and this will be a no-op. See the indexspread.tex test case.
3496 \ifvoid\partialpage \else
3497 \onepageout{\pagecontents\partialpage}%
3498 \fi
3499 %
3500 \global\setbox\partialpage = \vbox{%
3501 % Unvbox the main output page.
3502 \unvbox\PAGE
3503 \kern-\topskip \kern\baselineskip
3504 }%
3505 }%
3506 \eject % run that output routine to set \partialpage
3507 %
3508 % Use the double-column output routine for subsequent pages.
3509 \output = {\doublecolumnout}%
3510 %
3511 % Change the page size parameters. We could do this once outside this
3512 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
3513 % format, but then we repeat the same computation. Repeating a couple
3514 % of assignments once per index is clearly meaningless for the
3515 % execution time, so we may as well do it in one place.
3516 %
3517 % First we halve the line length, less a little for the gutter between
3518 % the columns. We compute the gutter based on the line length, so it
3519 % changes automatically with the paper format. The magic constant
3520 % below is chosen so that the gutter has the same value (well, +-<1pt)
3521 % as it did when we hard-coded it.
3522 %
3523 % We put the result in a separate register, \doublecolumhsize, so we
3524 % can restore it in \pagesofar, after \hsize itself has (potentially)
3525 % been clobbered.
3526 %
3527 \doublecolumnhsize = \hsize
3528 \advance\doublecolumnhsize by -.04154\hsize
3529 \divide\doublecolumnhsize by 2
3530 \hsize = \doublecolumnhsize
3531 %
3532 % Double the \vsize as well. (We don't need a separate register here,
3533 % since nobody clobbers \vsize.)
3534 \vsize = 2\vsize
3535 }
3536
3537 % The double-column output routine for all double-column pages except
3538 % the last.
3539 %
3540 \def\doublecolumnout{%
3541 \splittopskip=\topskip \splitmaxdepth=\maxdepth
3542 % Get the available space for the double columns -- the normal
3543 % (undoubled) page height minus any material left over from the
3544 % previous page.
3545 \dimen@ = \vsize
3546 \divide\dimen@ by 2
3547 \advance\dimen@ by -\ht\partialpage
3548 %
3549 % box0 will be the left-hand column, box2 the right.
3550 \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
3551 \onepageout\pagesofar
3552 \unvbox255
3553 \penalty\outputpenalty
3554 }
3555 %
3556 % Re-output the contents of the output page -- any previous material,
3557 % followed by the two boxes we just split, in box0 and box2.
3558 \def\pagesofar{%
3559 \unvbox\partialpage
3560 %
3561 \hsize = \doublecolumnhsize
3562 \wd0=\hsize \wd2=\hsize
3563 \hbox to\pagewidth{\box0\hfil\box2}%
3564 }
3565 %
3566 % All done with double columns.
3567 \def\enddoublecolumns{%
3568 \output = {%
3569 % Split the last of the double-column material. Leave it on the
3570 % current page, no automatic page break.
3571 \balancecolumns
3572 %
3573 % If we end up splitting too much material for the current page,
3574 % though, there will be another page break right after this \output
3575 % invocation ends. Having called \balancecolumns once, we do not
3576 % want to call it again. Therefore, reset \output to its normal
3577 % definition right away. (We hope \balancecolumns will never be
3578 % called on to balance too much material, but if it is, this makes
3579 % the output somewhat more palatable.)
3580 \global\output = {\onepageout{\pagecontents\PAGE}}%
3581 }%
3582 \eject
3583 \endgroup % started in \begindoublecolumns
3584 %
3585 % \pagegoal was set to the doubled \vsize above, since we restarted
3586 % the current page. We're now back to normal single-column
3587 % typesetting, so reset \pagegoal to the normal \vsize (after the
3588 % \endgroup where \vsize got restored).
3589 \pagegoal = \vsize
3590 }
3591 %
3592 % Called at the end of the double column material.
3593 \def\balancecolumns{%
3594 \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120.
3595 \dimen@ = \ht0
3596 \advance\dimen@ by \topskip
3597 \advance\dimen@ by-\baselineskip
3598 \divide\dimen@ by 2 % target to split to
3599 %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}%
3600 \splittopskip = \topskip
3601 % Loop until we get a decent breakpoint.
3602 {%
3603 \vbadness = 10000
3604 \loop
3605 \global\setbox3 = \copy0
3606 \global\setbox1 = \vsplit3 to \dimen@
3607 \ifdim\ht3>\dimen@
3608 \global\advance\dimen@ by 1pt
3609 \repeat
3610 }%
3611 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%
3612 \setbox0=\vbox to\dimen@{\unvbox1}%
3613 \setbox2=\vbox to\dimen@{\unvbox3}%
3614 %
3615 \pagesofar
3616 }
3617 \catcode`\@ = \other
3618
3619
3620 \message{sectioning,}
3621 % Chapters, sections, etc.
3622
3623 % \unnumberedno is an oxymoron, of course. But we count the unnumbered
3624 % sections so that we can refer to them unambiguously in the pdf
3625 % outlines by their "section number". We avoid collisions with chapter
3626 % numbers by starting them at 10000. (If a document ever has 10000
3627 % chapters, we're in trouble anyway, I'm sure.)
3628 \newcount\unnumberedno \unnumberedno = 10000
3629 \newcount\chapno
3630 \newcount\secno \secno=0
3631 \newcount\subsecno \subsecno=0
3632 \newcount\subsubsecno \subsubsecno=0
3633
3634 % This counter is funny since it counts through charcodes of letters A, B, ...
3635 \newcount\appendixno \appendixno = `\@
3636 %
3637 % \def\appendixletter{\char\the\appendixno}
3638 % We do the following ugly conditional instead of the above simple
3639 % construct for the sake of pdftex, which needs the actual
3640 % letter in the expansion, not just typeset.
3641 %
3642 \def\appendixletter{%
3643 \ifnum\appendixno=`A A%
3644 \else\ifnum\appendixno=`B B%
3645 \else\ifnum\appendixno=`C C%
3646 \else\ifnum\appendixno=`D D%
3647 \else\ifnum\appendixno=`E E%
3648 \else\ifnum\appendixno=`F F%
3649 \else\ifnum\appendixno=`G G%
3650 \else\ifnum\appendixno=`H H%
3651 \else\ifnum\appendixno=`I I%
3652 \else\ifnum\appendixno=`J J%
3653 \else\ifnum\appendixno=`K K%
3654 \else\ifnum\appendixno=`L L%
3655 \else\ifnum\appendixno=`M M%
3656 \else\ifnum\appendixno=`N N%
3657 \else\ifnum\appendixno=`O O%
3658 \else\ifnum\appendixno=`P P%
3659 \else\ifnum\appendixno=`Q Q%
3660 \else\ifnum\appendixno=`R R%
3661 \else\ifnum\appendixno=`S S%
3662 \else\ifnum\appendixno=`T T%
3663 \else\ifnum\appendixno=`U U%
3664 \else\ifnum\appendixno=`V V%
3665 \else\ifnum\appendixno=`W W%
3666 \else\ifnum\appendixno=`X X%
3667 \else\ifnum\appendixno=`Y Y%
3668 \else\ifnum\appendixno=`Z Z%
3669 % The \the is necessary, despite appearances, because \appendixletter is
3670 % expanded while writing the .toc file. \char\appendixno is not
3671 % expandable, thus it is written literally, thus all appendixes come out
3672 % with the same letter (or @) in the toc without it.
3673 \else\char\the\appendixno
3674 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
3675 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi}
3676
3677 % Each @chapter defines this as the name of the chapter.
3678 % page headings and footings can use it. @section does likewise.
3679 % However, they are not reliable, because we don't use marks.
3680 \def\thischapter{}
3681 \def\thissection{}
3682
3683 \newcount\absseclevel % used to calculate proper heading level
3684 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
3685
3686 % @raisesections: treat @section as chapter, @subsection as section, etc.
3687 \def\raisesections{\global\advance\secbase by -1}
3688 \let\up=\raisesections % original BFox name
3689
3690 % @lowersections: treat @chapter as section, @section as subsection, etc.
3691 \def\lowersections{\global\advance\secbase by 1}
3692 \let\down=\lowersections % original BFox name
3693
3694 % Choose a numbered-heading macro
3695 % #1 is heading level if unmodified by @raisesections or @lowersections
3696 % #2 is text for heading
3697 \def\numhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
3698 \ifcase\absseclevel
3699 \chapterzzz{#2}%
3700 \or \seczzz{#2}%
3701 \or \numberedsubseczzz{#2}%
3702 \or \numberedsubsubseczzz{#2}%
3703 \else
3704 \ifnum \absseclevel<0 \chapterzzz{#2}%
3705 \else \numberedsubsubseczzz{#2}%
3706 \fi
3707 \fi
3708 \suppressfirstparagraphindent
3709 }
3710
3711 % like \numhead, but chooses appendix heading levels
3712 \def\apphead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
3713 \ifcase\absseclevel
3714 \appendixzzz{#2}%
3715 \or \appendixsectionzzz{#2}%
3716 \or \appendixsubseczzz{#2}%
3717 \or \appendixsubsubseczzz{#2}%
3718 \else
3719 \ifnum \absseclevel<0 \appendixzzz{#2}%
3720 \else \appendixsubsubseczzz{#2}%
3721 \fi
3722 \fi
3723 \suppressfirstparagraphindent
3724 }
3725
3726 % like \numhead, but chooses numberless heading levels
3727 \def\unnmhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
3728 \ifcase\absseclevel
3729 \unnumberedzzz{#2}%
3730 \or \unnumberedseczzz{#2}%
3731 \or \unnumberedsubseczzz{#2}%
3732 \or \unnumberedsubsubseczzz{#2}%
3733 \else
3734 \ifnum \absseclevel<0 \unnumberedzzz{#2}%
3735 \else \unnumberedsubsubseczzz{#2}%
3736 \fi
3737 \fi
3738 \suppressfirstparagraphindent
3739 }
3740
3741 % @chapter, @appendix, @unnumbered.
3742 %
3743 \outer\defparsearg\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
3744 \def\chapterzzz#1{%
3745 % section resetting is \global in case the chapter is in a group, such
3746 % as an @include file.
3747 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
3748 \global\advance\chapno by 1
3749 \message{\putwordChapter\space \the\chapno}%
3750 %
3751 % Write the actual heading.
3752 \chapmacro{#1}{Ynumbered}{\the\chapno}%
3753 %
3754 % So @section and the like are numbered underneath this chapter.
3755 \global\let\section = \numberedsec
3756 \global\let\subsection = \numberedsubsec
3757 \global\let\subsubsection = \numberedsubsubsec
3758 }
3759
3760 \outer\defparsearg\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
3761 \def\appendixzzz#1{%
3762 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
3763 \global\advance\appendixno by 1
3764 \def\appendixnum{\putwordAppendix\space \appendixletter}%
3765 \message{\appendixnum}%
3766 \chapmacro{#1}{Yappendix}{\appendixletter}%
3767 \global\let\section = \appendixsec
3768 \global\let\subsection = \appendixsubsec
3769 \global\let\subsubsection = \appendixsubsubsec
3770 }
3771
3772 % @centerchap is like @unnumbered, but the heading is centered.
3773 \outer\defparsearg\centerchap{{\unnumberedyyy{#1}}}
3774
3775 \outer\defparsearg\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
3776 \def\unnumberedzzz#1{%
3777 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
3778 \global\advance\unnumberedno by 1
3779 %
3780 % This used to be simply \message{#1}, but TeX fully expands the
3781 % argument to \message. Therefore, if #1 contained @-commands, TeX
3782 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
3783 % expanded @cite (which turns out to cause errors because \cite is meant
3784 % to be executed, not expanded).
3785 %
3786 % Anyway, we don't want the fully-expanded definition of @cite to appear
3787 % as a result of the \message, we just want `@cite' itself. We use
3788 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
3789 % simply yielding the contents of <toks register>. (We also do this for
3790 % the toc entries.)
3791 \toks0 = {#1}\message{(\the\toks0)}%
3792 %
3793 \chapmacro{#1}{Ynothing}{\the\unnumberedno}%
3794 %
3795 \global\let\section = \unnumberedsec
3796 \global\let\subsection = \unnumberedsubsec
3797 \global\let\subsubsection = \unnumberedsubsubsec
3798 }
3799
3800 % @top is like @unnumbered.
3801 \let\top\unnumbered
3802
3803 % Sections.
3804 \outer\defparsearg\numberedsec{\numhead1{#1}} % normally calls seczzz
3805 \def\seczzz#1{%
3806 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1
3807 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%
3808 }
3809
3810 \outer\defparsearg\appendixsection{\apphead1{#1}} % normally calls appendixsectionzzz
3811 \def\appendixsectionzzz#1{%
3812 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1
3813 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%
3814 }
3815 \let\appendixsec\appendixsection
3816
3817 \outer\defparsearg\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz
3818 \def\unnumberedseczzz#1{%
3819 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1
3820 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%
3821 }
3822
3823 % Subsections.
3824 \outer\defparsearg\numberedsubsec{\numhead2{#1}} % normally calls numberedsubseczzz
3825 \def\numberedsubseczzz#1{%
3826 \global\subsubsecno=0 \global\advance\subsecno by 1
3827 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%
3828 }
3829
3830 \outer\defparsearg\appendixsubsec{\apphead2{#1}} % normally calls appendixsubseczzz
3831 \def\appendixsubseczzz#1{%
3832 \global\subsubsecno=0 \global\advance\subsecno by 1
3833 \sectionheading{#1}{subsec}{Yappendix}%
3834 {\appendixletter.\the\secno.\the\subsecno}%
3835 }
3836
3837 \outer\defparsearg\unnumberedsubsec{\unnmhead2{#1}} %normally calls unnumberedsubseczzz
3838 \def\unnumberedsubseczzz#1{%
3839 \global\subsubsecno=0 \global\advance\subsecno by 1
3840 \sectionheading{#1}{subsec}{Ynothing}%
3841 {\the\unnumberedno.\the\secno.\the\subsecno}%
3842 }
3843
3844 % Subsubsections.
3845 \outer\defparsearg\numberedsubsubsec{\numhead3{#1}} % normally numberedsubsubseczzz
3846 \def\numberedsubsubseczzz#1{%
3847 \global\advance\subsubsecno by 1
3848 \sectionheading{#1}{subsubsec}{Ynumbered}%
3849 {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}%
3850 }
3851
3852 \outer\defparsearg\appendixsubsubsec{\apphead3{#1}} % normally appendixsubsubseczzz
3853 \def\appendixsubsubseczzz#1{%
3854 \global\advance\subsubsecno by 1
3855 \sectionheading{#1}{subsubsec}{Yappendix}%
3856 {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}%
3857 }
3858
3859 \outer\defparsearg\unnumberedsubsubsec{\unnmhead3{#1}} %normally unnumberedsubsubseczzz
3860 \def\unnumberedsubsubseczzz#1{%
3861 \global\advance\subsubsecno by 1
3862 \sectionheading{#1}{subsubsec}{Ynothing}%
3863 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}%
3864 }
3865
3866 % These are variants which are not "outer", so they can appear in @ifinfo.
3867 % Actually, they are now be obsolete; ordinary section commands should work.
3868 \def\infotop{\parsearg\unnumberedzzz}
3869 \def\infounnumbered{\parsearg\unnumberedzzz}
3870 \def\infounnumberedsec{\parsearg\unnumberedseczzz}
3871 \def\infounnumberedsubsec{\parsearg\unnumberedsubseczzz}
3872 \def\infounnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
3873
3874 \def\infoappendix{\parsearg\appendixzzz}
3875 \def\infoappendixsec{\parsearg\appendixseczzz}
3876 \def\infoappendixsubsec{\parsearg\appendixsubseczzz}
3877 \def\infoappendixsubsubsec{\parsearg\appendixsubsubseczzz}
3878
3879 \def\infochapter{\parsearg\chapterzzz}
3880 \def\infosection{\parsearg\sectionzzz}
3881 \def\infosubsection{\parsearg\subsectionzzz}
3882 \def\infosubsubsection{\parsearg\subsubsectionzzz}
3883
3884 % These macros control what the section commands do, according
3885 % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
3886 % Define them by default for a numbered chapter.
3887 \let\section = \numberedsec
3888 \let\subsection = \numberedsubsec
3889 \let\subsubsection = \numberedsubsubsec
3890
3891 % Define @majorheading, @heading and @subheading
3892
3893 % NOTE on use of \vbox for chapter headings, section headings, and such:
3894 % 1) We use \vbox rather than the earlier \line to permit
3895 % overlong headings to fold.
3896 % 2) \hyphenpenalty is set to 10000 because hyphenation in a
3897 % heading is obnoxious; this forbids it.
3898 % 3) Likewise, headings look best if no \parindent is used, and
3899 % if justification is not attempted. Hence \raggedright.
3900
3901
3902 \def\majorheading{%
3903 {\advance\chapheadingskip by 10pt \chapbreak }%
3904 \parsearg\chapheadingzzz
3905 }
3906
3907 \def\chapheading{\chapbreak \parsearg\chapheadingzzz}
3908 \def\chapheadingzzz#1{%
3909 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
3910 \parindent=0pt\raggedright
3911 \rm #1\hfill}}%
3912 \bigskip \par\penalty 200\relax
3913 \suppressfirstparagraphindent
3914 }
3915
3916 % @heading, @subheading, @subsubheading.
3917 \defparsearg\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{}
3918 \suppressfirstparagraphindent}
3919 \defparsearg\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{}
3920 \suppressfirstparagraphindent}
3921 \defparsearg\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{}
3922 \suppressfirstparagraphindent}
3923
3924 % These macros generate a chapter, section, etc. heading only
3925 % (including whitespace, linebreaking, etc. around it),
3926 % given all the information in convenient, parsed form.
3927
3928 %%% Args are the skip and penalty (usually negative)
3929 \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi}
3930
3931 \def\setchapterstyle #1 {\csname CHAPF#1\endcsname}
3932
3933 %%% Define plain chapter starts, and page on/off switching for it
3934 % Parameter controlling skip before chapter headings (if needed)
3935
3936 \newskip\chapheadingskip
3937
3938 \def\chapbreak{\dobreak \chapheadingskip {-4000}}
3939 \def\chappager{\par\vfill\supereject}
3940 \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to 0pt{} \chappager\fi}
3941
3942 \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname}
3943
3944 \def\CHAPPAGoff{%
3945 \global\let\contentsalignmacro = \chappager
3946 \global\let\pchapsepmacro=\chapbreak
3947 \global\let\pagealignmacro=\chappager}
3948
3949 \def\CHAPPAGon{%
3950 \global\let\contentsalignmacro = \chappager
3951 \global\let\pchapsepmacro=\chappager
3952 \global\let\pagealignmacro=\chappager
3953 \global\def\HEADINGSon{\HEADINGSsingle}}
3954
3955 \def\CHAPPAGodd{%
3956 \global\let\contentsalignmacro = \chapoddpage
3957 \global\let\pchapsepmacro=\chapoddpage
3958 \global\let\pagealignmacro=\chapoddpage
3959 \global\def\HEADINGSon{\HEADINGSdouble}}
3960
3961 \CHAPPAGon
3962
3963 \def\CHAPFplain{%
3964 \global\let\chapmacro=\chfplain
3965 \global\let\centerchapmacro=\centerchfplain}
3966
3967 % Normal chapter opening.
3968 %
3969 % #1 is the text, #2 is the section type (Ynumbered, Ynothing,
3970 % Yappendix, Yomitfromtoc), #3 the chapter number.
3971 %
3972 % To test against our argument.
3973 \def\Ynothingkeyword{Ynothing}
3974 \def\Yomitfromtockeyword{Yomitfromtoc}
3975 \def\Yappendixkeyword{Yappendix}
3976 %
3977 \def\chfplain#1#2#3{%
3978 \pchapsepmacro
3979 {%
3980 \chapfonts \rm
3981 %
3982 % Have to define \thissection before calling \donoderef, because the
3983 % xref code eventually uses it. On the other hand, it has to be called
3984 % after \pchapsepmacro, or the headline will change too soon.
3985 \gdef\thissection{#1}%
3986 \gdef\thischaptername{#1}%
3987 %
3988 % Only insert the separating space if we have a chapter/appendix
3989 % number, and don't print the unnumbered ``number''.
3990 \def\temptype{#2}%
3991 \ifx\temptype\Ynothingkeyword
3992 \setbox0 = \hbox{}%
3993 \def\toctype{unnchap}%
3994 \def\thischapter{#1}%
3995 \else\ifx\temptype\Yomitfromtockeyword
3996 \setbox0 = \hbox{}% contents like unnumbered, but no toc entry
3997 \def\toctype{omit}%
3998 \xdef\thischapter{}%
3999 \else\ifx\temptype\Yappendixkeyword
4000 \setbox0 = \hbox{\putwordAppendix{} #3\enspace}%
4001 \def\toctype{app}%
4002 % We don't substitute the actual chapter name into \thischapter
4003 % because we don't want its macros evaluated now. And we don't
4004 % use \thissection because that changes with each section.
4005 %
4006 \xdef\thischapter{\putwordAppendix{} \appendixletter:
4007 \noexpand\thischaptername}%
4008 \else
4009 \setbox0 = \hbox{#3\enspace}%
4010 \def\toctype{numchap}%
4011 \xdef\thischapter{\putwordChapter{} \the\chapno:
4012 \noexpand\thischaptername}%
4013 \fi\fi\fi
4014 %
4015 % Write the toc entry for this chapter. Must come before the
4016 % \donoderef, because we include the current node name in the toc
4017 % entry, and \donoderef resets it to empty.
4018 \writetocentry{\toctype}{#1}{#3}%
4019 %
4020 % For pdftex, we have to write out the node definition (aka, make
4021 % the pdfdest) after any page break, but before the actual text has
4022 % been typeset. If the destination for the pdf outline is after the
4023 % text, then jumping from the outline may wind up with the text not
4024 % being visible, for instance under high magnification.
4025 \donoderef{#2}%
4026 %
4027 % Typeset the actual heading.
4028 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
4029 \hangindent=\wd0 \centerparametersmaybe
4030 \unhbox0 #1\par}%
4031 }%
4032 \nobreak\bigskip % no page break after a chapter title
4033 \nobreak
4034 }
4035
4036 % @centerchap -- centered and unnumbered.
4037 \let\centerparametersmaybe = \relax
4038 \def\centerchfplain#1{{%
4039 \def\centerparametersmaybe{%
4040 \advance\rightskip by 3\rightskip
4041 \leftskip = \rightskip
4042 \parfillskip = 0pt
4043 }%
4044 \chfplain{#1}{Ynothing}{}%
4045 }}
4046
4047 \CHAPFplain % The default
4048
4049 % I don't think this chapter style is supported any more, so I'm not
4050 % updating it with the new noderef stuff. We'll see. --karl, 11aug03.
4051 %
4052 \def\unnchfopen #1{%
4053 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4054 \parindent=0pt\raggedright
4055 \rm #1\hfill}}\bigskip \par\nobreak
4056 }
4057
4058 \def\chfopen #1#2{\chapoddpage {\chapfonts
4059 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%
4060 \par\penalty 5000 %
4061 }
4062
4063 \def\centerchfopen #1{%
4064 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4065 \parindent=0pt
4066 \hfill {\rm #1}\hfill}}\bigskip \par\nobreak
4067 }
4068
4069 \def\CHAPFopen{%
4070 \global\let\chapmacro=\chfopen
4071 \global\let\centerchapmacro=\centerchfopen}
4072
4073
4074 % Section titles. These macros combine the section number parts and
4075 % call the generic \sectionheading to do the printing.
4076 %
4077 \newskip\secheadingskip
4078 \def\secheadingbreak{\dobreak \secheadingskip{-1000}}
4079
4080 % Subsection titles.
4081 \newskip\subsecheadingskip
4082 \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}}
4083
4084 % Subsubsection titles.
4085 \def\subsubsecheadingskip{\subsecheadingskip}
4086 \def\subsubsecheadingbreak{\subsecheadingbreak}
4087
4088
4089 % Print any size, any type, section title.
4090 %
4091 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is
4092 % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the
4093 % section number.
4094 %
4095 \def\sectionheading#1#2#3#4{%
4096 {%
4097 % Switch to the right set of fonts.
4098 \csname #2fonts\endcsname \rm
4099 %
4100 % Insert space above the heading.
4101 \csname #2headingbreak\endcsname
4102 %
4103 % Only insert the space after the number if we have a section number.
4104 \def\sectionlevel{#2}%
4105 \def\temptype{#3}%
4106 %
4107 \ifx\temptype\Ynothingkeyword
4108 \setbox0 = \hbox{}%
4109 \def\toctype{unn}%
4110 \gdef\thissection{#1}%
4111 \else\ifx\temptype\Yomitfromtockeyword
4112 % for @headings -- no section number, don't include in toc,
4113 % and don't redefine \thissection.
4114 \setbox0 = \hbox{}%
4115 \def\toctype{omit}%
4116 \let\sectionlevel=\empty
4117 \else\ifx\temptype\Yappendixkeyword
4118 \setbox0 = \hbox{#4\enspace}%
4119 \def\toctype{app}%
4120 \gdef\thissection{#1}%
4121 \else
4122 \setbox0 = \hbox{#4\enspace}%
4123 \def\toctype{num}%
4124 \gdef\thissection{#1}%
4125 \fi\fi\fi
4126 %
4127 % Write the toc entry (before \donoderef). See comments in \chfplain.
4128 \writetocentry{\toctype\sectionlevel}{#1}{#4}%
4129 %
4130 % Write the node reference (= pdf destination for pdftex).
4131 % Again, see comments in \chfplain.
4132 \donoderef{#3}%
4133 %
4134 % Output the actual section heading.
4135 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
4136 \hangindent=\wd0 % zero if no section number
4137 \unhbox0 #1}%
4138 }%
4139 % Add extra space after the heading -- half of whatever came above it.
4140 % Don't allow stretch, though.
4141 \kern .5 \csname #2headingskip\endcsname
4142 %
4143 % Do not let the kern be a potential breakpoint, as it would be if it
4144 % was followed by glue.
4145 \nobreak
4146 %
4147 % We'll almost certainly start a paragraph next, so don't let that
4148 % glue accumulate. (Not a breakpoint because it's preceded by a
4149 % discardable item.)
4150 \vskip-\parskip
4151 %
4152 % This \nobreak is purely so the last item on the list is a \penalty
4153 % of 10000. This is so other code, for instance \parsebodycommon, can
4154 % check for and avoid allowing breakpoints. Otherwise, it would
4155 % insert a valid breakpoint between:
4156 % @section sec-whatever
4157 % @deffn def-whatever
4158 \nobreak
4159 }
4160
4161
4162 \message{toc,}
4163 % Table of contents.
4164 \newwrite\tocfile
4165
4166 % Write an entry to the toc file, opening it if necessary.
4167 % Called from @chapter, etc.
4168 %
4169 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
4170 % We append the current node name (if any) and page number as additional
4171 % arguments for the \{chap,sec,...}entry macros which will eventually
4172 % read this. The node name is used in the pdf outlines as the
4173 % destination to jump to.
4174 %
4175 % We open the .toc file for writing here instead of at @setfilename (or
4176 % any other fixed time) so that @contents can be anywhere in the document.
4177 % But if #1 is `omit', then we don't do anything. This is used for the
4178 % table of contents chapter openings themselves.
4179 %
4180 \newif\iftocfileopened
4181 \def\omitkeyword{omit}%
4182 %
4183 \def\writetocentry#1#2#3{%
4184 \edef\writetoctype{#1}%
4185 \ifx\writetoctype\omitkeyword \else
4186 \iftocfileopened\else
4187 \immediate\openout\tocfile = \jobname.toc
4188 \global\tocfileopenedtrue
4189 \fi
4190 %
4191 \iflinks
4192 \toks0 = {#2}%
4193 \toks2 = \expandafter{\lastnode}%
4194 \edef\temp{\write\tocfile{\realbackslash #1entry{\the\toks0}{#3}%
4195 {\the\toks2}{\noexpand\folio}}}%
4196 \temp
4197 \fi
4198 \fi
4199 %
4200 % Tell \shipout to create a pdf destination on each page, if we're
4201 % writing pdf. These are used in the table of contents. We can't
4202 % just write one on every page because the title pages are numbered
4203 % 1 and 2 (the page numbers aren't printed), and so are the first
4204 % two pages of the document. Thus, we'd have two destinations named
4205 % `1', and two named `2'.
4206 \ifpdf \global\pdfmakepagedesttrue \fi
4207 }
4208
4209 \newskip\contentsrightmargin \contentsrightmargin=1in
4210 \newcount\savepageno
4211 \newcount\lastnegativepageno \lastnegativepageno = -1
4212
4213 % Prepare to read what we've written to \tocfile.
4214 %
4215 \def\startcontents#1{%
4216 % If @setchapternewpage on, and @headings double, the contents should
4217 % start on an odd page, unlike chapters. Thus, we maintain
4218 % \contentsalignmacro in parallel with \pagealignmacro.
4219 % From: Torbjorn Granlund <tege@matematik.su.se>
4220 \contentsalignmacro
4221 \immediate\closeout\tocfile
4222 %
4223 % Don't need to put `Contents' or `Short Contents' in the headline.
4224 % It is abundantly clear what they are.
4225 \def\thischapter{}%
4226 \chapmacro{#1}{Yomitfromtoc}{}%
4227 %
4228 \savepageno = \pageno
4229 \begingroup % Set up to handle contents files properly.
4230 \catcode`\\=0 \catcode`\{=1 \catcode`\}=2 \catcode`\@=11
4231 % We can't do this, because then an actual ^ in a section
4232 % title fails, e.g., @chapter ^ -- exponentiation. --karl, 9jul97.
4233 %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
4234 \raggedbottom % Worry more about breakpoints than the bottom.
4235 \advance\hsize by -\contentsrightmargin % Don't use the full line length.
4236 %
4237 % Roman numerals for page numbers.
4238 \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi
4239 }
4240
4241
4242 % Normal (long) toc.
4243 \def\contents{%
4244 \startcontents{\putwordTOC}%
4245 \openin 1 \jobname.toc
4246 \ifeof 1 \else
4247 \closein 1
4248 \input \jobname.toc
4249 \fi
4250 \vfill \eject
4251 \contentsalignmacro % in case @setchapternewpage odd is in effect
4252 \pdfmakeoutlines
4253 \endgroup
4254 \lastnegativepageno = \pageno
4255 \global\pageno = \savepageno
4256 }
4257
4258 % And just the chapters.
4259 \def\summarycontents{%
4260 \startcontents{\putwordShortTOC}%
4261 %
4262 \let\numchapentry = \shortchapentry
4263 \let\appentry = \shortchapentry
4264 \let\unnchapentry = \shortunnchapentry
4265 % We want a true roman here for the page numbers.
4266 \secfonts
4267 \let\rm=\shortcontrm \let\bf=\shortcontbf
4268 \let\sl=\shortcontsl \let\tt=\shortconttt
4269 \rm
4270 \hyphenpenalty = 10000
4271 \advance\baselineskip by 1pt % Open it up a little.
4272 \def\numsecentry##1##2##3##4{}
4273 \let\appsecentry = \numsecentry
4274 \let\unnsecentry = \numsecentry
4275 \let\numsubsecentry = \numsecentry
4276 \let\appsubsecentry = \numsecentry
4277 \let\unnsubsecentry = \numsecentry
4278 \let\numsubsubsecentry = \numsecentry
4279 \let\appsubsubsecentry = \numsecentry
4280 \let\unnsubsubsecentry = \numsecentry
4281 \openin 1 \jobname.toc
4282 \ifeof 1 \else
4283 \closein 1
4284 \input \jobname.toc
4285 \fi
4286 \vfill \eject
4287 \contentsalignmacro % in case @setchapternewpage odd is in effect
4288 \endgroup
4289 \lastnegativepageno = \pageno
4290 \global\pageno = \savepageno
4291 }
4292 \let\shortcontents = \summarycontents
4293
4294 % Typeset the label for a chapter or appendix for the short contents.
4295 % The arg is, e.g., `A' for an appendix, or `3' for a chapter.
4296 %
4297 \def\shortchaplabel#1{%
4298 % This space should be enough, since a single number is .5em, and the
4299 % widest letter (M) is 1em, at least in the Computer Modern fonts.
4300 % But use \hss just in case.
4301 % (This space doesn't include the extra space that gets added after
4302 % the label; that gets put in by \shortchapentry above.)
4303 %
4304 % We'd like to right-justify chapter numbers, but that looks strange
4305 % with appendix letters. And right-justifying numbers and
4306 % left-justifying letters looks strange when there is less than 10
4307 % chapters. Have to read the whole toc once to know how many chapters
4308 % there are before deciding ...
4309 \hbox to 1em{#1\hss}%
4310 }
4311
4312 % These macros generate individual entries in the table of contents.
4313 % The first argument is the chapter or section name.
4314 % The last argument is the page number.
4315 % The arguments in between are the chapter number, section number, ...
4316
4317 % Chapters, in the main contents.
4318 \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}}
4319 %
4320 % Chapters, in the short toc.
4321 % See comments in \dochapentry re vbox and related settings.
4322 \def\shortchapentry#1#2#3#4{%
4323 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}%
4324 }
4325
4326 % Appendices, in the main contents.
4327 % Need the word Appendix, and a fixed-size box.
4328 %
4329 \def\appendixbox#1{%
4330 % We use M since it's probably the widest letter.
4331 \setbox0 = \hbox{\putwordAppendix{} M}%
4332 \hbox to \wd0{\putwordAppendix{} #1\hss}}
4333 %
4334 \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\labelspace#1}{#4}}
4335
4336 % Unnumbered chapters.
4337 \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}}
4338 \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}}
4339
4340 % Sections.
4341 \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}}
4342 \let\appsecentry=\numsecentry
4343 \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}}
4344
4345 % Subsections.
4346 \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}}
4347 \let\appsubsecentry=\numsubsecentry
4348 \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}}
4349
4350 % And subsubsections.
4351 \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}}
4352 \let\appsubsubsecentry=\numsubsubsecentry
4353 \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}}
4354
4355 % This parameter controls the indentation of the various levels.
4356 \newdimen\tocindent \tocindent = 2pc
4357
4358 % Now for the actual typesetting. In all these, #1 is the text and #2 is the
4359 % page number.
4360 %
4361 % If the toc has to be broken over pages, we want it to be at chapters
4362 % if at all possible; hence the \penalty.
4363 \def\dochapentry#1#2{%
4364 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
4365 \begingroup
4366 \chapentryfonts
4367 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4368 \endgroup
4369 \nobreak\vskip .25\baselineskip plus.1\baselineskip
4370 }
4371
4372 \def\dosecentry#1#2{\begingroup
4373 \secentryfonts \leftskip=\tocindent
4374 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4375 \endgroup}
4376
4377 \def\dosubsecentry#1#2{\begingroup
4378 \subsecentryfonts \leftskip=2\tocindent
4379 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4380 \endgroup}
4381
4382 \def\dosubsubsecentry#1#2{\begingroup
4383 \subsubsecentryfonts \leftskip=3\tocindent
4384 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
4385 \endgroup}
4386
4387 % We use the same \entry macro as for the index entries.
4388 \let\tocentry = \entry
4389
4390 % Space between chapter (or whatever) number and the title.
4391 \def\labelspace{\hskip1em \relax}
4392
4393 \def\dopageno#1{{\rm #1}}
4394 \def\doshortpageno#1{{\rm #1}}
4395
4396 \def\chapentryfonts{\secfonts \rm}
4397 \def\secentryfonts{\textfonts}
4398 \def\subsecentryfonts{\textfonts}
4399 \def\subsubsecentryfonts{\textfonts}
4400
4401
4402 \message{environments,}
4403 % @foo ... @end foo.
4404
4405 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
4406 %
4407 % Since these characters are used in examples, it should be an even number of
4408 % \tt widths. Each \tt character is 1en, so two makes it 1em.
4409 %
4410 \def\point{$\star$}
4411 \def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
4412 \def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}}
4413 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
4414 \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
4415
4416 % The @error{} command.
4417 % Adapted from the TeXbook's \boxit.
4418 %
4419 \newbox\errorbox
4420 %
4421 {\tentt \global\dimen0 = 3em}% Width of the box.
4422 \dimen2 = .55pt % Thickness of rules
4423 % The text. (`r' is open on the right, `e' somewhat less so on the left.)
4424 \setbox0 = \hbox{\kern-.75pt \tensf error\kern-1.5pt}
4425 %
4426 \setbox\errorbox=\hbox to \dimen0{\hfil
4427 \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
4428 \advance\hsize by -2\dimen2 % Rules.
4429 \vbox{%
4430 \hrule height\dimen2
4431 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text.
4432 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
4433 \kern3pt\vrule width\dimen2}% Space to right.
4434 \hrule height\dimen2}
4435 \hfil}
4436 %
4437 \def\error{\leavevmode\lower.7ex\copy\errorbox}
4438
4439 % @tex ... @end tex escapes into raw Tex temporarily.
4440 % One exception: @ is still an escape character, so that @end tex works.
4441 % But \@ or @@ will get a plain tex @ character.
4442
4443 \def\tex{\begingroup
4444 \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
4445 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
4446 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
4447 \catcode `\%=14
4448 \catcode `\+=\other
4449 \catcode `\"=\other
4450 \catcode `\|=\other
4451 \catcode `\<=\other
4452 \catcode `\>=\other
4453 \escapechar=`\\
4454 %
4455 \let\b=\ptexb
4456 \let\bullet=\ptexbullet
4457 \let\c=\ptexc
4458 \let\,=\ptexcomma
4459 \let\.=\ptexdot
4460 \let\dots=\ptexdots
4461 \let\equiv=\ptexequiv
4462 \let\!=\ptexexclam
4463 \let\i=\ptexi
4464 \let\indent=\ptexindent
4465 \let\noindent=\ptexnoindent
4466 \let\{=\ptexlbrace
4467 \let\+=\tabalign
4468 \let\}=\ptexrbrace
4469 \let\/=\ptexslash
4470 \let\*=\ptexstar
4471 \let\t=\ptext
4472 %
4473 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
4474 \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}%
4475 \def\@{@}%
4476 \let\Etex=\endgroup}
4477
4478 % Define @lisp ... @end lisp.
4479 % @lisp does a \begingroup so it can rebind things,
4480 % including the definition of @end lisp (which normally is erroneous).
4481
4482 % Amount to narrow the margins by for @lisp.
4483 \newskip\lispnarrowing \lispnarrowing=0.4in
4484
4485 % This is the definition that ^^M gets inside @lisp, @example, and other
4486 % such environments. \null is better than a space, since it doesn't
4487 % have any width.
4488 \def\lisppar{\null\endgraf}
4489
4490 % This space is always present above and below environments.
4491 \newskip\envskipamount \envskipamount = 0pt
4492
4493 % Make spacing and below environment symmetrical. We use \parskip here
4494 % to help in doing that, since in @example-like environments \parskip
4495 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
4496 % start of the next paragraph will insert \parskip.
4497 %
4498 \def\aboveenvbreak{{%
4499 % =10000 instead of <10000 because of a special case in \itemzzz, q.v.
4500 \ifnum \lastpenalty=10000 \else
4501 \advance\envskipamount by \parskip
4502 \endgraf
4503 \ifdim\lastskip<\envskipamount
4504 \removelastskip
4505 % it's not a good place to break if the last penalty was \nobreak
4506 % or better ...
4507 \ifnum\lastpenalty>10000 \else \penalty-50 \fi
4508 \vskip\envskipamount
4509 \fi
4510 \fi
4511 }}
4512
4513 \let\afterenvbreak = \aboveenvbreak
4514
4515 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
4516 \let\nonarrowing=\relax
4517
4518 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
4519 % environment contents.
4520 \font\circle=lcircle10
4521 \newdimen\circthick
4522 \newdimen\cartouter\newdimen\cartinner
4523 \newskip\normbskip\newskip\normpskip\newskip\normlskip
4524 \circthick=\fontdimen8\circle
4525 %
4526 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
4527 \def\ctr{{\hskip 6pt\circle\char'010}}
4528 \def\cbl{{\circle\char'012\hskip -6pt}}
4529 \def\cbr{{\hskip 6pt\circle\char'011}}
4530 \def\carttop{\hbox to \cartouter{\hskip\lskip
4531 \ctl\leaders\hrule height\circthick\hfil\ctr
4532 \hskip\rskip}}
4533 \def\cartbot{\hbox to \cartouter{\hskip\lskip
4534 \cbl\leaders\hrule height\circthick\hfil\cbr
4535 \hskip\rskip}}
4536 %
4537 \newskip\lskip\newskip\rskip
4538
4539 \def\cartouche{%
4540 \begingroup\inENV
4541 \ifhmode\par\fi % can't be in the midst of a paragraph.
4542 \startsavinginserts
4543 \lskip=\leftskip \rskip=\rightskip
4544 \leftskip=0pt\rightskip=0pt % we want these *outside*.
4545 \cartinner=\hsize \advance\cartinner by-\lskip
4546 \advance\cartinner by-\rskip
4547 \cartouter=\hsize
4548 \advance\cartouter by 18.4pt % allow for 3pt kerns on either
4549 % side, and for 6pt waste from
4550 % each corner char, and rule thickness
4551 \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
4552 % Flag to tell @lisp, etc., not to narrow margin.
4553 \let\nonarrowing=\comment
4554 \vbox\bgroup
4555 \baselineskip=0pt\parskip=0pt\lineskip=0pt
4556 \carttop
4557 \hbox\bgroup
4558 \hskip\lskip
4559 \vrule\kern3pt
4560 \vbox\bgroup
4561 \kern3pt
4562 \hsize=\cartinner
4563 \baselineskip=\normbskip
4564 \lineskip=\normlskip
4565 \parskip=\normpskip
4566 \vskip -\parskip
4567 \comment % For explanation, see the end of \def\group.
4568 }
4569 \def\Ecartouche{%
4570 \ifhmode\par\fi
4571 \kern3pt
4572 \egroup
4573 \kern3pt\vrule
4574 \hskip\rskip
4575 \egroup
4576 \cartbot
4577 \egroup
4578 \checkinserts
4579 \endgroup
4580 }
4581
4582
4583 % This macro is called at the beginning of all the @example variants,
4584 % inside a group.
4585 \def\nonfillstart{%
4586 \aboveenvbreak
4587 \inENV % This group ends at the end of the body
4588 \hfuzz = 12pt % Don't be fussy
4589 \sepspaces % Make spaces be word-separators rather than space tokens.
4590 \let\par = \lisppar % don't ignore blank lines
4591 \obeylines % each line of input is a line of output
4592 \parskip = 0pt
4593 \parindent = 0pt
4594 \emergencystretch = 0pt % don't try to avoid overfull boxes
4595 % @cartouche defines \nonarrowing to inhibit narrowing
4596 % at next level down.
4597 \ifx\nonarrowing\relax
4598 \advance \leftskip by \lispnarrowing
4599 \exdentamount=\lispnarrowing
4600 \let\exdent=\nofillexdent
4601 \let\nonarrowing=\relax
4602 \fi
4603 }
4604
4605 % Define the \E... control sequence only if we are inside the particular
4606 % environment, so the error checking in \end will work.
4607 %
4608 % To end an @example-like environment, we first end the paragraph (via
4609 % \afterenvbreak's vertical glue), and then the group. That way we keep
4610 % the zero \parskip that the environments set -- \parskip glue will be
4611 % inserted at the beginning of the next paragraph in the document, after
4612 % the environment.
4613 %
4614 \def\nonfillfinish{\afterenvbreak\endgroup}
4615
4616 % @lisp: indented, narrowed, typewriter font.
4617 \def\lisp{\begingroup
4618 \nonfillstart
4619 \let\Elisp = \nonfillfinish
4620 \tt
4621 \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special.
4622 \gobble % eat return
4623 }
4624
4625 % @example: Same as @lisp.
4626 \def\example{\begingroup \def\Eexample{\nonfillfinish\endgroup}\lisp}
4627
4628 % @smallexample and @smalllisp: use smaller fonts.
4629 % Originally contributed by Pavel@xerox.
4630 \def\smalllisp{\begingroup
4631 \def\Esmalllisp{\nonfillfinish\endgroup}%
4632 \def\Esmallexample{\nonfillfinish\endgroup}%
4633 \smallexamplefonts
4634 \lisp
4635 }
4636 \let\smallexample = \smalllisp
4637
4638
4639 % @display: same as @lisp except keep current font.
4640 %
4641 \def\display{\begingroup
4642 \nonfillstart
4643 \let\Edisplay = \nonfillfinish
4644 \gobble
4645 }
4646 %
4647 % @smalldisplay: @display plus smaller fonts.
4648 %
4649 \def\smalldisplay{\begingroup
4650 \def\Esmalldisplay{\nonfillfinish\endgroup}%
4651 \smallexamplefonts \rm
4652 \display
4653 }
4654
4655 % @format: same as @display except don't narrow margins.
4656 %
4657 \def\format{\begingroup
4658 \let\nonarrowing = t
4659 \nonfillstart
4660 \let\Eformat = \nonfillfinish
4661 \gobble
4662 }
4663 %
4664 % @smallformat: @format plus smaller fonts.
4665 %
4666 \def\smallformat{\begingroup
4667 \def\Esmallformat{\nonfillfinish\endgroup}%
4668 \smallexamplefonts \rm
4669 \format
4670 }
4671
4672 % @flushleft (same as @format).
4673 %
4674 \def\flushleft{\begingroup \def\Eflushleft{\nonfillfinish\endgroup}\format}
4675
4676 % @flushright.
4677 %
4678 \def\flushright{\begingroup
4679 \let\nonarrowing = t
4680 \nonfillstart
4681 \let\Eflushright = \nonfillfinish
4682 \advance\leftskip by 0pt plus 1fill
4683 \gobble
4684 }
4685
4686
4687 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
4688 % and narrows the margins.
4689 %
4690 \def\quotation{%
4691 \begingroup\inENV %This group ends at the end of the @quotation body
4692 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
4693 \parindent=0pt
4694 % We have retained a nonzero parskip for the environment, since we're
4695 % doing normal filling. So to avoid extra space below the environment...
4696 \def\Equotation{\parskip = 0pt \nonfillfinish}%
4697 %
4698 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
4699 \ifx\nonarrowing\relax
4700 \advance\leftskip by \lispnarrowing
4701 \advance\rightskip by \lispnarrowing
4702 \exdentamount = \lispnarrowing
4703 \let\nonarrowing = \relax
4704 \fi
4705 \parsearg\quotationlabel
4706 }
4707
4708 % If we're given an argument, typeset it in bold with a colon after.
4709 \def\quotationlabel#1{%
4710 \def\temp{#1}%
4711 \ifx\temp\empty \else
4712 {\bf #1: }%
4713 \fi
4714 }
4715
4716
4717 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
4718 % If we want to allow any <char> as delimiter,
4719 % we need the curly braces so that makeinfo sees the @verb command, eg:
4720 % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org
4721 %
4722 % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook.
4723 %
4724 % [Knuth] p.344; only we need to do the other characters Texinfo sets
4725 % active too. Otherwise, they get lost as the first character on a
4726 % verbatim line.
4727 \def\dospecials{%
4728 \do\ \do\\\do\{\do\}\do\$\do\&%
4729 \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~%
4730 \do\<\do\>\do\|\do\@\do+\do\"%
4731 }
4732 %
4733 % [Knuth] p. 380
4734 \def\uncatcodespecials{%
4735 \def\do##1{\catcode`##1=\other}\dospecials}
4736 %
4737 % [Knuth] pp. 380,381,391
4738 % Disable Spanish ligatures ?` and !` of \tt font
4739 \begingroup
4740 \catcode`\`=\active\gdef`{\relax\lq}
4741 \endgroup
4742 %
4743 % Setup for the @verb command.
4744 %
4745 % Eight spaces for a tab
4746 \begingroup
4747 \catcode`\^^I=\active
4748 \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }}
4749 \endgroup
4750 %
4751 \def\setupverb{%
4752 \tt % easiest (and conventionally used) font for verbatim
4753 \def\par{\leavevmode\endgraf}%
4754 \catcode`\`=\active
4755 \tabeightspaces
4756 % Respect line breaks,
4757 % print special symbols as themselves, and
4758 % make each space count
4759 % must do in this order:
4760 \obeylines \uncatcodespecials \sepspaces
4761 }
4762
4763 % Setup for the @verbatim environment
4764 %
4765 % Real tab expansion
4766 \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount
4767 %
4768 \def\starttabbox{\setbox0=\hbox\bgroup}
4769 \begingroup
4770 \catcode`\^^I=\active
4771 \gdef\tabexpand{%
4772 \catcode`\^^I=\active
4773 \def^^I{\leavevmode\egroup
4774 \dimen0=\wd0 % the width so far, or since the previous tab
4775 \divide\dimen0 by\tabw
4776 \multiply\dimen0 by\tabw % compute previous multiple of \tabw
4777 \advance\dimen0 by\tabw % advance to next multiple of \tabw
4778 \wd0=\dimen0 \box0 \starttabbox
4779 }%
4780 }
4781 \endgroup
4782 \def\setupverbatim{%
4783 \nonfillstart
4784 \advance\leftskip by -\defbodyindent
4785 % Easiest (and conventionally used) font for verbatim
4786 \tt
4787 \def\par{\leavevmode\egroup\box0\endgraf}%
4788 \catcode`\`=\active
4789 \tabexpand
4790 % Respect line breaks,
4791 % print special symbols as themselves, and
4792 % make each space count
4793 % must do in this order:
4794 \obeylines \uncatcodespecials \sepspaces
4795 \everypar{\starttabbox}%
4796 }
4797
4798 % Do the @verb magic: verbatim text is quoted by unique
4799 % delimiter characters. Before first delimiter expect a
4800 % right brace, after last delimiter expect closing brace:
4801 %
4802 % \def\doverb'{'<char>#1<char>'}'{#1}
4803 %
4804 % [Knuth] p. 382; only eat outer {}
4805 \begingroup
4806 \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other
4807 \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next]
4808 \endgroup
4809 %
4810 \def\verb{\begingroup\setupverb\doverb}
4811 %
4812 %
4813 % Do the @verbatim magic: define the macro \doverbatim so that
4814 % the (first) argument ends when '@end verbatim' is reached, ie:
4815 %
4816 % \def\doverbatim#1@end verbatim{#1}
4817 %
4818 % For Texinfo it's a lot easier than for LaTeX,
4819 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
4820 % we need not redefine '\', '{' and '}'.
4821 %
4822 % Inspired by LaTeX's verbatim command set [latex.ltx]
4823 %
4824 \begingroup
4825 \catcode`\ =\active
4826 \obeylines %
4827 % ignore everything up to the first ^^M, that's the newline at the end
4828 % of the @verbatim input line itself. Otherwise we get an extra blank
4829 % line in the output.
4830 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
4831 % We really want {...\end verbatim} in the body of the macro, but
4832 % without the active space; thus we have to use \xdef and \gobble.
4833 \endgroup
4834 %
4835 \def\verbatim{%
4836 \let\Everbatim\nonfillfinish
4837 \begingroup
4838 \setupverbatim\doverbatim
4839 }
4840
4841 % @verbatiminclude FILE - insert text of file in verbatim environment.
4842 %
4843 \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude}
4844 %
4845 \def\doverbatiminclude#1{%
4846 \begingroup
4847 \makevalueexpandable
4848 \setupverbatim
4849 \input #1
4850 \nonfillfinish % contains \endgroup
4851 }
4852
4853 % @copying ... @end copying.
4854 % Save the text away for @insertcopying later. Many commands won't be
4855 % allowed in this context, but that's ok.
4856 %
4857 % We save the uninterpreted tokens, rather than creating a box.
4858 % Saving the text in a box would be much easier, but then all the
4859 % typesetting commands (@smallbook, font changes, etc.) have to be done
4860 % beforehand -- and a) we want @copying to be done first in the source
4861 % file; b) letting users define the frontmatter in as flexible order as
4862 % possible is very desirable.
4863 %
4864 \def\copying{\begingroup
4865 % Define a command to swallow text until we reach `@end copying'.
4866 % \ is the escape char in this texinfo.tex file, so it is the
4867 % delimiter for the command; @ will be the escape char when we read
4868 % it, but that doesn't matter.
4869 \long\def\docopying##1\end copying{\gdef\copyingtext{##1}\enddocopying}%
4870 %
4871 % We must preserve ^^M's in the input file; see \insertcopying below.
4872 \catcode`\^^M = \active
4873 \docopying
4874 }
4875
4876 % What we do to finish off the copying text.
4877 %
4878 \def\enddocopying{\endgroup\ignorespaces}
4879
4880 % @insertcopying. Here we must play games with ^^M's. On the one hand,
4881 % we need them to delimit commands such as `@end quotation', so they
4882 % must be active. On the other hand, we certainly don't want every
4883 % end-of-line to be a \par, as would happen with the normal active
4884 % definition of ^^M. On the third hand, two ^^M's in a row should still
4885 % generate a \par.
4886 %
4887 % Our approach is to make ^^M insert a space and a penalty1 normally;
4888 % then it can also check if \lastpenalty=1. If it does, then manually
4889 % do \par.
4890 %
4891 % This messes up the normal definitions of @c[omment], so we redefine
4892 % it. Similarly for @ignore. (These commands are used in the gcc
4893 % manual for man page generation.)
4894 %
4895 % Seems pretty fragile, most line-oriented commands will presumably
4896 % fail, but for the limited use of getting the copying text (which
4897 % should be quite simple) inserted, we can hope it's ok.
4898 %
4899 {\catcode`\^^M=\active %
4900 \gdef\insertcopying{\begingroup %
4901 \parindent = 0pt % looks wrong on title page
4902 \def^^M{%
4903 \ifnum \lastpenalty=1 %
4904 \par %
4905 \else %
4906 \space \penalty 1 %
4907 \fi %
4908 }%
4909 %
4910 % Fix @c[omment] for catcode 13 ^^M's.
4911 \def\c##1^^M{\ignorespaces}%
4912 \let\comment = \c %
4913 %
4914 % Don't bother jumping through all the hoops that \doignore does, it
4915 % would be very hard since the catcodes are already set.
4916 \long\def\ignore##1\end ignore{\ignorespaces}%
4917 %
4918 \copyingtext %
4919 \endgroup}%
4920 }
4921
4922 \message{defuns,}
4923 % @defun etc.
4924
4925 \newskip\defbodyindent \defbodyindent=.4in
4926 \newskip\defargsindent \defargsindent=50pt
4927 \newskip\deflastargmargin \deflastargmargin=18pt
4928
4929 % \startdefun \deffn
4930 % -- starts the processing of @deffn
4931 \def\startdefun#1{%
4932 \begingroup\inENV
4933 \def\thisenv{#1}%
4934 \ifnum\lastpenalty<10000
4935 \medbreak
4936 \else
4937 % If there are two @def commands in a row, we'll have a \nobreak,
4938 % which is there to keep the function description together with its
4939 % header. But if there's nothing but headers, we need to allow a
4940 % break somewhere. Check for penalty 10002 (inserted by
4941 % \defargscommonending) instead of 10000, since the sectioning
4942 % commands insert a \penalty10000, and we don't want to allow a break
4943 % between a section heading and a defun.
4944 \ifnum\lastpenalty=10002 \penalty2000 \fi
4945 %
4946 % Similarly, after a section heading, do not allow a break.
4947 % But do insert the glue.
4948 \medskip % preceded by discardable penalty, so not a breakpoint
4949 \fi
4950 %
4951 \parindent=0in
4952 \advance\leftskip by \defbodyindent
4953 \exdentamount=\defbodyindent
4954 }
4955
4956 % \dodefunx \startdefun \deffn
4957 % -- converts \deffn expansion to \deffnx, omitting \startdefun.
4958 \def\dodefunx \startdefun #1{%
4959 % As above, allow line break if we have multiple x headers in a row.
4960 % It's not a great place, though.
4961 \ifnum\lastpenalty=10002 \penalty3000 \fi
4962 %
4963 % Check whether we are inside the corresponding @defun.
4964 \def\temp{#1}%
4965 \ifx\thisenv\temp
4966 \else
4967 \errmessage{\expandafter\string\temp x inside
4968 \expandafter\noexpand\thisenv environment}%
4969 \fi
4970 }
4971
4972 % Without continued lines we'd just have:
4973 % \def\parsedefunline#1{\parseargusing\activeparens{\parsedefunlineX#1}}
4974 % \def\parsedefunlineX#1#2{\printdefunline #1#2\DefunTerm}
4975 % but with continuations, things are much more complicated.
4976 %
4977 \def\parsedefunline#1{%
4978 \def\defunlinemacro{#1}% store \deffnheader (initially)
4979 \parsedefunlineX
4980 }
4981 \def\parsedefunlineX{%
4982 \parseargusing\activeparens\parsedefunlineY
4983 }
4984 \def\parsedefunlineY#1{%
4985 % We have to prepend a token to prevent brace stripping;
4986 % \defunlinemacro just comes handy.
4987 \defunchkspace\defunlinemacro#1\DefunMid\ \DefunMid\DefunTerm
4988 }
4989 \def\defunchkspace#1\ \DefunMid#2\DefunTerm{%
4990 \def\temp{#2}%
4991 \ifx\temp\empty
4992 % The line doesn't end with `@ '; in this case, #1 ends with \DefunMid.
4993 \let\next\defunchktab
4994 \else
4995 % `@ ' was found and stripped.
4996 \let\next\defunloop
4997 \fi
4998 \next#1\^^I\DefunMid\DefunTerm
4999 }
5000 \def\defunchktab#1\^^I\DefunMid#2\DefunTerm{%
5001 \def\temp{#2}%
5002 \ifx\temp\empty
5003 % The line doesn't end with `@TAB', either.
5004 \let\next\defunchkfinish
5005 \else
5006 % `@TAB' was found and stripped.
5007 \let\next\defunloop
5008 \fi
5009 \next#1\^^I\DefunMid\DefunTerm
5010 }
5011 \def\defunloop#1\^^I\DefunMid\DefunTerm{%
5012 % Expand the \defunlinemacro token at the beginning of #1.
5013 \expandafter\def\expandafter\defunlinemacro
5014 \expandafter{#1 }%
5015 \parsedefunlineX
5016 }
5017 \def\defunchkfinish#1\DefunMid\^^I%\DefunMid\DefunTerm -- stays here
5018 {%
5019 % #1 starts with \defunlinemacro, which is expanded and its expansion
5020 % starts with eg. \deffnheader.
5021 \expandafter\replaceeols #1\^^M%\DefunMid\DefunTerm -- stays here
5022 }
5023
5024 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
5025 %
5026 % The parameters start with \deffnheader token, so trere is no risk braces
5027 % could be stripped at #1. And we have a \DefunMid token just before
5028 % \DefunTerm, so we cannot loose braces at #2 either. Uff!
5029 %
5030 \def\replaceeols#1\^^M#2\DefunTerm{%
5031 \stripDefunMid #2%
5032 \ifx\temp\empty
5033 % This \^^M is the terminating one.
5034 \printdefunline #1\DefunTerm
5035 \else
5036 \replaceeolsX#1\^^M \^^M#2\DefunTerm
5037 \fi
5038 }
5039 \def\replaceeolsX#1 \^^M{\replaceeolsY#1\^^M}
5040 \def\replaceeolsY#1\^^M#2\^^M{\replaceeols#1 }
5041 \def\stripDefunMid#1\DefunMid{\def\temp{#1}}
5042
5043 % \printdefunline \deffnheader text\DefunTerm
5044 %
5045 \def\printdefunline#1\DefunTerm{%
5046 \begingroup
5047 % call \deffnheader:
5048 #1 \endheader
5049 % common ending:
5050 \interlinepenalty = 10000
5051 \advance\rightskip by 0pt plus 1fil
5052 \endgraf
5053 \nobreak\vskip -\parskip
5054 \penalty 10002 % signal to \startdefun and \dodefunx
5055 % Some of the @defun-type tags do not enable magic parentheses,
5056 % rendering the following check redundant. But we don't optimize.
5057 \checkparencounts
5058 \endgroup
5059 }
5060
5061 \def\Edefun{\endgraf\endgroup\medbreak}
5062
5063 % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn;
5064 % the only thing remainnig is to define \deffnheader.
5065 %
5066 \def\makedefun#1{%
5067 \expandafter\let\csname E#1\endcsname = \Edefun
5068 \edef\temp{\noexpand\domakedefun
5069 \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}%
5070 \temp
5071 }
5072
5073 % \domakedefun \deffn \deffnx \deffnheader
5074 %
5075 % Define \deffn and \deffnx, without parameters.
5076 % \deffnheader has to be defined explicitly.
5077 %
5078 \def\domakedefun#1#2#3{%
5079 \def#1{%
5080 \startdefun#1%
5081 \parsedefunline#3%
5082 }%
5083 % A tricky way to recycle the code defined above:
5084 \def#2{\expandafter\dodefunx#1}%
5085 }
5086
5087 % Untyped functions (@deffn, @defop):
5088
5089 \makedefun{deffn} % category name args
5090 \def\deffnheader{\deffngeneral{}}
5091
5092 \makedefun{defop} % category class name args
5093 \def\defopheader#1 {\defopon{#1\ \putwordon}}
5094
5095 % \defopon {category on}class name args
5096 \def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} }
5097
5098 % \deffngeneral {subind}category name args
5099 %
5100 \def\deffngeneral#1#2 #3 #4\endheader{%
5101 % Remember that \dosubin{fn}{xxx}{} is equivalent to \doind{fn}{xxx}.
5102 \dosubind{fn}{\code{#3}}{#1}%
5103 \defname{#2}{}{#3}\ampdefunargs{#4\unskip}%
5104 }
5105
5106 % Typed functions (@deftypefn, @deftypeop):
5107
5108 \makedefun{deftypefn} % category type name args
5109 \def\deftypefnheader{\deftypefngeneral{}}
5110
5111 \makedefun{deftypeop} % category class type name args
5112 \def\deftypeopheader#1 {\deftypeopon{#1\ \putwordon}}
5113
5114 % \deftypeopon {category on}class type name args
5115 \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} }
5116
5117 % \deftypefngeneral {subind}category type name args
5118 %
5119 \def\deftypefngeneral#1#2 #3 #4 #5\endheader{%
5120 \dosubind{fn}{\code{#4}}{#1}%
5121 \defname{#2}{#3}{#4}\normaldefunargs{#5\unskip}%
5122 }
5123
5124 % Typed variables (@deftypevr, @deftypecv):
5125
5126 \makedefun{deftypevr}% category type var args
5127 \def\deftypevrheader{\deftypecvgeneral{}}
5128
5129 \makedefun{deftypecv}% category class type var args
5130 \def\deftypecvheader#1 {\deftypecvof{#1\ \putwordof}}
5131
5132 % \deftypecvof {category of}class type var args
5133 \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} }
5134
5135 % \deftypecvgeneral {subind}category type var args
5136 %
5137 \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{%
5138 \dosubind{vr}{\code{#4}}{#1}%
5139 \defname{#2}{#3}{#4}\normaldefunargs{#5\unskip}%
5140 }
5141
5142 % Untyped variables (@defvr, @defcv):
5143 \makedefun{defvr}% category var args
5144 \def\defvrheader#1 {\deftypevrheader{#1} {} }
5145
5146 \makedefun{defcv}% category class var args
5147 \def\defcvheader#1 {\defcvof{#1\ \putwordof}}
5148
5149 % \defcvof {category of}class var args
5150 \def\defcvof#1#2 {\deftypecvof{#1}#2 {} }
5151
5152 % Type (@deftp):
5153 \makedefun{deftp}% category name args
5154 \def\deftpheader#1 #2 #3\endheader{%
5155 \doind{tp}{\code{#2}}%
5156 \defname{#1}{}{#2}\normaldefunargs{#3\unskip}%
5157 }
5158
5159 % Remaining @defun-like shortcuts:
5160 \makedefun{defun} \def\defunheader{\deffnheader{\putwordDeffunc} }
5161 \makedefun{defmac} \def\defmacheader{\deffnheader{\putwordDefmac} }
5162 \makedefun{defspec} \def\defspecheader{\deffnheader{\putwordDefspec} }
5163 \makedefun{deftypefun}\def\deftypefunheader{\deftypefnheader{\putwordDeffunc} }
5164 \makedefun{defvar} \def\defvarheader{\defvrheader{\putwordDefvar} }
5165 \makedefun{defopt} \def\defoptheader{\defvrheader{\putwordDefopt} }
5166 \makedefun{deftypevar}\def\deftypevarheader{\deftypevrheader{\putwordDefvar} }
5167 \makedefun{defmethod} \def\defmethodheader{\defopon\putwordMethodon}
5168 \makedefun{deftypemethod}\def\deftypemethodheader{\deftypeopon\putwordMethodon}
5169 \makedefun{defivar} \def\defivarheader{\defcvof\putwordInstanceVariableof}
5170 \makedefun{deftypeivar}\def\deftypeivarheader{\deftypecvof\putwordInstanceVariableof}
5171
5172 % \defname, which formats the name of the @def (not the args).
5173 % #1 is the category, such as "Function".
5174 % #2 is the return type, if any.
5175 % #3 is the function name.
5176 %
5177 % We are followed by (but not passed) the arguments, if any.
5178 %
5179 \def\defname#1#2#3{%
5180 % Get the values of \leftskip and \rightskip as they were outside the @def...
5181 \advance\leftskip by -\defbodyindent
5182 %
5183 % How we'll format the type name. Putting it in brackets helps
5184 % distinguish it from the body text that may end up on the next line
5185 % just below it.
5186 \def\temp{#1}%
5187 \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi}
5188 %
5189 % Figure out line sizes for the paragraph shape.
5190 % The first line needs space for \box0; but if \rightskip is nonzero,
5191 % we need only space for the part of \box0 which exceeds it:
5192 \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip
5193 % The continuations:
5194 \dimen2=\hsize \advance\dimen2 by -\defargsindent
5195 % (plain.tex says that \dimen1 should be used only as global.)
5196 \parshape 2 0in \dimen0 \defargsindent \dimen2
5197 %
5198 % Put the type name to the right margin.
5199 \noindent
5200 \hbox to 0pt{%
5201 \hfil\box0 \kern-\hsize
5202 % \hsize has to be shortened this way:
5203 \kern\leftskip
5204 % Intentionally do not respect \rightskip, since we need the space.
5205 }%
5206 %
5207 % Allow all lines to be underfull without complaint:
5208 \tolerance=10000 \hbadness=10000
5209 \exdentamount=\defbodyindent
5210 {%
5211 % defun fonts. We use typewriter by default (used to be bold) because:
5212 % . we're printing identifiers, they should be in tt in principle.
5213 % . in languages with many accents, such as Czech or French, it's
5214 % common to leave accents off identifiers. The result looks ok in
5215 % tt, but exceedingly strange in rm.
5216 % . we don't want -- and --- to be treated as ligatures.
5217 % . this still does not fix the ?` and !` ligatures, but so far no
5218 % one has made identifiers using them :).
5219 \df \tt
5220 \def\temp{#2}% return value type
5221 \ifx\temp\empty\else \tclose{\temp} \fi
5222 #3% output function name
5223 }%
5224 {\rm\enskip}% hskip 0.5 em of \tenrm
5225 %
5226 \boldbrax
5227 % arguments will be output next, if any.
5228 }
5229
5230 % This expands the args, with & being treated magically.
5231 %
5232 \def\ampdefunargs{%
5233 \magicamp
5234 \normaldefunargs
5235 }
5236
5237 % Print arguments in slanted typewriter, prevent hyphenation at `-' chars.
5238 %
5239 \def\normaldefunargs#1{%
5240 % use sl by default (not ttsl), inconsistently with using tt for the
5241 % name. This is because literal text is sometimes needed in the
5242 % argument list (groff manual), and ttsl and tt are not very
5243 % distinguishable.
5244 % tt for the names.
5245 \df \sl \hyphenchar\font=0
5246 % On the other hand, if an argument has two dashes (for instance), we
5247 % want a way to get ttsl. Let's try @var for that.
5248 \let\var=\ttslanted
5249 #1%
5250 \sl\hyphenchar\font=45
5251 }
5252
5253 % We want ()&[] to print specially on the defun line.
5254 %
5255 \def\activeparens{%
5256 \catcode`\(=\active \catcode`\)=\active
5257 \catcode`\[=\active \catcode`\]=\active
5258 \catcode`\&=\active
5259 }
5260
5261 % Make control sequences which act like normal parenthesis chars.
5262 \let\lparen = ( \let\rparen = )
5263
5264 % Be sure that we always have a definition for `(', etc. For example,
5265 % if the fn name has parens in it, \boldbrax will not be in effect yet,
5266 % so TeX would otherwise complain about undefined control sequence.
5267 {
5268 \activeparens
5269 \global\let(=\lparen \global\let)=\rparen
5270 \global\let[=\lbrack \global\let]=\rbrack
5271 \global\let& = \&
5272
5273 \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
5274 \gdef\magicamp{\let&=\amprm}
5275 }
5276
5277 \newcount\parencount
5278
5279 % If we encounter &foo, then turn on ()-hacking afterwards
5280 \newif\ifampseen
5281 \def\amprm#1 {\ampseentrue{\bf\&#1 }}
5282
5283 \def\parenfont{%
5284 \ifampseen
5285 % At the first level, print parens in roman,
5286 % otherwise use the default font.
5287 \ifnum \parencount=1 \rm \fi
5288 \else
5289 % The \sf parens (in \boldbrax) actually are a little bolder than
5290 % the contained text. This is especially needed for [ and ] .
5291 \sf
5292 \fi
5293 }
5294 \def\infirstlevel#1{%
5295 \ifampseen
5296 \ifnum\parencount=1
5297 #1%
5298 \fi
5299 \fi
5300 }
5301 \def\bfafterword#1 {#1 \bf}
5302
5303 \def\opnr{%
5304 \global\advance\parencount by 1
5305 {\parenfont(}%
5306 \infirstlevel \bfafterword
5307 }
5308 \def\clnr{%
5309 {\parenfont)}%
5310 \infirstlevel \sl
5311 \global\advance\parencount by -1
5312 }
5313
5314 \newcount\brackcount
5315 \def\lbrb{%
5316 \global\advance\brackcount by 1
5317 {\bf[}%
5318 }
5319 \def\rbrb{%
5320 {\bf]}%
5321 \global\advance\brackcount by -1
5322 }
5323
5324 \def\checkparencounts{%
5325 \ifnum\parencount=0 \else \badparencount \fi
5326 \ifnum\brackcount=0 \else \badbrackcount \fi
5327 }
5328 \def\badparencount{%
5329 \errmessage{Unbalanced parentheses in @def}%
5330 \global\parencount=0
5331 }
5332 \def\badbrackcount{%
5333 \errmessage{Unbalanced square braces in @def}%
5334 \global\brackcount=0
5335 }
5336
5337
5338 \message{macros,}
5339 % @macro.
5340
5341 % To do this right we need a feature of e-TeX, \scantokens,
5342 % which we arrange to emulate with a temporary file in ordinary TeX.
5343 \ifx\eTeXversion\undefined
5344 \newwrite\macscribble
5345 \def\scanmacro#1{%
5346 \begingroup \newlinechar`\^^M
5347 % Undo catcode changes of \startcontents and \doprintindex
5348 \catcode`\@=0 \catcode`\\=\other \escapechar=`\@
5349 % Append \endinput to make sure that TeX does not see the ending newline.
5350 \toks0={#1\endinput}%
5351 \immediate\openout\macscribble=\jobname.tmp
5352 \immediate\write\macscribble{\the\toks0}%
5353 \immediate\closeout\macscribble
5354 \let\xeatspaces\eatspaces
5355 \input \jobname.tmp
5356 \endgroup
5357 }
5358 \else
5359 \def\scanmacro#1{%
5360 \begingroup \newlinechar`\^^M
5361 % Undo catcode changes of \startcontents and \doprintindex
5362 \catcode`\@=0 \catcode`\\=\other \escapechar=`\@
5363 \let\xeatspaces\eatspaces\scantokens{#1\endinput}\endgroup}
5364 \fi
5365
5366 \newcount\paramno % Count of parameters
5367 \newtoks\macname % Macro name
5368 \newif\ifrecursive % Is it recursive?
5369 \def\macrolist{} % List of all defined macros in the form
5370 % \do\macro1\do\macro2...
5371
5372 % Utility routines.
5373 % Thisdoes \let #1 = #2, except with \csnames.
5374 \def\cslet#1#2{%
5375 \expandafter\expandafter
5376 \expandafter\let
5377 \expandafter\expandafter
5378 \csname#1\endcsname
5379 \csname#2\endcsname}
5380
5381 % Trim leading and trailing spaces off a string.
5382 % Concepts from aro-bend problem 15 (see CTAN).
5383 {\catcode`\@=11
5384 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }}
5385 \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@}
5386 \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @}
5387 \def\unbrace#1{#1}
5388 \unbrace{\gdef\trim@@@ #1 } #2@{#1}
5389 }
5390
5391 % Trim a single trailing ^^M off a string.
5392 {\catcode`\^^M=\other \catcode`\Q=3%
5393 \gdef\eatcr #1{\eatcra #1Q^^MQ}%
5394 \gdef\eatcra#1^^MQ{\eatcrb#1Q}%
5395 \gdef\eatcrb#1Q#2Q{#1}%
5396 }
5397
5398 % Macro bodies are absorbed as an argument in a context where
5399 % all characters are catcode 10, 11 or 12, except \ which is active
5400 % (as in normal texinfo). It is necessary to change the definition of \.
5401
5402 % It's necessary to have hard CRs when the macro is executed. This is
5403 % done by making ^^M (\endlinechar) catcode 12 when reading the macro
5404 % body, and then making it the \newlinechar in \scanmacro.
5405
5406 \def\macrobodyctxt{%
5407 \catcode`\~=\other
5408 \catcode`\^=\other
5409 \catcode`\_=\other
5410 \catcode`\|=\other
5411 \catcode`\<=\other
5412 \catcode`\>=\other
5413 \catcode`\+=\other
5414 \catcode`\{=\other
5415 \catcode`\}=\other
5416 \catcode`\@=\other
5417 \catcode`\^^M=\other
5418 \usembodybackslash}
5419
5420 \def\macroargctxt{%
5421 \catcode`\~=\other
5422 \catcode`\^=\other
5423 \catcode`\_=\other
5424 \catcode`\|=\other
5425 \catcode`\<=\other
5426 \catcode`\>=\other
5427 \catcode`\+=\other
5428 \catcode`\@=\other
5429 \catcode`\\=\other}
5430
5431 % \mbodybackslash is the definition of \ in @macro bodies.
5432 % It maps \foo\ => \csname macarg.foo\endcsname => #N
5433 % where N is the macro parameter number.
5434 % We define \csname macarg.\endcsname to be \realbackslash, so
5435 % \\ in macro replacement text gets you a backslash.
5436
5437 {\catcode`@=0 @catcode`@\=@active
5438 @gdef@usembodybackslash{@let\=@mbodybackslash}
5439 @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname}
5440 }
5441 \expandafter\def\csname macarg.\endcsname{\realbackslash}
5442
5443 \def\macro{\recursivefalse\parsearg\macroxxx}
5444 \def\rmacro{\recursivetrue\parsearg\macroxxx}
5445
5446 \def\macroxxx#1{%
5447 \getargs{#1}% now \macname is the macname and \argl the arglist
5448 \ifx\argl\empty % no arguments
5449 \paramno=0%
5450 \else
5451 \expandafter\parsemargdef \argl;%
5452 \fi
5453 \if1\csname ismacro.\the\macname\endcsname
5454 \message{Warning: redefining \the\macname}%
5455 \else
5456 \expandafter\ifx\csname \the\macname\endcsname \relax
5457 \else \errmessage{Macro name \the\macname\space already defined}\fi
5458 \global\cslet{macsave.\the\macname}{\the\macname}%
5459 \global\expandafter\let\csname ismacro.\the\macname\endcsname=1%
5460 % Add the macroname to \macrolist
5461 \toks0 = \expandafter{\macrolist\do}%
5462 \xdef\macrolist{\the\toks0
5463 \expandafter\noexpand\csname\the\macname\endcsname}%
5464 \fi
5465 \begingroup \macrobodyctxt
5466 \ifrecursive \expandafter\parsermacbody
5467 \else \expandafter\parsemacbody
5468 \fi}
5469
5470 \defparsearg\unmacro{%
5471 \if1\csname ismacro.#1\endcsname
5472 \global\cslet{#1}{macsave.#1}%
5473 \global\expandafter\let \csname ismacro.#1\endcsname=0%
5474 % Remove the macro name from \macrolist:
5475 \begingroup
5476 \expandafter\let\csname#1\endcsname \relax
5477 \let\do\unmacrodo
5478 \xdef\macrolist{\macrolist}%
5479 \endgroup
5480 \else
5481 \errmessage{Macro #1 not defined}%
5482 \fi
5483 }
5484
5485 % Called by \do from \dounmacro on each macro. The idea is to omit any
5486 % macro definitions that have been changed to \relax.
5487 %
5488 \def\unmacrodo#1{%
5489 \ifx#1\relax
5490 % remove this
5491 \else
5492 \noexpand\do \noexpand #1%
5493 \fi
5494 }
5495
5496 % This makes use of the obscure feature that if the last token of a
5497 % <parameter list> is #, then the preceding argument is delimited by
5498 % an opening brace, and that opening brace is not consumed.
5499 \def\getargs#1{\getargsxxx#1{}}
5500 \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs}
5501 \def\getmacname #1 #2\relax{\macname={#1}}
5502 \def\getmacargs#1{\def\argl{#1}}
5503
5504 % Parse the optional {params} list. Set up \paramno and \paramlist
5505 % so \defmacro knows what to do. Define \macarg.blah for each blah
5506 % in the params list, to be ##N where N is the position in that list.
5507 % That gets used by \mbodybackslash (above).
5508
5509 % We need to get `macro parameter char #' into several definitions.
5510 % The technique used is stolen from LaTeX: let \hash be something
5511 % unexpandable, insert that wherever you need a #, and then redefine
5512 % it to # just before using the token list produced.
5513 %
5514 % The same technique is used to protect \eatspaces till just before
5515 % the macro is used.
5516
5517 \def\parsemargdef#1;{\paramno=0\def\paramlist{}%
5518 \let\hash\relax\let\xeatspaces\relax\parsemargdefxxx#1,;,}
5519 \def\parsemargdefxxx#1,{%
5520 \if#1;\let\next=\relax
5521 \else \let\next=\parsemargdefxxx
5522 \advance\paramno by 1%
5523 \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname
5524 {\xeatspaces{\hash\the\paramno}}%
5525 \edef\paramlist{\paramlist\hash\the\paramno,}%
5526 \fi\next}
5527
5528 % These two commands read recursive and nonrecursive macro bodies.
5529 % (They're different since rec and nonrec macros end differently.)
5530
5531 \long\def\parsemacbody#1@end macro%
5532 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}%
5533 \long\def\parsermacbody#1@end rmacro%
5534 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}%
5535
5536 % This defines the macro itself. There are six cases: recursive and
5537 % nonrecursive macros of zero, one, and many arguments.
5538 % Much magic with \expandafter here.
5539 % \xdef is used so that macro definitions will survive the file
5540 % they're defined in; @include reads the file inside a group.
5541 \def\defmacro{%
5542 \let\hash=##% convert placeholders to macro parameter chars
5543 \ifrecursive
5544 \ifcase\paramno
5545 % 0
5546 \expandafter\xdef\csname\the\macname\endcsname{%
5547 \noexpand\scanmacro{\temp}}%
5548 \or % 1
5549 \expandafter\xdef\csname\the\macname\endcsname{%
5550 \bgroup\noexpand\macroargctxt
5551 \noexpand\braceorline
5552 \expandafter\noexpand\csname\the\macname xxx\endcsname}%
5553 \expandafter\xdef\csname\the\macname xxx\endcsname##1{%
5554 \egroup\noexpand\scanmacro{\temp}}%
5555 \else % many
5556 \expandafter\xdef\csname\the\macname\endcsname{%
5557 \bgroup\noexpand\macroargctxt
5558 \noexpand\csname\the\macname xx\endcsname}%
5559 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
5560 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}%
5561 \expandafter\expandafter
5562 \expandafter\xdef
5563 \expandafter\expandafter
5564 \csname\the\macname xxx\endcsname
5565 \paramlist{\egroup\noexpand\scanmacro{\temp}}%
5566 \fi
5567 \else
5568 \ifcase\paramno
5569 % 0
5570 \expandafter\xdef\csname\the\macname\endcsname{%
5571 \noexpand\norecurse{\the\macname}%
5572 \noexpand\scanmacro{\temp}\egroup}%
5573 \or % 1
5574 \expandafter\xdef\csname\the\macname\endcsname{%
5575 \bgroup\noexpand\macroargctxt
5576 \noexpand\braceorline
5577 \expandafter\noexpand\csname\the\macname xxx\endcsname}%
5578 \expandafter\xdef\csname\the\macname xxx\endcsname##1{%
5579 \egroup
5580 \noexpand\norecurse{\the\macname}%
5581 \noexpand\scanmacro{\temp}\egroup}%
5582 \else % many
5583 \expandafter\xdef\csname\the\macname\endcsname{%
5584 \bgroup\noexpand\macroargctxt
5585 \expandafter\noexpand\csname\the\macname xx\endcsname}%
5586 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
5587 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}%
5588 \expandafter\expandafter
5589 \expandafter\xdef
5590 \expandafter\expandafter
5591 \csname\the\macname xxx\endcsname
5592 \paramlist{%
5593 \egroup
5594 \noexpand\norecurse{\the\macname}%
5595 \noexpand\scanmacro{\temp}\egroup}%
5596 \fi
5597 \fi}
5598
5599 \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}}
5600
5601 % \braceorline decides whether the next nonwhitespace character is a
5602 % {. If so it reads up to the closing }, if not, it reads the whole
5603 % line. Whatever was read is then fed to the next control sequence
5604 % as an argument (by \parsebrace or \parsearg)
5605 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5606 \def\braceorlinexxx{%
5607 \ifx\nchar\bgroup\else
5608 \expandafter\parsearg
5609 \fi \next}
5610
5611 % We mant to disable all macros during \shipout so that they are not
5612 % expanded by \write.
5613 \def\turnoffmacros{\begingroup \def\do##1{\let\noexpand##1=\relax}%
5614 \edef\next{\macrolist}\expandafter\endgroup\next}
5615
5616
5617 % @alias.
5618 % We need some trickery to remove the optional spaces around the equal
5619 % sign. Just make them active and then expand them all to nothing.
5620 \def\alias{\parseargusing\obeyspaces\aliasxxx}
5621 \def\aliasxxx #1{\aliasyyy#1\relax}
5622 \def\aliasyyy #1=#2\relax{%
5623 {%
5624 \expandafter\let\obeyedspace=\empty
5625 \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}%
5626 }%
5627 \next
5628 }
5629
5630
5631 \message{cross references,}
5632
5633 \newwrite\auxfile
5634
5635 \newif\ifhavexrefs % True if xref values are known.
5636 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
5637
5638 % @inforef is relatively simple.
5639 \def\inforef #1{\inforefzzz #1,,,,**}
5640 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
5641 node \samp{\ignorespaces#1{}}}
5642
5643 % @node's only job in TeX is to define \lastnode, which is used in
5644 % cross-references.
5645 \defparsearg\node{\ENVcheck\nodexxx #1,\finishnodeparse}
5646 \def\nodexxx#1,#2\finishnodeparse{\gdef\lastnode{#1}}
5647 \let\nwnode=\node
5648 \let\lastnode=\empty
5649
5650 % Write a cross-reference definition for the current node. #1 is the
5651 % type (Ynumbered, Yappendix, Ynothing).
5652 %
5653 \def\donoderef#1{%
5654 \ifx\lastnode\empty\else
5655 \setref{\lastnode}{#1}%
5656 \global\let\lastnode=\empty
5657 \fi
5658 }
5659
5660 % @anchor{NAME} -- define xref target at arbitrary point.
5661 %
5662 \newcount\savesfregister
5663 %
5664 \gdef\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi}
5665 \gdef\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi}
5666 \gdef\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces}
5667
5668 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an
5669 % anchor), namely NAME-title (the corresponding @chapter/etc. name),
5670 % NAME-pg (the page number), and NAME-snt (section number and type).
5671 % Called from \donoderef and \anchor.
5672 %
5673 % We take care not to fully expand the title, since it may contain
5674 % arbitrary macros.
5675 %
5676 % Use \turnoffactive so that punctuation chars such as underscore
5677 % and backslash work in node names.
5678 %
5679 \def\setref#1#2{%
5680 \pdfmkdest{#1}%
5681 \iflinks
5682 {%
5683 \turnoffactive
5684 \edef\writexrdef##1##2{%
5685 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef
5686 ##1}{##2}}% these are parameters of \writexrdef
5687 }%
5688 \toks0 = \expandafter{\thissection}%
5689 \immediate \writexrdef{title}{\the\toks0 }%
5690 \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc.
5691 \writexrdef{pg}{\folio}% will be written later, during \shipout
5692 }%
5693 \fi
5694 }
5695
5696 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
5697 % the node name, #2 the name of the Info cross-reference, #3 the printed
5698 % node name, #4 the name of the Info file, #5 the name of the printed
5699 % manual. All but the node name can be omitted.
5700 %
5701 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]}
5702 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
5703 \def\ref#1{\xrefX[#1,,,,,,,]}
5704 \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup
5705 \unsepspaces
5706 \def\printedmanual{\ignorespaces #5}%
5707 \def\printednodename{\ignorespaces #3}%
5708 \setbox1=\hbox{\printedmanual}%
5709 \setbox0=\hbox{\printednodename}%
5710 \ifdim \wd0 = 0pt
5711 % No printed node name was explicitly given.
5712 \expandafter\ifx\csname SETxref-automatic-section-title\endcsname\relax
5713 % Use the node name inside the square brackets.
5714 \def\printednodename{\ignorespaces #1}%
5715 \else
5716 % Use the actual chapter/section title appear inside
5717 % the square brackets. Use the real section title if we have it.
5718 \ifdim \wd1 > 0pt
5719 % It is in another manual, so we don't have it.
5720 \def\printednodename{\ignorespaces #1}%
5721 \else
5722 \ifhavexrefs
5723 % We know the real title if we have the xref values.
5724 \def\printednodename{\refx{#1-title}{}}%
5725 \else
5726 % Otherwise just copy the Info node name.
5727 \def\printednodename{\ignorespaces #1}%
5728 \fi%
5729 \fi
5730 \fi
5731 \fi
5732 %
5733 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not
5734 % insert empty discretionaries after hyphens, which means that it will
5735 % not find a line break at a hyphen in a node names. Since some manuals
5736 % are best written with fairly long node names, containing hyphens, this
5737 % is a loss. Therefore, we give the text of the node name again, so it
5738 % is as if TeX is seeing it for the first time.
5739 \ifpdf
5740 \leavevmode
5741 \getfilename{#4}%
5742 {\turnoffactive \otherbackslash
5743 \ifnum\filenamelength>0
5744 \startlink attr{/Border [0 0 0]}%
5745 goto file{\the\filename.pdf} name{#1}%
5746 \else
5747 \startlink attr{/Border [0 0 0]}%
5748 goto name{\pdfmkpgn{#1}}%
5749 \fi
5750 }%
5751 \linkcolor
5752 \fi
5753 %
5754 \ifdim \wd1 > 0pt
5755 \putwordsection{} ``\printednodename'' \putwordin{} \cite{\printedmanual}%
5756 \else
5757 % _ (for example) has to be the character _ for the purposes of the
5758 % control sequence corresponding to the node, but it has to expand
5759 % into the usual \leavevmode...\vrule stuff for purposes of
5760 % printing. So we \turnoffactive for the \refx-snt, back on for the
5761 % printing, back off for the \refx-pg.
5762 {\turnoffactive \otherbackslash
5763 % Only output a following space if the -snt ref is nonempty; for
5764 % @unnumbered and @anchor, it won't be.
5765 \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}%
5766 \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi
5767 }%
5768 % output the `[mynode]' via a macro.
5769 \xrefprintnodename\printednodename
5770 %
5771 % But we always want a comma and a space:
5772 ,\space
5773 %
5774 % output the `page 3'.
5775 \turnoffactive \otherbackslash \putwordpage\tie\refx{#1-pg}{}%
5776 \fi
5777 \endlink
5778 \endgroup}
5779
5780 % This macro is called from \xrefX for the `[nodename]' part of xref
5781 % output. It's a separate macro only so it can be changed more easily,
5782 % since not square brackets don't work in some documents. Particularly
5783 % one that Bob is working on :).
5784 %
5785 \def\xrefprintnodename#1{[#1]}
5786
5787 % Things referred to by \setref.
5788 %
5789 \def\Ynothing{}
5790 \def\Yomitfromtoc{}
5791 \def\Ynumbered{%
5792 \ifnum\secno=0
5793 \putwordChapter@tie \the\chapno
5794 \else \ifnum\subsecno=0
5795 \putwordSection@tie \the\chapno.\the\secno
5796 \else \ifnum\subsubsecno=0
5797 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno
5798 \else
5799 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno
5800 \fi\fi\fi
5801 }
5802 \def\Yappendix{%
5803 \ifnum\secno=0
5804 \putwordAppendix@tie @char\the\appendixno{}%
5805 \else \ifnum\subsecno=0
5806 \putwordSection@tie @char\the\appendixno.\the\secno
5807 \else \ifnum\subsubsecno=0
5808 \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno
5809 \else
5810 \putwordSection@tie
5811 @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno
5812 \fi\fi\fi
5813 }
5814
5815 % Use TeX 3.0's \inputlineno to get the line number, for better error
5816 % messages, but if we're using an old version of TeX, don't do anything.
5817 %
5818 \ifx\inputlineno\thisisundefined
5819 \let\linenumber = \empty % Pre-3.0.
5820 \else
5821 \def\linenumber{\the\inputlineno:\space}
5822 \fi
5823
5824 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
5825 % If its value is nonempty, SUFFIX is output afterward.
5826 %
5827 \def\refx#1#2{%
5828 {%
5829 \indexnofonts
5830 \otherbackslash
5831 \expandafter\global\expandafter\let\expandafter\thisrefX
5832 \csname X#1\endcsname
5833 }%
5834 \ifx\thisrefX\relax
5835 % If not defined, say something at least.
5836 \angleleft un\-de\-fined\angleright
5837 \iflinks
5838 \ifhavexrefs
5839 \message{\linenumber Undefined cross reference `#1'.}%
5840 \else
5841 \ifwarnedxrefs\else
5842 \global\warnedxrefstrue
5843 \message{Cross reference values unknown; you must run TeX again.}%
5844 \fi
5845 \fi
5846 \fi
5847 \else
5848 % It's defined, so just use it.
5849 \thisrefX
5850 \fi
5851 #2% Output the suffix in any case.
5852 }
5853
5854 % This is the macro invoked by entries in the aux file.
5855 %
5856 \def\xrdef#1{\expandafter\gdef\csname X#1\endcsname}
5857
5858 % Read the last existing aux file, if any. No error if none exists.
5859 % Open the new one.
5860 %
5861 \def\readauxfile{\begingroup
5862 \catcode`\^^@=\other
5863 \catcode`\^^A=\other
5864 \catcode`\^^B=\other
5865 \catcode`\^^C=\other
5866 \catcode`\^^D=\other
5867 \catcode`\^^E=\other
5868 \catcode`\^^F=\other
5869 \catcode`\^^G=\other
5870 \catcode`\^^H=\other
5871 \catcode`\^^K=\other
5872 \catcode`\^^L=\other
5873 \catcode`\^^N=\other
5874 \catcode`\^^P=\other
5875 \catcode`\^^Q=\other
5876 \catcode`\^^R=\other
5877 \catcode`\^^S=\other
5878 \catcode`\^^T=\other
5879 \catcode`\^^U=\other
5880 \catcode`\^^V=\other
5881 \catcode`\^^W=\other
5882 \catcode`\^^X=\other
5883 \catcode`\^^Z=\other
5884 \catcode`\^^[=\other
5885 \catcode`\^^\=\other
5886 \catcode`\^^]=\other
5887 \catcode`\^^^=\other
5888 \catcode`\^^_=\other
5889 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
5890 % in xref tags, i.e., node names. But since ^^e4 notation isn't
5891 % supported in the main text, it doesn't seem desirable. Furthermore,
5892 % that is not enough: for node names that actually contain a ^
5893 % character, we would end up writing a line like this: 'xrdef {'hat
5894 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
5895 % argument, and \hat is not an expandable control sequence. It could
5896 % all be worked out, but why? Either we support ^^ or we don't.
5897 %
5898 % The other change necessary for this was to define \auxhat:
5899 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
5900 % and then to call \auxhat in \setq.
5901 %
5902 \catcode`\^=\other
5903 %
5904 % Special characters. Should be turned off anyway, but...
5905 \catcode`\~=\other
5906 \catcode`\[=\other
5907 \catcode`\]=\other
5908 \catcode`\"=\other
5909 \catcode`\_=\other
5910 \catcode`\|=\other
5911 \catcode`\<=\other
5912 \catcode`\>=\other
5913 \catcode`\$=\other
5914 \catcode`\#=\other
5915 \catcode`\&=\other
5916 \catcode`\%=\other
5917 \catcode`+=\other % avoid \+ for paranoia even though we've turned it off
5918 %
5919 % Make the characters 128-255 be printing characters
5920 {%
5921 \count 1=128
5922 \def\loop{%
5923 \catcode\count 1=\other
5924 \advance\count 1 by 1
5925 \ifnum \count 1<256 \loop \fi
5926 }%
5927 }%
5928 %
5929 % Turn off \ as an escape so we do not lose on
5930 % entries which were dumped with control sequences in their names.
5931 % For example, @xrdef{$\leq $-fun}{page ...} made by @defun ^^
5932 % Reference to such entries still does not work the way one would wish,
5933 % but at least they do not bomb out when the aux file is read in.
5934 \catcode`\\=\other
5935 %
5936 % @ is our escape character in .aux files.
5937 \catcode`\{=1
5938 \catcode`\}=2
5939 \catcode`\@=0
5940 %
5941 \openin 1 \jobname.aux
5942 \ifeof 1 \else
5943 \closein 1
5944 \input \jobname.aux
5945 \global\havexrefstrue
5946 \fi
5947 % Open the new aux file right away (otherwise the \immediate's in
5948 % \setref cause spurious terminal output). TeX will close it
5949 % automatically at exit.
5950 \immediate\openout\auxfile=\jobname.aux
5951 \endgroup}
5952
5953
5954 \message{insertions,}
5955 % including footnotes.
5956
5957 \newcount \footnoteno
5958
5959 % The trailing space in the following definition for supereject is
5960 % vital for proper filling; pages come out unaligned when you do a
5961 % pagealignmacro call if that space before the closing brace is
5962 % removed. (Generally, numeric constants should always be followed by a
5963 % space to prevent strange expansion errors.)
5964 \def\supereject{\par\penalty -20000\footnoteno =0 }
5965
5966 % @footnotestyle is meaningful for info output only.
5967 \let\footnotestyle=\comment
5968
5969 {\catcode `\@=11
5970 %
5971 % Auto-number footnotes. Otherwise like plain.
5972 \gdef\footnote{%
5973 \let\indent=\ptexindent
5974 \let\noindent=\ptexnoindent
5975 \global\advance\footnoteno by \@ne
5976 \edef\thisfootno{$^{\the\footnoteno}$}%
5977 %
5978 % In case the footnote comes at the end of a sentence, preserve the
5979 % extra spacing after we do the footnote number.
5980 \let\@sf\empty
5981 \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi
5982 %
5983 % Remove inadvertent blank space before typesetting the footnote number.
5984 \unskip
5985 \thisfootno\@sf
5986 \dofootnote
5987 }%
5988
5989 % Don't bother with the trickery in plain.tex to not require the
5990 % footnote text as a parameter. Our footnotes don't need to be so general.
5991 %
5992 % Oh yes, they do; otherwise, @ifset (and anything else that uses
5993 % \parseargline) fails inside footnotes because the tokens are fixed when
5994 % the footnote is read. --karl, 16nov96.
5995 %
5996 \gdef\dofootnote{%
5997 \insert\footins\bgroup
5998 % We want to typeset this text as a normal paragraph, even if the
5999 % footnote reference occurs in (for example) a display environment.
6000 % So reset some parameters.
6001 \hsize=\pagewidth
6002 \interlinepenalty\interfootnotelinepenalty
6003 \splittopskip\ht\strutbox % top baseline for broken footnotes
6004 \splitmaxdepth\dp\strutbox
6005 \floatingpenalty\@MM
6006 \leftskip\z@skip
6007 \rightskip\z@skip
6008 \spaceskip\z@skip
6009 \xspaceskip\z@skip
6010 \parindent\defaultparindent
6011 %
6012 \smallfonts \rm
6013 %
6014 % Because we use hanging indentation in footnotes, a @noindent appears
6015 % to exdent this text, so make it be a no-op. makeinfo does not use
6016 % hanging indentation so @noindent can still be needed within footnote
6017 % text after an @example or the like (not that this is good style).
6018 \let\noindent = \relax
6019 %
6020 % Hang the footnote text off the number. Use \everypar in case the
6021 % footnote extends for more than one paragraph.
6022 \everypar = {\hang}%
6023 \textindent{\thisfootno}%
6024 %
6025 % Don't crash into the line above the footnote text. Since this
6026 % expands into a box, it must come within the paragraph, lest it
6027 % provide a place where TeX can split the footnote.
6028 \footstrut
6029 \futurelet\next\fo@t
6030 }
6031 }%end \catcode `\@=11
6032
6033 % In case a @footnote appears in a vbox, save the footnote text and create
6034 % the real \insert just after the vbox finished. Otherwise, the insertion
6035 % would be lost.
6036 % Similarily, if a @footnote appears inside an alignment, save the footnote
6037 % text to a box and make the \insert when a row of the table is finished.
6038 % And the same can be done for other insert classes. --kasal, 16nov03.
6039
6040 % Replace the \insert primitive by a cheating macro.
6041 % Deeper inside, just make sure that the saved insertions are not spilled
6042 % out prematurely.
6043 %
6044 \def\startsavinginserts{%
6045 \ifx \insert\ptexinsert
6046 \let\insert\saveinsert
6047 \else
6048 \let\checkinserts\relax
6049 \fi
6050 }
6051
6052 % This \insert replacements works for both \insert\footins{xx} and
6053 % \insert\footins\bgroup xx\egroup, but it doesn't work for \insert27{xx}.
6054 %
6055 \def\saveinsert#1{%
6056 \edef\next{\noexpand\savetobox \makeSAVEname#1}%
6057 \afterassignment\next
6058 % swallow the left brace
6059 \let\temp =
6060 }
6061 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}}
6062 \def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1}
6063
6064 \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi}
6065
6066 \def\placesaveins#1{%
6067 \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname
6068 {\box#1}%
6069 }
6070
6071 % eat @SAVE -- beware, all of them have catcode \other:
6072 {
6073 \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-)
6074 \gdef\gobblesave @SAVE{}
6075 }
6076
6077 % initialization:
6078 \def\newsaveins #1{%
6079 \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}%
6080 \next
6081 }
6082 \def\newsaveinsX #1{%
6083 \csname newbox\endcsname #1% \newbox cannot be pronounced, as it is outer
6084 \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts
6085 \checksaveins#1}%
6086 }
6087
6088 % initialize:
6089 \let\checkinserts\empty
6090 \newsaveins\footins
6091 \newsaveins\margin
6092
6093
6094 % @image. We use the macros from epsf.tex to support this.
6095 % If epsf.tex is not installed and @image is used, we complain.
6096 %
6097 % Check for and read epsf.tex up front. If we read it only at @image
6098 % time, we might be inside a group, and then its definitions would get
6099 % undone and the next image would fail.
6100 \openin 1 = epsf.tex
6101 \ifeof 1 \else
6102 \closein 1
6103 % Do not bother showing banner with epsf.tex v2.7k (available in
6104 % doc/epsf.tex and on ctan).
6105 \def\epsfannounce{\toks0 = }%
6106 \input epsf.tex
6107 \fi
6108 %
6109 % We will only complain once about lack of epsf.tex.
6110 \newif\ifwarnednoepsf
6111 \newhelp\noepsfhelp{epsf.tex must be installed for images to
6112 work. It is also included in the Texinfo distribution, or you can get
6113 it from ftp://tug.org/tex/epsf.tex.}
6114 %
6115 \def\image#1{%
6116 \ifx\epsfbox\undefined
6117 \ifwarnednoepsf \else
6118 \errhelp = \noepsfhelp
6119 \errmessage{epsf.tex not found, images will be ignored}%
6120 \global\warnednoepsftrue
6121 \fi
6122 \else
6123 \imagexxx #1,,,,,\finish
6124 \fi
6125 }
6126 %
6127 % Arguments to @image:
6128 % #1 is (mandatory) image filename; we tack on .eps extension.
6129 % #2 is (optional) width, #3 is (optional) height.
6130 % #4 is (ignored optional) html alt text.
6131 % #5 is (ignored optional) extension.
6132 % #6 is just the usual extra ignored arg for parsing this stuff.
6133 \newif\ifimagevmode
6134 \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup
6135 \catcode`\^^M = 5 % in case we're inside an example
6136 \normalturnoffactive % allow _ et al. in names
6137 % If the image is by itself, center it.
6138 \ifvmode
6139 \imagevmodetrue
6140 \nobreak\bigskip
6141 % Usually we'll have text after the image which will insert
6142 % \parskip glue, so insert it here too to equalize the space
6143 % above and below.
6144 \nobreak\vskip\parskip
6145 \nobreak
6146 \line\bgroup\hss
6147 \fi
6148 %
6149 % Output the image.
6150 \ifpdf
6151 \dopdfimage{#1}{#2}{#3}%
6152 \else
6153 % \epsfbox itself resets \epsf?size at each figure.
6154 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
6155 \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
6156 \epsfbox{#1.eps}%
6157 \fi
6158 %
6159 \ifimagevmode \hss \egroup \bigbreak \fi % space after the image
6160 \endgroup}
6161
6162
6163 % @float FLOATTYPE,LOC ... @end float for displayed figures, tables, etc.
6164 % We don't actually implement floating yet, we just plop the float "here".
6165 % But it seemed the best name for the future.
6166 %
6167 \def\float{\parsearg\parsefloat}
6168 \def\parsefloat#1{\dofloat #1,\finish}
6169
6170 % #1 is the text label for this float, typically "Figure", "Table",
6171 % "Example", etc. #2 is optional and ignored; it will be for specifying
6172 % the positions allowed to float to (here, top, bottom).
6173 %
6174 \def\dofloat#1,#2\finish{\vtop\bgroup
6175 % xx should we indent the whole thing? center it?
6176 %
6177 % allow @[short]caption now.
6178 \let\thiscaption=\empty
6179 \def\caption##1{\def\thiscaption{##1}}%
6180 %
6181 \let\thisshortcaption=\empty
6182 \def\shortcaption##1{\def\thisshortcaption{##1}}%
6183 %
6184 \def\Efloat{%
6185 \ifx\thiscaption\empty \else
6186 \vskip.5\parskip
6187 \thiscaption
6188 \vskip\parskip
6189 \fi
6190 \egroup % end of \vtop
6191 }%
6192 }
6193
6194 % @listoffloats FLOATTYPE - print a list of floats like a table of contents.
6195 \def\listoffloats{\parsearg\dolistoffloats}
6196 \def\dolistoffloats#1{%xx
6197 }
6198
6199 % Default definitions.
6200 \def\caption{\errmessage{@caption while not in @float environment}}
6201 \def\shortcaption{\errmessage{@shortcaption while not in @float environment}}
6202
6203
6204 \message{localization,}
6205 % and i18n.
6206
6207 % @documentlanguage is usually given very early, just after
6208 % @setfilename. If done too late, it may not override everything
6209 % properly. Single argument is the language abbreviation.
6210 % It would be nice if we could set up a hyphenation file here.
6211 %
6212 \defparsearg\documentlanguage{%
6213 \tex % read txi-??.tex file in plain TeX.
6214 % Read the file if it exists.
6215 \openin 1 txi-#1.tex
6216 \ifeof1
6217 \errhelp = \nolanghelp
6218 \errmessage{Cannot read language file txi-#1.tex}%
6219 \let\temp = \relax
6220 \else
6221 \def\temp{\input txi-#1.tex }%
6222 \fi
6223 \temp
6224 \endgroup
6225 }
6226 \newhelp\nolanghelp{The given language definition file cannot be found or
6227 is empty. Maybe you need to install it? In the current directory
6228 should work if nowhere else does.}
6229
6230
6231 % @documentencoding should change something in TeX eventually, most
6232 % likely, but for now just recognize it.
6233 \let\documentencoding = \comment
6234
6235
6236 % Page size parameters.
6237 %
6238 \newdimen\defaultparindent \defaultparindent = 15pt
6239
6240 \chapheadingskip = 15pt plus 4pt minus 2pt
6241 \secheadingskip = 12pt plus 3pt minus 2pt
6242 \subsecheadingskip = 9pt plus 2pt minus 2pt
6243
6244 % Prevent underfull vbox error messages.
6245 \vbadness = 10000
6246
6247 % Don't be so finicky about underfull hboxes, either.
6248 \hbadness = 2000
6249
6250 % Following George Bush, just get rid of widows and orphans.
6251 \widowpenalty=10000
6252 \clubpenalty=10000
6253
6254 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
6255 % using an old version of TeX, don't do anything. We want the amount of
6256 % stretch added to depend on the line length, hence the dependence on
6257 % \hsize. We call this whenever the paper size is set.
6258 %
6259 \def\setemergencystretch{%
6260 \ifx\emergencystretch\thisisundefined
6261 % Allow us to assign to \emergencystretch anyway.
6262 \def\emergencystretch{\dimen0}%
6263 \else
6264 \emergencystretch = .15\hsize
6265 \fi
6266 }
6267
6268 % Parameters in order: 1) textheight; 2) textwidth; 3) voffset;
6269 % 4) hoffset; 5) binding offset; 6) topskip; 7) physical page height; 8)
6270 % physical page width.
6271 %
6272 % We also call \setleading{\textleading}, so the caller should define
6273 % \textleading. The caller should also set \parskip.
6274 %
6275 \def\internalpagesizes#1#2#3#4#5#6#7#8{%
6276 \voffset = #3\relax
6277 \topskip = #6\relax
6278 \splittopskip = \topskip
6279 %
6280 \vsize = #1\relax
6281 \advance\vsize by \topskip
6282 \outervsize = \vsize
6283 \advance\outervsize by 2\topandbottommargin
6284 \pageheight = \vsize
6285 %
6286 \hsize = #2\relax
6287 \outerhsize = \hsize
6288 \advance\outerhsize by 0.5in
6289 \pagewidth = \hsize
6290 %
6291 \normaloffset = #4\relax
6292 \bindingoffset = #5\relax
6293 %
6294 \ifpdf
6295 \pdfpageheight #7\relax
6296 \pdfpagewidth #8\relax
6297 \fi
6298 %
6299 \setleading{\textleading}
6300 %
6301 \parindent = \defaultparindent
6302 \setemergencystretch
6303 }
6304
6305 % @letterpaper (the default).
6306 \def\letterpaper{{\globaldefs = 1
6307 \parskip = 3pt plus 2pt minus 1pt
6308 \textleading = 13.2pt
6309 %
6310 % If page is nothing but text, make it come out even.
6311 \internalpagesizes{46\baselineskip}{6in}%
6312 {\voffset}{.25in}%
6313 {\bindingoffset}{36pt}%
6314 {11in}{8.5in}%
6315 }}
6316
6317 % Use @smallbook to reset parameters for 7x9.5 (or so) format.
6318 \def\smallbook{{\globaldefs = 1
6319 \parskip = 2pt plus 1pt
6320 \textleading = 12pt
6321 %
6322 \internalpagesizes{7.5in}{5in}%
6323 {\voffset}{.25in}%
6324 {\bindingoffset}{16pt}%
6325 {9.25in}{7in}%
6326 %
6327 \lispnarrowing = 0.3in
6328 \tolerance = 700
6329 \hfuzz = 1pt
6330 \contentsrightmargin = 0pt
6331 \defbodyindent = .5cm
6332 }}
6333
6334 % Use @afourpaper to print on European A4 paper.
6335 \def\afourpaper{{\globaldefs = 1
6336 \parskip = 3pt plus 2pt minus 1pt
6337 \textleading = 13.2pt
6338 %
6339 % Double-side printing via postscript on Laserjet 4050
6340 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm.
6341 % To change the settings for a different printer or situation, adjust
6342 % \normaloffset until the front-side and back-side texts align. Then
6343 % do the same for \bindingoffset. You can set these for testing in
6344 % your texinfo source file like this:
6345 % @tex
6346 % \global\normaloffset = -6mm
6347 % \global\bindingoffset = 10mm
6348 % @end tex
6349 \internalpagesizes{51\baselineskip}{160mm}
6350 {\voffset}{\hoffset}%
6351 {\bindingoffset}{44pt}%
6352 {297mm}{210mm}%
6353 %
6354 \tolerance = 700
6355 \hfuzz = 1pt
6356 \contentsrightmargin = 0pt
6357 \defbodyindent = 5mm
6358 }}
6359
6360 % Use @afivepaper to print on European A5 paper.
6361 % From romildo@urano.iceb.ufop.br, 2 July 2000.
6362 % He also recommends making @example and @lisp be small.
6363 \def\afivepaper{{\globaldefs = 1
6364 \parskip = 2pt plus 1pt minus 0.1pt
6365 \textleading = 12.5pt
6366 %
6367 \internalpagesizes{160mm}{120mm}%
6368 {\voffset}{\hoffset}%
6369 {\bindingoffset}{8pt}%
6370 {210mm}{148mm}%
6371 %
6372 \lispnarrowing = 0.2in
6373 \tolerance = 800
6374 \hfuzz = 1.2pt
6375 \contentsrightmargin = 0pt
6376 \defbodyindent = 2mm
6377 \tableindent = 12mm
6378 }}
6379
6380 % A specific text layout, 24x15cm overall, intended for A4 paper.
6381 \def\afourlatex{{\globaldefs = 1
6382 \afourpaper
6383 \internalpagesizes{237mm}{150mm}%
6384 {\voffset}{4.6mm}%
6385 {\bindingoffset}{7mm}%
6386 {297mm}{210mm}%
6387 %
6388 % Must explicitly reset to 0 because we call \afourpaper.
6389 \globaldefs = 0
6390 }}
6391
6392 % Use @afourwide to print on A4 paper in landscape format.
6393 \def\afourwide{{\globaldefs = 1
6394 \afourpaper
6395 \internalpagesizes{241mm}{165mm}%
6396 {\voffset}{-2.95mm}%
6397 {\bindingoffset}{7mm}%
6398 {297mm}{210mm}%
6399 \globaldefs = 0
6400 }}
6401
6402 % @pagesizes TEXTHEIGHT[,TEXTWIDTH]
6403 % Perhaps we should allow setting the margins, \topskip, \parskip,
6404 % and/or leading, also. Or perhaps we should compute them somehow.
6405 %
6406 \defparsearg\pagesizes{\pagesizesyyy #1,,\finish}
6407 \def\pagesizesyyy#1,#2,#3\finish{{%
6408 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi
6409 \globaldefs = 1
6410 %
6411 \parskip = 3pt plus 2pt minus 1pt
6412 \setleading{\textleading}%
6413 %
6414 \dimen0 = #1
6415 \advance\dimen0 by \voffset
6416 %
6417 \dimen2 = \hsize
6418 \advance\dimen2 by \normaloffset
6419 %
6420 \internalpagesizes{#1}{\hsize}%
6421 {\voffset}{\normaloffset}%
6422 {\bindingoffset}{44pt}%
6423 {\dimen0}{\dimen2}%
6424 }}
6425
6426 % Set default to letter.
6427 %
6428 \letterpaper
6429
6430
6431 \message{and turning on texinfo input format.}
6432
6433 % Define macros to output various characters with catcode for normal text.
6434 \catcode`\"=\other
6435 \catcode`\~=\other
6436 \catcode`\^=\other
6437 \catcode`\_=\other
6438 \catcode`\|=\other
6439 \catcode`\<=\other
6440 \catcode`\>=\other
6441 \catcode`\+=\other
6442 \catcode`\$=\other
6443 \def\normaldoublequote{"}
6444 \def\normaltilde{~}
6445 \def\normalcaret{^}
6446 \def\normalunderscore{_}
6447 \def\normalverticalbar{|}
6448 \def\normalless{<}
6449 \def\normalgreater{>}
6450 \def\normalplus{+}
6451 \def\normaldollar{$}%$ font-lock fix
6452
6453 % This macro is used to make a character print one way in ttfont
6454 % where it can probably just be output, and another way in other fonts,
6455 % where something hairier probably needs to be done.
6456 %
6457 % #1 is what to print if we are indeed using \tt; #2 is what to print
6458 % otherwise. Since all the Computer Modern typewriter fonts have zero
6459 % interword stretch (and shrink), and it is reasonable to expect all
6460 % typewriter fonts to have this, we can check that font parameter.
6461 %
6462 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}
6463
6464 % Same as above, but check for italic font. Actually this also catches
6465 % non-italic slanted fonts since it is impossible to distinguish them from
6466 % italic fonts. But since this is only used by $ and it uses \sl anyway
6467 % this is not a problem.
6468 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}
6469
6470 % Turn off all special characters except @
6471 % (and those which the user can use as if they were ordinary).
6472 % Most of these we simply print from the \tt font, but for some, we can
6473 % use math or other variants that look better in normal text.
6474
6475 \catcode`\"=\active
6476 \def\activedoublequote{{\tt\char34}}
6477 \let"=\activedoublequote
6478 \catcode`\~=\active
6479 \def~{{\tt\char126}}
6480 \chardef\hat=`\^
6481 \catcode`\^=\active
6482 \def^{{\tt \hat}}
6483
6484 \catcode`\_=\active
6485 \def_{\ifusingtt\normalunderscore\_}
6486 % Subroutine for the previous macro.
6487 \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em }
6488
6489 \catcode`\|=\active
6490 \def|{{\tt\char124}}
6491 \chardef \less=`\<
6492 \catcode`\<=\active
6493 \def<{{\tt \less}}
6494 \chardef \gtr=`\>
6495 \catcode`\>=\active
6496 \def>{{\tt \gtr}}
6497 \catcode`\+=\active
6498 \def+{{\tt \char 43}}
6499 \catcode`\$=\active
6500 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
6501
6502 % If a .fmt file is being used, characters that might appear in a file
6503 % name cannot be active until we have parsed the command line.
6504 % So turn them off again, and have \everyjob (or @setfilename) turn them on.
6505 % \otherifyactive is called near the end of this file.
6506 \def\otherifyactive{\catcode`+=\other \catcode`\_=\other}
6507
6508 \catcode`\@=0
6509
6510 % \rawbackslashxx outputs one backslash character in current font,
6511 % as in \char`\\.
6512 \global\chardef\rawbackslashxx=`\\
6513
6514 % \rawbackslash defines an active \ to do \rawbackslashxx.
6515 % \otherbackslash defines an active \ to be a literal `\' character with
6516 % catcode other.
6517 {\catcode`\\=\active
6518 @gdef@rawbackslash{@let\=@rawbackslashxx}
6519 @gdef@otherbackslash{@let\=@realbackslash}
6520 }
6521
6522 % \realbackslash is an actual character `\' with catcode other.
6523 {\catcode`\\=\other @gdef@realbackslash{\}}
6524
6525 % \normalbackslash outputs one backslash in fixed width font.
6526 \def\normalbackslash{{\tt\rawbackslashxx}}
6527
6528 \catcode`\\=\active
6529
6530 % Used sometimes to turn off (effectively) the active characters
6531 % even after parsing them.
6532 @def@turnoffactive{%
6533 @let"=@normaldoublequote
6534 @let\=@realbackslash
6535 @let~=@normaltilde
6536 @let^=@normalcaret
6537 @let_=@normalunderscore
6538 @let|=@normalverticalbar
6539 @let<=@normalless
6540 @let>=@normalgreater
6541 @let+=@normalplus
6542 @let$=@normaldollar %$ font-lock fix
6543 @unsepspaces
6544 }
6545
6546 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
6547 % the literal character `\'. (Thus, \ is not expandable when this is in
6548 % effect.)
6549 %
6550 @def@normalturnoffactive{@turnoffactive @let\=@normalbackslash}
6551
6552 % Make _ and + \other characters, temporarily.
6553 % This is canceled by @fixbackslash.
6554 @otherifyactive
6555
6556 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
6557 % That is what \eatinput is for; after that, the `\' should revert to printing
6558 % a backslash.
6559 %
6560 @gdef@eatinput input texinfo{@fixbackslash}
6561 @global@let\ = @eatinput
6562
6563 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
6564 % the first `\{ in the file would cause an error. This macro tries to fix
6565 % that, assuming it is called before the first `\' could plausibly occur.
6566 % Also back turn on active characters that might appear in the input
6567 % file name, in case not using a pre-dumped format.
6568 %
6569 @gdef@fixbackslash{%
6570 @ifx\@eatinput @let\ = @normalbackslash @fi
6571 @catcode`+=@active
6572 @catcode`@_=@active
6573 }
6574
6575 % Say @foo, not \foo, in error messages.
6576 @escapechar = `@@
6577
6578 % These look ok in all fonts, so just make them not special.
6579 @catcode`@& = @other
6580 @catcode`@# = @other
6581 @catcode`@% = @other
6582
6583 @c Set initial fonts.
6584 @textfonts
6585 @rm
6586
6587
6588 @c Local variables:
6589 @c eval: (add-hook 'write-file-hooks 'time-stamp)
6590 @c page-delimiter: "^\\\\message"
6591 @c time-stamp-start: "def\\\\texinfoversion{"
6592 @c time-stamp-format: "%:y-%02m-%02d.%02H"
6593 @c time-stamp-end: "}"
6594 @c End:
6595
6596 @c vim:sw=2:
6597
6598 @ignore
6599 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115
6600 @end ignore
0 Date: Sun, 09 Jun 2002 00:40:14 -0400
1 From: Stephen Gildea
2 To: karl@freefriends.org (Karl Berry)
3 cc: jgay@gnu.org
4 Subject: Re: Texinfo fonts
5
6 I used to like to use Adobe Times, Helvetica, and Courier because a
7 major output format for us is PDF, and bitmapped fonts in a PDF file
8 look ugly with acroread. I don't use this as much as I used to now that
9 I can get Type 1 CM fonts.
10
11 There are parts of this patch that look ugly, but it works for me.
12 It would be great to see something like this support in the Texinfo
13 distribution.
14
15 < Stephen
16
17 *** texinfo.tex Mon Apr 19 17:13:00 1999
18 --- ps_texinfo.tex Mon Apr 19 17:17:50 1999
19 ***************
20 *** 58,69 ****
21 % It is possible to adapt texinfo.tex for other languages. You can get
22 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
23
24 ! \message{Loading texinfo [version \texinfoversion]:}
25
26 % If in a .fmt file, print the version number
27 % and turn on active characters that we couldn't do earlier because
28 % they might have appeared in the input file name.
29 ! \everyjob{\message{[Texinfo version \texinfoversion]}%
30 \catcode`+=\active \catcode`\_=\active}
31
32 % Save some parts of plain tex whose names we will redefine.
33 --- 58,69 ----
34 % It is possible to adapt texinfo.tex for other languages. You can get
35 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
36
37 ! \message{Loading texinfo [version \texinfoversion ps]:}
38
39 % If in a .fmt file, print the version number
40 % and turn on active characters that we couldn't do earlier because
41 % they might have appeared in the input file name.
42 ! \everyjob{\message{[Texinfo version \texinfoversion ps]}%
43 \catcode`+=\active \catcode`\_=\active}
44
45 % Save some parts of plain tex whose names we will redefine.
46 ***************
47 *** 858,890 ****
48 \newcount\mainmagstep
49 \mainmagstep=\magstephalf
50
51 % Set the font macro #1 to the font named #2, adding on the
52 % specified font prefix (normally `cm').
53 % #3 is the font's design size, #4 is a scale factor
54 ! \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
55
56 % Use cm as the default font prefix.
57 % To specify the font prefix, you must define \fontprefix
58 % before you read in texinfo.tex.
59 \ifx\fontprefix\undefined
60 ! \def\fontprefix{cm}
61 \fi
62 % Support font families that don't use the same naming scheme as CM.
63 ! \def\rmshape{r}
64 ! \def\rmbshape{bx} %where the normal face is bold
65 ! \def\bfshape{b}
66 ! \def\bxshape{bx}
67 ! \def\ttshape{tt}
68 ! \def\ttbshape{tt}
69 ! \def\ttslshape{sltt}
70 ! \def\itshape{ti}
71 ! \def\itbshape{bxti}
72 ! \def\slshape{sl}
73 ! \def\slbshape{bxsl}
74 ! \def\sfshape{ss}
75 ! \def\sfbshape{ss}
76 ! \def\scshape{csc}
77 ! \def\scbshape{csc}
78
79 \ifx\bigger\relax
80 \let\mainmagstep=\magstep1
81 --- 858,916 ----
82 \newcount\mainmagstep
83 \mainmagstep=\magstephalf
84
85 + % expand #1, a control sequence, without the leading escape char
86 + \def\csstringname#1{\expandafter\csstrcdr\string#1;}
87 + \def\csstrcdr#1#2;{#2}
88 +
89 +
90 % Set the font macro #1 to the font named #2, adding on the
91 % specified font prefix (normally `cm').
92 % #3 is the font's design size, #4 is a scale factor
93 ! \def\setfont#1#2#3#4{\dimen255=#3pt\divide\dimen255by1000
94 ! \multiply\dimen255by#4%
95 ! \global\expandafter\font\csname f/\csstringname#1\endcsname=\fontprefix#2\fontencoding\space at\dimen255
96 ! \global\def#1{\csname f/\csstringname#1\endcsname
97 ! \def\fcurshape{#2}%
98 ! \def\fcursize{#3}%
99 ! \def\fcurscale{#4}}}
100 !
101
102 % Use cm as the default font prefix.
103 % To specify the font prefix, you must define \fontprefix
104 % before you read in texinfo.tex.
105 \ifx\fontprefix\undefined
106 ! \def\fontprefix{p}
107 \fi
108 % Support font families that don't use the same naming scheme as CM.
109 ! \def\fontencoding{7t}
110 ! \def\rmshape{tmr}
111 ! \def\rmbshape{tmb} %where the normal face is bold
112 ! \def\bfshape{tmb}
113 ! \def\bxshape{tmb}
114 ! \def\ttshape{crr}
115 ! \def\ttbshape{crb}
116 ! \def\ttslshape{crro}
117 ! \def\itshape{tmri}
118 ! \def\itbshape{tmbi}
119 ! \def\slshape{tmro}
120 ! \def\slbshape{tmbo}
121 ! \def\sfshape{hvr}
122 ! \def\sfbshape{hvb}
123 ! \def\scshape{tmrc}
124 ! \def\scbshape{tmbc}
125 !
126 ! % the reason we save all the \fcur* stuff in \setfont
127 ! % is so we can do some nice symbols:
128 !
129 ! \def\setcurtextsymbolfont{\def\fontencoding{8r}%
130 ! \expandafter\setfont
131 ! \csname\fontname\font/\fontencoding\endcsname
132 ! \fcurshape\fcursize\fcurscale
133 ! \csname\fontname\font/\fontencoding\endcsname}
134 !
135 ! \def\copyright{{\setcurtextsymbolfont\char'251}}
136 ! \def\bullet{{\setcurtextsymbolfont\char'225}}
137 !
138
139 \ifx\bigger\relax
140 \let\mainmagstep=\magstep1
141 ***************
142 *** 1052,1059 ****
143 \textfonts
144
145 % Define these so they can be easily changed for other fonts.
146 ! \def\angleleft{$\langle$}
147 ! \def\angleright{$\rangle$}
148
149 % Count depth in font-changes, for error checks
150 \newcount\fontdepth \fontdepth=0
151 --- 1078,1092 ----
152 \textfonts
153
154 % Define these so they can be easily changed for other fonts.
155 !
156 ! \def\setcursymbolfont{\def\fontencoding{}%
157 ! \expandafter\setfont
158 ! \csname\fontname\font/syr\endcsname
159 ! {syr}\fcursize\fcurscale
160 ! \csname\fontname\font/syr\endcsname}
161 !
162 ! \def\angleleft{{\setcursymbolfont\char'341}}
163 ! \def\angleright{{\setcursymbolfont\char'361}}
164
165 % Count depth in font-changes, for error checks
166 \newcount\fontdepth \fontdepth=0
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6262 build_triplet = @build@
6363 host_triplet = @host@
6464 subdir = doc
65 DIST_COMMON = README $(info_TEXINFOS) $(srcdir)/Makefile.am \
66 $(srcdir)/Makefile.in $(srcdir)/stamp-1 $(srcdir)/stamp-vti \
67 $(srcdir)/version-stnd.texi $(srcdir)/version.texi \
68 $(top_srcdir)/build-aux/mdate-sh \
69 $(top_srcdir)/build-aux/texinfo.tex texinfo.tex
65 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
66 $(top_srcdir)/build-aux/mdate-sh $(srcdir)/version.texi \
67 $(srcdir)/stamp-vti $(srcdir)/version-stnd.texi \
68 $(srcdir)/stamp-1 $(info_TEXINFOS) \
69 $(top_srcdir)/build-aux/texinfo.tex README texinfo.tex
7070 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7171 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
7272 $(top_srcdir)/gnulib/m4/alloca.m4 \
166166 CONFIG_HEADER = $(top_builddir)/config.h
167167 CONFIG_CLEAN_FILES =
168168 CONFIG_CLEAN_VPATH_FILES =
169 AM_V_P = $(am__v_P_@AM_V@)
170 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171 am__v_P_0 = false
172 am__v_P_1 = :
173 AM_V_GEN = $(am__v_GEN_@AM_V@)
174 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175 am__v_GEN_0 = @echo " GEN " $@;
176 am__v_GEN_1 =
177 AM_V_at = $(am__v_at_@AM_V@)
178 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179 am__v_at_0 = @
180 am__v_at_1 =
169181 SOURCES =
170182 DIST_SOURCES =
183 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
184 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
185 am__v_DVIPS_0 = @echo " DVIPS " $@;
186 am__v_DVIPS_1 =
187 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
188 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
189 am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
190 am__v_MAKEINFO_1 =
191 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
192 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
193 am__v_INFOHTML_0 = @echo " INFOHTML" $@;
194 am__v_INFOHTML_1 =
195 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
196 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
197 am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
198 am__v_TEXI2DVI_1 =
199 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
200 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
201 am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
202 am__v_TEXI2PDF_1 =
203 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
204 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
205 am__v_texinfo_0 = -q
206 am__v_texinfo_1 =
207 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
208 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
209 am__v_texidevnull_0 = > /dev/null
210 am__v_texidevnull_1 =
171211 INFO_DEPS = texinfo info-stnd.info info.info
172212 TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
173213 am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux
181221 MAKEINFOHTML = $(MAKEINFO) --html
182222 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
183223 DVIPS = dvips
184 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
185 html-recursive info-recursive install-data-recursive \
186 install-dvi-recursive install-exec-recursive \
187 install-html-recursive install-info-recursive \
188 install-pdf-recursive install-ps-recursive install-recursive \
189 installcheck-recursive installdirs-recursive pdf-recursive \
190 ps-recursive uninstall-recursive
224 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
225 ctags-recursive dvi-recursive html-recursive info-recursive \
226 install-data-recursive install-dvi-recursive \
227 install-exec-recursive install-html-recursive \
228 install-info-recursive install-pdf-recursive \
229 install-ps-recursive install-recursive installcheck-recursive \
230 installdirs-recursive pdf-recursive ps-recursive \
231 tags-recursive uninstall-recursive
191232 am__can_run_installinfo = \
192233 case $$AM_UPDATE_INFO_DIR in \
193234 n|no|NO) false;; \
223264 }
224265 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
225266 distclean-recursive maintainer-clean-recursive
226 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
227 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
267 am__recursive_targets = \
268 $(RECURSIVE_TARGETS) \
269 $(RECURSIVE_CLEAN_TARGETS) \
270 $(am__extra_recursive_targets)
271 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
228272 distdir
273 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
274 # Read a list of newline-separated strings from the standard input,
275 # and print each of them once, without duplicates. Input order is
276 # *not* preserved.
277 am__uniquify_input = $(AWK) '\
278 BEGIN { nonempty = 0; } \
279 { items[$$0] = 1; nonempty = 1; } \
280 END { if (nonempty) { for (i in items) print i; }; } \
281 '
282 # Make sure the list of sources is unique. This is necessary because,
283 # e.g., the same source file might be shared among _SOURCES variables
284 # for different programs/libraries.
285 am__define_uniq_tagged_files = \
286 list='$(am__tagged_files)'; \
287 unique=`for i in $$list; do \
288 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289 done | $(am__uniquify_input)`
229290 ETAGS = etags
230291 CTAGS = ctags
231292 DIST_SUBDIRS = $(SUBDIRS)
260321 ALLOCA = @ALLOCA@
261322 ALLOCA_H = @ALLOCA_H@
262323 AMTAR = @AMTAR@
324 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
263325 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
264326 AR = @AR@
265327 ARFLAGS = @ARFLAGS@
670732 HAVE__BOOL = @HAVE__BOOL@
671733 HAVE__EXIT = @HAVE__EXIT@
672734 HELP2MAN = @HELP2MAN@
673 HEVEA = @HEVEA@
674735 INCLUDE_NEXT = @INCLUDE_NEXT@
675736 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
676737 INSTALL = @INSTALL@
750811 POSUB = @POSUB@
751812 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
752813 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
753 PROVE = @PROVE@
754814 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
755815 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
756816 RANLIB = @RANLIB@
861921 STRIP = @STRIP@
862922 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
863923 TERMLIBS = @TERMLIBS@
864 TEX = @TEX@
865924 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
866925 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
867926 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
10281087 $(am__aclocal_m4_deps):
10291088
10301089 texinfo: texinfo.txi $(srcdir)/version.texi
1031 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1090 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
10321091 rm -rf $$backupdir && mkdir $$backupdir && \
10331092 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
10341093 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
10461105 rm -rf $$backupdir; exit $$rc
10471106
10481107 texinfo.dvi: texinfo.txi $(srcdir)/version.texi
1049 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1108 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
10501109 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1051 $(TEXI2DVI) --clean -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
1110 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1111 `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
10521112
10531113 texinfo.pdf: texinfo.txi $(srcdir)/version.texi
1054 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1114 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
10551115 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1056 $(TEXI2PDF) --clean -o $@ `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
1116 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1117 `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi
10571118
10581119 texinfo.html: texinfo.txi $(srcdir)/version.texi
1059 rm -rf $(@:.html=.htp)
1060 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1120 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1121 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
10611122 -o $(@:.html=.htp) `test -f 'texinfo.txi' || echo '$(srcdir)/'`texinfo.txi; \
10621123 then \
10631124 rm -rf $@; \
10891150 -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
10901151
10911152 info-stnd.info: info-stnd.texi $(srcdir)/version-stnd.texi
1092 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1153 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
10931154 rm -rf $$backupdir && mkdir $$backupdir && \
10941155 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
10951156 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
11071168 rm -rf $$backupdir; exit $$rc
11081169
11091170 info-stnd.dvi: info-stnd.texi $(srcdir)/version-stnd.texi
1110 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1171 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
11111172 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1112 $(TEXI2DVI) --clean -o $@ `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi
1173 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1174 `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi
11131175
11141176 info-stnd.pdf: info-stnd.texi $(srcdir)/version-stnd.texi
1115 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1177 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
11161178 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1117 $(TEXI2PDF) --clean -o $@ `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi
1179 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1180 `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi
11181181
11191182 info-stnd.html: info-stnd.texi $(srcdir)/version-stnd.texi
1120 rm -rf $(@:.html=.htp)
1121 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1183 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1184 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
11221185 -o $(@:.html=.htp) `test -f 'info-stnd.texi' || echo '$(srcdir)/'`info-stnd.texi; \
11231186 then \
11241187 rm -rf $@; \
11501213 -rm -f $(srcdir)/stamp-1 $(srcdir)/version-stnd.texi
11511214
11521215 info.info: info.texi $(info_TEXINFOS)
1153 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1216 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
11541217 rm -rf $$backupdir && mkdir $$backupdir && \
11551218 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
11561219 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
11681231 rm -rf $$backupdir; exit $$rc
11691232
11701233 info.dvi: info.texi $(info_TEXINFOS)
1171 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1234 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
11721235 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1173 $(TEXI2DVI) --clean -o $@ `test -f 'info.texi' || echo '$(srcdir)/'`info.texi
1236 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1237 `test -f 'info.texi' || echo '$(srcdir)/'`info.texi
11741238
11751239 info.pdf: info.texi $(info_TEXINFOS)
1176 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1240 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
11771241 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1178 $(TEXI2PDF) --clean -o $@ `test -f 'info.texi' || echo '$(srcdir)/'`info.texi
1242 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1243 `test -f 'info.texi' || echo '$(srcdir)/'`info.texi
11791244
11801245 info.html: info.texi $(info_TEXINFOS)
1181 rm -rf $(@:.html=.htp)
1182 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1246 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1247 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
11831248 -o $(@:.html=.htp) `test -f 'info.texi' || echo '$(srcdir)/'`info.texi; \
11841249 then \
11851250 rm -rf $@; \
11911256 exit 1; \
11921257 fi
11931258 .dvi.ps:
1194 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1195 $(DVIPS) -o $@ $<
1259 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1260 $(DVIPS) $(AM_V_texinfo) -o $@ $<
11961261
11971262 uninstall-dvi-am:
11981263 @$(NORMAL_UNINSTALL)
12531318 done
12541319
12551320 mostlyclean-aminfo:
1256 -rm -rf texinfo.aux texinfo.cp texinfo.cps texinfo.fn texinfo.fns \
1257 texinfo.ky texinfo.kys texinfo.log texinfo.op texinfo.pg \
1258 texinfo.tmp texinfo.toc texinfo.tp texinfo.tps texinfo.vr \
1259 info-stnd.aux info-stnd.cp info-stnd.cps info-stnd.fn \
1260 info-stnd.ky info-stnd.log info-stnd.pg info-stnd.pgs \
1261 info-stnd.tmp info-stnd.toc info-stnd.tp info-stnd.tps \
1262 info-stnd.vr info.aux info.cp info.cps info.fn info.ky \
1263 info.log info.pg info.pgs info.tmp info.toc info.tp info.tps \
1264 info.vr
1321 -rm -rf texinfo.t2d texinfo.t2p info-stnd.t2d info-stnd.t2p info.t2d \
1322 info.t2p
12651323
12661324 clean-aminfo:
12671325 -test -z "texinfo.dvi texinfo.pdf texinfo.ps texinfo.html info-stnd.dvi \
12841342 # (1) if the variable is set in 'config.status', edit 'config.status'
12851343 # (which will cause the Makefiles to be regenerated when you run 'make');
12861344 # (2) otherwise, pass the desired values on the 'make' command line.
1287 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
1345 $(am__recursive_targets):
12881346 @fail= failcom='exit 1'; \
12891347 for f in x $$MAKEFLAGS; do \
12901348 case $$f in \
13121370 if test "$$dot_seen" = "no"; then \
13131371 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
13141372 fi; test -z "$$fail"
1315 tags-recursive:
1316 list='$(SUBDIRS)'; for subdir in $$list; do \
1317 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1318 done
1319 ctags-recursive:
1320 list='$(SUBDIRS)'; for subdir in $$list; do \
1321 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1322 done
1323 cscopelist-recursive:
1324 list='$(SUBDIRS)'; for subdir in $$list; do \
1325 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
1326 done
1327
1328 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1329 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1330 unique=`for i in $$list; do \
1331 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1332 done | \
1333 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1334 END { if (nonempty) { for (i in files) print i; }; }'`; \
1335 mkid -fID $$unique
1336 tags: TAGS
1337
1338 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1339 $(TAGS_FILES) $(LISP)
1373
1374 ID: $(am__tagged_files)
1375 $(am__define_uniq_tagged_files); mkid -fID $$unique
1376 tags: tags-recursive
1377 TAGS: tags
1378
1379 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
13401380 set x; \
13411381 here=`pwd`; \
13421382 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
13521392 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
13531393 fi; \
13541394 done; \
1355 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1356 unique=`for i in $$list; do \
1357 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1358 done | \
1359 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1360 END { if (nonempty) { for (i in files) print i; }; }'`; \
1395 $(am__define_uniq_tagged_files); \
13611396 shift; \
13621397 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
13631398 test -n "$$unique" || unique=$$empty_fix; \
13691404 $$unique; \
13701405 fi; \
13711406 fi
1372 ctags: CTAGS
1373 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1374 $(TAGS_FILES) $(LISP)
1375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1376 unique=`for i in $$list; do \
1377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1378 done | \
1379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1380 END { if (nonempty) { for (i in files) print i; }; }'`; \
1407 ctags: ctags-recursive
1408
1409 CTAGS: ctags
1410 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1411 $(am__define_uniq_tagged_files); \
13811412 test -z "$(CTAGS_ARGS)$$unique" \
13821413 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
13831414 $$unique
13861417 here=`$(am__cd) $(top_builddir) && pwd` \
13871418 && $(am__cd) $(top_srcdir) \
13881419 && gtags -i $(GTAGS_ARGS) "$$here"
1389
1390 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1391 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1420 cscopelist: cscopelist-recursive
1421
1422 cscopelist-am: $(am__tagged_files)
1423 list='$(am__tagged_files)'; \
13921424 case "$(srcdir)" in \
13931425 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
13941426 *) sdir=$(subdir)/$(srcdir) ;; \
16631695 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
16641696 uninstall-pdf-am uninstall-ps-am
16651697
1666 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
1667 cscopelist-recursive ctags-recursive install-am install-strip \
1668 tags-recursive
1669
1670 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1671 all all-am check check-am clean clean-aminfo clean-generic \
1672 cscopelist cscopelist-recursive ctags ctags-recursive \
1673 dist-info distclean distclean-generic distclean-tags distdir \
1674 dvi dvi-am html html-am info info-am install install-am \
1675 install-data install-data-am install-data-local install-dvi \
1676 install-dvi-am install-exec install-exec-am install-html \
1677 install-html-am install-info install-info-am install-man \
1678 install-pdf install-pdf-am install-ps install-ps-am \
1679 install-strip installcheck installcheck-am installdirs \
1680 installdirs-am maintainer-clean maintainer-clean-1 \
1698 .MAKE: $(am__recursive_targets) install-am install-strip
1699
1700 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1701 check-am clean clean-aminfo clean-generic cscopelist-am ctags \
1702 ctags-am dist-info distclean distclean-generic distclean-tags \
1703 distdir dvi dvi-am html html-am info info-am install \
1704 install-am install-data install-data-am install-data-local \
1705 install-dvi install-dvi-am install-exec install-exec-am \
1706 install-html install-html-am install-info install-info-am \
1707 install-man install-pdf install-pdf-am install-ps \
1708 install-ps-am install-strip installcheck installcheck-am \
1709 installdirs installdirs-am maintainer-clean maintainer-clean-1 \
16811710 maintainer-clean-aminfo maintainer-clean-generic \
16821711 maintainer-clean-vti mostlyclean mostlyclean-1 \
16831712 mostlyclean-aminfo mostlyclean-generic mostlyclean-vti pdf \
1684 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1713 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
16851714 uninstall-dvi-am uninstall-html-am uninstall-info-am \
16861715 uninstall-pdf-am uninstall-ps-am
16871716
00 % Texinfo reference card.
1 % $Id: txirefcard.tex,v 1.28 2012/11/07 19:49:49 karl Exp $
1 % $Id: txirefcard.tex,v 1.29 2013/01/01 19:31:56 karl Exp $
22 %
33 %**start of header
44 % This file can be printed with 1, 2, or 3 columns per page (see below).
1313 \newcount\letterpaper
1414 \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi
1515
16 % Copyright 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
16 % Copyright 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
1717 %
1818 % This file is part of GNU Texinfo.
1919 %
4747 % Much of the text is based on, and sometimes copied from, the @-Command
4848 % Summary node in texinfo.txi, written primarily by Bob Chassell.
4949
50 \def\versionyear{2012} % year manual was updated
50 \def\versionyear{2013} % year manual was updated
5151 \def\versionTexinfo{5.0+} % version of Texinfo this manual is for
52 \def\year{2012} % copyright year
52 \def\year{2013} % copyright year
5353
5454 \def\copyrightnotice{%
5555 \vskip 1ex plus 1filll\begingroup\small
00 @set UPDATED 17 April 2012
11 @set UPDATED-MONTH April 2012
2 @set EDITION 4.13.92
3 @set VERSION 4.13.92
2 @set EDITION 4.13.93
3 @set VERSION 4.13.93
0 @set UPDATED 17 December 2012
1 @set UPDATED-MONTH December 2012
2 @set EDITION 4.13.92
3 @set VERSION 4.13.92
0 @set UPDATED 1 January 2013
1 @set UPDATED-MONTH January 2013
2 @set EDITION 4.13.93
3 @set VERSION 4.13.93
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{2012-11-08.11}
5 \def\texinfoversion{2013-01-01.15}
66 %
77 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
88 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
9 % 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
9 % 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
1010 %
1111 % This texinfo.tex file is free software: you can redistribute it and/or
1212 % modify it under the terms of the GNU General Public License as
2323 %
2424 % As a special exception, when this file is read by TeX when processing
2525 % a Texinfo source document, you may use the result without
26 % restriction. (This has been our intent since Texinfo was invented.)
26 % restriction. This Exception is an additional permission under section 7
27 % of the GNU General Public License, version 3 ("GPLv3").
2728 %
2829 % Please try the latest version of texinfo.tex before submitting bug
2930 % reports; you can get the latest version from:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6262 build_triplet = @build@
6363 host_triplet = @host@
6464 subdir = doc/tp_api
65 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
6666 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6767 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
6868 $(top_srcdir)/gnulib/m4/alloca.m4 \
162162 CONFIG_HEADER = $(top_builddir)/config.h
163163 CONFIG_CLEAN_FILES =
164164 CONFIG_CLEAN_VPATH_FILES =
165 AM_V_P = $(am__v_P_@AM_V@)
166 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167 am__v_P_0 = false
168 am__v_P_1 = :
169 AM_V_GEN = $(am__v_GEN_@AM_V@)
170 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171 am__v_GEN_0 = @echo " GEN " $@;
172 am__v_GEN_1 =
173 AM_V_at = $(am__v_at_@AM_V@)
174 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175 am__v_at_0 = @
176 am__v_at_1 =
165177 SOURCES =
166178 DIST_SOURCES =
167179 am__can_run_installinfo = \
169181 n|no|NO) false;; \
170182 *) (install-info --version) >/dev/null 2>&1;; \
171183 esac
184 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173186 pkglibexecdir = @pkglibexecdir@
174187 ACLOCAL = @ACLOCAL@
175188 ALLOCA = @ALLOCA@
176189 ALLOCA_H = @ALLOCA_H@
177190 AMTAR = @AMTAR@
191 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178192 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
179193 AR = @AR@
180194 ARFLAGS = @ARFLAGS@
585599 HAVE__BOOL = @HAVE__BOOL@
586600 HAVE__EXIT = @HAVE__EXIT@
587601 HELP2MAN = @HELP2MAN@
588 HEVEA = @HEVEA@
589602 INCLUDE_NEXT = @INCLUDE_NEXT@
590603 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
591604 INSTALL = @INSTALL@
668681 POSUB = @POSUB@
669682 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
670683 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
671 PROVE = @PROVE@
672684 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
673685 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
674686 RANLIB = @RANLIB@
779791 STRIP = @STRIP@
780792 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
781793 TERMLIBS = @TERMLIBS@
782 TEX = @TEX@
783794 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
784795 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
785796 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
913924 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
914925 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
915926 $(am__aclocal_m4_deps):
916 tags: TAGS
917 TAGS:
918
919 ctags: CTAGS
920 CTAGS:
927 tags TAGS:
928
929 ctags CTAGS:
921930
922931 cscope cscopelist:
923932
10571066
10581067 .MAKE: all check install install-am install-strip
10591068
1060 .PHONY: all all-am check check-am clean clean-generic distclean \
1061 distclean-generic distdir dvi dvi-am html html-am info info-am \
1062 install install-am install-data install-data-am install-dvi \
1063 install-dvi-am install-exec install-exec-am install-html \
1064 install-html-am install-info install-info-am install-man \
1065 install-pdf install-pdf-am install-ps install-ps-am \
1066 install-strip installcheck installcheck-am installdirs \
1067 maintainer-clean maintainer-clean-generic mostlyclean \
1068 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
1069 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1070 ctags-am distclean distclean-generic distdir dvi dvi-am html \
1071 html-am info info-am install install-am install-data \
1072 install-data-am install-dvi install-dvi-am install-exec \
1073 install-exec-am install-html install-html-am install-info \
1074 install-info-am install-man install-pdf install-pdf-am \
1075 install-ps install-ps-am install-strip installcheck \
1076 installcheck-am installdirs maintainer-clean \
1077 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1078 pdf-am ps ps-am tags-am uninstall uninstall-am
10691079
10701080
10711081 @BUILD_PERL_API_TEXI_TRUE@tp_api.texi: $(tp_api_dependencies)
00 @set UPDATED 17 April 2012
11 @set UPDATED-MONTH April 2012
2 @set EDITION 4.13.92
3 @set VERSION 4.13.92
2 @set EDITION 4.13.93
3 @set VERSION 4.13.93
0 @set UPDATED 17 December 2012
1 @set UPDATED-MONTH December 2012
2 @set EDITION 4.13.92
3 @set VERSION 4.13.92
0 @set UPDATED 1 January 2013
1 @set UPDATED-MONTH January 2013
2 @set EDITION 4.13.93
3 @set VERSION 4.13.93
00 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
11 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
33 #
44 # This file is free software; you can redistribute it and/or modify
55 # it under the terms of the GNU General Public License as published by
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
1313
1414 @SET_MAKE@
1515
16 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
16 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
1717 #
1818 # This file is free software; you can redistribute it and/or modify
1919 # it under the terms of the GNU General Public License as published by
7575 host_triplet = @host@
7676 @LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@am__append_1 = uniwidth/width.c
7777 subdir = gnulib/lib
78 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
79 $(srcdir)/Makefile.in $(top_srcdir)/build-aux/depcomp
78 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
79 $(top_srcdir)/build-aux/depcomp $(noinst_HEADERS)
8080 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8181 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
8282 $(top_srcdir)/gnulib/m4/alloca.m4 \
177177 CONFIG_CLEAN_FILES =
178178 CONFIG_CLEAN_VPATH_FILES =
179179 LIBRARIES = $(noinst_LIBRARIES)
180 AM_V_AR = $(am__v_AR_@AM_V@)
181 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
182 am__v_AR_0 = @echo " AR " $@;
183 am__v_AR_1 =
180184 libgnu_a_AR = $(AR) $(ARFLAGS)
181185 am__DEPENDENCIES_1 =
182186 am__libgnu_a_SOURCES_DIST = exitfail.c gettext.h localcharset.h \
196200 xmalloc.$(OBJEXT) xalloc-die.$(OBJEXT)
197201 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
198202 LTLIBRARIES = $(noinst_LTLIBRARIES)
203 AM_V_P = $(am__v_P_@AM_V@)
204 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
205 am__v_P_0 = false
206 am__v_P_1 = :
207 AM_V_GEN = $(am__v_GEN_@AM_V@)
208 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
209 am__v_GEN_0 = @echo " GEN " $@;
210 am__v_GEN_1 =
211 AM_V_at = $(am__v_at_@AM_V@)
212 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
213 am__v_at_0 = @
214 am__v_at_1 =
199215 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
200216 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
201217 am__depfiles_maybe = depfiles
202218 am__mv = mv -f
203219 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
204220 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
221 AM_V_CC = $(am__v_CC_@AM_V@)
222 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
223 am__v_CC_0 = @echo " CC " $@;
224 am__v_CC_1 =
205225 CCLD = $(CC)
206226 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
227 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
228 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
229 am__v_CCLD_0 = @echo " CCLD " $@;
230 am__v_CCLD_1 =
207231 SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
208232 DIST_SOURCES = $(am__libgnu_a_SOURCES_DIST) $(EXTRA_libgnu_a_SOURCES)
209 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
210 html-recursive info-recursive install-data-recursive \
211 install-dvi-recursive install-exec-recursive \
212 install-html-recursive install-info-recursive \
213 install-pdf-recursive install-ps-recursive install-recursive \
214 installcheck-recursive installdirs-recursive pdf-recursive \
215 ps-recursive uninstall-recursive
233 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
234 ctags-recursive dvi-recursive html-recursive info-recursive \
235 install-data-recursive install-dvi-recursive \
236 install-exec-recursive install-html-recursive \
237 install-info-recursive install-pdf-recursive \
238 install-ps-recursive install-recursive installcheck-recursive \
239 installdirs-recursive pdf-recursive ps-recursive \
240 tags-recursive uninstall-recursive
216241 am__can_run_installinfo = \
217242 case $$AM_UPDATE_INFO_DIR in \
218243 n|no|NO) false;; \
221246 HEADERS = $(noinst_HEADERS)
222247 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
223248 distclean-recursive maintainer-clean-recursive
224 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
225 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
249 am__recursive_targets = \
250 $(RECURSIVE_TARGETS) \
251 $(RECURSIVE_CLEAN_TARGETS) \
252 $(am__extra_recursive_targets)
253 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
226254 distdir
255 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
256 # Read a list of newline-separated strings from the standard input,
257 # and print each of them once, without duplicates. Input order is
258 # *not* preserved.
259 am__uniquify_input = $(AWK) '\
260 BEGIN { nonempty = 0; } \
261 { items[$$0] = 1; nonempty = 1; } \
262 END { if (nonempty) { for (i in items) print i; }; } \
263 '
264 # Make sure the list of sources is unique. This is necessary because,
265 # e.g., the same source file might be shared among _SOURCES variables
266 # for different programs/libraries.
267 am__define_uniq_tagged_files = \
268 list='$(am__tagged_files)'; \
269 unique=`for i in $$list; do \
270 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
271 done | $(am__uniquify_input)`
227272 ETAGS = etags
228273 CTAGS = ctags
229274 DIST_SUBDIRS = $(SUBDIRS)
258303 ALLOCA = @ALLOCA@
259304 ALLOCA_H = @ALLOCA_H@
260305 AMTAR = @AMTAR@
306 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261307 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
262308 AR = @AR@
263309 ARFLAGS = @ARFLAGS@
668714 HAVE__BOOL = @HAVE__BOOL@
669715 HAVE__EXIT = @HAVE__EXIT@
670716 HELP2MAN = @HELP2MAN@
671 HEVEA = @HEVEA@
672717 INCLUDE_NEXT = @INCLUDE_NEXT@
673718 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
674719 INSTALL = @INSTALL@
748793 POSUB = @POSUB@
749794 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
750795 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
751 PROVE = @PROVE@
752796 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
753797 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
754798 RANLIB = @RANLIB@
859903 STRIP = @STRIP@
860904 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
861905 TERMLIBS = @TERMLIBS@
862 TEX = @TEX@
863906 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
864907 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
865908 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
10781121 uniwidth/width.$(OBJEXT): uniwidth/$(am__dirstamp) \
10791122 uniwidth/$(DEPDIR)/$(am__dirstamp)
10801123 libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) $(EXTRA_libgnu_a_DEPENDENCIES)
1081 -rm -f libgnu.a
1082 $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
1083 $(RANLIB) libgnu.a
1124 $(AM_V_at)-rm -f libgnu.a
1125 $(AM_V_AR)$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
1126 $(AM_V_at)$(RANLIB) libgnu.a
10841127
10851128 clean-noinstLTLIBRARIES:
10861129 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
11551198 @AMDEP_TRUE@@am__include@ @am__quote@uniwidth/$(DEPDIR)/width.Po@am__quote@
11561199
11571200 .c.o:
1158 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1201 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
11591202 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
11601203 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1161 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1204 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
11621205 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1163 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
1206 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
11641207
11651208 .c.obj:
1166 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1209 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
11671210 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
11681211 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1169 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1212 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
11701213 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1171 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1214 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
11721215
11731216 # This directory's subdirectories are mostly independent; you can cd
11741217 # into them and run 'make' without going through this Makefile.
11761219 # (1) if the variable is set in 'config.status', edit 'config.status'
11771220 # (which will cause the Makefiles to be regenerated when you run 'make');
11781221 # (2) otherwise, pass the desired values on the 'make' command line.
1179 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
1222 $(am__recursive_targets):
11801223 @fail= failcom='exit 1'; \
11811224 for f in x $$MAKEFLAGS; do \
11821225 case $$f in \
12041247 if test "$$dot_seen" = "no"; then \
12051248 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
12061249 fi; test -z "$$fail"
1207 tags-recursive:
1208 list='$(SUBDIRS)'; for subdir in $$list; do \
1209 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1210 done
1211 ctags-recursive:
1212 list='$(SUBDIRS)'; for subdir in $$list; do \
1213 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1214 done
1215 cscopelist-recursive:
1216 list='$(SUBDIRS)'; for subdir in $$list; do \
1217 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
1218 done
1219
1220 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1221 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1222 unique=`for i in $$list; do \
1223 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1224 done | \
1225 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1226 END { if (nonempty) { for (i in files) print i; }; }'`; \
1227 mkid -fID $$unique
1228 tags: TAGS
1229
1230 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1231 $(TAGS_FILES) $(LISP)
1250
1251 ID: $(am__tagged_files)
1252 $(am__define_uniq_tagged_files); mkid -fID $$unique
1253 tags: tags-recursive
1254 TAGS: tags
1255
1256 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
12321257 set x; \
12331258 here=`pwd`; \
12341259 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
12441269 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
12451270 fi; \
12461271 done; \
1247 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1248 unique=`for i in $$list; do \
1249 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1250 done | \
1251 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1252 END { if (nonempty) { for (i in files) print i; }; }'`; \
1272 $(am__define_uniq_tagged_files); \
12531273 shift; \
12541274 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
12551275 test -n "$$unique" || unique=$$empty_fix; \
12611281 $$unique; \
12621282 fi; \
12631283 fi
1264 ctags: CTAGS
1265 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1266 $(TAGS_FILES) $(LISP)
1267 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1268 unique=`for i in $$list; do \
1269 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1270 done | \
1271 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1272 END { if (nonempty) { for (i in files) print i; }; }'`; \
1284 ctags: ctags-recursive
1285
1286 CTAGS: ctags
1287 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1288 $(am__define_uniq_tagged_files); \
12731289 test -z "$(CTAGS_ARGS)$$unique" \
12741290 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
12751291 $$unique
12781294 here=`$(am__cd) $(top_builddir) && pwd` \
12791295 && $(am__cd) $(top_srcdir) \
12801296 && gtags -i $(GTAGS_ARGS) "$$here"
1281
1282 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1283 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1297 cscopelist: cscopelist-recursive
1298
1299 cscopelist-am: $(am__tagged_files)
1300 list='$(am__tagged_files)'; \
12841301 case "$(srcdir)" in \
12851302 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
12861303 *) sdir=$(subdir)/$(srcdir) ;; \
14661483
14671484 uninstall-am: uninstall-local
14681485
1469 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1470 cscopelist-recursive ctags-recursive install install-am \
1471 install-strip tags-recursive
1472
1473 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1474 all all-am all-local check check-am clean clean-generic \
1475 clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist \
1476 cscopelist-recursive ctags ctags-recursive distclean \
1486 .MAKE: $(am__recursive_targets) all check install install-am \
1487 install-strip
1488
1489 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1490 check check-am clean clean-generic clean-noinstLIBRARIES \
1491 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
14771492 distclean-compile distclean-generic distclean-tags distdir dvi \
14781493 dvi-am html html-am info info-am install install-am \
14791494 install-data install-data-am install-dvi install-dvi-am \
14831498 install-strip installcheck installcheck-am installdirs \
14841499 installdirs-am maintainer-clean maintainer-clean-generic \
14851500 mostlyclean mostlyclean-compile mostlyclean-generic \
1486 mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \
1487 uninstall uninstall-am uninstall-local
1501 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
1502 uninstall-am uninstall-local
14881503
14891504
14901505 # We need the following in order to create <alloca.h> when the system
00 /* Memory allocation on the stack.
11
2 Copyright (C) 1995, 1999, 2001-2004, 2006-2012 Free Software Foundation,
2 Copyright (C) 1995, 1999, 2001-2004, 2006-2013 Free Software Foundation,
33 Inc.
44
55 This program is free software; you can redistribute it and/or modify it
00 /* Functions for dealing with '\0' separated arg vectors.
1 Copyright (C) 1995-1998, 2000-2002, 2006, 2008-2012 Free Software
1 Copyright (C) 1995-1998, 2000-2002, 2006, 2008-2013 Free Software
22 Foundation, Inc.
33 This file is part of the GNU C Library.
44
00 /* Routines for dealing with '\0' separated arg vectors.
1 Copyright (C) 1995-2000, 2004, 2007, 2009-2012 Free Software Foundation,
1 Copyright (C) 1995-2000, 2004, 2007, 2009-2013 Free Software Foundation,
22 Inc.
33 This file is part of the GNU C Library.
44
00 /* Convert unibyte character to wide character.
1 Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
1 Copyright (C) 2008, 2010-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2008.
33
44 This program is free software: you can redistribute it and/or modify
00 #! /bin/sh
11 # Output a system dependent table of character encoding aliases.
22 #
3 # Copyright (C) 2000-2004, 2006-2012 Free Software Foundation, Inc.
3 # Copyright (C) 2000-2004, 2006-2013 Free Software Foundation, Inc.
44 #
55 # This program is free software; you can redistribute it and/or modify
66 # it under the terms of the GNU General Public License as published by
00 /* File names on MS-DOS/Windows systems.
11
2 Copyright (C) 2000-2001, 2004-2006, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2000-2001, 2004-2006, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* A POSIX-like <errno.h>.
11
2 Copyright (C) 2008-2012 Free Software Foundation, Inc.
2 Copyright (C) 2008-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Error handler for noninteractive utilities
1 Copyright (C) 1990-1998, 2000-2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 1990-1998, 2000-2007, 2009-2013 Free Software Foundation, Inc.
22 This file is part of the GNU C Library.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Declaration for error-reporting function
1 Copyright (C) 1995-1997, 2003, 2006, 2008-2012 Free Software Foundation,
1 Copyright (C) 1995-1997, 2003, 2006, 2008-2013 Free Software Foundation,
22 Inc.
33 This file is part of the GNU C Library.
44
00 /* Failure exit status
11
2 Copyright (C) 2002-2003, 2005-2007, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2002-2003, 2005-2007, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Failure exit status
11
2 Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Like <fcntl.h>, but with non-working flags defined to 0.
11
2 Copyright (C) 2006-2012 Free Software Foundation, Inc.
2 Copyright (C) 2006-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
11 NOTE: getopt is part of the C library, so if you don't know what
22 "Keep this file name-space clean" means, talk to drepper@gnu.org
33 before changing it!
4 Copyright (C) 1987-1996, 1998-2004, 2006, 2008-2012 Free Software
4 Copyright (C) 1987-1996, 1998-2004, 2006, 2008-2013 Free Software
55 Foundation, Inc.
66 This file is part of the GNU C Library.
77
00 /* Declarations for getopt.
1 Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2012 Free Software
1 Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2013 Free Software
22 Foundation, Inc.
33 This file is part of the GNU C Library.
44
00 /* getopt_long and getopt_long_only entry points for GNU getopt.
1 Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2012 Free Software
1 Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2013 Free Software
22 Foundation, Inc.
33 This file is part of the GNU C Library.
44
00 /* Internal declarations for getopt.
1 Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2004, 2009-2012 Free Software
1 Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2004, 2009-2013 Free Software
22 Foundation, Inc.
33 This file is part of the GNU C Library.
44
00 /* Convenience header for conditional use of GNU <libintl.h>.
1 Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2012 Free Software
1 Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2013 Free Software
22 Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
00 /* Provide gettimeofday for systems that don't have it or for which it's broken.
11
2 Copyright (C) 2001-2003, 2005-2007, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2001-2003, 2005-2007, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* intprops.h -- properties of integer types
11
2 Copyright (C) 2001-2005, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2001-2005, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Test wide character for being blank.
1 Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 Copyright (C) 2008-2013 Free Software Foundation, Inc.
22
33 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Substitute for and wrapper around <langinfo.h>.
1 Copyright (C) 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Determine a canonical name for the current locale's character encoding.
11
2 Copyright (C) 2000-2006, 2008-2012 Free Software Foundation, Inc.
2 Copyright (C) 2000-2006, 2008-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Determine a canonical name for the current locale's character encoding.
1 Copyright (C) 2000-2003, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2000-2003, 2009-2013 Free Software Foundation, Inc.
22 This file is part of the GNU CHARSET Library.
33
44 This program is free software; you can redistribute it and/or modify
00 /* A POSIX <locale.h>.
1 Copyright (C) 2007-2012 Free Software Foundation, Inc.
1 Copyright (C) 2007-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Query locale dependent information for formatting numbers.
1 Copyright (C) 2012 Free Software Foundation, Inc.
1 Copyright (C) 2012-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Work around a bug of lstat on some systems
11
2 Copyright (C) 1997-2006, 2008-2012 Free Software Foundation, Inc.
2 Copyright (C) 1997-2006, 2008-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* malloc() function that is glibc compatible.
11
2 Copyright (C) 1997-1998, 2006-2007, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 1997-1998, 2006-2007, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Safe automatic memory allocation.
1 Copyright (C) 2003, 2006-2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2003, 2006-2007, 2009-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2003.
33
44 This program is free software; you can redistribute it and/or modify
00 /* Safe automatic memory allocation.
1 Copyright (C) 2003-2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2003-2007, 2009-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2003.
33
44 This program is free software; you can redistribute it and/or modify
0 /* Copyright (C) 2001, 2006, 2009-2012 Free Software Foundation, Inc.
0 /* Copyright (C) 2001, 2006, 2009-2013 Free Software Foundation, Inc.
11
22 This program is free software: you can redistribute it and/or modify
33 it under the terms of the GNU General Public License as published by
00 /* Multibyte character data type.
1 Copyright (C) 2001, 2005-2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2001, 2005-2007, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Iterating through multibyte strings: macros for multi-byte encodings.
1 Copyright (C) 2001, 2005, 2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2001, 2005, 2007, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Convert multibyte character to wide character.
1 Copyright (C) 1999-2002, 2005-2012 Free Software Foundation, Inc.
1 Copyright (C) 1999-2002, 2005-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2008.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Case-insensitive string comparison function.
1 Copyright (C) 1998-1999, 2005-2012 Free Software Foundation, Inc.
1 Copyright (C) 1998-1999, 2005-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2005,
33 based on earlier glibc code.
44
00 /* Searching a string for a character.
1 Copyright (C) 2007-2012 Free Software Foundation, Inc.
1 Copyright (C) 2007-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2007.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Test for initial conversion state.
1 Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 Copyright (C) 2008-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2008.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Counting the multibyte characters in a string.
1 Copyright (C) 2007-2012 Free Software Foundation, Inc.
1 Copyright (C) 2007-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2007.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Case-insensitive string comparison function.
1 Copyright (C) 1998-1999, 2005-2012 Free Software Foundation, Inc.
1 Copyright (C) 1998-1999, 2005-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2005,
33 based on earlier glibc code.
44
00 /* Searching in a string.
1 Copyright (C) 2005-2012 Free Software Foundation, Inc.
1 Copyright (C) 2005-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2005.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Determine the number of screen columns needed for a string.
1 Copyright (C) 2000-2012 Free Software Foundation, Inc.
1 Copyright (C) 2000-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Determine the number of screen columns needed for a string.
1 Copyright (C) 2000-2004, 2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2000-2004, 2007, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Convert multibyte character to wide character.
1 Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 Copyright (C) 2011-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2011.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Convert multibyte character to wide character.
1 Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 Copyright (C) 2011-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2011.
33
44 This program is free software: you can redistribute it and/or modify
00 /* Iterating through multibyte strings: macros for multi-byte encodings.
1 Copyright (C) 2001, 2005, 2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2001, 2005, 2007, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
0 /* Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2012
0 /* Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2013
11 Free Software Foundation, Inc.
22
33 Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
0 /* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2012 Free Software
0 /* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2013 Free Software
11 Foundation, Inc.
22 This file is part of the GNU C Library.
33
00 /* Copy memory area and return pointer after last written byte.
1 Copyright (C) 2003, 2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2003, 2007, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
0 /* Copyright (C) 1998-1999, 2001, 2005-2007, 2009-2012 Free Software
0 /* Copyright (C) 1998-1999, 2001, 2005-2007, 2009-2013 Free Software
11 Foundation, Inc.
22 This file is derived from the one in the GNU C Library.
33
00 /* Invalid parameter handler for MSVC runtime libraries.
1 Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 Copyright (C) 2011-2013 Free Software Foundation, Inc.
22
33 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Invalid parameter handler for MSVC runtime libraries.
1 Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 Copyright (C) 2011-2013 Free Software Foundation, Inc.
22
33 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Wrappers that don't throw invalid parameter notifications
11 with MSVC runtime libraries.
2 Copyright (C) 2011-2012 Free Software Foundation, Inc.
2 Copyright (C) 2011-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Wrappers that don't throw invalid parameter notifications
11 with MSVC runtime libraries.
2 Copyright (C) 2011-2012 Free Software Foundation, Inc.
2 Copyright (C) 2011-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* nl_langinfo() replacement: query locale dependent information.
11
2 Copyright (C) 2007-2012 Free Software Foundation, Inc.
2 Copyright (C) 2007-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Define PATH_MAX somehow. Requires sys/types.h.
1 Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009-2012 Free Software
1 Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009-2013 Free Software
22 Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
00 # Add this package to a list of references stored in a text file.
11 #
2 # Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2000, 2009-2013 Free Software Foundation, Inc.
33 #
44 # This program is free software; you can redistribute it and/or modify
55 # it under the terms of the GNU General Public License as published by
00 # Remove this package from a list of references stored in a text file.
11 #
2 # Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2000, 2009-2013 Free Software Foundation, Inc.
33 #
44 # This program is free software; you can redistribute it and/or modify
55 # it under the terms of the GNU General Public License as published by
00 /* Extended regular expression matching and search library.
1 Copyright (C) 2002-2012 Free Software Foundation, Inc.
1 Copyright (C) 2002-2013 Free Software Foundation, Inc.
22 This file is part of the GNU C Library.
33 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
44
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3, or (at your option)
8 any later version.
9
10 This program is distributed in the hope that it will be useful,
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 3 of the License, or (at your option) any later version.
9
10 The GNU C Library is distributed in the hope that it will be useful,
1111 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License along
16 with this program; if not, see <http://www.gnu.org/licenses/>. */
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public
16 License along with the GNU C Library; if not, see
17 <http://www.gnu.org/licenses/>. */
1718
1819 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
1920 size_t length, reg_syntax_t syntax);
951952 internal_function
952953 init_word_char (re_dfa_t *dfa)
953954 {
954 dfa->word_ops_used = 1;
955955 int i = 0;
956956 int j;
957957 int ch = 0;
958 dfa->word_ops_used = 1;
958959 if (BE (dfa->map_notascii == 0, 1))
959960 {
960961 bitset_word_t bits0 = 0x00000000;
27102711 wchar_t wc;
27112712 wint_t start_wc;
27122713 wint_t end_wc;
2713 wchar_t cmp_buf[6] = {L'\0', L'\0', L'\0', L'\0', L'\0', L'\0'};
27142714
27152715 start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch
27162716 : ((start_elem->type == COLL_SYM) ? start_elem->opr.name[0]
27242724 ? __btowc (end_ch) : end_elem->opr.wch);
27252725 if (start_wc == WEOF || end_wc == WEOF)
27262726 return REG_ECOLLATE;
2727 cmp_buf[0] = start_wc;
2728 cmp_buf[4] = end_wc;
2729
2730 if (BE ((syntax & RE_NO_EMPTY_RANGES)
2731 && wcscoll (cmp_buf, cmp_buf + 4) > 0, 0))
2727 else if (BE ((syntax & RE_NO_EMPTY_RANGES) && start_wc > end_wc, 0))
27322728 return REG_ERANGE;
27332729
27342730 /* Got valid collation sequence values, add them as a new entry.
27692765 /* Build the table for single byte characters. */
27702766 for (wc = 0; wc < SBC_MAX; ++wc)
27712767 {
2772 cmp_buf[2] = wc;
2773 if (wcscoll (cmp_buf, cmp_buf + 2) <= 0
2774 && wcscoll (cmp_buf + 2, cmp_buf + 4) <= 0)
2768 if (start_wc <= wc && wc <= end_wc)
27752769 bitset_set (sbcset, wc);
27762770 }
27772771 }
29682962 0))
29692963 return REG_ERANGE;
29702964
2965 /* FIXME: Implement rational ranges here, too. */
29712966 start_collseq = lookup_collation_sequence_value (start_elem);
29722967 end_collseq = lookup_collation_sequence_value (end_elem);
29732968 /* Check start/end collation sequence values. */
00 /* Extended regular expression matching and search library.
1 Copyright (C) 2002-2003, 2005-2006, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2002-2013 Free Software Foundation, Inc.
22 This file is part of the GNU C Library.
33 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
44
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3, or (at your option)
8 any later version.
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 3 of the License, or (at your option) any later version.
99
10 This program is distributed in the hope that it will be useful,
10 The GNU C Library is distributed in the hope that it will be useful,
1111 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
1414
15 You should have received a copy of the GNU General Public License along
16 with this program; if not, see <http://www.gnu.org/licenses/>. */
15 You should have received a copy of the GNU General Public
16 License along with the GNU C Library; if not, see
17 <http://www.gnu.org/licenses/>. */
1718
1819 #ifndef _LIBC
1920 # include <config.h>
00 /* Definitions for data structures and routines for the regular
11 expression library.
2 Copyright (C) 1985, 1989-1993, 1995-1998, 2000-2003, 2005-2012
3 Free Software Foundation, Inc.
2 Copyright (C) 1985, 1989-1993, 1995-1998, 2000-2003, 2005-2013 Free Software
3 Foundation, Inc.
44 This file is part of the GNU C Library.
55
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3, or (at your option)
9 any later version.
10
11 This program is distributed in the hope that it will be useful,
6 The GNU C Library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public
8 License as published by the Free Software Foundation; either
9 version 3 of the License, or (at your option) any later version.
10
11 The GNU C Library is distributed in the hope that it will be useful,
1212 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License along
17 with this program; if not, see <http://www.gnu.org/licenses/>. */
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public
17 License along with the GNU C Library; if not, see
18 <http://www.gnu.org/licenses/>. */
1819
1920 #ifndef _REGEX_H
2021 #define _REGEX_H 1
00 /* Extended regular expression matching and search library.
1 Copyright (C) 2002-2012 Free Software Foundation, Inc.
1 Copyright (C) 2002-2013 Free Software Foundation, Inc.
22 This file is part of the GNU C Library.
33 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
44
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3, or (at your option)
8 any later version.
9
10 This program is distributed in the hope that it will be useful,
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 3 of the License, or (at your option) any later version.
9
10 The GNU C Library is distributed in the hope that it will be useful,
1111 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License along
16 with this program; if not, see <http://www.gnu.org/licenses/>. */
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public
16 License along with the GNU C Library; if not, see
17 <http://www.gnu.org/licenses/>. */
1718
1819 static void re_string_construct_common (const char *str, Idx len,
1920 re_string_t *pstr,
972973 set->alloc = size;
973974 set->nelem = 0;
974975 set->elems = re_malloc (Idx, size);
975 if (BE (set->elems == NULL, 0))
976 if (BE (set->elems == NULL, 0) && (MALLOC_0_IS_NONNULL || size != 0))
976977 return REG_ESPACE;
977978 return REG_NOERROR;
978979 }
14411442 dfa->nodes[dfa->nodes_len] = token;
14421443 dfa->nodes[dfa->nodes_len].constraint = 0;
14431444 #ifdef RE_ENABLE_I18N
1444 {
1445 int type = token.type;
14461445 dfa->nodes[dfa->nodes_len].accept_mb =
1447 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET;
1448 }
1446 ((token.type == OP_PERIOD && dfa->mb_cur_max > 1)
1447 || token.type == COMPLEX_BRACKET);
14491448 #endif
14501449 dfa->nexts[dfa->nodes_len] = REG_MISSING;
14511450 re_node_set_init_empty (dfa->edests + dfa->nodes_len);
00 /* Extended regular expression matching and search library.
1 Copyright (C) 2002-2012 Free Software Foundation, Inc.
1 Copyright (C) 2002-2013 Free Software Foundation, Inc.
22 This file is part of the GNU C Library.
33 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
44
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3, or (at your option)
8 any later version.
9
10 This program is distributed in the hope that it will be useful,
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 3 of the License, or (at your option) any later version.
9
10 The GNU C Library is distributed in the hope that it will be useful,
1111 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License along
16 with this program; if not, see <http://www.gnu.org/licenses/>. */
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public
16 License along with the GNU C Library; if not, see
17 <http://www.gnu.org/licenses/>. */
1718
1819 #ifndef _REGEX_INTERNAL_H
1920 #define _REGEX_INTERNAL_H 1
2526 #include <string.h>
2627
2728 #include <langinfo.h>
28 #ifndef _LIBC
29 # include "localcharset.h"
30 #endif
3129 #include <locale.h>
3230 #include <wchar.h>
3331 #include <wctype.h>
3634 #if defined _LIBC
3735 # include <bits/libc-lock.h>
3836 #else
39 # define __libc_lock_define(CLASS,NAME)
4037 # define __libc_lock_init(NAME) do { } while (0)
4138 # define __libc_lock_lock(NAME) do { } while (0)
4239 # define __libc_lock_unlock(NAME) do { } while (0)
6259 # ifdef _LIBC
6360 # undef gettext
6461 # define gettext(msgid) \
65 INTUSE(__dcgettext) (_libc_intl_domainname, msgid, LC_MESSAGES)
62 __dcgettext (_libc_intl_domainname, msgid, LC_MESSAGES)
6663 # endif
6764 #else
6865 # define gettext(msgid) (msgid)
9895
9996 /* Rename to standard API for using out of glibc. */
10097 #ifndef _LIBC
98 # undef __wctype
99 # undef __iswctype
101100 # define __wctype wctype
102101 # define __iswctype iswctype
103102 # define __btowc btowc
462461 # endif
463462 #endif
464463
464 #ifdef _LIBC
465 # define MALLOC_0_IS_NONNULL 1
466 #elif !defined MALLOC_0_IS_NONNULL
467 # define MALLOC_0_IS_NONNULL 0
468 #endif
469
465470 #ifndef MAX
466471 # define MAX(a,b) ((a) < (b) ? (b) : (a))
467472 #endif
692697 #ifdef DEBUG
693698 char* re_str;
694699 #endif
700 #ifdef _LIBC
695701 __libc_lock_define (, lock)
702 #endif
696703 };
697704
698705 #define re_node_set_init_empty(set) memset (set, '\0', sizeof (re_node_set))
00 /* Extended regular expression matching and search library.
1 Copyright (C) 2002-2012 Free Software Foundation, Inc.
1 Copyright (C) 2002-2013 Free Software Foundation, Inc.
22 This file is part of the GNU C Library.
33 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
44
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3, or (at your option)
8 any later version.
9
10 This program is distributed in the hope that it will be useful,
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 3 of the License, or (at your option) any later version.
9
10 The GNU C Library is distributed in the hope that it will be useful,
1111 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License along
16 with this program; if not, see <http://www.gnu.org/licenses/>. */
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public
16 License along with the GNU C Library; if not, see
17 <http://www.gnu.org/licenses/>. */
1718
1819 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
1920 Idx n) internal_function;
39343935 in_collseq = find_collation_sequence_value (pin, elem_len);
39353936 }
39363937 /* match with range expression? */
3938 /* FIXME: Implement rational ranges here, too. */
39373939 for (i = 0; i < cset->nranges; ++i)
39383940 if (cset->range_starts[i] <= in_collseq
39393941 && in_collseq <= cset->range_ends[i])
39853987 # endif /* _LIBC */
39863988 {
39873989 /* match with range expression? */
3988 #if __GNUC__ >= 2 && ! (__STDC_VERSION__ < 199901L && defined __STRICT_ANSI__)
3989 wchar_t cmp_buf[] = {L'\0', L'\0', wc, L'\0', L'\0', L'\0'};
3990 #else
3991 wchar_t cmp_buf[] = {L'\0', L'\0', L'\0', L'\0', L'\0', L'\0'};
3992 cmp_buf[2] = wc;
3993 #endif
39943990 for (i = 0; i < cset->nranges; ++i)
39953991 {
3996 cmp_buf[0] = cset->range_starts[i];
3997 cmp_buf[4] = cset->range_ends[i];
3998 if (wcscoll (cmp_buf, cmp_buf + 2) <= 0
3999 && wcscoll (cmp_buf + 2, cmp_buf + 4) <= 0)
3992 if (cset->range_starts[i] <= wc && wc <= cset->range_ends[i])
40003993 {
40013994 match_len = char_len;
40023995 goto check_node_accept_bytes_match;
00 /* Work around platform bugs in stat.
1 Copyright (C) 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
0 /* Copyright (C) 2001-2003, 2006-2012 Free Software Foundation, Inc.
0 /* Copyright (C) 2001-2003, 2006-2013 Free Software Foundation, Inc.
11 Written by Bruno Haible <haible@clisp.cons.org>, 2001.
22
33 This program is free software; you can redistribute it and/or modify
00 /* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.
11
2 Copyright (C) 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
0 /* Copyright (C) 2001-2002, 2004-2012 Free Software Foundation, Inc.
0 /* Copyright (C) 2001-2002, 2004-2013 Free Software Foundation, Inc.
11 Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
22 This file is part of gnulib.
33
00 /* A GNU-like <stdlib.h>.
11
2 Copyright (C) 1995, 2001-2004, 2006-2012 Free Software Foundation, Inc.
2 Copyright (C) 1995, 2001-2004, 2006-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* stpcpy.c -- copy a string and return pointer to end of new string
1 Copyright (C) 1992, 1995, 1997-1998, 2006, 2009-2012 Free Software
1 Copyright (C) 1992, 1995, 1997-1998, 2006, 2009-2013 Free Software
22 Foundation, Inc.
33
44 NOTE: The canonical source of this file is maintained with the GNU C Library.
00 /* Substring search in a NUL terminated string of UNIT elements,
11 using the Knuth-Morris-Pratt algorithm.
2 Copyright (C) 2005-2012 Free Software Foundation, Inc.
2 Copyright (C) 2005-2013 Free Software Foundation, Inc.
33 Written by Bruno Haible <bruno@clisp.org>, 2005.
44
55 This program is free software; you can redistribute it and/or modify
00 /* Byte-wise substring search, using the Two-Way algorithm.
1 Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 Copyright (C) 2008-2013 Free Software Foundation, Inc.
22 This file is part of the GNU C Library.
33 Written by Eric Blake <ebb9@byu.net>, 2008.
44
0 /* Copyright (C) 1991, 1996-1998, 2002-2004, 2006-2007, 2009-2012 Free Software
0 /* Copyright (C) 1991, 1996-1998, 2002-2004, 2006-2007, 2009-2013 Free Software
11 Foundation, Inc.
22
33 This file is part of the GNU C Library.
00 /* Optimized string comparison.
1 Copyright (C) 2001-2002, 2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2001-2002, 2007, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify it
44 under the terms of the GNU General Public License as published
00 /* strerror-override.c --- POSIX compatible system error routine
11
2 Copyright (C) 2010-2012 Free Software Foundation, Inc.
2 Copyright (C) 2010-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* strerror-override.h --- POSIX compatible system error routine
11
2 Copyright (C) 2010-2012 Free Software Foundation, Inc.
2 Copyright (C) 2010-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* strerror.c --- POSIX compatible system error routine
11
2 Copyright (C) 2007-2012 Free Software Foundation, Inc.
2 Copyright (C) 2007-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* A GNU-like <string.h>.
11
2 Copyright (C) 1995-1996, 2001-2012 Free Software Foundation, Inc.
2 Copyright (C) 1995-1996, 2001-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* A replacement function, for systems that lack strndup.
11
2 Copyright (C) 1996-1998, 2001-2003, 2005-2007, 2009-2012 Free Software
2 Copyright (C) 1996-1998, 2001-2003, 2005-2007, 2009-2013 Free Software
33 Foundation, Inc.
44
55 This program is free software; you can redistribute it and/or modify it
00 /* Find the length of STRING, but scan at most MAXLEN characters.
1 Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2005-2007, 2009-2013 Free Software Foundation, Inc.
22 Written by Simon Josefsson.
33
44 This program is free software; you can redistribute it and/or modify
00 /* Find the length of STRING + 1, but scan at most MAXLEN bytes.
1 Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2005-2006, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Find the length of STRING + 1, but scan at most MAXLEN bytes.
1 Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2005, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
0 /* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2012 Free Software
0 /* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2013 Free Software
11 Foundation, Inc.
22 This file is part of the GNU C Library.
33
00 /* Provide a more complete sys/stat header file.
1 Copyright (C) 2005-2012 Free Software Foundation, Inc.
1 Copyright (C) 2005-2013 Free Software Foundation, Inc.
22
33 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
147147 # define S_ISMPB(m) 0
148148 # define S_ISMPC(m) 0
149149 # endif
150 #endif
151
152 #ifndef S_ISMPX /* AIX */
153 # define S_ISMPX(m) 0
150154 #endif
151155
152156 #ifndef S_ISNAM /* Xenix */
00 /* Provide a more complete sys/time.h.
11
2 Copyright (C) 2007-2012 Free Software Foundation, Inc.
2 Copyright (C) 2007-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Provide a more complete sys/types.h.
11
2 Copyright (C) 2011-2012 Free Software Foundation, Inc.
2 Copyright (C) 2011-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* tempname.c - generate the name of a temporary file.
11
2 Copyright (C) 1991-2003, 2005-2007, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 1991-2003, 2005-2007, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Create a temporary file or directory.
11
2 Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* A more-standard <time.h>.
11
2 Copyright (C) 2007-2012 Free Software Foundation, Inc.
2 Copyright (C) 2007-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Substitute for and wrapper around <unistd.h>.
1 Copyright (C) 2003-2012 Free Software Foundation, Inc.
1 Copyright (C) 2003-2013 Free Software Foundation, Inc.
22
33 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Elementary types and macros for the GNU UniString library.
1 Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2002, 2005-2006, 2009-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify it
44 under the terms of the GNU General Public License as published
00 /* Test for CJK encoding.
1 Copyright (C) 2001-2002, 2005-2007, 2009-2012 Free Software Foundation, Inc.
1 Copyright (C) 2001-2002, 2005-2007, 2009-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2002.
33
44 This program is free software: you can redistribute it and/or modify it
00 /* Determine display width of Unicode character.
1 Copyright (C) 2001-2002, 2006-2012 Free Software Foundation, Inc.
1 Copyright (C) 2001-2002, 2006-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2002.
33
44 This program is free software: you can redistribute it and/or modify it
00 /* Display width functions.
1 Copyright (C) 2001-2002, 2005, 2007, 2009-2012 Free Software Foundation,
1 Copyright (C) 2001-2002, 2005, 2007, 2009-2013 Free Software Foundation,
22 Inc.
33
44 This program is free software: you can redistribute it and/or modify it
00 /* Compile-time assert-like macros.
11
2 Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
2 Copyright (C) 2005-2006, 2009-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* A substitute for ISO C99 <wchar.h>, for platforms that have issues.
11
2 Copyright (C) 2007-2012 Free Software Foundation, Inc.
2 Copyright (C) 2007-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Convert wide character to multibyte character.
1 Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 Copyright (C) 2008-2013 Free Software Foundation, Inc.
22 Written by Bruno Haible <bruno@clisp.org>, 2008.
33
44 This program is free software: you can redistribute it and/or modify
00 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it.
11
2 Copyright (C) 2006-2012 Free Software Foundation, Inc.
2 Copyright (C) 2006-2013 Free Software Foundation, Inc.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* Determine the number of screen columns needed for a character.
1 Copyright (C) 2006-2007, 2010-2012 Free Software Foundation, Inc.
1 Copyright (C) 2006-2007, 2010-2013 Free Software Foundation, Inc.
22
33 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
00 /* Report a memory allocation failure and exit.
11
2 Copyright (C) 1997-2000, 2002-2004, 2006, 2009-2012 Free Software
2 Copyright (C) 1997-2000, 2002-2004, 2006, 2009-2013 Free Software
33 Foundation, Inc.
44
55 This program is free software: you can redistribute it and/or modify
00 /* xalloc-oversized.h -- memory allocation size checking
11
2 Copyright (C) 1990-2000, 2003-2004, 2006-2012 Free Software Foundation, Inc.
2 Copyright (C) 1990-2000, 2003-2004, 2006-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* xalloc.h -- malloc with out-of-memory checking
11
2 Copyright (C) 1990-2000, 2003-2004, 2006-2012 Free Software Foundation, Inc.
2 Copyright (C) 1990-2000, 2003-2004, 2006-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 /* xmalloc.c -- malloc with out of memory checking
11
2 Copyright (C) 1990-2000, 2002-2006, 2008-2012 Free Software Foundation, Inc.
2 Copyright (C) 1990-2000, 2002-2006, 2008-2013 Free Software Foundation, Inc.
33
44 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
00 # 00gnulib.m4 serial 2
1 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # alloca.m4 serial 14
1 dnl Copyright (C) 2002-2004, 2006-2007, 2009-2012 Free Software Foundation,
1 dnl Copyright (C) 2002-2004, 2006-2007, 2009-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
00 # Portability macros for glibc argz. -*- Autoconf -*-
11 #
2 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
33 # Written by Gary V. Vaughan <gary@gnu.org>
44 #
55 # This file is free software; the Free Software Foundation gives
00 # btowc.m4 serial 10
1 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # codeset.m4 serial 5 (gettext-0.18.2)
1 dnl Copyright (C) 2000-2002, 2006, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2000-2002, 2006, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # configmake.m4 serial 1
1 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2010-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # eealloc.m4 serial 3
1 dnl Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2003, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # errno_h.m4 serial 12
1 dnl Copyright (C) 2004, 2006, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2004, 2006, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 #serial 14
11
2 # Copyright (C) 1996-1998, 2001-2004, 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 1996-1998, 2001-2004, 2009-2013 Free Software Foundation, Inc.
33 #
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
00 # serial 12 -*- Autoconf -*-
11 # Enable extensions on systems that normally disable them.
22
3 # Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc.
3 # Copyright (C) 2003, 2006-2013 Free Software Foundation, Inc.
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
66 # with or without modifications, as long as this notice is preserved.
00 dnl 'extern inline' a la ISO C99.
11
2 dnl Copyright 2012 Free Software Foundation, Inc.
2 dnl Copyright 2012-2013 Free Software Foundation, Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
55 dnl with or without modifications, as long as this notice is preserved.
00 # fcntl-o.m4 serial 4
1 dnl Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # serial 15
11 # Configure fcntl.h.
2 dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
2 dnl Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
55 dnl with or without modifications, as long as this notice is preserved.
00 # getopt.m4 serial 44
1 dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002-2006, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # gettext.m4 serial 66 (gettext-0.18.2)
1 dnl Copyright (C) 1995-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # serial 20
11
2 # Copyright (C) 2001-2003, 2005, 2007, 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2001-2003, 2005, 2007, 2009-2013 Free Software Foundation, Inc.
33 # This file is free software; the Free Software Foundation
44 # gives unlimited permission to copy and/or distribute it,
55 # with or without modifications, as long as this notice is preserved.
00 # glibc21.m4 serial 5
1 dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2012 Free Software Foundation,
1 dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
0 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
0 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
11 #
22 # This file is free software; you can redistribute it and/or modify
33 # it under the terms of the GNU General Public License as published by
00 # gnulib-common.m4 serial 33
1 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2007-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
293293 # for interoperability with automake-1.9.6 from autoconf-2.62.
294294 # Remove this macro when we can assume autoconf >= 2.62 or
295295 # autoconf >= 2.60 && automake >= 1.10.
296 # AC_AUTOCONF_VERSION was introduced in 2.62, so use that as the witness.
297 m4_ifndef([AC_AUTOCONF_VERSION],[
296298 m4_ifdef([AC_PROG_MKDIR_P], [
297299 dnl For automake-1.9.6 && autoconf < 2.62: Ensure MKDIR_P is AC_SUBSTed.
298300 m4_define([AC_PROG_MKDIR_P],
303305 [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
304306 MKDIR_P='$(mkdir_p)'
305307 AC_SUBST([MKDIR_P])])])
308 ])
306309
307310 # AC_C_RESTRICT
308311 # This definition overrides the AC_C_RESTRICT macro from autoconf 2.60..2.61,
309312 # so that mixed use of GNU C and GNU C++ and mixed use of Sun C and Sun C++
310313 # works.
311314 # This definition can be removed once autoconf >= 2.62 can be assumed.
312 m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.62]),[-1],[
315 # AC_AUTOCONF_VERSION was introduced in 2.62, so use that as the witness.
316 m4_ifndef([AC_AUTOCONF_VERSION],[
313317 AC_DEFUN([AC_C_RESTRICT],
314318 [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict],
315319 [ac_cv_c_restrict=no
00 # DO NOT EDIT! GENERATED AUTOMATICALLY!
1 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
1 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
22 #
33 # This file is free software; you can redistribute it and/or modify
44 # it under the terms of the GNU General Public License as published by
00 # iconv.m4 serial 18 (gettext-0.18.2)
1 dnl Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2000-2002, 2007-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # include_next.m4 serial 23
1 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # intlmacosx.m4 serial 5 (gettext-0.18.2)
1 dnl Copyright (C) 2004-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2004-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # iswblank.m4 serial 4
1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2011-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # langinfo_h.m4 serial 7
1 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # Enable large files on systems where this is not the default.
11
2 # Copyright 1992-1996, 1998-2012 Free Software Foundation, Inc.
2 # Copyright 1992-1996, 1998-2013 Free Software Foundation, Inc.
33 # This file is free software; the Free Software Foundation
44 # gives unlimited permission to copy and/or distribute it,
55 # with or without modifications, as long as this notice is preserved.
00 # lib-ld.m4 serial 6
1 dnl Copyright (C) 1996-2003, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 1996-2003, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # lib-link.m4 serial 26 (gettext-0.18.2)
1 dnl Copyright (C) 2001-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2001-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # lib-prefix.m4 serial 7 (gettext-0.18)
1 dnl Copyright (C) 2001-2005, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2001-2005, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # libunistring-base.m4 serial 5
1 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2010-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # localcharset.m4 serial 7
1 dnl Copyright (C) 2002, 2004, 2006, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002, 2004, 2006, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # locale-fr.m4 serial 17
1 dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2003, 2005-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # locale-ja.m4 serial 12
1 dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2003, 2005-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # locale-zh.m4 serial 12
1 dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2003, 2005-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # locale_h.m4 serial 19
1 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # localeconv.m4 serial 1
1 dnl Copyright (C) 2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2012-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # longlong.m4 serial 17
1 dnl Copyright (C) 1999-2007, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 1999-2007, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # serial 26
11
2 # Copyright (C) 1997-2001, 2003-2012 Free Software Foundation, Inc.
2 # Copyright (C) 1997-2001, 2003-2013 Free Software Foundation, Inc.
33 #
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
00 # malloc.m4 serial 14
1 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # malloca.m4 serial 1
1 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2012 Free Software Foundation,
1 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
00 # mbchar.m4 serial 9
1 dnl Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2005-2007, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # mbiter.m4 serial 7
1 dnl Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # mbrtowc.m4 serial 25
1 dnl Copyright (C) 2001-2002, 2004-2005, 2008-2012 Free Software Foundation,
1 dnl Copyright (C) 2001-2002, 2004-2005, 2008-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
00 # mbsinit.m4 serial 8
1 dnl Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2008, 2010-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # mbslen.m4 serial 2
1 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2010-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # mbstate_t.m4 serial 13
1 dnl Copyright (C) 2000-2002, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2000-2002, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # mbswidth.m4 serial 18
1 dnl Copyright (C) 2000-2002, 2004, 2006-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2000-2002, 2004, 2006-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # mbtowc.m4 serial 2
1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2011-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # memchr.m4 serial 12
1 dnl Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # memmem.m4 serial 24
1 dnl Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002-2004, 2007-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # mempcpy.m4 serial 11
1 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2012 Free Software Foundation,
1 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
00 #serial 23
11
2 # Copyright (C) 2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2001, 2003-2007, 2009-2013 Free Software Foundation, Inc.
33 # This file is free software; the Free Software Foundation
44 # gives unlimited permission to copy and/or distribute it,
55 # with or without modifications, as long as this notice is preserved.
00 # mmap-anon.m4 serial 10
1 dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2005, 2007, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # msvc-inval.m4 serial 1
1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2011-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # msvc-nothrow.m4 serial 1
1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2011-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # multiarch.m4 serial 7
1 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # nl_langinfo.m4 serial 5
1 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # nls.m4 serial 5 (gettext-0.18)
1 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2012 Free Software Foundation,
1 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
00 # nocrash.m4 serial 4
1 dnl Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2005, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # off_t.m4 serial 1
1 dnl Copyright (C) 2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2012-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # onceonly.m4 serial 9
1 dnl Copyright (C) 2002-2003, 2005-2006, 2008-2012 Free Software Foundation,
1 dnl Copyright (C) 2002-2003, 2005-2006, 2008-2013 Free Software Foundation,
22 dnl Inc.
33 dnl
44 dnl This file is free software; you can redistribute it and/or modify
00 # pathmax.m4 serial 10
1 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2012 Free Software Foundation,
1 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
0 # po.m4 serial 17b
1 dnl Copyright (C) 1995-2012 Free Software Foundation, Inc.
0 # po.m4 serial 17c
1 dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
2323 [
2424 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
2525 AC_REQUIRE([AC_PROG_INSTALL])dnl
26 AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
26 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
2727 AC_REQUIRE([AM_NLS])dnl
2828
2929 dnl Release version of the gettext macros. This is used to ensure that
00 # progtest.m4 serial 7 (gettext-0.18.2)
1 dnl Copyright (C) 1996-2003, 2005, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 1996-2003, 2005, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # serial 61
11
2 # Copyright (C) 1996-2001, 2003-2012 Free Software Foundation, Inc.
2 # Copyright (C) 1996-2001, 2003-2013 Free Software Foundation, Inc.
33 #
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
219219 AC_REQUIRE([AC_C_INLINE])
220220 AC_REQUIRE([AC_C_RESTRICT])
221221 AC_REQUIRE([AC_TYPE_MBSTATE_T])
222 AC_REQUIRE([gl_EEMALLOC])
222223 AC_CHECK_HEADERS([libintl.h])
223224 AC_CHECK_FUNCS_ONCE([isblank iswctype wcscoll])
224225 AC_CHECK_DECLS([isblank], [], [], [[#include <ctype.h>]])
00 # ssize_t.m4 serial 5 (gettext-0.18.2)
1 dnl Copyright (C) 2001-2003, 2006, 2010-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2001-2003, 2006, 2010-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # serial 11
11
2 # Copyright (C) 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
33 #
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
00 # Check for stdbool.h that conforms to C99.
11
2 dnl Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
2 dnl Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
55 dnl with or without modifications, as long as this notice is preserved.
00 dnl A placeholder for POSIX 2008 <stddef.h>, for platforms that have issues.
11 # stddef_h.m4 serial 4
2 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
2 dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
55 dnl with or without modifications, as long as this notice is preserved.
00 # stdint.m4 serial 43
1 dnl Copyright (C) 2001-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2001-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # stdlib_h.m4 serial 41
1 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2007-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # stpcpy.m4 serial 8
1 dnl Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002, 2007, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # strdup.m4 serial 13
11
2 dnl Copyright (C) 2002-2012 Free Software Foundation, Inc.
2 dnl Copyright (C) 2002-2013 Free Software Foundation, Inc.
33
44 dnl This file is free software; the Free Software Foundation
55 dnl gives unlimited permission to copy and/or distribute it,
00 # strerror.m4 serial 17
1 dnl Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002, 2007-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # Configure a GNU-like replacement for <string.h>.
11
2 # Copyright (C) 2007-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2007-2013 Free Software Foundation, Inc.
33 # This file is free software; the Free Software Foundation
44 # gives unlimited permission to copy and/or distribute it,
55 # with or without modifications, as long as this notice is preserved.
00 # strndup.m4 serial 21
1 dnl Copyright (C) 2002-2003, 2005-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # strnlen.m4 serial 13
1 dnl Copyright (C) 2002-2003, 2005-2007, 2009-2012 Free Software Foundation,
1 dnl Copyright (C) 2002-2003, 2005-2007, 2009-2013 Free Software Foundation,
22 dnl Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
00 # strstr.m4 serial 16
1 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # sys_socket_h.m4 serial 23
1 dnl Copyright (C) 2005-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2005-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # sys_stat_h.m4 serial 28 -*- Autoconf -*-
1 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # Configure a replacement for <sys/time.h>.
11 # serial 8
22
3 # Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
3 # Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
66 # with or without modifications, as long as this notice is preserved.
00 # sys_types_h.m4 serial 4
1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2011-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 #serial 5
11
2 # Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
33 # This file is free software; the Free Software Foundation
44 # gives unlimited permission to copy and/or distribute it,
55 # with or without modifications, as long as this notice is preserved.
00 # Configure a more-standard replacement for <time.h>.
11
2 # Copyright (C) 2000-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.
2 # Copyright (C) 2000-2001, 2003-2007, 2009-2013 Free Software Foundation, Inc.
33
44 # serial 7
55
00 # unistd_h.m4 serial 66
1 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # warn-on-use.m4 serial 5
1 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2010-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
11
2 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
2 dnl Copyright (C) 2007-2013 Free Software Foundation, Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
55 dnl with or without modifications, as long as this notice is preserved.
00 # wchar_t.m4 serial 4 (gettext-0.18.2)
1 dnl Copyright (C) 2002-2003, 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002-2003, 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # wcrtomb.m4 serial 11
1 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2008-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
11
22 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
33
4 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
4 dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
55 dnl This file is free software; the Free Software Foundation
66 dnl gives unlimited permission to copy and/or distribute it,
77 dnl with or without modifications, as long as this notice is preserved.
00 # wcwidth.m4 serial 23
1 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # wint_t.m4 serial 5 (gettext-0.18.2)
1 dnl Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2003, 2007-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
00 # xalloc.m4 serial 18
1 dnl Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
1 dnl Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
22 dnl This file is free software; the Free Software Foundation
33 dnl gives unlimited permission to copy and/or distribute it,
44 dnl with or without modifications, as long as this notice is preserved.
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6464 bin_PROGRAMS = ginfo$(EXEEXT) infokey$(EXEEXT)
6565 noinst_PROGRAMS = makedoc$(EXEEXT)
6666 subdir = info
67 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
68 $(top_srcdir)/build-aux/depcomp
67 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
68 $(top_srcdir)/build-aux/depcomp README
6969 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7070 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
7171 $(top_srcdir)/gnulib/m4/alloca.m4 \
191191 makedoc_LDADD = $(LDADD)
192192 makedoc_DEPENDENCIES = $(top_builddir)/gnulib/lib/libgnu.a \
193193 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
194 AM_V_P = $(am__v_P_@AM_V@)
195 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
196 am__v_P_0 = false
197 am__v_P_1 = :
198 AM_V_GEN = $(am__v_GEN_@AM_V@)
199 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
200 am__v_GEN_0 = @echo " GEN " $@;
201 am__v_GEN_1 =
202 AM_V_at = $(am__v_at_@AM_V@)
203 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
204 am__v_at_0 = @
205 am__v_at_1 =
194206 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
195207 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
196208 am__depfiles_maybe = depfiles
197209 am__mv = mv -f
198210 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
199211 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212 AM_V_CC = $(am__v_CC_@AM_V@)
213 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
214 am__v_CC_0 = @echo " CC " $@;
215 am__v_CC_1 =
200216 CCLD = $(CC)
201217 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
218 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
219 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
220 am__v_CCLD_0 = @echo " CCLD " $@;
221 am__v_CCLD_1 =
202222 SOURCES = $(ginfo_SOURCES) $(nodist_ginfo_SOURCES) $(infokey_SOURCES) \
203223 $(nodist_infokey_SOURCES) $(makedoc_SOURCES)
204224 DIST_SOURCES = $(ginfo_SOURCES) $(infokey_SOURCES) $(makedoc_SOURCES)
207227 n|no|NO) false;; \
208228 *) (install-info --version) >/dev/null 2>&1;; \
209229 esac
230 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
231 # Read a list of newline-separated strings from the standard input,
232 # and print each of them once, without duplicates. Input order is
233 # *not* preserved.
234 am__uniquify_input = $(AWK) '\
235 BEGIN { nonempty = 0; } \
236 { items[$$0] = 1; nonempty = 1; } \
237 END { if (nonempty) { for (i in items) print i; }; } \
238 '
239 # Make sure the list of sources is unique. This is necessary because,
240 # e.g., the same source file might be shared among _SOURCES variables
241 # for different programs/libraries.
242 am__define_uniq_tagged_files = \
243 list='$(am__tagged_files)'; \
244 unique=`for i in $$list; do \
245 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246 done | $(am__uniquify_input)`
210247 ETAGS = etags
211248 CTAGS = ctags
212249 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216253 ALLOCA = @ALLOCA@
217254 ALLOCA_H = @ALLOCA_H@
218255 AMTAR = @AMTAR@
256 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219257 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
220258 AR = @AR@
221259 ARFLAGS = @ARFLAGS@
626664 HAVE__BOOL = @HAVE__BOOL@
627665 HAVE__EXIT = @HAVE__EXIT@
628666 HELP2MAN = @HELP2MAN@
629 HEVEA = @HEVEA@
630667 INCLUDE_NEXT = @INCLUDE_NEXT@
631668 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
632669 INSTALL = @INSTALL@
706743 POSUB = @POSUB@
707744 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
708745 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
709 PROVE = @PROVE@
710746 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
711747 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
712748 RANLIB = @RANLIB@
817853 STRIP = @STRIP@
818854 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
819855 TERMLIBS = @TERMLIBS@
820 TEX = @TEX@
821856 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
822857 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
823858 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
9821017 fi; \
9831018 for p in $$list; do echo "$$p $$p"; done | \
9841019 sed 's/$(EXEEXT)$$//' | \
985 while read p p1; do if test -f $$p; \
986 then echo "$$p"; echo "$$p"; else :; fi; \
1020 while read p p1; do if test -f $$p \
1021 ; then echo "$$p"; echo "$$p"; else :; fi; \
9871022 done | \
988 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1023 sed -e 'p;s,.*/,,;n;h' \
1024 -e 's|.*|.|' \
9891025 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
9901026 sed 'N;N;N;s,\n, ,g' | \
9911027 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
10061042 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
10071043 files=`for p in $$list; do echo "$$p"; done | \
10081044 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1009 -e 's/$$/$(EXEEXT)/' `; \
1045 -e 's/$$/$(EXEEXT)/' \
1046 `; \
10101047 test -n "$$list" || exit 0; \
10111048 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
10121049 cd "$(DESTDIR)$(bindir)" && rm -f $$files
10181055 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
10191056 ginfo$(EXEEXT): $(ginfo_OBJECTS) $(ginfo_DEPENDENCIES) $(EXTRA_ginfo_DEPENDENCIES)
10201057 @rm -f ginfo$(EXEEXT)
1021 $(LINK) $(ginfo_OBJECTS) $(ginfo_LDADD) $(LIBS)
1058 $(AM_V_CCLD)$(LINK) $(ginfo_OBJECTS) $(ginfo_LDADD) $(LIBS)
10221059 infokey$(EXEEXT): $(infokey_OBJECTS) $(infokey_DEPENDENCIES) $(EXTRA_infokey_DEPENDENCIES)
10231060 @rm -f infokey$(EXEEXT)
1024 $(LINK) $(infokey_OBJECTS) $(infokey_LDADD) $(LIBS)
1061 $(AM_V_CCLD)$(LINK) $(infokey_OBJECTS) $(infokey_LDADD) $(LIBS)
10251062 makedoc$(EXEEXT): $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES) $(EXTRA_makedoc_DEPENDENCIES)
10261063 @rm -f makedoc$(EXEEXT)
1027 $(LINK) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS)
1064 $(AM_V_CCLD)$(LINK) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS)
10281065
10291066 mostlyclean-compile:
10301067 -rm -f *.$(OBJEXT)
10621099 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
10631100
10641101 .c.o:
1065 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1066 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1102 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1103 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1104 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
10681105 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1069 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1106 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
10701107
10711108 .c.obj:
1072 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1073 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1074 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1109 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1110 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1111 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
10751112 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1076 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1077
1078 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1079 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1080 unique=`for i in $$list; do \
1081 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1082 done | \
1083 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1084 END { if (nonempty) { for (i in files) print i; }; }'`; \
1085 mkid -fID $$unique
1086 tags: TAGS
1087
1088 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1089 $(TAGS_FILES) $(LISP)
1113 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1114
1115 ID: $(am__tagged_files)
1116 $(am__define_uniq_tagged_files); mkid -fID $$unique
1117 tags: tags-am
1118 TAGS: tags
1119
1120 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
10901121 set x; \
10911122 here=`pwd`; \
1092 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1093 unique=`for i in $$list; do \
1094 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1095 done | \
1096 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1097 END { if (nonempty) { for (i in files) print i; }; }'`; \
1123 $(am__define_uniq_tagged_files); \
10981124 shift; \
10991125 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
11001126 test -n "$$unique" || unique=$$empty_fix; \
11061132 $$unique; \
11071133 fi; \
11081134 fi
1109 ctags: CTAGS
1110 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1111 $(TAGS_FILES) $(LISP)
1112 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1113 unique=`for i in $$list; do \
1114 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1115 done | \
1116 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1117 END { if (nonempty) { for (i in files) print i; }; }'`; \
1135 ctags: ctags-am
1136
1137 CTAGS: ctags
1138 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1139 $(am__define_uniq_tagged_files); \
11181140 test -z "$(CTAGS_ARGS)$$unique" \
11191141 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
11201142 $$unique
11231145 here=`$(am__cd) $(top_builddir) && pwd` \
11241146 && $(am__cd) $(top_srcdir) \
11251147 && gtags -i $(GTAGS_ARGS) "$$here"
1126
1127 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
1128 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1148 cscopelist: cscopelist-am
1149
1150 cscopelist-am: $(am__tagged_files)
1151 list='$(am__tagged_files)'; \
11291152 case "$(srcdir)" in \
11301153 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
11311154 *) sdir=$(subdir)/$(srcdir) ;; \
12841307
12851308 .MAKE: all check install install-am install-strip
12861309
1287 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
1288 clean-generic clean-noinstPROGRAMS cscopelist ctags distclean \
1289 distclean-compile distclean-generic distclean-tags distdir dvi \
1290 dvi-am html html-am info info-am install install-am \
1291 install-binPROGRAMS install-data install-data-am install-dvi \
1292 install-dvi-am install-exec install-exec-am install-html \
1293 install-html-am install-info install-info-am install-man \
1294 install-pdf install-pdf-am install-ps install-ps-am \
1295 install-strip installcheck installcheck-am installdirs \
1296 maintainer-clean maintainer-clean-generic mostlyclean \
1297 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1298 tags uninstall uninstall-am uninstall-binPROGRAMS
1310 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1311 clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
1312 cscopelist-am ctags ctags-am distclean distclean-compile \
1313 distclean-generic distclean-tags distdir dvi dvi-am html \
1314 html-am info info-am install install-am install-binPROGRAMS \
1315 install-data install-data-am install-dvi install-dvi-am \
1316 install-exec install-exec-am install-html install-html-am \
1317 install-info install-info-am install-man install-pdf \
1318 install-pdf-am install-ps install-ps-am install-strip \
1319 installcheck installcheck-am installdirs maintainer-clean \
1320 maintainer-clean-generic mostlyclean mostlyclean-compile \
1321 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1322 uninstall-am uninstall-binPROGRAMS
12991323
13001324
13011325 # We need a linear ordering to prevent race condition in parallel make.
00 /* info.c -- Display nodes of Info files in multiple windows.
1 $Id: info.c,v 1.42 2012/11/16 23:33:28 karl Exp $
1 $Id: info.c,v 1.43 2013/01/01 19:31:57 karl Exp $
22
33 Copyright (C) 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
4 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013
55 Free Software Foundation, Inc.
66
77 This program is free software: you can redistribute it and/or modify
299299 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
300300 This is free software: you are free to change and redistribute it.\n\
301301 There is NO WARRANTY, to the extent permitted by law.\n"),
302 "2012");
302 "2013");
303303 exit (EXIT_SUCCESS);
304304 }
305305
00 /* infokey.c -- compile ~/.infokey to ~/.info.
1 $Id: infokey.c,v 1.25 2012/11/16 23:34:51 karl Exp $
1 $Id: infokey.c,v 1.26 2013/01/01 19:31:57 karl Exp $
22
33 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009,
4 2010, 2011, 2012 Free Software Foundation, Inc.
4 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
55
66 This program is free software: you can redistribute it and/or modify
77 it under the terms of the GNU General Public License as published by
144144 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
145145 This is free software: you are free to change and redistribute it.\n\
146146 There is NO WARRANTY, to the extent permitted by law.\n"),
147 "2012");
147 "2013");
148148 exit (EXIT_SUCCESS);
149149 }
150150
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6262 host_triplet = @host@
6363 bin_PROGRAMS = ginstall-info$(EXEEXT)
6464 subdir = install-info
65 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
66 $(top_srcdir)/build-aux/depcomp
65 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
66 $(top_srcdir)/build-aux/depcomp README
6767 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6868 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
6969 $(top_srcdir)/gnulib/m4/alloca.m4 \
171171 am__DEPENDENCIES_1 =
172172 ginstall_info_DEPENDENCIES = $(top_builddir)/gnulib/lib/libgnu.a \
173173 $(am__DEPENDENCIES_1)
174 AM_V_P = $(am__v_P_@AM_V@)
175 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
176 am__v_P_0 = false
177 am__v_P_1 = :
178 AM_V_GEN = $(am__v_GEN_@AM_V@)
179 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
180 am__v_GEN_0 = @echo " GEN " $@;
181 am__v_GEN_1 =
182 AM_V_at = $(am__v_at_@AM_V@)
183 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
184 am__v_at_0 = @
185 am__v_at_1 =
174186 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
175187 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
176188 am__depfiles_maybe = depfiles
177189 am__mv = mv -f
178190 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
179191 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
192 AM_V_CC = $(am__v_CC_@AM_V@)
193 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
194 am__v_CC_0 = @echo " CC " $@;
195 am__v_CC_1 =
180196 CCLD = $(CC)
181197 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
198 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
199 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
200 am__v_CCLD_0 = @echo " CCLD " $@;
201 am__v_CCLD_1 =
182202 SOURCES = $(ginstall_info_SOURCES)
183203 DIST_SOURCES = $(ginstall_info_SOURCES)
184 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
185 html-recursive info-recursive install-data-recursive \
186 install-dvi-recursive install-exec-recursive \
187 install-html-recursive install-info-recursive \
188 install-pdf-recursive install-ps-recursive install-recursive \
189 installcheck-recursive installdirs-recursive pdf-recursive \
190 ps-recursive uninstall-recursive
204 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
205 ctags-recursive dvi-recursive html-recursive info-recursive \
206 install-data-recursive install-dvi-recursive \
207 install-exec-recursive install-html-recursive \
208 install-info-recursive install-pdf-recursive \
209 install-ps-recursive install-recursive installcheck-recursive \
210 installdirs-recursive pdf-recursive ps-recursive \
211 tags-recursive uninstall-recursive
191212 am__can_run_installinfo = \
192213 case $$AM_UPDATE_INFO_DIR in \
193214 n|no|NO) false;; \
195216 esac
196217 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
197218 distclean-recursive maintainer-clean-recursive
198 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
199 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
219 am__recursive_targets = \
220 $(RECURSIVE_TARGETS) \
221 $(RECURSIVE_CLEAN_TARGETS) \
222 $(am__extra_recursive_targets)
223 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
200224 distdir
225 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
226 # Read a list of newline-separated strings from the standard input,
227 # and print each of them once, without duplicates. Input order is
228 # *not* preserved.
229 am__uniquify_input = $(AWK) '\
230 BEGIN { nonempty = 0; } \
231 { items[$$0] = 1; nonempty = 1; } \
232 END { if (nonempty) { for (i in items) print i; }; } \
233 '
234 # Make sure the list of sources is unique. This is necessary because,
235 # e.g., the same source file might be shared among _SOURCES variables
236 # for different programs/libraries.
237 am__define_uniq_tagged_files = \
238 list='$(am__tagged_files)'; \
239 unique=`for i in $$list; do \
240 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241 done | $(am__uniquify_input)`
201242 ETAGS = etags
202243 CTAGS = ctags
203244 DIST_SUBDIRS = $(SUBDIRS)
236277 ALLOCA = @ALLOCA@
237278 ALLOCA_H = @ALLOCA_H@
238279 AMTAR = @AMTAR@
280 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
239281 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
240282 AR = @AR@
241283 ARFLAGS = @ARFLAGS@
646688 HAVE__BOOL = @HAVE__BOOL@
647689 HAVE__EXIT = @HAVE__EXIT@
648690 HELP2MAN = @HELP2MAN@
649 HEVEA = @HEVEA@
650691 INCLUDE_NEXT = @INCLUDE_NEXT@
651692 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
652693 INSTALL = @INSTALL@
726767 POSUB = @POSUB@
727768 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
728769 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
729 PROVE = @PROVE@
730770 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
731771 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
732772 RANLIB = @RANLIB@
837877 STRIP = @STRIP@
838878 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
839879 TERMLIBS = @TERMLIBS@
840 TEX = @TEX@
841880 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
842881 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
843882 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
9691008 fi; \
9701009 for p in $$list; do echo "$$p $$p"; done | \
9711010 sed 's/$(EXEEXT)$$//' | \
972 while read p p1; do if test -f $$p; \
973 then echo "$$p"; echo "$$p"; else :; fi; \
1011 while read p p1; do if test -f $$p \
1012 ; then echo "$$p"; echo "$$p"; else :; fi; \
9741013 done | \
975 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1014 sed -e 'p;s,.*/,,;n;h' \
1015 -e 's|.*|.|' \
9761016 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
9771017 sed 'N;N;N;s,\n, ,g' | \
9781018 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
9931033 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
9941034 files=`for p in $$list; do echo "$$p"; done | \
9951035 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
996 -e 's/$$/$(EXEEXT)/' `; \
1036 -e 's/$$/$(EXEEXT)/' \
1037 `; \
9971038 test -n "$$list" || exit 0; \
9981039 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
9991040 cd "$(DESTDIR)$(bindir)" && rm -f $$files
10021043 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
10031044 ginstall-info$(EXEEXT): $(ginstall_info_OBJECTS) $(ginstall_info_DEPENDENCIES) $(EXTRA_ginstall_info_DEPENDENCIES)
10041045 @rm -f ginstall-info$(EXEEXT)
1005 $(LINK) $(ginstall_info_OBJECTS) $(ginstall_info_LDADD) $(LIBS)
1046 $(AM_V_CCLD)$(LINK) $(ginstall_info_OBJECTS) $(ginstall_info_LDADD) $(LIBS)
10061047
10071048 mostlyclean-compile:
10081049 -rm -f *.$(OBJEXT)
10131054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/install-info.Po@am__quote@
10141055
10151056 .c.o:
1016 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1017 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1018 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1057 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1058 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1059 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
10191060 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1020 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1061 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
10211062
10221063 .c.obj:
1023 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1024 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1064 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1065 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
10261067 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1027 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1068 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
10281069
10291070 # This directory's subdirectories are mostly independent; you can cd
10301071 # into them and run 'make' without going through this Makefile.
10321073 # (1) if the variable is set in 'config.status', edit 'config.status'
10331074 # (which will cause the Makefiles to be regenerated when you run 'make');
10341075 # (2) otherwise, pass the desired values on the 'make' command line.
1035 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
1076 $(am__recursive_targets):
10361077 @fail= failcom='exit 1'; \
10371078 for f in x $$MAKEFLAGS; do \
10381079 case $$f in \
10601101 if test "$$dot_seen" = "no"; then \
10611102 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
10621103 fi; test -z "$$fail"
1063 tags-recursive:
1064 list='$(SUBDIRS)'; for subdir in $$list; do \
1065 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1066 done
1067 ctags-recursive:
1068 list='$(SUBDIRS)'; for subdir in $$list; do \
1069 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1070 done
1071 cscopelist-recursive:
1072 list='$(SUBDIRS)'; for subdir in $$list; do \
1073 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
1074 done
1075
1076 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1077 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1078 unique=`for i in $$list; do \
1079 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1080 done | \
1081 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1082 END { if (nonempty) { for (i in files) print i; }; }'`; \
1083 mkid -fID $$unique
1084 tags: TAGS
1085
1086 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1087 $(TAGS_FILES) $(LISP)
1104
1105 ID: $(am__tagged_files)
1106 $(am__define_uniq_tagged_files); mkid -fID $$unique
1107 tags: tags-recursive
1108 TAGS: tags
1109
1110 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
10881111 set x; \
10891112 here=`pwd`; \
10901113 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
11001123 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
11011124 fi; \
11021125 done; \
1103 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1104 unique=`for i in $$list; do \
1105 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1106 done | \
1107 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1108 END { if (nonempty) { for (i in files) print i; }; }'`; \
1126 $(am__define_uniq_tagged_files); \
11091127 shift; \
11101128 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
11111129 test -n "$$unique" || unique=$$empty_fix; \
11171135 $$unique; \
11181136 fi; \
11191137 fi
1120 ctags: CTAGS
1121 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1122 $(TAGS_FILES) $(LISP)
1123 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1124 unique=`for i in $$list; do \
1125 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1126 done | \
1127 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1128 END { if (nonempty) { for (i in files) print i; }; }'`; \
1138 ctags: ctags-recursive
1139
1140 CTAGS: ctags
1141 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1142 $(am__define_uniq_tagged_files); \
11291143 test -z "$(CTAGS_ARGS)$$unique" \
11301144 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
11311145 $$unique
11341148 here=`$(am__cd) $(top_builddir) && pwd` \
11351149 && $(am__cd) $(top_srcdir) \
11361150 && gtags -i $(GTAGS_ARGS) "$$here"
1137
1138 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1139 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1151 cscopelist: cscopelist-recursive
1152
1153 cscopelist-am: $(am__tagged_files)
1154 list='$(am__tagged_files)'; \
11401155 case "$(srcdir)" in \
11411156 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
11421157 *) sdir=$(subdir)/$(srcdir) ;; \
13141329
13151330 uninstall-am: uninstall-binPROGRAMS
13161331
1317 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
1318 cscopelist-recursive ctags-recursive install-am install-strip \
1319 tags-recursive
1320
1321 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1322 all all-am check check-am clean clean-binPROGRAMS \
1323 clean-generic cscopelist cscopelist-recursive ctags \
1324 ctags-recursive distclean distclean-compile distclean-generic \
1332 .MAKE: $(am__recursive_targets) install-am install-strip
1333
1334 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1335 check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
1336 ctags ctags-am distclean distclean-compile distclean-generic \
13251337 distclean-tags distdir dvi dvi-am html html-am info info-am \
13261338 install install-am install-binPROGRAMS install-data \
13271339 install-data-am install-dvi install-dvi-am install-exec \
13301342 install-ps install-ps-am install-strip installcheck \
13311343 installcheck-am installdirs installdirs-am maintainer-clean \
13321344 maintainer-clean-generic mostlyclean mostlyclean-compile \
1333 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
1334 uninstall uninstall-am uninstall-binPROGRAMS
1345 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1346 uninstall-am uninstall-binPROGRAMS
13351347
13361348
13371349 # Tell versions [3.59,3.63) of GNU make to not export all variables.
0 /* install-info -- create Info directory entry(ies) for an Info file.
1 $Id: install-info.c,v 1.19 2012/06/11 17:54:27 karl Exp $
0 /* install-info -- merge Info directory entries from an Info file.
1 $Id: install-info.c,v 1.21 2013/01/01 19:31:57 karl Exp $
22
33 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
4 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013
5 Free Software Foundation, Inc.
56
67 This program is free software: you can redistribute it and/or modify
78 it under the terms of the GNU General Public License as published by
178179 int remove_exactly = 0;
179180
180181 /* Nonzero means that sections that don't have entries in them will be
181 deleted. */
182 deleted. */
182183 int remove_empty_sections = 1;
183184
184 /* Nonzero means that new Info entries into the DIR file will go into all
185 /* Nonzero means that new Info entries into the DIR file go into all
185186 sections that match with --section-regex or --section. Zero means
186 that new entries wil go into the first section that matches.*/
187 that new entries go into only the first section that matches. */
187188 int add_entries_into_all_matching_sections = 1;
188189
189 /* Nonzero means we do not replace same-named info entries. */
190 /* Nonzero means we do not replace same-named info entries. */
190191 int keep_old_flag = 0;
191192
192193 /* Nonzero means --test was specified, to inhibit updating the dir file. */
526527 printf (_("Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"), progname);
527528 puts ("");
528529 puts (_("Add or remove entries in INFO-FILE from the Info directory DIR-FILE."));
530 puts (_("INFO-FILE and DIR-FILE are required unless the --info-file or"));
531 puts (_("--dir-file (or --info-dir) options are given, respectively."));
529532 puts ("");
530533
531534 puts (_("\
532535 Options:\n\
536 --add-once add only to first matching section, not all.\n\
537 --align=COL start description of new entries at column COL.\n\
538 --calign=COL format second and subsequent description lines to\n\
539 start at column COL."));
540
541 puts (_("\
533542 --debug report what is being done.\n\
534543 --delete delete existing entries for INFO-FILE from DIR-FILE;\n\
535544 don't insert any new entries.\n\
541550 --dry-run same as --test."));
542551
543552 puts (_("\
544 --entry=TEXT insert TEXT as an Info directory entry.\n\
553 --entry=TEXT insert TEXT as an Info directory entry,\n\
554 overriding any corresponding entry from DIR-FILE.\n\
545555 TEXT is written as an Info menu item line followed\n\
546556 by zero or more extra lines starting with whitespace.\n\
547557 If you specify more than one entry, all are added.\n\
548558 If you don't specify any entries, they are determined\n\
549 from information in the Info file itself.\n\
550 When removing, TEXT specifies the entry to remove.\n\
551 TEXT is only removed as a last resort, if the\n\
552 entry as determined from the Info file is not present,\n\
553 and the basename of the Info file isn't found either."));
559 from information in the Info file itself."));
554560
555561 puts (_("\
556562 --help display this help and exit.\n\
558564 --info-file=FILE specify Info file to install in the directory;\n\
559565 equivalent to using the INFO-FILE argument.\n\
560566 --item=TEXT same as --entry=TEXT.\n\
561 --keep-old do not replace entries, or remove empty sections.\n\
567 --keep-old do not replace entries, or remove empty sections."));
568
569 puts (_("\
570 --maxwidth, --max-width=COL wrap description at column COL.\n\
562571 --menuentry=TEXT same as --name=TEXT.\n\
563572 --name=TEXT the name of the entry is TEXT; used with --description\n\
564573 to become synonymous with the --entry option.\n\
21332142 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
21342143 This is free software: you are free to change and redistribute it.\n\
21352144 There is NO WARRANTY, to the extent permitted by law.\n"),
2136 "2012");
2145 "2013");
21372146 exit (EXIT_SUCCESS);
21382147
21392148 case 'W':
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6262 build_triplet = @build@
6363 host_triplet = @host@
6464 subdir = install-info/tests
65 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
66 $(srcdir)/defs.in $(top_srcdir)/build-aux/test-driver
65 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
66 $(srcdir)/defs.in $(top_srcdir)/build-aux/test-driver README
6767 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6868 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
6969 $(top_srcdir)/gnulib/m4/alloca.m4 \
164164 CONFIG_CLEAN_FILES = defs
165165 CONFIG_CLEAN_VPATH_FILES =
166166 SCRIPTS = $(noinst_SCRIPTS)
167 AM_V_P = $(am__v_P_@AM_V@)
168 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169 am__v_P_0 = false
170 am__v_P_1 = :
171 AM_V_GEN = $(am__v_GEN_@AM_V@)
172 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173 am__v_GEN_0 = @echo " GEN " $@;
174 am__v_GEN_1 =
175 AM_V_at = $(am__v_at_@AM_V@)
176 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177 am__v_at_0 = @
178 am__v_at_1 =
167179 SOURCES =
168180 DIST_SOURCES =
169181 am__can_run_installinfo = \
171183 n|no|NO) false;; \
172184 *) (install-info --version) >/dev/null 2>&1;; \
173185 esac
186 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174187 am__tty_colors_dummy = \
175188 mgn= red= grn= lgn= blu= brg= std=; \
176189 am__color_tests=no
177 am__tty_colors = $(am__tty_colors_dummy)
190 am__tty_colors = { \
191 $(am__tty_colors_dummy); \
192 if test "X$(AM_COLOR_TESTS)" = Xno; then \
193 am__color_tests=no; \
194 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
195 am__color_tests=yes; \
196 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
197 am__color_tests=yes; \
198 fi; \
199 if test $$am__color_tests = yes; then \
200 red=''; \
201 grn=''; \
202 lgn=''; \
203 blu=''; \
204 mgn=''; \
205 brg=''; \
206 std=''; \
207 fi; \
208 }
178209 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
179210 am__vpath_adj = case $$p in \
180211 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
363394 ALLOCA = @ALLOCA@
364395 ALLOCA_H = @ALLOCA_H@
365396 AMTAR = @AMTAR@
397 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
366398 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
367399 AR = @AR@
368400 ARFLAGS = @ARFLAGS@
773805 HAVE__BOOL = @HAVE__BOOL@
774806 HAVE__EXIT = @HAVE__EXIT@
775807 HELP2MAN = @HELP2MAN@
776 HEVEA = @HEVEA@
777808 INCLUDE_NEXT = @INCLUDE_NEXT@
778809 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
779810 INSTALL = @INSTALL@
853884 POSUB = @POSUB@
854885 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
855886 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
856 PROVE = @PROVE@
857887 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
858888 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
859889 RANLIB = @RANLIB@
964994 STRIP = @STRIP@
965995 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
966996 TERMLIBS = @TERMLIBS@
967 TEX = @TEX@
968997 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
969998 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
970999 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
13011330 $(am__aclocal_m4_deps):
13021331 defs: $(top_builddir)/config.status $(srcdir)/defs.in
13031332 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1304 tags: TAGS
1305 TAGS:
1306
1307 ctags: CTAGS
1308 CTAGS:
1333 tags TAGS:
1334
1335 ctags CTAGS:
13091336
13101337 cscope cscopelist:
13111338
19742001 .MAKE: check-am install-am install-strip
19752002
19762003 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
1977 distclean distclean-generic distdir dvi dvi-am html html-am \
1978 info info-am install install-am install-data install-data-am \
1979 install-dvi install-dvi-am install-exec install-exec-am \
1980 install-html install-html-am install-info install-info-am \
1981 install-man install-pdf install-pdf-am install-ps \
1982 install-ps-am install-strip installcheck installcheck-am \
1983 installdirs maintainer-clean maintainer-clean-generic \
1984 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am recheck \
1985 uninstall uninstall-am
2004 cscopelist-am ctags-am distclean distclean-generic distdir dvi \
2005 dvi-am html html-am info info-am install install-am \
2006 install-data install-data-am install-dvi install-dvi-am \
2007 install-exec install-exec-am install-html install-html-am \
2008 install-info install-info-am install-man install-pdf \
2009 install-pdf-am install-ps install-ps-am install-strip \
2010 installcheck installcheck-am installdirs maintainer-clean \
2011 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
2012 pdf-am ps ps-am recheck tags-am uninstall uninstall-am
19862013
19872014
19882015 # Tell versions [3.59,3.63) of GNU make to not export all variables.
0 $Id: README,v 1.1 2008/01/02 01:36:16 karl Exp $
0 $Id: README,v 1.2 2012/12/31 19:02:58 karl Exp $
11 install-info/tests/README
22
3 Copyright (C) 2008 Free Software Foundation, Inc.
3 Copyright 2008, 2012 Free Software Foundation, Inc.
44
55 Copying and distribution of this file, with or without modification,
66 are permitted in any medium without royalty provided the copyright
169169 entries in the DIR file. A warning is issued, but it isn't an error.
170170 0050: Removing an Info file. The Info file is responsible for a single
171171 entry in the gzipped DIR file.
172 0051: Allow periods in menu item name, e.g., config.status.
173 0052: Allow periods in node name also, e.g., "config.status Invocation".
174 0053: Check newline handling in input dir entries.
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6666 # terminal library.
6767 @HAVE_TERMLIBS_TRUE@am__append_1 = info.1 infokey.1
6868 subdir = man
69 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
69 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
7070 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7171 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
7272 $(top_srcdir)/gnulib/m4/alloca.m4 \
166166 CONFIG_HEADER = $(top_builddir)/config.h
167167 CONFIG_CLEAN_FILES =
168168 CONFIG_CLEAN_VPATH_FILES =
169 AM_V_P = $(am__v_P_@AM_V@)
170 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171 am__v_P_0 = false
172 am__v_P_1 = :
173 AM_V_GEN = $(am__v_GEN_@AM_V@)
174 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175 am__v_GEN_0 = @echo " GEN " $@;
176 am__v_GEN_1 =
177 AM_V_at = $(am__v_at_@AM_V@)
178 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179 am__v_at_0 = @
180 am__v_at_1 =
169181 SOURCES =
170182 DIST_SOURCES =
171183 am__can_run_installinfo = \
205217 man5dir = $(mandir)/man5
206218 NROFF = nroff
207219 MANS = $(man_MANS)
220 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
208221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209222 pkglibexecdir = @pkglibexecdir@
210223 ACLOCAL = @ACLOCAL@
211224 ALLOCA = @ALLOCA@
212225 ALLOCA_H = @ALLOCA_H@
213226 AMTAR = @AMTAR@
227 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
214228 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
215229 AR = @AR@
216230 ARFLAGS = @ARFLAGS@
621635 HAVE__BOOL = @HAVE__BOOL@
622636 HAVE__EXIT = @HAVE__EXIT@
623637 HELP2MAN = @HELP2MAN@
624 HEVEA = @HEVEA@
625638 INCLUDE_NEXT = @INCLUDE_NEXT@
626639 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
627640 INSTALL = @INSTALL@
701714 POSUB = @POSUB@
702715 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
703716 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
704 PROVE = @PROVE@
705717 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
706718 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
707719 RANLIB = @RANLIB@
812824 STRIP = @STRIP@
813825 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
814826 TERMLIBS = @TERMLIBS@
815 TEX = @TEX@
816827 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
817828 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
818829 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
10561067 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
10571068 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
10581069 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
1059 tags: TAGS
1060 TAGS:
1061
1062 ctags: CTAGS
1063 CTAGS:
1070 tags TAGS:
1071
1072 ctags CTAGS:
10641073
10651074 cscope cscopelist:
10661075
10671076
10681077 distdir: $(DISTFILES)
1069 @list='$(MANS)'; if test -n "$$list"; then \
1070 list=`for p in $$list; do \
1071 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1072 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1073 if test -n "$$list" && \
1074 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1075 echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
1076 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
1077 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1078 echo " typically 'make maintainer-clean' will remove them" >&2; \
1079 exit 1; \
1080 else :; fi; \
1081 else :; fi
10821078 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10831079 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10841080 list='$(DISTFILES)'; \
12161212
12171213 .MAKE: install-am install-strip
12181214
1219 .PHONY: all all-am check check-am clean clean-generic distclean \
1220 distclean-generic distdir dvi dvi-am html html-am info info-am \
1221 install install-am install-data install-data-am install-dvi \
1222 install-dvi-am install-exec install-exec-am install-html \
1223 install-html-am install-info install-info-am install-man \
1224 install-man1 install-man5 install-pdf install-pdf-am \
1225 install-ps install-ps-am install-strip installcheck \
1226 installcheck-am installdirs maintainer-clean \
1227 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1228 pdf-am ps ps-am uninstall uninstall-am uninstall-man \
1229 uninstall-man1 uninstall-man5
1215 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1216 ctags-am distclean distclean-generic distdir dvi dvi-am html \
1217 html-am info info-am install install-am install-data \
1218 install-data-am install-dvi install-dvi-am install-exec \
1219 install-exec-am install-html install-html-am install-info \
1220 install-info-am install-man install-man1 install-man5 \
1221 install-pdf install-pdf-am install-ps install-ps-am \
1222 install-strip installcheck installcheck-am installdirs \
1223 maintainer-clean maintainer-clean-generic mostlyclean \
1224 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1225 uninstall-am uninstall-man uninstall-man1 uninstall-man5
12301226
12311227
12321228 # for Info, we have an additional help2man file since the standard
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.13.
1 .TH INFO "1" "December 2012" "info 4.13.92" "User Commands"
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH INFO "1" "January 2013" "info 4.13.93" "User Commands"
22 .SH NAME
33 info \- read Info documents
44 .SH SYNOPSIS
8383 info emacs buffers
8484 start at buffers node within emacs manual
8585 .TP
86 info \fB\-\-show\-options\fR emacs
86 info \-\-show\-options emacs
8787 start at node with emacs' command line options
8888 .TP
89 info \fB\-\-subnodes\fR \fB\-o\fR out.txt emacs
89 info \-\-subnodes \-o out.txt emacs
9090 dump entire manual to out.txt
9191 .TP
92 info \fB\-f\fR ./foo.info
92 info \-f ./foo.info
9393 show file ./foo.info, not searching dir
9494 .SH "REPORTING BUGS"
9595 Email bug reports to bug\-texinfo@gnu.org,
9797 .br
9898 Texinfo home page: http://www.gnu.org/software/texinfo/
9999 .SH COPYRIGHT
100 Copyright \(co 2012 Free Software Foundation, Inc.
100 Copyright \(co 2013 Free Software Foundation, Inc.
101101 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
102102 .br
103103 This is free software: you are free to change and redistribute it.
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.13.
1 .TH INFOKEY "1" "December 2012" "infokey 4.13.92" "User Commands"
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH INFOKEY "1" "January 2013" "infokey 4.13.93" "User Commands"
22 .SH NAME
33 infokey \- compile customizations for Info
44 .SH SYNOPSIS
2323 .br
2424 Texinfo home page: http://www.gnu.org/software/texinfo/
2525 .SH COPYRIGHT
26 Copyright \(co 2012 Free Software Foundation, Inc.
26 Copyright \(co 2013 Free Software Foundation, Inc.
2727 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
2828 .br
2929 This is free software: you are free to change and redistribute it.
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.13.
1 .TH INSTALL-INFO "1" "December 2012" "install-info 4.13.92" "User Commands"
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH INSTALL-INFO "1" "January 2013" "install-info 4.13.93" "User Commands"
22 .SH NAME
33 install-info \- update info/dir entries
44 .SH SYNOPSIS
66 [\fIOPTION\fR]... [\fIINFO-FILE \fR[\fIDIR-FILE\fR]]
77 .SH DESCRIPTION
88 Add or remove entries in INFO\-FILE from the Info directory DIR\-FILE.
9 INFO\-FILE and DIR\-FILE are required unless the \fB\-\-info\-file\fR or
10 \fB\-\-dir\-file\fR (or \fB\-\-info\-dir\fR) options are given, respectively.
911 .SH OPTIONS
12 .TP
13 \fB\-\-add\-once\fR
14 add only to first matching section, not all.
15 .TP
16 \fB\-\-align\fR=\fICOL\fR
17 start description of new entries at column COL.
18 .TP
19 \fB\-\-calign\fR=\fICOL\fR
20 format second and subsequent description lines to
21 start at column COL.
1022 .TP
1123 \fB\-\-debug\fR
1224 report what is being done.
2840 same as \fB\-\-test\fR.
2941 .TP
3042 \fB\-\-entry\fR=\fITEXT\fR
31 insert TEXT as an Info directory entry.
43 insert TEXT as an Info directory entry,
44 overriding any corresponding entry from DIR\-FILE.
3245 TEXT is written as an Info menu item line followed
3346 .IP
3447 by zero or more extra lines starting with whitespace.
3750 If you don't specify any entries, they are determined
3851 .IP
3952 from information in the Info file itself.
40 .IP
41 When removing, TEXT specifies the entry to remove.
42 TEXT is only removed as a last resort, if the
43 entry as determined from the Info file is not present,
44 and the basename of the Info file isn't found either.
4553 .TP
4654 \fB\-\-help\fR
4755 display this help and exit.
5866 .TP
5967 \fB\-\-keep\-old\fR
6068 do not replace entries, or remove empty sections.
69 .TP
70 \fB\-\-maxwidth\fR, \fB\-\-max\-width\fR=\fICOL\fR
71 wrap description at column COL.
6172 .TP
6273 \fB\-\-menuentry\fR=\fITEXT\fR
6374 same as \fB\-\-name\fR=\fITEXT\fR.
110121 .br
111122 Texinfo home page: http://www.gnu.org/software/texinfo/
112123 .SH COPYRIGHT
113 Copyright \(co 2012 Free Software Foundation, Inc.
124 Copyright \(co 2013 Free Software Foundation, Inc.
114125 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
115126 .br
116127 This is free software: you are free to change and redistribute it.
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.13.
1 .TH MAKEINFO "1" "December 2012" "makeinfo 4.13.92" "User Commands"
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH MAKEINFO "1" "January 2013" "makeinfo 4.13.93" "User Commands"
22 .SH NAME
33 makeinfo \- translate Texinfo documents
44 .SH SYNOPSIS
217217 makeinfo foo.texi
218218 write Info to foo's @setfilename
219219 .TP
220 makeinfo \fB\-\-html\fR foo.texi
220 makeinfo \-\-html foo.texi
221221 write HTML to @setfilename
222222 .TP
223 makeinfo \fB\-\-xml\fR foo.texi
223 makeinfo \-\-xml foo.texi
224224 write Texinfo XML to @setfilename
225225 .TP
226 makeinfo \fB\-\-docbook\fR foo.texi
226 makeinfo \-\-docbook foo.texi
227227 write Docbook XML to @setfilename
228228 .TP
229 makeinfo \fB\-\-plaintext\fR foo.texi
229 makeinfo \-\-plaintext foo.texi
230230 write plain text to standard output
231231 .TP
232 makeinfo \fB\-\-pdf\fR foo.texi
232 makeinfo \-\-pdf foo.texi
233233 write PDF using texi2dvi
234234 .TP
235 makeinfo \fB\-\-html\fR \fB\-\-no\-headers\fR foo.texi
235 makeinfo \-\-html \-\-no\-headers foo.texi
236236 write html without node lines, menus
237237 .TP
238 makeinfo \fB\-\-number\-sections\fR foo.texi
238 makeinfo \-\-number\-sections foo.texi
239239 write Info with numbered sections
240240 .TP
241 makeinfo \fB\-\-no\-split\fR foo.texi
241 makeinfo \-\-no\-split foo.texi
242242 write one Info file however big
243243 .SH "REPORTING BUGS"
244244 Email bug reports to bug\-texinfo@gnu.org,
246246 .br
247247 Texinfo home page: http://www.gnu.org/software/texinfo/
248248 .SH COPYRIGHT
249 Copyright \(co 2012 Free Software Foundation, Inc.
249 Copyright \(co 2013 Free Software Foundation, Inc.
250250 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
251251 .br
252252 This is free software: you are free to change and redistribute it.
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.13.
1 .TH TEXI2DVI "1" "December 2012" "texi2dvi 1.173" "User Commands"
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH TEXI2DVI "1" "January 2013" "texi2dvi 1.174" "User Commands"
22 .SH NAME
33 texi2dvi \- convert Texinfo documents to DVI or PDF
44 .SH SYNOPSIS
200200 .br
201201 General help using GNU software: <http://www.gnu.org/gethelp/>
202202 .SH COPYRIGHT
203 Copyright \(co 2012 Free Software Foundation, Inc.
203 Copyright \(co 2013 Free Software Foundation, Inc.
204204 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
205205 .br
206206 This is free software: you are free to change and redistribute it.
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.13.
1 .TH TEXINDEX "1" "December 2012" "texindex 4.13.92" "User Commands"
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1.
1 .TH TEXINDEX "1" "January 2013" "texindex 4.13.93" "User Commands"
22 .SH NAME
33 texindex \- sort Texinfo index files
44 .SH SYNOPSIS
2323 .br
2424 Texinfo home page: http://www.gnu.org/software/texinfo/
2525 .SH COPYRIGHT
26 Copyright \(co 2012 Free Software Foundation, Inc.
26 Copyright \(co 2013 Free Software Foundation, Inc.
2727 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
2828 .br
2929 This is free software: you are free to change and redistribute it.
77 # Please note that the actual code of GNU gettext is covered by the GNU
88 # General Public License and is *not* in the public domain.
99 #
10 # Origin: gettext-0.18
10 # Origin: gettext-0.18.2
1111 GETTEXT_MACRO_VERSION = 0.18
1212
1313 PACKAGE = @PACKAGE@
9595 mv t-$@ $@
9696
9797
98 all: check-macro-version all-@USE_NLS@
98 all: all-@USE_NLS@
9999
100100 all-yes: stamp-po
101101 all-no:
102102
103103 # Ensure that the gettext macros and this Makefile.in.in are in sync.
104 check-macro-version:
105 @test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \
104 CHECK_MACRO_VERSION = \
105 test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \
106106 || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \
107107 exit 1; \
108108 }
122122 # $(POFILES) has been designed to not touch files that don't need to be
123123 # changed.
124124 stamp-po: $(srcdir)/$(DOMAIN).pot
125 @$(CHECK_MACRO_VERSION)
125126 test ! -f $(srcdir)/$(DOMAIN).pot || \
126127 test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
127128 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
136137
137138 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
138139 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
140 # The determination of whether the package xyz is a GNU one is based on the
141 # heuristic whether some file in the top level directory mentions "GNU xyz".
142 # If GNU 'find' is available, we avoid grepping through monster files.
139143 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
140 if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
144 if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
145 LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f -size -10000000c -exec grep 'GNU @PACKAGE@' /dev/null '{}' ';' 2>/dev/null; \
146 else \
147 LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \
148 fi; \
149 } | grep -v 'libtool:' >/dev/null; then \
141150 package_gnu='GNU '; \
142151 else \
143152 package_gnu=''; \
1313
1414 .insert-header.po-update-en:
1515 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
16 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
16 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
1717 tmpdir=`pwd`; \
1818 echo "$$lang:"; \
1919 ll=`echo $$lang | sed -e 's/@.*//'`; \
Binary diff not shown
+188
-148
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: 2012-12-17 17:27-0800\n"
10 "POT-Creation-Date: 2013-01-01 17:33-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"
7676 msgid "%s: option '-W %s' requires an argument\n"
7777 msgstr "%s: pøepínaè `%s' vy¾aduje argument\n"
7878
79 #: gnulib/lib/regcomp.c:130
79 #: gnulib/lib/regcomp.c:131
8080 msgid "Success"
8181 msgstr ""
8282
83 #: gnulib/lib/regcomp.c:133
83 #: gnulib/lib/regcomp.c:134
8484 msgid "No match"
8585 msgstr ""
8686
87 #: gnulib/lib/regcomp.c:136
87 #: gnulib/lib/regcomp.c:137
8888 msgid "Invalid regular expression"
8989 msgstr ""
9090
91 #: gnulib/lib/regcomp.c:139
91 #: gnulib/lib/regcomp.c:140
9292 #, fuzzy
9393 msgid "Invalid collation character"
9494 msgstr "Vlo¾ení tohoto znaku"
9595
96 #: gnulib/lib/regcomp.c:142
96 #: gnulib/lib/regcomp.c:143
9797 #, fuzzy
9898 msgid "Invalid character class name"
9999 msgstr "nepravdìpodobný znak %c ve @var"
100100
101 #: gnulib/lib/regcomp.c:145
101 #: gnulib/lib/regcomp.c:146
102102 msgid "Trailing backslash"
103103 msgstr ""
104104
105 #: gnulib/lib/regcomp.c:148
105 #: gnulib/lib/regcomp.c:149
106106 msgid "Invalid back reference"
107107 msgstr ""
108108
109 #: gnulib/lib/regcomp.c:151
109 #: gnulib/lib/regcomp.c:152
110110 #, fuzzy
111111 msgid "Unmatched [ or [^"
112112 msgstr "Nepárová }"
113113
114 #: gnulib/lib/regcomp.c:154
114 #: gnulib/lib/regcomp.c:155
115115 #, fuzzy
116116 msgid "Unmatched ( or \\("
117117 msgstr "Nepárová }"
118118
119 #: gnulib/lib/regcomp.c:157
119 #: gnulib/lib/regcomp.c:158
120120 #, fuzzy
121121 msgid "Unmatched \\{"
122122 msgstr "Nepárová }"
123123
124 #: gnulib/lib/regcomp.c:160
124 #: gnulib/lib/regcomp.c:161
125125 msgid "Invalid content of \\{\\}"
126126 msgstr ""
127127
128 #: gnulib/lib/regcomp.c:163
128 #: gnulib/lib/regcomp.c:164
129129 msgid "Invalid range end"
130130 msgstr ""
131131
132 #: gnulib/lib/regcomp.c:166
132 #: gnulib/lib/regcomp.c:167
133133 #, fuzzy
134134 msgid "Memory exhausted"
135135 msgstr "virtuální pamì» vyèerpána"
136136
137 #: gnulib/lib/regcomp.c:169
137 #: gnulib/lib/regcomp.c:170
138138 msgid "Invalid preceding regular expression"
139139 msgstr ""
140140
141 #: gnulib/lib/regcomp.c:172
141 #: gnulib/lib/regcomp.c:173
142142 msgid "Premature end of regular expression"
143143 msgstr ""
144144
145 #: gnulib/lib/regcomp.c:175
145 #: gnulib/lib/regcomp.c:176
146146 msgid "Regular expression too big"
147147 msgstr ""
148148
149 #: gnulib/lib/regcomp.c:178
149 #: gnulib/lib/regcomp.c:179
150150 #, fuzzy
151151 msgid "Unmatched ) or \\)"
152152 msgstr "Nepárová }"
153153
154 #: gnulib/lib/regcomp.c:703
154 #: gnulib/lib/regcomp.c:704
155155 #, fuzzy
156156 msgid "No previous regular expression"
157157 msgstr "Není pøedchozí hledaný øetìzec"
406406 msgid "Try --help for more information.\n"
407407 msgstr "Více informací mù¾ete získat pomocí pøepínaèe --help.\n"
408408
409 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
410 #: tp/texi2any.pl:735 util/texindex.c:295
409 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
410 #: tp/texi2any.pl:736 util/texindex.c:295
411411 #, c-format, perl-format
412412 msgid ""
413413 "Copyright (C) %s Free Software Foundation, Inc.\n"
18821882 msgid " Subfile: %s"
18831883 msgstr " Podsoubor: %s"
18841884
1885 #: install-info/install-info.c:285
1885 #: install-info/install-info.c:286
18861886 #, fuzzy, c-format
18871887 msgid "%s for %s"
18881888 msgstr " pro %s"
18891889
1890 #: install-info/install-info.c:519
1890 #: install-info/install-info.c:520
18911891 #, c-format
18921892 msgid "\tTry `%s --help' for a complete list of options.\n"
18931893 msgstr "Více informací získáte pøíkazem `%s --help'.\n"
18941894
1895 #: install-info/install-info.c:527
1895 #: install-info/install-info.c:528
18961896 #, fuzzy, c-format
18971897 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
18981898 msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR...\n"
18991899
1900 #: install-info/install-info.c:529
1900 #: install-info/install-info.c:530
19011901 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19021902 msgstr ""
19031903
1904 #: install-info/install-info.c:531
1905 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1906 msgstr ""
1907
19041908 #: install-info/install-info.c:532
1909 msgid "--dir-file (or --info-dir) options are given, respectively."
1910 msgstr ""
1911
1912 #: install-info/install-info.c:535
19051913 msgid ""
19061914 "Options:\n"
1915 " --add-once add only to first matching section, not all.\n"
1916 " --align=COL start description of new entries at column COL.\n"
1917 " --calign=COL format second and subsequent description lines to\n"
1918 " start at column COL."
1919 msgstr ""
1920
1921 #: install-info/install-info.c:542
1922 msgid ""
19071923 " --debug report what is being done.\n"
19081924 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19091925 " don't insert any new entries.\n"
19151931 " --dry-run same as --test."
19161932 msgstr ""
19171933
1918 #: install-info/install-info.c:544
1919 msgid ""
1920 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1934 #: install-info/install-info.c:553
1935 msgid ""
1936 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1937 " overriding any corresponding entry from DIR-FILE.\n"
19211938 " TEXT is written as an Info menu item line followed\n"
19221939 " by zero or more extra lines starting with "
19231940 "whitespace.\n"
19241941 " If you specify more than one entry, all are added.\n"
19251942 " If you don't specify any entries, they are determined\n"
1926 " from information in the Info file itself.\n"
1927 " When removing, TEXT specifies the entry to remove.\n"
1928 " TEXT is only removed as a last resort, if the\n"
1929 " entry as determined from the Info file is not "
1930 "present,\n"
1931 " and the basename of the Info file isn't found either."
1932 msgstr ""
1933
1934 #: install-info/install-info.c:556
1943 " from information in the Info file itself."
1944 msgstr ""
1945
1946 #: install-info/install-info.c:562
19351947 msgid ""
19361948 " --help display this help and exit.\n"
19371949 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19381950 " --info-file=FILE specify Info file to install in the directory;\n"
19391951 " equivalent to using the INFO-FILE argument.\n"
19401952 " --item=TEXT same as --entry=TEXT.\n"
1941 " --keep-old do not replace entries, or remove empty sections.\n"
1953 " --keep-old do not replace entries, or remove empty sections."
1954 msgstr ""
1955
1956 #: install-info/install-info.c:570
1957 msgid ""
1958 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19421959 " --menuentry=TEXT same as --name=TEXT.\n"
19431960 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19441961 " to become synonymous with the --entry option.\n"
19461963 " --quiet suppress warnings."
19471964 msgstr ""
19481965
1949 #: install-info/install-info.c:569
1966 #: install-info/install-info.c:578
19501967 msgid ""
19511968 " --regex=R put this file's entries in all sections that match the\n"
19521969 " regular expression R (ignoring case).\n"
19621979 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
19631980 msgstr ""
19641981
1965 #: install-info/install-info.c:582
1982 #: install-info/install-info.c:591
19661983 msgid ""
19671984 " --silent suppress warnings.\n"
19681985 " --test suppress updating of DIR-FILE.\n"
19691986 " --version display version information and exit."
19701987 msgstr ""
19711988
1972 #: install-info/install-info.c:589 tp/texi2any.pl:723
1989 #: install-info/install-info.c:598 tp/texi2any.pl:724
19731990 #, fuzzy
19741991 msgid ""
19751992 "Email bug reports to bug-texinfo@gnu.org,\n"
19821999 "obecné otázky smìøujte na <help-texinfo@gnu.org>. Pøipomínky k pøekladu\n"
19832000 "zasílejte na <cs@li.org> (èesky).\n"
19842001
1985 #: install-info/install-info.c:616
2002 #: install-info/install-info.c:625
19862003 #, fuzzy, c-format
19872004 msgid ""
19882005 "This is the file .../info/dir, which contains the\n"
20202037 "\n"
20212038 "* Menu:\n"
20222039
2023 #: install-info/install-info.c:640
2040 #: install-info/install-info.c:649
20242041 #, fuzzy, c-format
20252042 msgid "%s: could not read (%s) and could not create (%s)"
20262043 msgstr "%s: %s nelze èíst a %s nelze vytvoøit\n"
20272044
2028 #: install-info/install-info.c:736
2045 #: install-info/install-info.c:745
20292046 #, c-format
20302047 msgid "%s: empty file"
20312048 msgstr "%s: prázdný soubor"
20322049
2033 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2050 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20342051 #, c-format
20352052 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20362053 msgstr "START-INFO-DIR-ENTRY bez odpovídajícího END-INFO-DIR-ENTRY"
20372054
2038 #: install-info/install-info.c:1114
2055 #: install-info/install-info.c:1123
20392056 #, c-format
20402057 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20412058 msgstr "END-INFO-DIR-ENTRY bez pøedchozího START-INFO-DIR-ENTRY"
20422059
2043 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2060 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20442061 #, c-format
20452062 msgid "%s: already have dir file: %s\n"
20462063 msgstr ""
20472064
2048 #: install-info/install-info.c:2068
2065 #: install-info/install-info.c:2077
20492066 #, c-format
20502067 msgid "%s: Specify the Info file only once.\n"
20512068 msgstr "%s: Info soubor zadejte pouze jednou.\n"
20522069
2053 #: install-info/install-info.c:2101
2070 #: install-info/install-info.c:2110
20542071 #, c-format
20552072 msgid "Extra regular expression specified, ignoring `%s'"
20562073 msgstr ""
20572074
2058 #: install-info/install-info.c:2113
2075 #: install-info/install-info.c:2122
20592076 #, c-format
20602077 msgid "Error in regular expression `%s': %s"
20612078 msgstr ""
20622079
2063 #: install-info/install-info.c:2171
2080 #: install-info/install-info.c:2180
20642081 #, c-format
20652082 msgid "excess command line argument `%s'"
20662083 msgstr "nadbyteènı argument `%s' v pøíkazovém øádku"
20672084
2068 #: install-info/install-info.c:2175
2085 #: install-info/install-info.c:2184
20692086 #, c-format
20702087 msgid "No input file specified; try --help for more information."
20712088 msgstr ""
20722089 "Vstupní soubor nezadán; pou¾itím pøepínaèe --help získáte bli¾¹í informace."
20732090
2074 #: install-info/install-info.c:2177
2091 #: install-info/install-info.c:2186
20752092 #, c-format
20762093 msgid "No dir file specified; try --help for more information."
20772094 msgstr ""
20782095 "Adresáø nebyl zadán; pou¾itím pøepínaèe `--help' získáte bli¾¹í informace"
20792096
2080 #: install-info/install-info.c:2319
2097 #: install-info/install-info.c:2328
20812098 #, c-format
20822099 msgid "no info dir entry in `%s'"
20832100 msgstr "v Info adresáøi `%s' není ¾ádná polo¾ka"
20842101
2085 #: install-info/install-info.c:2567
2102 #: install-info/install-info.c:2576
20862103 #, c-format
20872104 msgid "no entries found for `%s'; nothing deleted"
20882105 msgstr "pro `%s' nebyly nalezeny ¾ádné polo¾ky"
20892106
2090 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2091 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2092 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2093 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2094 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2107 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
20952112 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
20962113 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
20972114 #, fuzzy, perl-format
21712188 msgstr ""
21722189
21732190 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2174 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2191 #: tp/texi2any.pl:386 tp/texi2any.pl:403
21752192 #, fuzzy, perl-format
21762193 msgid "Obsolete variable %s\n"
21772194 msgstr "Nastavení promìnné: "
21862203 msgid "Can't create directories `%s': %s"
21872204 msgstr "Výstupní soubor `%s' nelze vytvoøit."
21882205
2189 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2190 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2206 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2207 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
21912208 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
21922209 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2193 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2194 #: tp/init/chm.pm:399
2210 #: tp/Texinfo/Parser.pm:1871
21952211 #, fuzzy, perl-format
21962212 msgid "Error on closing %s: %s"
21972213 msgstr "Výstupní soubor `%s' nelze vytvoøit."
21982214
2199 #: tp/Texinfo/Convert/DocBook.pm:919
2215 #: tp/Texinfo/Convert/DocBook.pm:897
22002216 #, fuzzy, perl-format
22012217 msgid "@image file `%s' not found, using `%s'"
22022218 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
22112227 msgid "Raw format %s is not converted"
22122228 msgstr ""
22132229
2214 #: tp/Texinfo/Convert/HTML.pm:4832
2230 #: tp/Texinfo/Convert/HTML.pm:4814
22152231 #, perl-format
22162232 msgid "%s:%d: string not closed in css file"
22172233 msgstr ""
22182234
2219 #: tp/Texinfo/Convert/HTML.pm:4834
2235 #: tp/Texinfo/Convert/HTML.pm:4816
22202236 #, perl-format
22212237 msgid "%s:%d: --css-include ended in comment"
22222238 msgstr ""
22232239
2224 #: tp/Texinfo/Convert/HTML.pm:4836
2225 #, perl-format
2226 msgid "%s:%d @import not finished in css file"
2227 msgstr ""
2228
2229 #: tp/Texinfo/Convert/HTML.pm:4862
2240 #: tp/Texinfo/Convert/HTML.pm:4818
2241 #, perl-format
2242 msgid "%s:%d: @import not finished in css file"
2243 msgstr ""
2244
2245 #: tp/Texinfo/Convert/HTML.pm:4844
22302246 #, fuzzy, perl-format
22312247 msgid "css file %s not found"
22322248 msgstr "%cend makro nebylo nalezeno"
22332249
2234 #: tp/Texinfo/Convert/HTML.pm:4868
2250 #: tp/Texinfo/Convert/HTML.pm:4850
22352251 #, fuzzy, perl-format
22362252 msgid "could not open --include-file %s: %s"
22372253 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
22382254
2239 #: tp/Texinfo/Convert/HTML.pm:4878
2255 #: tp/Texinfo/Convert/HTML.pm:4860
22402256 #, fuzzy, perl-format
22412257 msgid "Error on closing CSS file %s: %s"
22422258 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22432259
2244 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2260 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
22452261 #, fuzzy, perl-format
22462262 msgid "No htmlxref.cnf entry found for `%s'"
22472263 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
22482264
2249 #: tp/Texinfo/Convert/HTML.pm:6513
2265 #: tp/Texinfo/Convert/HTML.pm:6495
22502266 #, fuzzy, perl-format
22512267 msgid "Error on closing frame file %s: %s"
22522268 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22532269
2254 #: tp/Texinfo/Convert/HTML.pm:6537
2270 #: tp/Texinfo/Convert/HTML.pm:6519
22552271 #, fuzzy, perl-format
22562272 msgid "Error on closing TOC frame file %s: %s"
22572273 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22582274
2259 #: tp/Texinfo/Convert/HTML.pm:6652
2275 #: tp/Texinfo/Convert/HTML.pm:6634
22602276 #, perl-format
22612277 msgid "Handler %s of stage %s priority %s failed"
22622278 msgstr ""
22632279
2264 #: tp/Texinfo/Convert/HTML.pm:6853
2280 #: tp/Texinfo/Convert/HTML.pm:6835
22652281 msgid "Must specify a title with a title command or @top"
22662282 msgstr ""
22672283
2268 #: tp/Texinfo/Convert/HTML.pm:7058
2284 #: tp/Texinfo/Convert/HTML.pm:7040
22692285 #, perl-format
22702286 msgid "Error on closing redirection node file %s: %s"
22712287 msgstr ""
22722288
2273 #: tp/Texinfo/Convert/HTML.pm:7083
2289 #: tp/Texinfo/Convert/HTML.pm:7065
22742290 #, fuzzy, perl-format
22752291 msgid "Old name for `%s' is a node of the document"
22762292 msgstr "V tomto dokumentu není pro tento uzel pøedchozí nebo vy¹¹í uzel."
22772293
2278 #: tp/Texinfo/Convert/HTML.pm:7087
2294 #: tp/Texinfo/Convert/HTML.pm:7069
22792295 #, fuzzy, perl-format
22802296 msgid "File empty for renamed node `%s'"
22812297 msgstr "uzel `%s' - nesmìøuje na nìj ¾ádný odkaz"
22822298
2283 #: tp/Texinfo/Convert/HTML.pm:7099
2299 #: tp/Texinfo/Convert/HTML.pm:7081
22842300 #, perl-format
22852301 msgid "Target node (new name for `%s') not in document: %s"
22862302 msgstr ""
22872303
2288 #: tp/Texinfo/Convert/HTML.pm:7131
2304 #: tp/Texinfo/Convert/HTML.pm:7113
22892305 #, fuzzy, perl-format
22902306 msgid "Error on closing renamed node redirection file %s: %s"
22912307 msgstr "Výstupní soubor `%s' nelze vytvoøit."
22922308
2293 #: tp/Texinfo/Convert/HTML.pm:7169
2309 #: tp/Texinfo/Convert/HTML.pm:7151
22942310 #, fuzzy
22952311 msgid "Empty node name"
22962312 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
22972313
2298 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2314 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
22992315 #, perl-format
23002316 msgid "Syntax for an external node used for `%s'"
23012317 msgstr ""
25932609
25942610 #: tp/Texinfo/Parser.pm:3455
25952611 #, fuzzy
2596 msgid "Empty node in menu entry"
2612 msgid "Empty node name in menu entry"
25972613 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
25982614
25992615 #: tp/Texinfo/Parser.pm:3525
30673083 msgid "Empty index key in @%s"
30683084 msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
30693085
3070 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3071 #, fuzzy, perl-format
3072 msgid "Can't open %s for writing: %s\n"
3086 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3087 #, fuzzy, perl-format
3088 msgid "chm.pm:%s: Cannot open for writing: %s\n"
30733089 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
30743090
3075 #: tp/init/tex4ht.pm:122
3076 #, fuzzy, perl-format
3077 msgid "tex4ht error opening %s: %s"
3091 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3092 #, fuzzy, perl-format
3093 msgid "chm.pm:%s: Error on closing: %s"
30783094 msgstr "Výstupní soubor `%s' nelze vytvoøit."
30793095
3080 #: tp/init/tex4ht.pm:218
3081 #, perl-format
3082 msgid "chdir to %s failed"
3083 msgstr ""
3084
3085 #: tp/init/tex4ht.pm:242
3086 #, fuzzy, perl-format
3087 msgid "tex4ht output file missing: %s"
3096 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3097 #, fuzzy, perl-format
3098 msgid "tex4ht.pm:%s: Cannot open: %s"
3099 msgstr "Nelze najít `%s'."
3100
3101 #: tp/init/tex4ht.pm:219
3102 #, perl-format
3103 msgid "tex4ht.pm:%s: chdir failed: %s"
3104 msgstr ""
3105
3106 #: tp/init/tex4ht.pm:232
3107 #, perl-format
3108 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3109 msgstr ""
3110
3111 #: tp/init/tex4ht.pm:244
3112 #, fuzzy, perl-format
3113 msgid "tex4ht.pm: Output file missing: %s"
30883114 msgstr "Výstupní soubor `%s' nelze vytvoøit."
30893115
3090 #: tp/init/tex4ht.pm:295
3091 #, perl-format
3092 msgid ""
3093 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3116 #: tp/init/tex4ht.pm:260
3117 #, perl-format
3118 msgid "tex4ht.pm: Command failed: %s"
3119 msgstr ""
3120
3121 #: tp/init/tex4ht.pm:293
3122 #, perl-format
3123 msgid "tex4ht.pm: end of @%s item %d not found"
3124 msgstr ""
3125
3126 #: tp/init/tex4ht.pm:300
3127 #, perl-format
3128 msgid ""
3129 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
30943130 "items found in the document"
30953131 msgstr ""
30963132
3097 #: tp/init/tex4ht.pm:313
3098 #, perl-format
3099 msgid "tex4ht output has no HTML item for @%s %s"
3100 msgstr ""
3101
3102 #: tp/texi2any.pl:373
3133 #: tp/init/tex4ht.pm:319
3134 #, perl-format
3135 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3136 msgstr ""
3137
3138 #: tp/texi2any.pl:374
31033139 #, perl-format
31043140 msgid "error loading %s: %s\n"
31053141 msgstr ""
31063142
3107 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3143 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31083144 #, fuzzy, perl-format
31093145 msgid "Unknown variable %s\n"
31103146 msgstr "Neznámı pøíkaz `%s'"
31113147
3112 #: tp/texi2any.pl:466
3148 #: tp/texi2any.pl:467
31133149 #, fuzzy, perl-format
31143150 msgid "Can't read init file %s"
31153151 msgstr "Rouru do `%s' nelze otevшнt."
31163152
3117 #: tp/texi2any.pl:597
3153 #: tp/texi2any.pl:598
31183154 #, fuzzy
31193155 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31203156 msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR...\n"
31213157
3122 #: tp/texi2any.pl:598
3158 #: tp/texi2any.pl:599
31233159 #, fuzzy
31243160 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31253161 msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR...\n"
31263162
3127 #: tp/texi2any.pl:600
3163 #: tp/texi2any.pl:601
31283164 msgid ""
31293165 "Translate Texinfo source documentation to various other formats, by default\n"
31303166 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31313167 msgstr ""
31323168
3133 #: tp/texi2any.pl:603
3169 #: tp/texi2any.pl:604
31343170 #, perl-format
31353171 msgid ""
31363172 "General options:\n"
31493185 " --version display version information and exit.\n"
31503186 msgstr ""
31513187
3152 #: tp/texi2any.pl:618
3188 #: tp/texi2any.pl:619
31533189 msgid ""
31543190 "Output format selection (default is to produce Info):\n"
31553191 " --docbook output Docbook XML rather than Info.\n"
31593195 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
31603196 msgstr ""
31613197
3162 #: tp/texi2any.pl:626
3198 #: tp/texi2any.pl:627
31633199 msgid ""
31643200 "General output options:\n"
31653201 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
31863222 " Otherwise, DEST names the output file.\n"
31873223 msgstr ""
31883224
3189 #: tp/texi2any.pl:646
3225 #: tp/texi2any.pl:647
31903226 #, perl-format
31913227 msgid ""
31923228 "Options for Info and plain text:\n"
32083244 " --split-size=NUM split Info files at size NUM (default %d).\n"
32093245 msgstr ""
32103246
3211 #: tp/texi2any.pl:663
3247 #: tp/texi2any.pl:664
32123248 msgid ""
32133249 "Options for HTML:\n"
32143250 " --css-include=FILE include FILE in HTML <style> output;\n"
32223258 " anchors; default is set only if split.\n"
32233259 msgstr ""
32243260
3225 #: tp/texi2any.pl:674
3261 #: tp/texi2any.pl:675
32263262 msgid ""
32273263 "Options for XML and Docbook:\n"
32283264 " --output-indent=VAL does nothing, retained for compatibility.\n"
32293265 msgstr ""
32303266
3231 #: tp/texi2any.pl:677
3267 #: tp/texi2any.pl:678
32323268 msgid ""
32333269 "Options for DVI/PS/PDF:\n"
32343270 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
32353271 msgstr ""
32363272
3237 #: tp/texi2any.pl:680
3273 #: tp/texi2any.pl:681
32383274 msgid ""
32393275 "Input file options:\n"
32403276 " --commands-in-node-names does nothing, retained for compatibility.\n"
32443280 " -U VAR undefine the variable VAR, as with @clear.\n"
32453281 msgstr ""
32463282
3247 #: tp/texi2any.pl:687
3283 #: tp/texi2any.pl:688
32483284 msgid ""
32493285 "Conditional processing in input:\n"
32503286 " --ifdocbook process @ifdocbook and @docbook even if\n"
32643300 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
32653301 msgstr ""
32663302
3267 #: tp/texi2any.pl:704
3303 #: tp/texi2any.pl:705
32683304 msgid ""
32693305 " The defaults for the @if... conditionals depend on the output format:\n"
32703306 " if generating Docbook, --ifdocbook is on and the others are off;\n"
32743310 " if generating XML, --ifxml is on and the others are off.\n"
32753311 msgstr ""
32763312
3277 #: tp/texi2any.pl:711
3313 #: tp/texi2any.pl:712
32783314 #, fuzzy
32793315 msgid ""
32803316 "Examples:\n"
33133349 "obecné otázky smìøujte na <help-texinfo@gnu.org>. Pøipomínky k pøekladu\n"
33143350 "zasílejte na <cs@li.org> (èesky)."
33153351
3316 #: tp/texi2any.pl:758
3352 #: tp/texi2any.pl:759
33173353 #, perl-format
33183354 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
33193355 msgstr ""
33203356 "%s: argument k --footnote-style musí být `separate'|`end', ale ne `%s'.\n"
33213357
3322 #: tp/texi2any.pl:848
3358 #: tp/texi2any.pl:849
33233359 #, perl-format
33243360 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
33253361 msgstr ""
33263362 "%s: argument pro --paragraph-indent musí bıt èíslo|`none'|`asis', ale ne `"
33273363 "%s'.\n"
33283364
3329 #: tp/texi2any.pl:962
3365 #: tp/texi2any.pl:963
33303366 #, perl-format
33313367 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
33323368 msgstr ""
33333369
3334 #: tp/texi2any.pl:975
3370 #: tp/texi2any.pl:976
33353371 #, perl-format
33363372 msgid "when generating %s, only one input FILE may be specified with -o"
33373373 msgstr ""
33383374
3339 #: tp/texi2any.pl:979
3375 #: tp/texi2any.pl:980
33403376 msgid "--Xopt option without printed output"
33413377 msgstr ""
33423378
3343 #: tp/texi2any.pl:989
3379 #: tp/texi2any.pl:990
33443380 #, fuzzy, perl-format
33453381 msgid "Unknown tree transformation %s"
33463382 msgstr "Neznámı pøíkaz `%s'"
33473383
3348 #: tp/texi2any.pl:996
3384 #: tp/texi2any.pl:997
33493385 #, perl-format
33503386 msgid "Ignoring splitting for format %s"
33513387 msgstr ""
33523388
3353 #: tp/texi2any.pl:1045
3389 #: tp/texi2any.pl:1046
33543390 #, perl-format
33553391 msgid "%s: missing file argument.\n"
33563392 msgstr "%s: chybí argument jména souboru.\n"
33573393
3358 #: tp/texi2any.pl:1046
3394 #: tp/texi2any.pl:1047
33593395 #, perl-format
33603396 msgid "Try `%s --help' for more information.\n"
33613397 msgstr "Více informací získáte pøíkazem `%s --help'.\n"
33623398
3363 #: tp/texi2any.pl:1117
3399 #: tp/texi2any.pl:1118
33643400 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
33653401 msgstr ""
33663402
3367 #: tp/texi2any.pl:1139
3403 #: tp/texi2any.pl:1140
33683404 #, fuzzy, perl-format
33693405 msgid "Error on closing macro expand file %s: %s\n"
33703406 msgstr "Výstupní soubor `%s' nelze vytvoøit."
33713407
3372 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3408 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
33733409 #, fuzzy, perl-format
33743410 msgid "Could not open %s for writing: %s\n"
33753411 msgstr "Vıstup %s pro expanzi makra nelze otevøít"
33763412
3377 #: tp/texi2any.pl:1169
3413 #: tp/texi2any.pl:1170
33783414 msgid ""
33793415 "insert_nodes_for_sectioning_commands transformation return no result. No "
33803416 "section?"
33813417 msgstr ""
33823418
3383 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3419 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
33843420 #, perl-format
33853421 msgid "Error on closing %s: %s\n"
33863422 msgstr ""
33873423
3388 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3424 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
33893425 #, perl-format
33903426 msgid "Error on closing internal links file %s: %s\n"
33913427 msgstr ""
34453481 #, c-format
34463482 msgid "entry %s follows an entry with a secondary name"
34473483 msgstr "polo¾ka %s následuje za polo¾kou se sekundárním jménem"
3484
3485 #, fuzzy
3486 #~ msgid "tex4ht error opening %s: %s"
3487 #~ msgstr "Výstupní soubor `%s' nelze vytvoøit."
34483488
34493489 #, fuzzy
34503490 #~ msgid "Error on closing renamed nodes file %s: %s"
40034043 #, fuzzy
40044044 #~ msgid ""
40054045 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4006 #~ " You may include a filename as well, as in (FILENAME)"
4007 #~ "NODENAME.\n"
4046 #~ " You may include a filename as well, as in "
4047 #~ "(FILENAME)NODENAME.\n"
40084048 #~ msgstr ""
40094049 #~ " Také mù¾ete zadat jméno souboru ve tvaru (SOUBOR)UZEL.\n"
40104050
41474187 #~ " Vybírání polo¾ky menu zpùsobí zobrazení tohoto uzlu.\n"
41484188
41494189 #~ msgid ""
4150 #~ " You may include a filename as well, as in (FILENAME)"
4151 #~ "NODENAME.\n"
4190 #~ " You may include a filename as well, as in "
4191 #~ "(FILENAME)NODENAME.\n"
41524192 #~ msgstr ""
41534193 #~ " Také mù¾ete zadat jméno souboru ve tvaru (SOUBOR)UZEL.\n"
41544194
Binary diff not shown
+188
-148
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: 2012-12-17 17:27-0800\n"
8 "POT-Creation-Date: 2013-01-01 17:33-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"
7575 msgid "%s: option '-W %s' requires an argument\n"
7676 msgstr "%s: tilvalg '%s' kræver en parameter\n"
7777
78 #: gnulib/lib/regcomp.c:130
78 #: gnulib/lib/regcomp.c:131
7979 msgid "Success"
8080 msgstr ""
8181
82 #: gnulib/lib/regcomp.c:133
82 #: gnulib/lib/regcomp.c:134
8383 msgid "No match"
8484 msgstr ""
8585
86 #: gnulib/lib/regcomp.c:136
86 #: gnulib/lib/regcomp.c:137
8787 msgid "Invalid regular expression"
8888 msgstr ""
8989
90 #: gnulib/lib/regcomp.c:139
90 #: gnulib/lib/regcomp.c:140
9191 #, fuzzy
9292 msgid "Invalid collation character"
9393 msgstr "ugyldig indkodet tegn '%s'"
9494
95 #: gnulib/lib/regcomp.c:142
95 #: gnulib/lib/regcomp.c:143
9696 #, fuzzy
9797 msgid "Invalid character class name"
9898 msgstr "usandsynligt tegn %c i @var"
9999
100 #: gnulib/lib/regcomp.c:145
100 #: gnulib/lib/regcomp.c:146
101101 msgid "Trailing backslash"
102102 msgstr ""
103103
104 #: gnulib/lib/regcomp.c:148
104 #: gnulib/lib/regcomp.c:149
105105 msgid "Invalid back reference"
106106 msgstr ""
107107
108 #: gnulib/lib/regcomp.c:151
108 #: gnulib/lib/regcomp.c:152
109109 #, fuzzy
110110 msgid "Unmatched [ or [^"
111111 msgstr "Uparret }"
112112
113 #: gnulib/lib/regcomp.c:154
113 #: gnulib/lib/regcomp.c:155
114114 #, fuzzy
115115 msgid "Unmatched ( or \\("
116116 msgstr "Uparret }"
117117
118 #: gnulib/lib/regcomp.c:157
118 #: gnulib/lib/regcomp.c:158
119119 #, fuzzy
120120 msgid "Unmatched \\{"
121121 msgstr "Uparret }"
122122
123 #: gnulib/lib/regcomp.c:160
123 #: gnulib/lib/regcomp.c:161
124124 msgid "Invalid content of \\{\\}"
125125 msgstr ""
126126
127 #: gnulib/lib/regcomp.c:163
127 #: gnulib/lib/regcomp.c:164
128128 msgid "Invalid range end"
129129 msgstr ""
130130
131 #: gnulib/lib/regcomp.c:166
131 #: gnulib/lib/regcomp.c:167
132132 #, fuzzy
133133 msgid "Memory exhausted"
134134 msgstr "virtuel hukommelse opbrugt"
135135
136 #: gnulib/lib/regcomp.c:169
136 #: gnulib/lib/regcomp.c:170
137137 msgid "Invalid preceding regular expression"
138138 msgstr ""
139139
140 #: gnulib/lib/regcomp.c:172
140 #: gnulib/lib/regcomp.c:173
141141 msgid "Premature end of regular expression"
142142 msgstr ""
143143
144 #: gnulib/lib/regcomp.c:175
144 #: gnulib/lib/regcomp.c:176
145145 msgid "Regular expression too big"
146146 msgstr ""
147147
148 #: gnulib/lib/regcomp.c:178
148 #: gnulib/lib/regcomp.c:179
149149 #, fuzzy
150150 msgid "Unmatched ) or \\)"
151151 msgstr "Uparret }"
152152
153 #: gnulib/lib/regcomp.c:703
153 #: gnulib/lib/regcomp.c:704
154154 #, fuzzy
155155 msgid "No previous regular expression"
156156 msgstr "Ingen tidligere søgetekst"
401401 msgid "Try --help for more information.\n"
402402 msgstr "Prøv --help for mere information.\n"
403403
404 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
405 #: tp/texi2any.pl:735 util/texindex.c:295
404 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
405 #: tp/texi2any.pl:736 util/texindex.c:295
406406 #, c-format, perl-format
407407 msgid ""
408408 "Copyright (C) %s Free Software Foundation, Inc.\n"
19151915 msgid " Subfile: %s"
19161916 msgstr " Underfil: %s"
19171917
1918 #: install-info/install-info.c:285
1918 #: install-info/install-info.c:286
19191919 #, fuzzy, c-format
19201920 msgid "%s for %s"
19211921 msgstr " for %s"
19221922
1923 #: install-info/install-info.c:519
1923 #: install-info/install-info.c:520
19241924 #, c-format
19251925 msgid "\tTry `%s --help' for a complete list of options.\n"
19261926 msgstr "\tPrøv '%s --help' for en komplet tilvalgsliste.\n"
19271927
1928 #: install-info/install-info.c:527
1928 #: install-info/install-info.c:528
19291929 #, fuzzy, c-format
19301930 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19311931 msgstr "Brug: %s [TILVALG]... TEXINFO-FIL...\n"
19321932
1933 #: install-info/install-info.c:529
1933 #: install-info/install-info.c:530
19341934 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19351935 msgstr ""
19361936
1937 #: install-info/install-info.c:531
1938 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1939 msgstr ""
1940
19371941 #: install-info/install-info.c:532
1942 msgid "--dir-file (or --info-dir) options are given, respectively."
1943 msgstr ""
1944
1945 #: install-info/install-info.c:535
19381946 msgid ""
19391947 "Options:\n"
1948 " --add-once add only to first matching section, not all.\n"
1949 " --align=COL start description of new entries at column COL.\n"
1950 " --calign=COL format second and subsequent description lines to\n"
1951 " start at column COL."
1952 msgstr ""
1953
1954 #: install-info/install-info.c:542
1955 msgid ""
19401956 " --debug report what is being done.\n"
19411957 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19421958 " don't insert any new entries.\n"
19481964 " --dry-run same as --test."
19491965 msgstr ""
19501966
1951 #: install-info/install-info.c:544
1952 msgid ""
1953 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1967 #: install-info/install-info.c:553
1968 msgid ""
1969 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1970 " overriding any corresponding entry from DIR-FILE.\n"
19541971 " TEXT is written as an Info menu item line followed\n"
19551972 " by zero or more extra lines starting with "
19561973 "whitespace.\n"
19571974 " If you specify more than one entry, all are added.\n"
19581975 " If you don't specify any entries, they are determined\n"
1959 " from information in the Info file itself.\n"
1960 " When removing, TEXT specifies the entry to remove.\n"
1961 " TEXT is only removed as a last resort, if the\n"
1962 " entry as determined from the Info file is not "
1963 "present,\n"
1964 " and the basename of the Info file isn't found either."
1965 msgstr ""
1966
1967 #: install-info/install-info.c:556
1976 " from information in the Info file itself."
1977 msgstr ""
1978
1979 #: install-info/install-info.c:562
19681980 msgid ""
19691981 " --help display this help and exit.\n"
19701982 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19711983 " --info-file=FILE specify Info file to install in the directory;\n"
19721984 " equivalent to using the INFO-FILE argument.\n"
19731985 " --item=TEXT same as --entry=TEXT.\n"
1974 " --keep-old do not replace entries, or remove empty sections.\n"
1986 " --keep-old do not replace entries, or remove empty sections."
1987 msgstr ""
1988
1989 #: install-info/install-info.c:570
1990 msgid ""
1991 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19751992 " --menuentry=TEXT same as --name=TEXT.\n"
19761993 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19771994 " to become synonymous with the --entry option.\n"
19791996 " --quiet suppress warnings."
19801997 msgstr ""
19811998
1982 #: install-info/install-info.c:569
1999 #: install-info/install-info.c:578
19832000 msgid ""
19842001 " --regex=R put this file's entries in all sections that match the\n"
19852002 " regular expression R (ignoring case).\n"
19952012 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
19962013 msgstr ""
19972014
1998 #: install-info/install-info.c:582
2015 #: install-info/install-info.c:591
19992016 msgid ""
20002017 " --silent suppress warnings.\n"
20012018 " --test suppress updating of DIR-FILE.\n"
20022019 " --version display version information and exit."
20032020 msgstr ""
20042021
2005 #: install-info/install-info.c:589 tp/texi2any.pl:723
2022 #: install-info/install-info.c:598 tp/texi2any.pl:724
20062023 #, fuzzy
20072024 msgid ""
20082025 "Email bug reports to bug-texinfo@gnu.org,\n"
20152032 "oversættelsesfejl til claus_h@image.dk\n"
20162033 "Texinfos hjemmeside: http://www.gnu.org/software/texinfo/"
20172034
2018 #: install-info/install-info.c:616
2035 #: install-info/install-info.c:625
20192036 #, fuzzy, c-format
20202037 msgid ""
20212038 "This is the file .../info/dir, which contains the\n"
20512068 "\n"
20522069 "* Menu:\n"
20532070
2054 #: install-info/install-info.c:640
2071 #: install-info/install-info.c:649
20552072 #, fuzzy, c-format
20562073 msgid "%s: could not read (%s) and could not create (%s)"
20572074 msgstr "%s: kunne ikke læse (%s) og kunne ikke oprette (%s)\n"
20582075
2059 #: install-info/install-info.c:736
2076 #: install-info/install-info.c:745
20602077 #, c-format
20612078 msgid "%s: empty file"
20622079 msgstr "%s: tom fil"
20632080
2064 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2081 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20652082 #, c-format
20662083 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20672084 msgstr "START-INFO-DIR-ENTRY uden tilhørende END-INFO-DIR-ENTRY"
20682085
2069 #: install-info/install-info.c:1114
2086 #: install-info/install-info.c:1123
20702087 #, c-format
20712088 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20722089 msgstr "END-INFO-DIR-ENTRY uden tilhørende START-INFO-DIR-ENTRY"
20732090
2074 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2091 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20752092 #, c-format
20762093 msgid "%s: already have dir file: %s\n"
20772094 msgstr ""
20782095
2079 #: install-info/install-info.c:2068
2096 #: install-info/install-info.c:2077
20802097 #, c-format
20812098 msgid "%s: Specify the Info file only once.\n"
20822099 msgstr "%s: Angiv kun Info-filen én gang.\n"
20832100
2084 #: install-info/install-info.c:2101
2101 #: install-info/install-info.c:2110
20852102 #, c-format
20862103 msgid "Extra regular expression specified, ignoring `%s'"
20872104 msgstr ""
20882105
2089 #: install-info/install-info.c:2113
2106 #: install-info/install-info.c:2122
20902107 #, c-format
20912108 msgid "Error in regular expression `%s': %s"
20922109 msgstr ""
20932110
2094 #: install-info/install-info.c:2171
2111 #: install-info/install-info.c:2180
20952112 #, c-format
20962113 msgid "excess command line argument `%s'"
20972114 msgstr "overskydende kommandolinjeparameter '%s'"
20982115
2099 #: install-info/install-info.c:2175
2116 #: install-info/install-info.c:2184
21002117 #, c-format
21012118 msgid "No input file specified; try --help for more information."
21022119 msgstr "Ingen inddatafil angivet; prøv --help for mere information."
21032120
2104 #: install-info/install-info.c:2177
2121 #: install-info/install-info.c:2186
21052122 #, c-format
21062123 msgid "No dir file specified; try --help for more information."
21072124 msgstr "Intet katalog angivet; prøv --help for mere information."
21082125
2109 #: install-info/install-info.c:2319
2126 #: install-info/install-info.c:2328
21102127 #, c-format
21112128 msgid "no info dir entry in `%s'"
21122129 msgstr "ingen infokatalog-indgang i '%s'"
21132130
2114 #: install-info/install-info.c:2567
2131 #: install-info/install-info.c:2576
21152132 #, c-format
21162133 msgid "no entries found for `%s'; nothing deleted"
21172134 msgstr "ingen indgange fundet for '%s'; intet slettet"
21182135
2119 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2120 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2121 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2122 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2123 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2136 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21242141 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21252142 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21262143 #, fuzzy, perl-format
22002217 msgstr ""
22012218
22022219 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2203 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2220 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22042221 #, fuzzy, perl-format
22052222 msgid "Obsolete variable %s\n"
22062223 msgstr "Sæt variabel: "
22152232 msgid "Can't create directories `%s': %s"
22162233 msgstr "Kan ikke oprette kataloget '%s': %s"
22172234
2218 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2219 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2235 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2236 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22202237 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22212238 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2222 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2223 #: tp/init/chm.pm:399
2239 #: tp/Texinfo/Parser.pm:1871
22242240 #, fuzzy, perl-format
22252241 msgid "Error on closing %s: %s"
22262242 msgstr "fejl under skrivning til '%s'"
22272243
2228 #: tp/Texinfo/Convert/DocBook.pm:919
2244 #: tp/Texinfo/Convert/DocBook.pm:897
22292245 #, fuzzy, perl-format
22302246 msgid "@image file `%s' not found, using `%s'"
22312247 msgstr "@image-fil '%s' er ulæselig: %s"
22402256 msgid "Raw format %s is not converted"
22412257 msgstr ""
22422258
2243 #: tp/Texinfo/Convert/HTML.pm:4832
2259 #: tp/Texinfo/Convert/HTML.pm:4814
22442260 #, perl-format
22452261 msgid "%s:%d: string not closed in css file"
22462262 msgstr ""
22472263
2248 #: tp/Texinfo/Convert/HTML.pm:4834
2264 #: tp/Texinfo/Convert/HTML.pm:4816
22492265 #, perl-format
22502266 msgid "%s:%d: --css-include ended in comment"
22512267 msgstr ""
22522268
2253 #: tp/Texinfo/Convert/HTML.pm:4836
2254 #, perl-format
2255 msgid "%s:%d @import not finished in css file"
2256 msgstr ""
2257
2258 #: tp/Texinfo/Convert/HTML.pm:4862
2269 #: tp/Texinfo/Convert/HTML.pm:4818
2270 #, perl-format
2271 msgid "%s:%d: @import not finished in css file"
2272 msgstr ""
2273
2274 #: tp/Texinfo/Convert/HTML.pm:4844
22592275 #, fuzzy, perl-format
22602276 msgid "css file %s not found"
22612277 msgstr "%cend makro ikke fundet"
22622278
2263 #: tp/Texinfo/Convert/HTML.pm:4868
2279 #: tp/Texinfo/Convert/HTML.pm:4850
22642280 #, fuzzy, perl-format
22652281 msgid "could not open --include-file %s: %s"
22662282 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
22672283
2268 #: tp/Texinfo/Convert/HTML.pm:4878
2284 #: tp/Texinfo/Convert/HTML.pm:4860
22692285 #, fuzzy, perl-format
22702286 msgid "Error on closing CSS file %s: %s"
22712287 msgstr "fejl under lukning af uddatafilen '%s'"
22722288
2273 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2289 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
22742290 #, fuzzy, perl-format
22752291 msgid "No htmlxref.cnf entry found for `%s'"
22762292 msgstr "ingen indeksindgange blev fundet for '%s'\n"
22772293
2278 #: tp/Texinfo/Convert/HTML.pm:6513
2294 #: tp/Texinfo/Convert/HTML.pm:6495
22792295 #, fuzzy, perl-format
22802296 msgid "Error on closing frame file %s: %s"
22812297 msgstr "fejl under lukning af uddatafilen '%s'"
22822298
2283 #: tp/Texinfo/Convert/HTML.pm:6537
2299 #: tp/Texinfo/Convert/HTML.pm:6519
22842300 #, fuzzy, perl-format
22852301 msgid "Error on closing TOC frame file %s: %s"
22862302 msgstr "fejl under lukning af uddatafilen '%s'"
22872303
2288 #: tp/Texinfo/Convert/HTML.pm:6652
2304 #: tp/Texinfo/Convert/HTML.pm:6634
22892305 #, perl-format
22902306 msgid "Handler %s of stage %s priority %s failed"
22912307 msgstr ""
22922308
2293 #: tp/Texinfo/Convert/HTML.pm:6853
2309 #: tp/Texinfo/Convert/HTML.pm:6835
22942310 msgid "Must specify a title with a title command or @top"
22952311 msgstr ""
22962312
2297 #: tp/Texinfo/Convert/HTML.pm:7058
2313 #: tp/Texinfo/Convert/HTML.pm:7040
22982314 #, perl-format
22992315 msgid "Error on closing redirection node file %s: %s"
23002316 msgstr ""
23012317
2302 #: tp/Texinfo/Convert/HTML.pm:7083
2318 #: tp/Texinfo/Convert/HTML.pm:7065
23032319 #, fuzzy, perl-format
23042320 msgid "Old name for `%s' is a node of the document"
23052321 msgstr "Ingen 'Forrige' eller 'Op' for dette emne i dette dokument."
23062322
2307 #: tp/Texinfo/Convert/HTML.pm:7087
2323 #: tp/Texinfo/Convert/HTML.pm:7069
23082324 #, fuzzy, perl-format
23092325 msgid "File empty for renamed node `%s'"
23102326 msgstr "ikke-refereret emne '%s'"
23112327
2312 #: tp/Texinfo/Convert/HTML.pm:7099
2328 #: tp/Texinfo/Convert/HTML.pm:7081
23132329 #, perl-format
23142330 msgid "Target node (new name for `%s') not in document: %s"
23152331 msgstr ""
23162332
2317 #: tp/Texinfo/Convert/HTML.pm:7131
2333 #: tp/Texinfo/Convert/HTML.pm:7113
23182334 #, fuzzy, perl-format
23192335 msgid "Error on closing renamed node redirection file %s: %s"
23202336 msgstr "fejl under lukning af uddatafilen '%s'"
23212337
2322 #: tp/Texinfo/Convert/HTML.pm:7169
2338 #: tp/Texinfo/Convert/HTML.pm:7151
23232339 #, fuzzy
23242340 msgid "Empty node name"
23252341 msgstr "ingen indeksindgange blev fundet for '%s'\n"
23262342
2327 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2343 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23282344 #, perl-format
23292345 msgid "Syntax for an external node used for `%s'"
23302346 msgstr ""
26222638
26232639 #: tp/Texinfo/Parser.pm:3455
26242640 #, fuzzy
2625 msgid "Empty node in menu entry"
2641 msgid "Empty node name in menu entry"
26262642 msgstr "ingen indeksindgange blev fundet for '%s'\n"
26272643
26282644 #: tp/Texinfo/Parser.pm:3525
30913107 msgid "Empty index key in @%s"
30923108 msgstr "ingen indeksindgange blev fundet for '%s'\n"
30933109
3094 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3095 #, fuzzy, perl-format
3096 msgid "Can't open %s for writing: %s\n"
3110 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3111 #, fuzzy, perl-format
3112 msgid "chm.pm:%s: Cannot open for writing: %s\n"
30973113 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
30983114
3099 #: tp/init/tex4ht.pm:122
3100 #, fuzzy, perl-format
3101 msgid "tex4ht error opening %s: %s"
3115 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3116 #, fuzzy, perl-format
3117 msgid "chm.pm:%s: Error on closing: %s"
31023118 msgstr "fejl under skrivning til '%s'"
31033119
3104 #: tp/init/tex4ht.pm:218
3105 #, perl-format
3106 msgid "chdir to %s failed"
3107 msgstr ""
3108
3109 #: tp/init/tex4ht.pm:242
3110 #, fuzzy, perl-format
3111 msgid "tex4ht output file missing: %s"
3120 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3121 #, fuzzy, perl-format
3122 msgid "tex4ht.pm:%s: Cannot open: %s"
3123 msgstr "Kan ikke finde '%s'."
3124
3125 #: tp/init/tex4ht.pm:219
3126 #, perl-format
3127 msgid "tex4ht.pm:%s: chdir failed: %s"
3128 msgstr ""
3129
3130 #: tp/init/tex4ht.pm:232
3131 #, perl-format
3132 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3133 msgstr ""
3134
3135 #: tp/init/tex4ht.pm:244
3136 #, fuzzy, perl-format
3137 msgid "tex4ht.pm: Output file missing: %s"
31123138 msgstr "kan ikke oprette uddatafil '%s'"
31133139
3114 #: tp/init/tex4ht.pm:295
3115 #, perl-format
3116 msgid ""
3117 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3140 #: tp/init/tex4ht.pm:260
3141 #, perl-format
3142 msgid "tex4ht.pm: Command failed: %s"
3143 msgstr ""
3144
3145 #: tp/init/tex4ht.pm:293
3146 #, perl-format
3147 msgid "tex4ht.pm: end of @%s item %d not found"
3148 msgstr ""
3149
3150 #: tp/init/tex4ht.pm:300
3151 #, perl-format
3152 msgid ""
3153 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31183154 "items found in the document"
31193155 msgstr ""
31203156
3121 #: tp/init/tex4ht.pm:313
3122 #, perl-format
3123 msgid "tex4ht output has no HTML item for @%s %s"
3124 msgstr ""
3125
3126 #: tp/texi2any.pl:373
3157 #: tp/init/tex4ht.pm:319
3158 #, perl-format
3159 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3160 msgstr ""
3161
3162 #: tp/texi2any.pl:374
31273163 #, fuzzy, perl-format
31283164 msgid "error loading %s: %s\n"
31293165 msgstr "fejl under skrivning til '%s'"
31303166
3131 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3167 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31323168 #, fuzzy, perl-format
31333169 msgid "Unknown variable %s\n"
31343170 msgstr "Ukendt kommando '%s'"
31353171
3136 #: tp/texi2any.pl:466
3172 #: tp/texi2any.pl:467
31373173 #, fuzzy, perl-format
31383174 msgid "Can't read init file %s"
31393175 msgstr "can ikke åbne inddata-filen '%s'."
31403176
3141 #: tp/texi2any.pl:597
3177 #: tp/texi2any.pl:598
31423178 #, fuzzy
31433179 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31443180 msgstr "Brug: %s [TILVALG]... TEXINFO-FIL...\n"
31453181
3146 #: tp/texi2any.pl:598
3182 #: tp/texi2any.pl:599
31473183 #, fuzzy
31483184 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31493185 msgstr "Brug: %s [TILVALG]... TEXINFO-FIL...\n"
31503186
3151 #: tp/texi2any.pl:600
3187 #: tp/texi2any.pl:601
31523188 msgid ""
31533189 "Translate Texinfo source documentation to various other formats, by default\n"
31543190 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31583194 "Info-filer, der er lavet til at blive læst på skærmen med Emacs eller GNU "
31593195 "Info.\n"
31603196
3161 #: tp/texi2any.pl:603
3197 #: tp/texi2any.pl:604
31623198 #, fuzzy, perl-format
31633199 msgid ""
31643200 "General options:\n"
31873223 " -v, --verbose forklar, hvad der sker.\n"
31883224 " --version vis versionsoplysninger og afslut.\n"
31893225
3190 #: tp/texi2any.pl:618
3226 #: tp/texi2any.pl:619
31913227 #, fuzzy
31923228 msgid ""
31933229 "Output format selection (default is to produce Info):\n"
32023238 " --html lav HTML i stedet for Info.\n"
32033239 " --xml lav Texinfo XML i stedet for Info.\n"
32043240
3205 #: tp/texi2any.pl:626
3241 #: tp/texi2any.pl:627
32063242 #, fuzzy
32073243 msgid ""
32083244 "General output options:\n"
32403276 " --number-sections lav afsnits- og sektionsnumre.\n"
32413277 " -o, --output=FILE send til FIL (katalog i tilfældet opdelt HTML),\n"
32423278
3243 #: tp/texi2any.pl:646
3279 #: tp/texi2any.pl:647
32443280 #, fuzzy, perl-format
32453281 msgid ""
32463282 "Options for Info and plain text:\n"
32813317 " --split-size=ANTAL opdel Info-filer ved størrelsen ANTAL "
32823318 "(standard %d).\n"
32833319
3284 #: tp/texi2any.pl:663
3320 #: tp/texi2any.pl:664
32853321 msgid ""
32863322 "Options for HTML:\n"
32873323 " --css-include=FILE include FILE in HTML <style> output;\n"
32953331 " anchors; default is set only if split.\n"
32963332 msgstr ""
32973333
3298 #: tp/texi2any.pl:674
3334 #: tp/texi2any.pl:675
32993335 msgid ""
33003336 "Options for XML and Docbook:\n"
33013337 " --output-indent=VAL does nothing, retained for compatibility.\n"
33023338 msgstr ""
33033339
3304 #: tp/texi2any.pl:677
3340 #: tp/texi2any.pl:678
33053341 msgid ""
33063342 "Options for DVI/PS/PDF:\n"
33073343 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33083344 msgstr ""
33093345
3310 #: tp/texi2any.pl:680
3346 #: tp/texi2any.pl:681
33113347 #, fuzzy
33123348 msgid ""
33133349 "Input file options:\n"
33253361 "søgestien.\n"
33263362 " -U VAR afdefinér variablen VAR som med @clear.\n"
33273363
3328 #: tp/texi2any.pl:687
3364 #: tp/texi2any.pl:688
33293365 #, fuzzy
33303366 msgid ""
33313367 "Conditional processing in input:\n"
33573393 " --no-iftex behandl ikke @iftex og @tex-tekst.\n"
33583394 " --no-ifxml behandl ikke @ifxml og @xml-tekst.\n"
33593395
3360 #: tp/texi2any.pl:704
3396 #: tp/texi2any.pl:705
33613397 #, fuzzy
33623398 msgid ""
33633399 " The defaults for the @if... conditionals depend on the output format:\n"
33743410 " hvis der laves ren tekst er --ifplaintext aktiveret og de andre "
33753411 "deaktiverede.\n"
33763412
3377 #: tp/texi2any.pl:711
3413 #: tp/texi2any.pl:712
33783414 #, fuzzy
33793415 msgid ""
33803416 "Examples:\n"
34013437 " makeinfo --number-sections xxx.texi skriv Info med nummererede afsnit\n"
34023438 " makeinfo --no-split xxx.texi skriv én Info-fil, uanset størrelsen\n"
34033439
3404 #: tp/texi2any.pl:758
3440 #: tp/texi2any.pl:759
34053441 #, perl-format
34063442 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34073443 msgstr ""
34083444 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
34093445
3410 #: tp/texi2any.pl:848
3446 #: tp/texi2any.pl:849
34113447 #, perl-format
34123448 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34133449 msgstr ""
34143450 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
34153451
3416 #: tp/texi2any.pl:962
3452 #: tp/texi2any.pl:963
34173453 #, perl-format
34183454 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34193455 msgstr ""
34203456
3421 #: tp/texi2any.pl:975
3457 #: tp/texi2any.pl:976
34223458 #, perl-format
34233459 msgid "when generating %s, only one input FILE may be specified with -o"
34243460 msgstr ""
34253461
3426 #: tp/texi2any.pl:979
3462 #: tp/texi2any.pl:980
34273463 msgid "--Xopt option without printed output"
34283464 msgstr ""
34293465
3430 #: tp/texi2any.pl:989
3466 #: tp/texi2any.pl:990
34313467 #, fuzzy, perl-format
34323468 msgid "Unknown tree transformation %s"
34333469 msgstr "Ukendt kommando '%s'"
34343470
3435 #: tp/texi2any.pl:996
3471 #: tp/texi2any.pl:997
34363472 #, perl-format
34373473 msgid "Ignoring splitting for format %s"
34383474 msgstr ""
34393475
3440 #: tp/texi2any.pl:1045
3476 #: tp/texi2any.pl:1046
34413477 #, perl-format
34423478 msgid "%s: missing file argument.\n"
34433479 msgstr "%s: mangler filparameter.\n"
34443480
3445 #: tp/texi2any.pl:1046
3481 #: tp/texi2any.pl:1047
34463482 #, perl-format
34473483 msgid "Try `%s --help' for more information.\n"
34483484 msgstr "Prøv '%s --help' for mere information.\n"
34493485
3450 #: tp/texi2any.pl:1117
3486 #: tp/texi2any.pl:1118
34513487 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34523488 msgstr ""
34533489
3454 #: tp/texi2any.pl:1139
3490 #: tp/texi2any.pl:1140
34553491 #, fuzzy, perl-format
34563492 msgid "Error on closing macro expand file %s: %s\n"
34573493 msgstr "fejl under lukning af uddatafilen '%s'"
34583494
3459 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3495 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
34603496 #, fuzzy, perl-format
34613497 msgid "Could not open %s for writing: %s\n"
34623498 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
34633499
3464 #: tp/texi2any.pl:1169
3500 #: tp/texi2any.pl:1170
34653501 msgid ""
34663502 "insert_nodes_for_sectioning_commands transformation return no result. No "
34673503 "section?"
34683504 msgstr ""
34693505
3470 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3506 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
34713507 #, fuzzy, perl-format
34723508 msgid "Error on closing %s: %s\n"
34733509 msgstr "fejl under skrivning til '%s'"
34743510
3475 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3511 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
34763512 #, perl-format
34773513 msgid "Error on closing internal links file %s: %s\n"
34783514 msgstr ""
35323568 #, c-format
35333569 msgid "entry %s follows an entry with a secondary name"
35343570 msgstr "indgang %s følger en indgang med et sekundært navn"
3571
3572 #, fuzzy
3573 #~ msgid "tex4ht error opening %s: %s"
3574 #~ msgstr "fejl under skrivning til '%s'"
35353575
35363576 #, fuzzy
35373577 #~ msgid "Error on closing renamed nodes file %s: %s"
43374377
43384378 #~ msgid ""
43394379 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4340 #~ " You may include a filename as well, as in (FILENAME)"
4341 #~ "NODENAME.\n"
4380 #~ " You may include a filename as well, as in "
4381 #~ "(FILENAME)NODENAME.\n"
43424382 #~ msgstr ""
43434383 #~ "\\%-10[goto-node] Gå til emne angivet ved navn.\n"
43444384 #~ " Du kan også medtage filnavn, som (FILNAVN)EMNENAVN.\n"
44714511 #~ msgstr " Valg af menupunkt vælger et andet emne.\n"
44724512
44734513 #~ msgid ""
4474 #~ " You may include a filename as well, as in (FILENAME)"
4475 #~ "NODENAME.\n"
4514 #~ " You may include a filename as well, as in "
4515 #~ "(FILENAME)NODENAME.\n"
44764516 #~ msgstr " Du kan også medtage filnavn, som (FILNAVN)EMNENAVN.\n"
44774517
44784518 #~ msgid " %-10s Search backward for a specified string\n"
Binary diff not shown
+248
-196
po/de.po less more
3131 #
3232 msgid ""
3333 msgstr ""
34 "Project-Id-Version: texinfo 4.13.91\n"
34 "Project-Id-Version: texinfo 4.13.92\n"
3535 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
36 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
37 "PO-Revision-Date: 2012-12-03 21:05+0100\n"
36 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
37 "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"
4040 "Language: de\n"
103103 msgid "%s: option '-W %s' requires an argument\n"
104104 msgstr "%s: Option „-W %s“ benötigt ein Argument\n"
105105
106 #: gnulib/lib/regcomp.c:130
106 #: gnulib/lib/regcomp.c:131
107107 msgid "Success"
108108 msgstr ""
109109
110 #: gnulib/lib/regcomp.c:133
110 #: gnulib/lib/regcomp.c:134
111111 msgid "No match"
112112 msgstr ""
113113
114 #: gnulib/lib/regcomp.c:136
114 #: gnulib/lib/regcomp.c:137
115115 msgid "Invalid regular expression"
116116 msgstr "Ungültiger regulärer Ausdruck"
117117
118 #: gnulib/lib/regcomp.c:139
118 #: gnulib/lib/regcomp.c:140
119119 msgid "Invalid collation character"
120120 msgstr "Ungültiges Zeichen für Sortierung"
121121
122 #: gnulib/lib/regcomp.c:142
122 #: gnulib/lib/regcomp.c:143
123123 msgid "Invalid character class name"
124124 msgstr "Ungültiger Name für Zeichenklasse"
125125
126 #: gnulib/lib/regcomp.c:145
126 #: gnulib/lib/regcomp.c:146
127127 msgid "Trailing backslash"
128128 msgstr "Backslash am Ende"
129129
130 #: gnulib/lib/regcomp.c:148
130 #: gnulib/lib/regcomp.c:149
131131 msgid "Invalid back reference"
132132 msgstr "Ungültiger Rückverweis"
133133
134 #: gnulib/lib/regcomp.c:151
134 #: gnulib/lib/regcomp.c:152
135135 msgid "Unmatched [ or [^"
136136 msgstr "Nicht übereinstimmende [ oder [^"
137137
138 #: gnulib/lib/regcomp.c:154
138 #: gnulib/lib/regcomp.c:155
139139 msgid "Unmatched ( or \\("
140140 msgstr "Nicht übereinstimmende ( oder \\("
141141
142 #: gnulib/lib/regcomp.c:157
142 #: gnulib/lib/regcomp.c:158
143143 msgid "Unmatched \\{"
144144 msgstr "Nicht übereinstimmende \\{"
145145
146 #: gnulib/lib/regcomp.c:160
146 #: gnulib/lib/regcomp.c:161
147147 msgid "Invalid content of \\{\\}"
148148 msgstr "Ungültiger Inhalt von \\{\\}"
149149
150 #: gnulib/lib/regcomp.c:163
150 #: gnulib/lib/regcomp.c:164
151151 msgid "Invalid range end"
152152 msgstr "Ungültiges Bereichsende"
153153
154 #: gnulib/lib/regcomp.c:166
154 #: gnulib/lib/regcomp.c:167
155155 msgid "Memory exhausted"
156156 msgstr "Kein Speicher mehr"
157157
158 #: gnulib/lib/regcomp.c:169
158 #: gnulib/lib/regcomp.c:170
159159 msgid "Invalid preceding regular expression"
160160 msgstr "Ungültiger vorhergehender regulärer Ausdruck"
161161
162 #: gnulib/lib/regcomp.c:172
162 #: gnulib/lib/regcomp.c:173
163163 msgid "Premature end of regular expression"
164164 msgstr "Verfrühtes Ende der regulären Ausdrucks"
165165
166 #: gnulib/lib/regcomp.c:175
166 #: gnulib/lib/regcomp.c:176
167167 msgid "Regular expression too big"
168168 msgstr "Regulärer Ausdruck zu groß"
169169
170 #: gnulib/lib/regcomp.c:178
170 #: gnulib/lib/regcomp.c:179
171171 msgid "Unmatched ) or \\)"
172172 msgstr "Nicht übereinstimmende ) oder \\)"
173173
174 #: gnulib/lib/regcomp.c:703
174 #: gnulib/lib/regcomp.c:704
175175 msgid "No previous regular expression"
176176 msgstr "Keine vorheriger regulärer Ausdruck"
177177
424424 msgid "Try --help for more information.\n"
425425 msgstr "„--help“ gibt weitere Informationen.\n"
426426
427 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
428 #: tp/texi2any.pl:735 util/texindex.c:295
427 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
428 #: tp/texi2any.pl:736 util/texindex.c:295
429429 #, c-format, perl-format
430430 msgid ""
431431 "Copyright (C) %s Free Software Foundation, Inc.\n"
19771977 msgid " Subfile: %s"
19781978 msgstr " Unterdatei: %s"
19791979
1980 #: install-info/install-info.c:285
1980 #: install-info/install-info.c:286
19811981 #, c-format
19821982 msgid "%s for %s"
19831983 msgstr "%s für %s"
19841984
1985 #: install-info/install-info.c:519
1985 #: install-info/install-info.c:520
19861986 #, c-format
19871987 msgid "\tTry `%s --help' for a complete list of options.\n"
19881988 msgstr "\t„%s --help“ gibt weitere Informationen.\n"
19891989
1990 #: install-info/install-info.c:527
1990 #: install-info/install-info.c:528
19911991 #, c-format
19921992 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19931993 msgstr "Aufruf: %s [OPTION]... [INFO-DATEI [VERZEICHNIS-DATEI]]\n"
19941994
1995 #: install-info/install-info.c:529
1995 #: install-info/install-info.c:530
19961996 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19971997 msgstr ""
19981998 "Einträge in INFO-DATEI hinzufügen oder entfernen (in Info-Verzeichnis "
19991999 "VERZEICHNIS-DATEI)"
20002000
2001 #: install-info/install-info.c:531
2002 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
2003 msgstr ""
2004
20012005 #: install-info/install-info.c:532
2006 msgid "--dir-file (or --info-dir) options are given, respectively."
2007 msgstr ""
2008
2009 #: install-info/install-info.c:535
20022010 msgid ""
20032011 "Options:\n"
2012 " --add-once add only to first matching section, not all.\n"
2013 " --align=COL start description of new entries at column COL.\n"
2014 " --calign=COL format second and subsequent description lines to\n"
2015 " start at column COL."
2016 msgstr ""
2017
2018 #: install-info/install-info.c:542
2019 #, fuzzy
2020 msgid ""
20042021 " --debug report what is being done.\n"
20052022 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
20062023 " don't insert any new entries.\n"
20242041 " mit dem VERZEICHNIS-DATEI-Argument\n"
20252042 " --dry-run gleichbedeutend zu --test"
20262043
2027 #: install-info/install-info.c:544
2028 msgid ""
2029 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2044 #: install-info/install-info.c:553
2045 #, fuzzy
2046 msgid ""
2047 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2048 " overriding any corresponding entry from DIR-FILE.\n"
20302049 " TEXT is written as an Info menu item line followed\n"
20312050 " by zero or more extra lines starting with "
20322051 "whitespace.\n"
20332052 " If you specify more than one entry, all are added.\n"
20342053 " If you don't specify any entries, they are determined\n"
2035 " from information in the Info file itself.\n"
2036 " When removing, TEXT specifies the entry to remove.\n"
2037 " TEXT is only removed as a last resort, if the\n"
2038 " entry as determined from the Info file is not "
2039 "present,\n"
2040 " and the basename of the Info file isn't found either."
2054 " from information in the Info file itself."
20412055 msgstr ""
20422056 " --entry=TEXT TEXT als einen Info-Verzeichnis-Eintrag einfügen.\n"
20432057 " TEXT wird als Info-Menüeintragszeile gefolgt von null\n"
20552069 "eben-\n"
20562070 " falls nicht gefunden wird."
20572071
2058 #: install-info/install-info.c:556
2072 #: install-info/install-info.c:562
2073 #, fuzzy
20592074 msgid ""
20602075 " --help display this help and exit.\n"
20612076 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20622077 " --info-file=FILE specify Info file to install in the directory;\n"
20632078 " equivalent to using the INFO-FILE argument.\n"
20642079 " --item=TEXT same as --entry=TEXT.\n"
2065 " --keep-old do not replace entries, or remove empty sections.\n"
2066 " --menuentry=TEXT same as --name=TEXT.\n"
2067 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2068 " to become synonymous with the --entry option.\n"
2069 " --no-indent do not format new entries in the DIR file.\n"
2070 " --quiet suppress warnings."
2080 " --keep-old do not replace entries, or remove empty sections."
20712081 msgstr ""
20722082 " --help diese Hilfe zeigen und beenden\n"
20732083 " --info-dir=VERZ wie --dir-file=VERZ/dir\n"
20822092 " --no-indent neue Einträge in der VERZEICHNIS-Datei nicht formatieren\n"
20832093 " --quiet Warnungen unterdrücken"
20842094
2085 #: install-info/install-info.c:569
2095 #: install-info/install-info.c:570
2096 #, fuzzy
2097 msgid ""
2098 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2099 " --menuentry=TEXT same as --name=TEXT.\n"
2100 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2101 " to become synonymous with the --entry option.\n"
2102 " --no-indent do not format new entries in the DIR file.\n"
2103 " --quiet suppress warnings."
2104 msgstr ""
2105 " --help diese Hilfe zeigen und beenden\n"
2106 " --info-dir=VERZ wie --dir-file=VERZ/dir\n"
2107 " --info-file=DATEI Info-Datei angeben, die im Verzeichnis zu installieren "
2108 "ist.\n"
2109 " Gleichbedeutend mit dem INFO-DATEI-Argument\n"
2110 " --item=TEXT wie --entry TEXT\n"
2111 " --keep-old Einträge nicht ersetzen oder leere Abschnitte entfernen\n"
2112 " --menuentry=TEXT wie --name=TEXT\n"
2113 " --name=TEXT der Name des Eintrags ist TEXT; zusammen mit der Option\n"
2114 " --description benutzt, um synonym zu --entry zu werden\n"
2115 " --no-indent neue Einträge in der VERZEICHNIS-Datei nicht formatieren\n"
2116 " --quiet Warnungen unterdrücken"
2117
2118 #: install-info/install-info.c:578
20862119 msgid ""
20872120 " --regex=R put this file's entries in all sections that match the\n"
20882121 " regular expression R (ignoring case).\n"
21132146 " entnommen.\n"
21142147 " --section R SEC äquivalent zu --regex=R --section=SEC --add-once"
21152148
2116 #: install-info/install-info.c:582
2149 #: install-info/install-info.c:591
21172150 msgid ""
21182151 " --silent suppress warnings.\n"
21192152 " --test suppress updating of DIR-FILE.\n"
21232156 " --test die VERZEICHNIS-DATEI nicht ändern\n"
21242157 " --version Programmversion anzeigen und beenden"
21252158
2126 #: install-info/install-info.c:589 tp/texi2any.pl:723
2159 #: install-info/install-info.c:598 tp/texi2any.pl:724
21272160 msgid ""
21282161 "Email bug reports to bug-texinfo@gnu.org,\n"
21292162 "general questions and discussion to help-texinfo@gnu.org.\n"
21342167 "schicken, allgemeine Fragen und Gedankenaustausch an help-texinfo@gnu.org.\n"
21352168 "Texinfos Homepage: http://www.gnu.org/software/texinfo/"
21362169
2137 #: install-info/install-info.c:616
2170 #: install-info/install-info.c:625
21382171 #, c-format
21392172 msgid ""
21402173 "This is the file .../info/dir, which contains the\n"
21692202 "\n"
21702203 "%s\n"
21712204
2172 #: install-info/install-info.c:640
2205 #: install-info/install-info.c:649
21732206 #, c-format
21742207 msgid "%s: could not read (%s) and could not create (%s)"
21752208 msgstr "%s: kann nicht gelesen (%s) und nicht angelegt werden (%s)"
21762209
2177 #: install-info/install-info.c:736
2210 #: install-info/install-info.c:745
21782211 #, c-format
21792212 msgid "%s: empty file"
21802213 msgstr "%s: leere Datei"
21812214
2182 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2215 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21832216 #, c-format
21842217 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21852218 msgstr "START-INFO-DIR-ENTRY ohne END-INFO-DIR-ENTRY"
21862219
2187 #: install-info/install-info.c:1114
2220 #: install-info/install-info.c:1123
21882221 #, c-format
21892222 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21902223 msgstr "END-INFO-DIR-ENTRY ohne START-INFO-DIR-ENTRY"
21912224
2192 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2225 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21932226 #, c-format
21942227 msgid "%s: already have dir file: %s\n"
21952228 msgstr "%s: Verzeichnisdatei schon vorhanden: %s\n"
21962229
2197 #: install-info/install-info.c:2068
2230 #: install-info/install-info.c:2077
21982231 #, c-format
21992232 msgid "%s: Specify the Info file only once.\n"
22002233 msgstr "%s: Info-Datei nur einmal angeben.\n"
22012234
2202 #: install-info/install-info.c:2101
2235 #: install-info/install-info.c:2110
22032236 #, c-format
22042237 msgid "Extra regular expression specified, ignoring `%s'"
22052238 msgstr "Zusätzlicher regulärer Ausdruch angegeben, ignoriere „%s“"
22062239
2207 #: install-info/install-info.c:2113
2240 #: install-info/install-info.c:2122
22082241 #, c-format
22092242 msgid "Error in regular expression `%s': %s"
22102243 msgstr "Fehler in regulärem Ausdruck „%s“: %s"
22112244
2212 #: install-info/install-info.c:2171
2245 #: install-info/install-info.c:2180
22132246 #, c-format
22142247 msgid "excess command line argument `%s'"
22152248 msgstr "überflüssiges Kommandozeilen-Argument „%s“ wird übergangen"
22162249
2217 #: install-info/install-info.c:2175
2250 #: install-info/install-info.c:2184
22182251 #, c-format
22192252 msgid "No input file specified; try --help for more information."
22202253 msgstr "Keine Eingabe-Datei angegeben; „--help“ gibt weitere Informationen."
22212254
2222 #: install-info/install-info.c:2177
2255 #: install-info/install-info.c:2186
22232256 #, c-format
22242257 msgid "No dir file specified; try --help for more information."
22252258 msgstr "Keine dir-Datei angegeben; „--help“ gibt weitere Informationen."
22262259
2227 #: install-info/install-info.c:2319
2260 #: install-info/install-info.c:2328
22282261 #, c-format
22292262 msgid "no info dir entry in `%s'"
22302263 msgstr "Kein Info-Verzeichnis-Eintrag in „%s“"
22312264
2232 #: install-info/install-info.c:2567
2265 #: install-info/install-info.c:2576
22332266 #, c-format
22342267 msgid "no entries found for `%s'; nothing deleted"
22352268 msgstr "keine Einträge für „%s“ gefunden; nichts entfernt"
22362269
2237 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2238 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2239 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2240 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2241 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2270 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22422275 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22432276 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22442277 #, perl-format
23182351 msgstr "protect_hashchar_at_line_beginning kann in @%s nichts schützen"
23192352
23202353 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2321 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2354 #: tp/texi2any.pl:386 tp/texi2any.pl:403
23222355 #, perl-format
23232356 msgid "Obsolete variable %s\n"
23242357 msgstr "Veraltete Variable %s\n"
23332366 msgid "Can't create directories `%s': %s"
23342367 msgstr "Kann Verzeichnisse „%s“ nicht anlegen: %s"
23352368
2336 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2337 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2369 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2370 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23382371 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23392372 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2340 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2341 #: tp/init/chm.pm:399
2373 #: tp/Texinfo/Parser.pm:1871
23422374 #, perl-format
23432375 msgid "Error on closing %s: %s"
23442376 msgstr "Fehler beim Schließen von %s: %s"
23452377
2346 #: tp/Texinfo/Convert/DocBook.pm:919
2378 #: tp/Texinfo/Convert/DocBook.pm:897
23472379 #, perl-format
23482380 msgid "@image file `%s' not found, using `%s'"
23492381 msgstr "@image-Datei „%s“ nicht gefunden, benutze „%s“"
23582390 msgid "Raw format %s is not converted"
23592391 msgstr "Rohes Format %s wird nicht konvertiert"
23602392
2361 #: tp/Texinfo/Convert/HTML.pm:4832
2393 #: tp/Texinfo/Convert/HTML.pm:4814
23622394 #, perl-format
23632395 msgid "%s:%d: string not closed in css file"
23642396 msgstr "%s:%d: Zeichenkette in CSS-Datei nicht geschlossen"
23652397
2366 #: tp/Texinfo/Convert/HTML.pm:4834
2398 #: tp/Texinfo/Convert/HTML.pm:4816
23672399 #, perl-format
23682400 msgid "%s:%d: --css-include ended in comment"
23692401 msgstr "%s:%d: --css-include endete inmitten eines Kommentars"
23702402
2371 #: tp/Texinfo/Convert/HTML.pm:4836
2372 #, perl-format
2373 msgid "%s:%d @import not finished in css file"
2403 #: tp/Texinfo/Convert/HTML.pm:4818
2404 #, fuzzy, perl-format
2405 msgid "%s:%d: @import not finished in css file"
23742406 msgstr "%s:%d: @import in CSS-Datei nicht abgeschlossen"
23752407
2376 #: tp/Texinfo/Convert/HTML.pm:4862
2408 #: tp/Texinfo/Convert/HTML.pm:4844
23772409 #, perl-format
23782410 msgid "css file %s not found"
23792411 msgstr "CSS-Datei %s nicht gefunden"
23802412
2381 #: tp/Texinfo/Convert/HTML.pm:4868
2382 #, fuzzy, perl-format
2413 #: tp/Texinfo/Convert/HTML.pm:4850
2414 #, perl-format
23832415 msgid "could not open --include-file %s: %s"
2384 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
2385
2386 #: tp/Texinfo/Convert/HTML.pm:4878
2387 #, fuzzy, perl-format
2416 msgstr "konnte --include-file %s nicht öffnen: %s"
2417
2418 #: tp/Texinfo/Convert/HTML.pm:4860
2419 #, perl-format
23882420 msgid "Error on closing CSS file %s: %s"
2389 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
2390
2391 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2392 #, fuzzy, perl-format
2421 msgstr "Fehler beim Schließen der CSS-Datei %s: %s"
2422
2423 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2424 #, perl-format
23932425 msgid "No htmlxref.cnf entry found for `%s'"
2394 msgstr "Keine Indexeinträge für „%s“ gefunden\n"
2395
2396 #: tp/Texinfo/Convert/HTML.pm:6513
2426 msgstr "Kein Eintrag htmlxref.cnf für „%s“ gefunden"
2427
2428 #: tp/Texinfo/Convert/HTML.pm:6495
23972429 #, fuzzy, perl-format
23982430 msgid "Error on closing frame file %s: %s"
23992431 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
24002432
2401 #: tp/Texinfo/Convert/HTML.pm:6537
2433 #: tp/Texinfo/Convert/HTML.pm:6519
24022434 #, fuzzy, perl-format
24032435 msgid "Error on closing TOC frame file %s: %s"
24042436 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
24052437
2406 #: tp/Texinfo/Convert/HTML.pm:6652
2438 #: tp/Texinfo/Convert/HTML.pm:6634
24072439 #, perl-format
24082440 msgid "Handler %s of stage %s priority %s failed"
24092441 msgstr ""
24102442
2411 #: tp/Texinfo/Convert/HTML.pm:6853
2443 #: tp/Texinfo/Convert/HTML.pm:6835
24122444 msgid "Must specify a title with a title command or @top"
24132445 msgstr ""
24142446
2415 #: tp/Texinfo/Convert/HTML.pm:7058
2447 #: tp/Texinfo/Convert/HTML.pm:7040
24162448 #, perl-format
24172449 msgid "Error on closing redirection node file %s: %s"
24182450 msgstr ""
24192451
2420 #: tp/Texinfo/Convert/HTML.pm:7083
2421 #, fuzzy, perl-format
2452 #: tp/Texinfo/Convert/HTML.pm:7065
2453 #, perl-format
24222454 msgid "Old name for `%s' is a node of the document"
2423 msgstr ""
2424 "Kein „voriges“ (Prev) oder „aufwärts“ (Up) für diesen Knoten innerhalb "
2425 "dieses Dokuments."
2426
2427 #: tp/Texinfo/Convert/HTML.pm:7087
2428 #, fuzzy, perl-format
2455 msgstr "Alter Name für „%s“ ist ein Knoten dieses Dokuments."
2456
2457 #: tp/Texinfo/Convert/HTML.pm:7069
2458 #, perl-format
24292459 msgid "File empty for renamed node `%s'"
2430 msgstr "Nicht referenzierter Knoten „%s“"
2431
2432 #: tp/Texinfo/Convert/HTML.pm:7099
2460 msgstr "Datei leer für umbenannten Knoten „%s“"
2461
2462 #: tp/Texinfo/Convert/HTML.pm:7081
24332463 #, perl-format
24342464 msgid "Target node (new name for `%s') not in document: %s"
2435 msgstr ""
2436
2437 #: tp/Texinfo/Convert/HTML.pm:7131
2465 msgstr "Zielknoten (neuer Name für „%s“) ist nicht im Dokument: %s"
2466
2467 #: tp/Texinfo/Convert/HTML.pm:7113
24382468 #, fuzzy, perl-format
24392469 msgid "Error on closing renamed node redirection file %s: %s"
24402470 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
24412471
2442 #: tp/Texinfo/Convert/HTML.pm:7169
2472 #: tp/Texinfo/Convert/HTML.pm:7151
24432473 msgid "Empty node name"
24442474 msgstr "Leerer Knotenname"
24452475
2446 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2476 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24472477 #, perl-format
24482478 msgid "Syntax for an external node used for `%s'"
2449 msgstr ""
2479 msgstr "Syntax für einen externen Knoten für „%s“ benutzt"
24502480
24512481 #: tp/Texinfo/Convert/Info.pm:99
24522482 msgid "Document without nodes."
24592489 #: tp/Texinfo/Convert/Info.pm:151
24602490 #, perl-format
24612491 msgid "Rename %s failed: %s"
2462 msgstr ""
2492 msgstr "Umbenennen von %s fehlgeschlagen: %s"
24632493
24642494 #: tp/Texinfo/Convert/Info.pm:226
24652495 #, perl-format
24662496 msgid "@%s output more than once: %s"
2467 msgstr ""
2497 msgstr "@%s mehr als einmal ausgegeben: %s"
24682498
24692499 #: tp/Texinfo/Convert/Info.pm:340
24702500 #, perl-format
25112541 #: tp/Texinfo/Parser.pm:800
25122542 #, perl-format
25132543 msgid "@%s should only appear at beginning or end of document"
2514 msgstr ""
2544 msgstr "@%s sollte nur am Anfang oder Ende eines Dokuments erscheinen"
25152545
25162546 #: tp/Texinfo/Parser.pm:816
25172547 #, fuzzy, perl-format
25912621 msgstr "Nicht übereinstimmendes „%c%s“"
25922622
25932623 #: tp/Texinfo/Parser.pm:1945
2594 #, fuzzy, perl-format
2624 #, perl-format
25952625 msgid "Macro `%s' called with too many args"
2596 msgstr "Makro „%s“ in Zeile %d mit zuvielen Argumenten aufgerufen"
2626 msgstr "Makro „%s“ mit zu vielen Argumenten aufgerufen"
25972627
25982628 #: tp/Texinfo/Parser.pm:1967
2599 #, fuzzy, perl-format
2629 #, perl-format
26002630 msgid "@%s missing close brace"
2601 msgstr "%c%s fehlende schließende Klammer"
2631 msgstr "@%s fehlende schließende Klammer"
26022632
26032633 #: tp/Texinfo/Parser.pm:1974
2604 #, fuzzy, perl-format
2634 #, perl-format
26052635 msgid "Macro `%s' declared without argument called with an argument"
2606 msgstr "Makro „%s“ in Zeile %d mit zuvielen Argumenten aufgerufen"
2636 msgstr "Makro „%s“ deklariert ohne Argument, aber mit Argument aufgerufen"
26072637
26082638 #: tp/Texinfo/Parser.pm:2008
2609 #, fuzzy, perl-format
2639 #, perl-format
26102640 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26112641 msgstr ""
2612 "Dem \\ in der Makro-Erweiterung folgt „%s“ anstelle eines Parameternamens"
2642 "Dem \\ in der @%s-Erweiterung folgt „%s“ anstelle eines Parameternamens oder "
2643 "\\"
26132644
26142645 #: tp/Texinfo/Parser.pm:2399
2615 #, fuzzy, perl-format
2646 #, perl-format
26162647 msgid "@%s `%s' previously defined"
2617 msgstr "Makro „%s“ früher definiert"
2648 msgstr "@%s „%s“ früher definiert"
26182649
26192650 #: tp/Texinfo/Parser.pm:2404
2620 #, fuzzy, perl-format
2651 #, perl-format
26212652 msgid "here is the previous definition as @%s"
2622 msgstr "hier ist die frühere Definition von „%s“"
2653 msgstr "hier ist die frühere Definition als @%s"
26232654
26242655 #: tp/Texinfo/Parser.pm:2759
26252656 #, perl-format
26422673 msgstr "%s: leere Datei"
26432674
26442675 #: tp/Texinfo/Parser.pm:2887 tp/Texinfo/Parser.pm:5185
2645 #, fuzzy, perl-format
2676 #, perl-format
26462677 msgid "Superfluous argument to @%s"
2647 msgstr "Fehlerhafte Argumente zu @%s"
2678 msgstr "Überflüssige Argumente zu @%s"
26482679
26492680 #: tp/Texinfo/Parser.pm:2893 tp/Texinfo/Parser.pm:5206
26502681 #: tp/Texinfo/Parser.pm:5217
26752706 msgstr "@%s fehlendes Argument"
26762707
26772708 #: tp/Texinfo/Parser.pm:3033
2678 #, fuzzy, perl-format
2709 #, perl-format
26792710 msgid "Unknown @end %s"
2680 msgstr "Unbekannter Index „%s“"
2711 msgstr "Unbekanntes @end %s“"
26812712
26822713 #: tp/Texinfo/Parser.pm:3055 tp/Texinfo/Parser.pm:3662
2683 #, fuzzy, perl-format
2714 #, perl-format
26842715 msgid "Superfluous argument to @%s %s: %s"
2685 msgstr "Fehlerhafte Argumente zu @%s: %s"
2716 msgstr "Überflüssiges Argument zu @%s %s: %s"
26862717
26872718 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:5257
26882719 #: tp/Texinfo/Parser.pm:5303 tp/Texinfo/Parser.pm:5329
26992730 #: tp/Texinfo/Parser.pm:3091
27002731 #, perl-format
27012732 msgid "Encoding `%s' is not a canonical texinfo encoding"
2702 msgstr ""
2733 msgstr "Encoding „%s“ ist kein kanonisches texinfo-Encoding"
27032734
27042735 #: tp/Texinfo/Parser.pm:3099
27052736 #, perl-format
27192750 #: tp/Texinfo/Parser.pm:3291
27202751 #, perl-format
27212752 msgid "@%s should not be associated with @top"
2722 msgstr ""
2753 msgstr "@%s sollte nicht mit @top assoziiert sein"
27232754
27242755 #: tp/Texinfo/Parser.pm:3303
27252756 #, perl-format
27272758 msgstr ""
27282759
27292760 #: tp/Texinfo/Parser.pm:3400
2730 #, fuzzy, perl-format
2761 #, perl-format
27312762 msgid "Empty argument in @%s"
2732 msgstr "Fehlerhafte Argumente zu @%s"
2763 msgstr "Leeres Argument in @%s"
27332764
27342765 #: tp/Texinfo/Parser.pm:3404
27352766 #, perl-format
27422773 msgstr "Kein Menü im Knoten „%s“."
27432774
27442775 #: tp/Texinfo/Parser.pm:3455
2745 msgid "Empty node in menu entry"
2776 #, fuzzy
2777 msgid "Empty node name in menu entry"
27462778 msgstr "Leerer Knoten im Menüeintrag"
27472779
27482780 #: tp/Texinfo/Parser.pm:3525
32273259 msgid "Empty index key in @%s"
32283260 msgstr ""
32293261
3230 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3231 #, perl-format
3232 msgid "Can't open %s for writing: %s\n"
3233 msgstr ""
3234
3235 #: tp/init/tex4ht.pm:122
3236 #, perl-format
3237 msgid "tex4ht error opening %s: %s"
3238 msgstr ""
3239
3240 #: tp/init/tex4ht.pm:218
3241 #, perl-format
3242 msgid "chdir to %s failed"
3243 msgstr ""
3244
3245 #: tp/init/tex4ht.pm:242
3246 #, fuzzy, perl-format
3247 msgid "tex4ht output file missing: %s"
3262 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3263 #, fuzzy, perl-format
3264 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3265 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
3266
3267 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3268 #, fuzzy, perl-format
3269 msgid "chm.pm:%s: Error on closing: %s"
3270 msgstr "Fehler beim Schließen von %s: %s"
3271
3272 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3273 #, fuzzy, perl-format
3274 msgid "tex4ht.pm:%s: Cannot open: %s"
3275 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
3276
3277 #: tp/init/tex4ht.pm:219
3278 #, fuzzy, perl-format
3279 msgid "tex4ht.pm:%s: chdir failed: %s"
3280 msgstr "Umbenennen von %s fehlgeschlagen: %s"
3281
3282 #: tp/init/tex4ht.pm:232
3283 #, perl-format
3284 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3285 msgstr ""
3286
3287 #: tp/init/tex4ht.pm:244
3288 #, fuzzy, perl-format
3289 msgid "tex4ht.pm: Output file missing: %s"
32483290 msgstr "Ausgabedatei „%s“ kann nicht angelegt werden."
32493291
3250 #: tp/init/tex4ht.pm:295
3251 #, perl-format
3252 msgid ""
3253 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3292 #: tp/init/tex4ht.pm:260
3293 #, perl-format
3294 msgid "tex4ht.pm: Command failed: %s"
3295 msgstr ""
3296
3297 #: tp/init/tex4ht.pm:293
3298 #, perl-format
3299 msgid "tex4ht.pm: end of @%s item %d not found"
3300 msgstr ""
3301
3302 #: tp/init/tex4ht.pm:300
3303 #, perl-format
3304 msgid ""
3305 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32543306 "items found in the document"
32553307 msgstr ""
32563308
3257 #: tp/init/tex4ht.pm:313
3258 #, perl-format
3259 msgid "tex4ht output has no HTML item for @%s %s"
3260 msgstr ""
3261
3262 #: tp/texi2any.pl:373
3309 #: tp/init/tex4ht.pm:319
3310 #, perl-format
3311 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3312 msgstr ""
3313
3314 #: tp/texi2any.pl:374
32633315 #, perl-format
32643316 msgid "error loading %s: %s\n"
32653317 msgstr "Fehler beim Laden von %s: %s\n"
32663318
3267 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3319 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32683320 #, perl-format
32693321 msgid "Unknown variable %s\n"
32703322 msgstr "Unbekannter Variable %s\n"
32713323
3272 #: tp/texi2any.pl:466
3324 #: tp/texi2any.pl:467
32733325 #, perl-format
32743326 msgid "Can't read init file %s"
32753327 msgstr "Initialisierungsdatei %s kann nicht gelesen werden."
32763328
3277 #: tp/texi2any.pl:597
3329 #: tp/texi2any.pl:598
32783330 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32793331 msgstr "Aufruf: makeinfo [OPTION]... TEXINFO-DATEI...\n"
32803332
3281 #: tp/texi2any.pl:598
3333 #: tp/texi2any.pl:599
32823334 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32833335 msgstr " oder : texi2any [OPTION]... TEXINFO-DATEI...\n"
32843336
3285 #: tp/texi2any.pl:600
3337 #: tp/texi2any.pl:601
32863338 msgid ""
32873339 "Translate Texinfo source documentation to various other formats, by default\n"
32883340 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32913343 "standardmäßig in Info-Dateien, die online mit einem Info-Leser wie\n"
32923344 "GNU Info (oder auch Emacs, TkInfo, etc.) gelesen werden können.\n"
32933345
3294 #: tp/texi2any.pl:603
3346 #: tp/texi2any.pl:604
32953347 #, fuzzy, perl-format
32963348 msgid ""
32973349 "General options:\n"
33273379 " -v, --verbose ausführlich die Bearbeitungschritte anzeigen\n"
33283380 " --version Programmversion anzeigen und beenden\n"
33293381
3330 #: tp/texi2any.pl:618
3382 #: tp/texi2any.pl:619
33313383 msgid ""
33323384 "Output format selection (default is to produce Info):\n"
33333385 " --docbook output Docbook XML rather than Info.\n"
33443396 " --dvi, --dvipdf, --ps, --pdf texi2dvi für entsprechende Ausgabe "
33453397 "nutzen.\n"
33463398
3347 #: tp/texi2any.pl:626
3399 #: tp/texi2any.pl:627
33483400 msgid ""
33493401 "General output options:\n"
33503402 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33963448 " Ausgabedatei dort platzieren.\n"
33973449 " Anderenfalls ist ZIEL die Ausgabedatei.\n"
33983450
3399 #: tp/texi2any.pl:646
3451 #: tp/texi2any.pl:647
34003452 #, perl-format
34013453 msgid ""
34023454 "Options for Info and plain text:\n"
34403492 " --split-size=GRÖSSE in GRÖSSE große Dateien splitten (Standard "
34413493 "%d)\n"
34423494
3443 #: tp/texi2any.pl:663
3495 #: tp/texi2any.pl:664
34443496 msgid ""
34453497 "Options for HTML:\n"
34463498 " --css-include=FILE include FILE in HTML <style> output;\n"
34663518 "erstellen\n"
34673519 " (ist Standard bei Aufteilung)\n"
34683520
3469 #: tp/texi2any.pl:674
3521 #: tp/texi2any.pl:675
34703522 msgid ""
34713523 "Options for XML and Docbook:\n"
34723524 " --output-indent=VAL does nothing, retained for compatibility.\n"
34733525 msgstr ""
34743526
3475 #: tp/texi2any.pl:677
3527 #: tp/texi2any.pl:678
34763528 msgid ""
34773529 "Options for DVI/PS/PDF:\n"
34783530 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34793531 msgstr ""
34803532
3481 #: tp/texi2any.pl:680
3533 #: tp/texi2any.pl:681
34823534 msgid ""
34833535 "Input file options:\n"
34843536 " --commands-in-node-names does nothing, retained for compatibility.\n"
34943546 " -P VERZ VERZ dem Suchpfad für @include voranstellen\n"
34953547 " -U VAR eine Variable aufheben (wie mit @clear)\n"
34963548
3497 #: tp/texi2any.pl:687
3549 #: tp/texi2any.pl:688
34983550 msgid ""
34993551 "Conditional processing in input:\n"
35003552 " --ifdocbook process @ifdocbook and @docbook even if\n"
35343586 " Außerdem werden bei den --no-ifFORMAT-Optionen auch die entsprechenden\n"
35353587 " @ifnoFORMAT-Abschnitte bearbeitet.\n"
35363588
3537 #: tp/texi2any.pl:704
3589 #: tp/texi2any.pl:705
35383590 msgid ""
35393591 " The defaults for the @if... conditionals depend on the output format:\n"
35403592 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35513603 " wird reiner Text erzeugt, ist --ifplaintext an und die anderen sind aus;\n"
35523604 " wird XML erzeugt, ist --ifxml an und die anderen sind aus.\n"
35533605
3554 #: tp/texi2any.pl:711
3606 #: tp/texi2any.pl:712
35553607 msgid ""
35563608 "Examples:\n"
35573609 " makeinfo foo.texi write Info to foo's @setfilename\n"
35843636 " makeinfo --no-split foo.texi nur eine Info-Datei (kann groß "
35853637 "sein)\n"
35863638
3587 #: tp/texi2any.pl:758
3639 #: tp/texi2any.pl:759
35883640 #, perl-format
35893641 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35903642 msgstr ""
35913643 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, nicht "
35923644 "„%s“.\n"
35933645
3594 #: tp/texi2any.pl:848
3646 #: tp/texi2any.pl:849
35953647 #, perl-format
35963648 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35973649 msgstr ""
35983650 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder „asis“ sein, "
35993651 "nicht „%s“.\n"
36003652
3601 #: tp/texi2any.pl:962
3653 #: tp/texi2any.pl:963
36023654 #, perl-format
36033655 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
36043656 msgstr "%s: Ignoriere nicht erkannten Wert „%s“ für TEXINFO_OUTPUT_FORMAT.\n"
36053657
3606 #: tp/texi2any.pl:975
3658 #: tp/texi2any.pl:976
36073659 #, perl-format
36083660 msgid "when generating %s, only one input FILE may be specified with -o"
36093661 msgstr ""
36103662
3611 #: tp/texi2any.pl:979
3663 #: tp/texi2any.pl:980
36123664 msgid "--Xopt option without printed output"
36133665 msgstr ""
36143666
3615 #: tp/texi2any.pl:989
3667 #: tp/texi2any.pl:990
36163668 #, perl-format
36173669 msgid "Unknown tree transformation %s"
36183670 msgstr "Unbekannte Baumumformung %s"
36193671
3620 #: tp/texi2any.pl:996
3672 #: tp/texi2any.pl:997
36213673 #, perl-format
36223674 msgid "Ignoring splitting for format %s"
36233675 msgstr ""
36243676
3625 #: tp/texi2any.pl:1045
3677 #: tp/texi2any.pl:1046
36263678 #, perl-format
36273679 msgid "%s: missing file argument.\n"
36283680 msgstr "%s: Datei-Angabe fehlt.\n"
36293681
3630 #: tp/texi2any.pl:1046
3682 #: tp/texi2any.pl:1047
36313683 #, perl-format
36323684 msgid "Try `%s --help' for more information.\n"
36333685 msgstr "„%s --help“ gibt weitere Informationen.\n"
36343686
3635 #: tp/texi2any.pl:1117
3687 #: tp/texi2any.pl:1118
36363688 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36373689 msgstr ""
36383690
3639 #: tp/texi2any.pl:1139
3691 #: tp/texi2any.pl:1140
36403692 #, fuzzy, perl-format
36413693 msgid "Error on closing macro expand file %s: %s\n"
36423694 msgstr "Fehler beim Schließen der Ausgabedatei „%s“."
36433695
3644 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3696 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
36453697 #, fuzzy, perl-format
36463698 msgid "Could not open %s for writing: %s\n"
36473699 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
36483700
3649 #: tp/texi2any.pl:1169
3701 #: tp/texi2any.pl:1170
36503702 msgid ""
36513703 "insert_nodes_for_sectioning_commands transformation return no result. No "
36523704 "section?"
36533705 msgstr ""
36543706
3655 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3707 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36563708 #, fuzzy, perl-format
36573709 msgid "Error on closing %s: %s\n"
36583710 msgstr "Fehler in regulärem Ausdruck „%s“: %s"
36593711
3660 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3712 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36613713 #, perl-format
36623714 msgid "Error on closing internal links file %s: %s\n"
36633715 msgstr ""
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: 2012-12-17 17:27-0800\n"
11 "POT-Creation-Date: 2013-01-01 17:33-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"
7777 msgid "%s: option '-W %s' requires an argument\n"
7878 msgstr ""
7979
80 #: gnulib/lib/regcomp.c:130
80 #: gnulib/lib/regcomp.c:131
8181 msgid "Success"
8282 msgstr ""
8383
84 #: gnulib/lib/regcomp.c:133
84 #: gnulib/lib/regcomp.c:134
8585 msgid "No match"
8686 msgstr ""
8787
88 #: gnulib/lib/regcomp.c:136
88 #: gnulib/lib/regcomp.c:137
8989 msgid "Invalid regular expression"
9090 msgstr ""
9191
92 #: gnulib/lib/regcomp.c:139
92 #: gnulib/lib/regcomp.c:140
9393 msgid "Invalid collation character"
9494 msgstr ""
9595
96 #: gnulib/lib/regcomp.c:142
96 #: gnulib/lib/regcomp.c:143
9797 msgid "Invalid character class name"
9898 msgstr ""
9999
100 #: gnulib/lib/regcomp.c:145
100 #: gnulib/lib/regcomp.c:146
101101 msgid "Trailing backslash"
102102 msgstr ""
103103
104 #: gnulib/lib/regcomp.c:148
104 #: gnulib/lib/regcomp.c:149
105105 msgid "Invalid back reference"
106106 msgstr ""
107107
108 #: gnulib/lib/regcomp.c:151
108 #: gnulib/lib/regcomp.c:152
109109 msgid "Unmatched [ or [^"
110110 msgstr ""
111111
112 #: gnulib/lib/regcomp.c:154
112 #: gnulib/lib/regcomp.c:155
113113 msgid "Unmatched ( or \\("
114114 msgstr ""
115115
116 #: gnulib/lib/regcomp.c:157
116 #: gnulib/lib/regcomp.c:158
117117 msgid "Unmatched \\{"
118118 msgstr ""
119119
120 #: gnulib/lib/regcomp.c:160
120 #: gnulib/lib/regcomp.c:161
121121 msgid "Invalid content of \\{\\}"
122122 msgstr ""
123123
124 #: gnulib/lib/regcomp.c:163
124 #: gnulib/lib/regcomp.c:164
125125 msgid "Invalid range end"
126126 msgstr ""
127127
128 #: gnulib/lib/regcomp.c:166
128 #: gnulib/lib/regcomp.c:167
129129 msgid "Memory exhausted"
130130 msgstr ""
131131
132 #: gnulib/lib/regcomp.c:169
132 #: gnulib/lib/regcomp.c:170
133133 msgid "Invalid preceding regular expression"
134134 msgstr ""
135135
136 #: gnulib/lib/regcomp.c:172
136 #: gnulib/lib/regcomp.c:173
137137 msgid "Premature end of regular expression"
138138 msgstr ""
139139
140 #: gnulib/lib/regcomp.c:175
140 #: gnulib/lib/regcomp.c:176
141141 msgid "Regular expression too big"
142142 msgstr ""
143143
144 #: gnulib/lib/regcomp.c:178
144 #: gnulib/lib/regcomp.c:179
145145 msgid "Unmatched ) or \\)"
146146 msgstr ""
147147
148 #: gnulib/lib/regcomp.c:703
148 #: gnulib/lib/regcomp.c:704
149149 msgid "No previous regular expression"
150150 msgstr ""
151151
390390 msgid "Try --help for more information.\n"
391391 msgstr ""
392392
393 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
394 #: tp/texi2any.pl:735 util/texindex.c:295
393 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
394 #: tp/texi2any.pl:736 util/texindex.c:295
395395 #, c-format, perl-format
396396 msgid ""
397397 "Copyright (C) %s Free Software Foundation, Inc.\n"
17931793 msgid " Subfile: %s"
17941794 msgstr ""
17951795
1796 #: install-info/install-info.c:285
1796 #: install-info/install-info.c:286
17971797 #, c-format
17981798 msgid "%s for %s"
17991799 msgstr ""
18001800
1801 #: install-info/install-info.c:519
1801 #: install-info/install-info.c:520
18021802 #, c-format
18031803 msgid "\tTry `%s --help' for a complete list of options.\n"
18041804 msgstr ""
18051805
1806 #: install-info/install-info.c:527
1806 #: install-info/install-info.c:528
18071807 #, c-format
18081808 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
18091809 msgstr ""
18101810
1811 #: install-info/install-info.c:529
1811 #: install-info/install-info.c:530
18121812 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
18131813 msgstr ""
18141814
1815 #: install-info/install-info.c:531
1816 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1817 msgstr ""
1818
18151819 #: install-info/install-info.c:532
1820 msgid "--dir-file (or --info-dir) options are given, respectively."
1821 msgstr ""
1822
1823 #: install-info/install-info.c:535
18161824 msgid ""
18171825 "Options:\n"
1826 " --add-once add only to first matching section, not all.\n"
1827 " --align=COL start description of new entries at column COL.\n"
1828 " --calign=COL format second and subsequent description lines to\n"
1829 " start at column COL."
1830 msgstr ""
1831
1832 #: install-info/install-info.c:542
1833 msgid ""
18181834 " --debug report what is being done.\n"
18191835 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
18201836 " don't insert any new entries.\n"
18261842 " --dry-run same as --test."
18271843 msgstr ""
18281844
1829 #: install-info/install-info.c:544
1830 msgid ""
1831 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1845 #: install-info/install-info.c:553
1846 msgid ""
1847 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1848 " overriding any corresponding entry from DIR-FILE.\n"
18321849 " TEXT is written as an Info menu item line followed\n"
18331850 " by zero or more extra lines starting with "
18341851 "whitespace.\n"
18351852 " If you specify more than one entry, all are added.\n"
18361853 " If you don't specify any entries, they are determined\n"
1837 " from information in the Info file itself.\n"
1838 " When removing, TEXT specifies the entry to remove.\n"
1839 " TEXT is only removed as a last resort, if the\n"
1840 " entry as determined from the Info file is not "
1841 "present,\n"
1842 " and the basename of the Info file isn't found either."
1843 msgstr ""
1844
1845 #: install-info/install-info.c:556
1854 " from information in the Info file itself."
1855 msgstr ""
1856
1857 #: install-info/install-info.c:562
18461858 msgid ""
18471859 " --help display this help and exit.\n"
18481860 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
18491861 " --info-file=FILE specify Info file to install in the directory;\n"
18501862 " equivalent to using the INFO-FILE argument.\n"
18511863 " --item=TEXT same as --entry=TEXT.\n"
1852 " --keep-old do not replace entries, or remove empty sections.\n"
1864 " --keep-old do not replace entries, or remove empty sections."
1865 msgstr ""
1866
1867 #: install-info/install-info.c:570
1868 msgid ""
1869 " --maxwidth, --max-width=COL wrap description at column COL.\n"
18531870 " --menuentry=TEXT same as --name=TEXT.\n"
18541871 " --name=TEXT the name of the entry is TEXT; used with --description\n"
18551872 " to become synonymous with the --entry option.\n"
18571874 " --quiet suppress warnings."
18581875 msgstr ""
18591876
1860 #: install-info/install-info.c:569
1877 #: install-info/install-info.c:578
18611878 msgid ""
18621879 " --regex=R put this file's entries in all sections that match the\n"
18631880 " regular expression R (ignoring case).\n"
18731890 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
18741891 msgstr ""
18751892
1876 #: install-info/install-info.c:582
1893 #: install-info/install-info.c:591
18771894 msgid ""
18781895 " --silent suppress warnings.\n"
18791896 " --test suppress updating of DIR-FILE.\n"
18801897 " --version display version information and exit."
18811898 msgstr ""
18821899
1883 #: install-info/install-info.c:589 tp/texi2any.pl:723
1900 #: install-info/install-info.c:598 tp/texi2any.pl:724
18841901 msgid ""
18851902 "Email bug reports to bug-texinfo@gnu.org,\n"
18861903 "general questions and discussion to help-texinfo@gnu.org.\n"
18871904 "Texinfo home page: http://www.gnu.org/software/texinfo/"
18881905 msgstr ""
18891906
1890 #: install-info/install-info.c:616
1907 #: install-info/install-info.c:625
18911908 #, c-format
18921909 msgid ""
18931910 "This is the file .../info/dir, which contains the\n"
19071924 "%s\n"
19081925 msgstr ""
19091926
1910 #: install-info/install-info.c:640
1927 #: install-info/install-info.c:649
19111928 #, c-format
19121929 msgid "%s: could not read (%s) and could not create (%s)"
19131930 msgstr ""
19141931
1915 #: install-info/install-info.c:736
1932 #: install-info/install-info.c:745
19161933 #, c-format
19171934 msgid "%s: empty file"
19181935 msgstr ""
19191936
1920 #: install-info/install-info.c:1079 install-info/install-info.c:1119
1937 #: install-info/install-info.c:1088 install-info/install-info.c:1128
19211938 #, c-format
19221939 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
19231940 msgstr ""
19241941
1925 #: install-info/install-info.c:1114
1942 #: install-info/install-info.c:1123
19261943 #, c-format
19271944 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
19281945 msgstr ""
19291946
1930 #: install-info/install-info.c:1978 install-info/install-info.c:1988
1947 #: install-info/install-info.c:1987 install-info/install-info.c:1997
19311948 #, c-format
19321949 msgid "%s: already have dir file: %s\n"
19331950 msgstr ""
19341951
1935 #: install-info/install-info.c:2068
1952 #: install-info/install-info.c:2077
19361953 #, c-format
19371954 msgid "%s: Specify the Info file only once.\n"
19381955 msgstr ""
19391956
1940 #: install-info/install-info.c:2101
1957 #: install-info/install-info.c:2110
19411958 #, c-format
19421959 msgid "Extra regular expression specified, ignoring `%s'"
19431960 msgstr ""
19441961
1945 #: install-info/install-info.c:2113
1962 #: install-info/install-info.c:2122
19461963 #, c-format
19471964 msgid "Error in regular expression `%s': %s"
19481965 msgstr ""
19491966
1950 #: install-info/install-info.c:2171
1967 #: install-info/install-info.c:2180
19511968 #, c-format
19521969 msgid "excess command line argument `%s'"
19531970 msgstr ""
19541971
1955 #: install-info/install-info.c:2175
1972 #: install-info/install-info.c:2184
19561973 #, c-format
19571974 msgid "No input file specified; try --help for more information."
19581975 msgstr ""
19591976
1960 #: install-info/install-info.c:2177
1977 #: install-info/install-info.c:2186
19611978 #, c-format
19621979 msgid "No dir file specified; try --help for more information."
19631980 msgstr ""
19641981
1965 #: install-info/install-info.c:2319
1982 #: install-info/install-info.c:2328
19661983 #, c-format
19671984 msgid "no info dir entry in `%s'"
19681985 msgstr ""
19691986
1970 #: install-info/install-info.c:2567
1987 #: install-info/install-info.c:2576
19711988 #, c-format
19721989 msgid "no entries found for `%s'; nothing deleted"
19731990 msgstr ""
19741991
1975 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
1976 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
1977 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
1978 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
1979 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
1992 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
19801997 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
19811998 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
19821999 #, perl-format
20562073 msgstr ""
20572074
20582075 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2059 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2076 #: tp/texi2any.pl:386 tp/texi2any.pl:403
20602077 #, perl-format
20612078 msgid "Obsolete variable %s\n"
20622079 msgstr ""
20712088 msgid "Can't create directories `%s': %s"
20722089 msgstr ""
20732090
2074 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2075 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2091 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2092 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
20762093 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
20772094 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2078 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2079 #: tp/init/chm.pm:399
2095 #: tp/Texinfo/Parser.pm:1871
20802096 #, perl-format
20812097 msgid "Error on closing %s: %s"
20822098 msgstr ""
20832099
2084 #: tp/Texinfo/Convert/DocBook.pm:919
2100 #: tp/Texinfo/Convert/DocBook.pm:897
20852101 #, perl-format
20862102 msgid "@image file `%s' not found, using `%s'"
20872103 msgstr ""
20962112 msgid "Raw format %s is not converted"
20972113 msgstr ""
20982114
2099 #: tp/Texinfo/Convert/HTML.pm:4832
2115 #: tp/Texinfo/Convert/HTML.pm:4814
21002116 #, perl-format
21012117 msgid "%s:%d: string not closed in css file"
21022118 msgstr ""
21032119
2104 #: tp/Texinfo/Convert/HTML.pm:4834
2120 #: tp/Texinfo/Convert/HTML.pm:4816
21052121 #, perl-format
21062122 msgid "%s:%d: --css-include ended in comment"
21072123 msgstr ""
21082124
2109 #: tp/Texinfo/Convert/HTML.pm:4836
2110 #, perl-format
2111 msgid "%s:%d @import not finished in css file"
2112 msgstr ""
2113
2114 #: tp/Texinfo/Convert/HTML.pm:4862
2125 #: tp/Texinfo/Convert/HTML.pm:4818
2126 #, perl-format
2127 msgid "%s:%d: @import not finished in css file"
2128 msgstr ""
2129
2130 #: tp/Texinfo/Convert/HTML.pm:4844
21152131 #, perl-format
21162132 msgid "css file %s not found"
21172133 msgstr ""
21182134
2119 #: tp/Texinfo/Convert/HTML.pm:4868
2135 #: tp/Texinfo/Convert/HTML.pm:4850
21202136 #, perl-format
21212137 msgid "could not open --include-file %s: %s"
21222138 msgstr ""
21232139
2124 #: tp/Texinfo/Convert/HTML.pm:4878
2140 #: tp/Texinfo/Convert/HTML.pm:4860
21252141 #, perl-format
21262142 msgid "Error on closing CSS file %s: %s"
21272143 msgstr ""
21282144
2129 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2145 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
21302146 #, perl-format
21312147 msgid "No htmlxref.cnf entry found for `%s'"
21322148 msgstr ""
21332149
2134 #: tp/Texinfo/Convert/HTML.pm:6513
2150 #: tp/Texinfo/Convert/HTML.pm:6495
21352151 #, perl-format
21362152 msgid "Error on closing frame file %s: %s"
21372153 msgstr ""
21382154
2139 #: tp/Texinfo/Convert/HTML.pm:6537
2155 #: tp/Texinfo/Convert/HTML.pm:6519
21402156 #, perl-format
21412157 msgid "Error on closing TOC frame file %s: %s"
21422158 msgstr ""
21432159
2144 #: tp/Texinfo/Convert/HTML.pm:6652
2160 #: tp/Texinfo/Convert/HTML.pm:6634
21452161 #, perl-format
21462162 msgid "Handler %s of stage %s priority %s failed"
21472163 msgstr ""
21482164
2149 #: tp/Texinfo/Convert/HTML.pm:6853
2165 #: tp/Texinfo/Convert/HTML.pm:6835
21502166 msgid "Must specify a title with a title command or @top"
21512167 msgstr ""
21522168
2153 #: tp/Texinfo/Convert/HTML.pm:7058
2169 #: tp/Texinfo/Convert/HTML.pm:7040
21542170 #, perl-format
21552171 msgid "Error on closing redirection node file %s: %s"
21562172 msgstr ""
21572173
2158 #: tp/Texinfo/Convert/HTML.pm:7083
2174 #: tp/Texinfo/Convert/HTML.pm:7065
21592175 #, perl-format
21602176 msgid "Old name for `%s' is a node of the document"
21612177 msgstr ""
21622178
2163 #: tp/Texinfo/Convert/HTML.pm:7087
2179 #: tp/Texinfo/Convert/HTML.pm:7069
21642180 #, perl-format
21652181 msgid "File empty for renamed node `%s'"
21662182 msgstr ""
21672183
2168 #: tp/Texinfo/Convert/HTML.pm:7099
2184 #: tp/Texinfo/Convert/HTML.pm:7081
21692185 #, perl-format
21702186 msgid "Target node (new name for `%s') not in document: %s"
21712187 msgstr ""
21722188
2173 #: tp/Texinfo/Convert/HTML.pm:7131
2189 #: tp/Texinfo/Convert/HTML.pm:7113
21742190 #, perl-format
21752191 msgid "Error on closing renamed node redirection file %s: %s"
21762192 msgstr ""
21772193
2178 #: tp/Texinfo/Convert/HTML.pm:7169
2194 #: tp/Texinfo/Convert/HTML.pm:7151
21792195 msgid "Empty node name"
21802196 msgstr ""
21812197
2182 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2198 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
21832199 #, perl-format
21842200 msgid "Syntax for an external node used for `%s'"
21852201 msgstr ""
24732489 msgstr ""
24742490
24752491 #: tp/Texinfo/Parser.pm:3455
2476 msgid "Empty node in menu entry"
2492 msgid "Empty node name in menu entry"
24772493 msgstr ""
24782494
24792495 #: tp/Texinfo/Parser.pm:3525
29322948 msgid "Empty index key in @%s"
29332949 msgstr ""
29342950
2935 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
2936 #, perl-format
2937 msgid "Can't open %s for writing: %s\n"
2938 msgstr ""
2939
2940 #: tp/init/tex4ht.pm:122
2941 #, perl-format
2942 msgid "tex4ht error opening %s: %s"
2943 msgstr ""
2944
2945 #: tp/init/tex4ht.pm:218
2946 #, perl-format
2947 msgid "chdir to %s failed"
2948 msgstr ""
2949
2950 #: tp/init/tex4ht.pm:242
2951 #, perl-format
2952 msgid "tex4ht output file missing: %s"
2953 msgstr ""
2954
2955 #: tp/init/tex4ht.pm:295
2956 #, perl-format
2957 msgid ""
2958 "tex4ht processing produced %d items in HTML; expected %d, the number of "
2951 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
2952 #, perl-format
2953 msgid "chm.pm:%s: Cannot open for writing: %s\n"
2954 msgstr ""
2955
2956 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
2957 #, perl-format
2958 msgid "chm.pm:%s: Error on closing: %s"
2959 msgstr ""
2960
2961 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
2962 #, perl-format
2963 msgid "tex4ht.pm:%s: Cannot open: %s"
2964 msgstr ""
2965
2966 #: tp/init/tex4ht.pm:219
2967 #, perl-format
2968 msgid "tex4ht.pm:%s: chdir failed: %s"
2969 msgstr ""
2970
2971 #: tp/init/tex4ht.pm:232
2972 #, perl-format
2973 msgid "tex4ht.pm: Unable to return to initial directory: %s"
2974 msgstr ""
2975
2976 #: tp/init/tex4ht.pm:244
2977 #, perl-format
2978 msgid "tex4ht.pm: Output file missing: %s"
2979 msgstr ""
2980
2981 #: tp/init/tex4ht.pm:260
2982 #, perl-format
2983 msgid "tex4ht.pm: Command failed: %s"
2984 msgstr ""
2985
2986 #: tp/init/tex4ht.pm:293
2987 #, perl-format
2988 msgid "tex4ht.pm: end of @%s item %d not found"
2989 msgstr ""
2990
2991 #: tp/init/tex4ht.pm:300
2992 #, perl-format
2993 msgid ""
2994 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
29592995 "items found in the document"
29602996 msgstr ""
29612997
2962 #: tp/init/tex4ht.pm:313
2963 #, perl-format
2964 msgid "tex4ht output has no HTML item for @%s %s"
2965 msgstr ""
2966
2967 #: tp/texi2any.pl:373
2998 #: tp/init/tex4ht.pm:319
2999 #, perl-format
3000 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3001 msgstr ""
3002
3003 #: tp/texi2any.pl:374
29683004 #, perl-format
29693005 msgid "error loading %s: %s\n"
29703006 msgstr ""
29713007
2972 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3008 #: tp/texi2any.pl:383 tp/texi2any.pl:400
29733009 #, perl-format
29743010 msgid "Unknown variable %s\n"
29753011 msgstr ""
29763012
2977 #: tp/texi2any.pl:466
3013 #: tp/texi2any.pl:467
29783014 #, perl-format
29793015 msgid "Can't read init file %s"
29803016 msgstr ""
29813017
2982 #: tp/texi2any.pl:597
3018 #: tp/texi2any.pl:598
29833019 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
29843020 msgstr ""
29853021
2986 #: tp/texi2any.pl:598
3022 #: tp/texi2any.pl:599
29873023 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
29883024 msgstr ""
29893025
2990 #: tp/texi2any.pl:600
3026 #: tp/texi2any.pl:601
29913027 msgid ""
29923028 "Translate Texinfo source documentation to various other formats, by default\n"
29933029 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
29943030 msgstr ""
29953031
2996 #: tp/texi2any.pl:603
3032 #: tp/texi2any.pl:604
29973033 #, perl-format
29983034 msgid ""
29993035 "General options:\n"
30123048 " --version display version information and exit.\n"
30133049 msgstr ""
30143050
3015 #: tp/texi2any.pl:618
3051 #: tp/texi2any.pl:619
30163052 msgid ""
30173053 "Output format selection (default is to produce Info):\n"
30183054 " --docbook output Docbook XML rather than Info.\n"
30223058 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
30233059 msgstr ""
30243060
3025 #: tp/texi2any.pl:626
3061 #: tp/texi2any.pl:627
30263062 msgid ""
30273063 "General output options:\n"
30283064 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
30493085 " Otherwise, DEST names the output file.\n"
30503086 msgstr ""
30513087
3052 #: tp/texi2any.pl:646
3088 #: tp/texi2any.pl:647
30533089 #, perl-format
30543090 msgid ""
30553091 "Options for Info and plain text:\n"
30713107 " --split-size=NUM split Info files at size NUM (default %d).\n"
30723108 msgstr ""
30733109
3074 #: tp/texi2any.pl:663
3110 #: tp/texi2any.pl:664
30753111 msgid ""
30763112 "Options for HTML:\n"
30773113 " --css-include=FILE include FILE in HTML <style> output;\n"
30853121 " anchors; default is set only if split.\n"
30863122 msgstr ""
30873123
3088 #: tp/texi2any.pl:674
3124 #: tp/texi2any.pl:675
30893125 msgid ""
30903126 "Options for XML and Docbook:\n"
30913127 " --output-indent=VAL does nothing, retained for compatibility.\n"
30923128 msgstr ""
30933129
3094 #: tp/texi2any.pl:677
3130 #: tp/texi2any.pl:678
30953131 msgid ""
30963132 "Options for DVI/PS/PDF:\n"
30973133 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
30983134 msgstr ""
30993135
3100 #: tp/texi2any.pl:680
3136 #: tp/texi2any.pl:681
31013137 msgid ""
31023138 "Input file options:\n"
31033139 " --commands-in-node-names does nothing, retained for compatibility.\n"
31073143 " -U VAR undefine the variable VAR, as with @clear.\n"
31083144 msgstr ""
31093145
3110 #: tp/texi2any.pl:687
3146 #: tp/texi2any.pl:688
31113147 msgid ""
31123148 "Conditional processing in input:\n"
31133149 " --ifdocbook process @ifdocbook and @docbook even if\n"
31273163 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
31283164 msgstr ""
31293165
3130 #: tp/texi2any.pl:704
3166 #: tp/texi2any.pl:705
31313167 msgid ""
31323168 " The defaults for the @if... conditionals depend on the output format:\n"
31333169 " if generating Docbook, --ifdocbook is on and the others are off;\n"
31373173 " if generating XML, --ifxml is on and the others are off.\n"
31383174 msgstr ""
31393175
3140 #: tp/texi2any.pl:711
3176 #: tp/texi2any.pl:712
31413177 msgid ""
31423178 "Examples:\n"
31433179 " makeinfo foo.texi write Info to foo's @setfilename\n"
31543190 " makeinfo --no-split foo.texi write one Info file however big\n"
31553191 msgstr ""
31563192
3157 #: tp/texi2any.pl:758
3193 #: tp/texi2any.pl:759
31583194 #, perl-format
31593195 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
31603196 msgstr ""
31613197
3162 #: tp/texi2any.pl:848
3198 #: tp/texi2any.pl:849
31633199 #, perl-format
31643200 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
31653201 msgstr ""
31663202
3167 #: tp/texi2any.pl:962
3203 #: tp/texi2any.pl:963
31683204 #, perl-format
31693205 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
31703206 msgstr ""
31713207
3172 #: tp/texi2any.pl:975
3208 #: tp/texi2any.pl:976
31733209 #, perl-format
31743210 msgid "when generating %s, only one input FILE may be specified with -o"
31753211 msgstr ""
31763212
3177 #: tp/texi2any.pl:979
3213 #: tp/texi2any.pl:980
31783214 msgid "--Xopt option without printed output"
31793215 msgstr ""
31803216
3181 #: tp/texi2any.pl:989
3217 #: tp/texi2any.pl:990
31823218 #, perl-format
31833219 msgid "Unknown tree transformation %s"
31843220 msgstr ""
31853221
3186 #: tp/texi2any.pl:996
3222 #: tp/texi2any.pl:997
31873223 #, perl-format
31883224 msgid "Ignoring splitting for format %s"
31893225 msgstr ""
31903226
3191 #: tp/texi2any.pl:1045
3227 #: tp/texi2any.pl:1046
31923228 #, perl-format
31933229 msgid "%s: missing file argument.\n"
31943230 msgstr ""
31953231
3196 #: tp/texi2any.pl:1046
3232 #: tp/texi2any.pl:1047
31973233 #, perl-format
31983234 msgid "Try `%s --help' for more information.\n"
31993235 msgstr ""
32003236
3201 #: tp/texi2any.pl:1117
3237 #: tp/texi2any.pl:1118
32023238 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
32033239 msgstr ""
32043240
3205 #: tp/texi2any.pl:1139
3241 #: tp/texi2any.pl:1140
32063242 #, perl-format
32073243 msgid "Error on closing macro expand file %s: %s\n"
32083244 msgstr ""
32093245
3210 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3246 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
32113247 #, perl-format
32123248 msgid "Could not open %s for writing: %s\n"
32133249 msgstr ""
32143250
3215 #: tp/texi2any.pl:1169
3251 #: tp/texi2any.pl:1170
32163252 msgid ""
32173253 "insert_nodes_for_sectioning_commands transformation return no result. No "
32183254 "section?"
32193255 msgstr ""
32203256
3221 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3257 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
32223258 #, perl-format
32233259 msgid "Error on closing %s: %s\n"
32243260 msgstr ""
32253261
3226 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3262 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
32273263 #, perl-format
32283264 msgid "Error on closing internal links file %s: %s\n"
32293265 msgstr ""
Binary diff not shown
+704
-561
po/eo.po less more
77 # Benno Schulenberg <benno@vertaalt.nl>, 2010, 2011, 2012.
88 msgid ""
99 msgstr ""
10 "Project-Id-Version: texinfo 4.13.91\n"
10 "Project-Id-Version: texinfo 4.13.92\n"
1111 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
12 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
13 "PO-Revision-Date: 2012-12-16 17:21+0100\n"
12 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
13 "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"
1616 "Language: eo\n"
8080 msgid "%s: option '-W %s' requires an argument\n"
8181 msgstr "%s: opcio «-W %s» bezonas argumenton\n"
8282
83 #: gnulib/lib/regcomp.c:130
83 #: gnulib/lib/regcomp.c:131
8484 msgid "Success"
8585 msgstr "Sukceso"
8686
87 #: gnulib/lib/regcomp.c:133
87 #: gnulib/lib/regcomp.c:134
8888 msgid "No match"
8989 msgstr "Neniu trafo"
9090
91 #: gnulib/lib/regcomp.c:136
91 #: gnulib/lib/regcomp.c:137
9292 msgid "Invalid regular expression"
9393 msgstr "Nevalida regulesprimo"
9494
95 #: gnulib/lib/regcomp.c:139
95 #: gnulib/lib/regcomp.c:140
9696 msgid "Invalid collation character"
9797 msgstr "Nevalida kunmetita signo"
9898
99 #: gnulib/lib/regcomp.c:142
99 #: gnulib/lib/regcomp.c:143
100100 msgid "Invalid character class name"
101101 msgstr "Nevalida nomo de signoklaso"
102102
103 #: gnulib/lib/regcomp.c:145
103 #: gnulib/lib/regcomp.c:146
104104 msgid "Trailing backslash"
105105 msgstr "Malsuprenstreko '\\' ĉe la fino"
106106
107 #: gnulib/lib/regcomp.c:148
107 #: gnulib/lib/regcomp.c:149
108108 msgid "Invalid back reference"
109109 msgstr "Nevalida retroreferenco"
110110
111 #: gnulib/lib/regcomp.c:151
111 #: gnulib/lib/regcomp.c:152
112112 msgid "Unmatched [ or [^"
113113 msgstr "Senpara [ aŭ [^"
114114
115 #: gnulib/lib/regcomp.c:154
115 #: gnulib/lib/regcomp.c:155
116116 msgid "Unmatched ( or \\("
117117 msgstr "Senpara ( aŭ \\("
118118
119 #: gnulib/lib/regcomp.c:157
119 #: gnulib/lib/regcomp.c:158
120120 msgid "Unmatched \\{"
121121 msgstr "Senpara \\{"
122122
123 #: gnulib/lib/regcomp.c:160
123 #: gnulib/lib/regcomp.c:161
124124 msgid "Invalid content of \\{\\}"
125125 msgstr "Nevalida enhavo de \\{\\}"
126126
127 #: gnulib/lib/regcomp.c:163
127 #: gnulib/lib/regcomp.c:164
128128 msgid "Invalid range end"
129129 msgstr "Nevalida fino de gamo"
130130
131 #: gnulib/lib/regcomp.c:166
131 #: gnulib/lib/regcomp.c:167
132132 msgid "Memory exhausted"
133133 msgstr "Mankas sufiĉa memoro"
134134
135 #: gnulib/lib/regcomp.c:169
135 #: gnulib/lib/regcomp.c:170
136136 msgid "Invalid preceding regular expression"
137137 msgstr "Nevalida antaŭa regulesprimo"
138138
139 #: gnulib/lib/regcomp.c:172
139 #: gnulib/lib/regcomp.c:173
140140 msgid "Premature end of regular expression"
141141 msgstr "Neatendita fino de regulesprimo"
142142
143 #: gnulib/lib/regcomp.c:175
143 #: gnulib/lib/regcomp.c:176
144144 msgid "Regular expression too big"
145145 msgstr "Regulesprimo tro grandas"
146146
147 #: gnulib/lib/regcomp.c:178
147 #: gnulib/lib/regcomp.c:179
148148 msgid "Unmatched ) or \\)"
149149 msgstr "Senpara ) aŭ \\)"
150150
151 #: gnulib/lib/regcomp.c:703
151 #: gnulib/lib/regcomp.c:704
152152 msgid "No previous regular expression"
153153 msgstr "Mankas antaŭa regulesprimo"
154154
315315 msgid ""
316316 "Go to the next matching index item from the last `\\[index-search]' command"
317317 msgstr ""
318 "Pasi al la sekva indeksa ero kongrua al la lasta komando „\\[index-search]‟"
318 "Pasi al la sekva indeksa ero kongrua al la lasta komando “\\[index-search]”"
319319
320320 #: info/indices.c:377
321321 #, c-format
344344 #: info/indices.c:481
345345 #, c-format
346346 msgid "Found `%s' in %s. (`\\[next-index-match]' tries to find next.)"
347 msgstr "Trovita «%s» en %s. („\\[next-index-match]‟ serĉos la sekvan.)"
347 msgstr "Trovita «%s» en %s. (“\\[next-index-match]” serĉos la sekvan)"
348348
349349 #: info/indices.c:612
350350 #, c-format
394394 #: info/info.c:280 info/infokey.c:892
395395 #, c-format
396396 msgid "Try --help for more information.\n"
397 msgstr "Por ricevi pli da informoj uzu la opcion „--help‟.\n"
398
399 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
400 #: tp/texi2any.pl:735 util/texindex.c:295
397 msgstr "Por ricevi pli da informoj uzu la opcion “--help”.\n"
398
399 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
400 #: tp/texi2any.pl:736 util/texindex.c:295
401401 #, c-format, perl-format
402402 msgid ""
403403 "Copyright (C) %s Free Software Foundation, Inc.\n"
407407 "There is NO WARRANTY, to the extent permitted by law.\n"
408408 msgstr ""
409409 "Copyright (C) %s Free Software Foundation, Inc.\\n\"\n"
410 "La permesilo estas GPLv3+: GNU GPL, la versio 3a aŭ pli malfrua,\n"
411 "<http://gnu.org/licenses/gpl.html>\n"
410 "La permesilo estas GPLv3+: la GNU GPL, versio 3 aŭ posta;\n"
411 "por la kompleta (angla) teksto vidu <http://gnu.org/licenses/gpl.html>.\n"
412412 "Ĉi tio estas libera programo; vi rajtas ĝin ŝanĝadi kajaŭ pludonadi.\n"
413413 "NENIA garantio estas donita, kiom la leĝo tion toleras.\n"
414414
426426 msgstr ""
427427 "Uzmaniero: %s [OPCIO...] [MENUERO...]\n"
428428 "\n"
429 "Legi dokumentojn en Info-aranĝo.\n"
429 "Prezentas dokumentojn en Info-aranĝo.\n"
430430
431431 #: info/info.c:632
432432 msgid ""
437437 " --dribble=FILENAME remember user keystrokes in FILENAME.\n"
438438 " -f, --file=FILENAME specify Info file to visit."
439439 msgstr ""
440 "Opcioj:\n"
441 " -k, --apropos=TEMO serĉi TEMOn en ĉiuj indeksoj de ĉiuj "
442 "dokumentoj\n"
443 " -d, --directory=UJO aldoni ĉi tiun dosierUJOn al INFOPATH\n"
444 " --dribble=DOSIERO konservi la klavofrapojn de la uzanto en "
445 "DOSIERO\n"
446 " -f, --file=DOSIERO viziti ĉi tiun Info-DOSIEROn"
440447
441448 #: info/info.c:639
442449 msgid ""
445452 " -n, --node=NODENAME specify nodes in first visited Info file.\n"
446453 " -o, --output=FILENAME output selected nodes to FILENAME."
447454 msgstr ""
455 " -h, --help montri ĉi tiun helpon kaj eliri\n"
456 " --index-search=ĈENO viziti nodon referencatan per la indeksero "
457 "ĈENO\n"
458 " -n, --node=NODO komenci per ĉi tiu NODO en la unua Info-"
459 "dosiero\n"
460 " -o, --output=DOSIERO eligi la elektotajn nodojn al DOSIERO"
448461
449462 #: info/info.c:645
450463 msgid ""
453466 " --restore=FILENAME read initial keystrokes from FILENAME.\n"
454467 " -O, --show-options, --usage go to command-line options node."
455468 msgstr ""
469 " -R, --raw-escapes eligi ANSI-eskapilojn «krude» (la defaŭlto)\n"
470 " --no-raw-escapes eligi ANSI-eskapilojn kiel tekstajn signojn\n"
471 " --restore=DOSIERO legi la unuajn klavofrapojn el DOSIERO\n"
472 " -O, --show-options, --usage montri la nodon pri komandliniaj opcioj"
456473
457474 #: info/info.c:652
458475 msgid " -b, --speech-friendly be friendly to speech synthesizers."
467484 " --version display version information and exit.\n"
468485 " -w, --where, --location print physical location of Info file."
469486 msgstr ""
487 " --strict-node-location (por misoŝpurumo) uzi Info-referencojn "
488 "tielkiel\n"
489 " --subnodes rikure eligi la menuerojn\n"
490 " --vi-keys uzu 'vi'-eskan kaj 'less'-eskan "
491 "komandoklavojn\n"
492 " --version montri programversion kaj eliri\n"
493 " -w, --where, --location eligi la fizikan situon de la Info-dosiero"
470494
471495 #: info/info.c:663
472496 msgid ""
477501 "Any remaining arguments are treated as the names of menu\n"
478502 "items relative to the initial node visited."
479503 msgstr ""
504 "\n"
505 "La unua neopcia argumento, se ĝi indikatas, estas nomo de la unue vizitenda\n"
506 "menuero, kiu serĉotas en ĉiuj 'dir'-dosieroj troveblaj per INFOPATH.\n"
507 "Se ĝi mankas, Info kunfandas ĉiujn 'dir'-dosierojn kaj montras la rezulton.\n"
508 "Ĉiuj ceteraj argumentoj estas traktataj kiel nomoj de menueroj relative al\n"
509 "la unue vizitenda nodo."
480510
481511 #: info/info.c:670
482512 msgid ""
483513 "\n"
484514 "For a summary of key bindings, type h within Info."
485515 msgstr ""
516 "\n"
517 "Por prezento de la komandoklavoj, tajpu «h» ene de 'info'."
486518
487519 #: info/info.c:673
488520 msgid ""
497529 " info --subnodes -o out.txt emacs dump entire manual to out.txt\n"
498530 " info -f ./foo.info show file ./foo.info, not searching dir"
499531 msgstr ""
532 "\n"
533 "Ekzemploj:\n"
534 " info montri la ĉefan menuon de la Info-katalogo\n"
535 " info info montri ĝeneralan manlibron pri Info\n"
536 " info info-stnd montri la manlibron por ĉi tiu 'info'-programo\n"
537 " info emacs komenci per la nodo «emacs» el la kataloga "
538 "nodo\n"
539 " info emacs buffers komenci per la nodo «buffers» en Emaksa "
540 "manlibro\n"
541 " info --show-options emacs komenci per la Emaksaj komandliniaj opcioj\n"
542 " info --subnodes -o ELO.txt emacs eligi tutan manlibron al ELO.txt\n"
543 " info -f ./UM.info eligi la dosieron ./UM.info sen atenti «dir»"
500544
501545 #: info/info.c:684 info/infokey.c:911 util/texindex.c:259
502546 msgid ""
515559 #: info/info.c:718
516560 #, c-format
517561 msgid "Cannot find node `%s'."
518 msgstr "La nodo «%s» ne troveblas."
562 msgstr "Nodo «%s» ne troveblas."
519563
520564 #: info/info.c:719
521565 #, c-format
522566 msgid "Cannot find node `(%s)%s'."
523 msgstr "La nodo «(%s)%s» ne troveblas."
567 msgstr "Nodo «(%s)%s» ne troveblas."
524568
525569 #: info/info.c:720
526570 msgid "Cannot find a window!"
549593 #: info/info.c:726
550594 #, c-format
551595 msgid "No `%s' pointer for this node."
552 msgstr "Mankas ligilo «%s» por ĉi tiu nodo."
596 msgstr "Mankas ligo '%s' por ĉi tiu nodo."
553597
554598 #: info/info.c:727
555599 #, c-format
556600 msgid "Unknown Info command `%c'; try `?' for help."
557 msgstr "Nekonata Info-komando „%c‟; tajpu „?‟ por helpo."
601 msgstr "Nekonata Info-komando “%c”; tajpu “?” por helpo."
558602
559603 #: info/info.c:728
560604 #, c-format
623667
624668 #: info/infodoc.c:59
625669 msgid "\\%-10[move-to-next-xref] Skip to the next hypertext link.\n"
626 msgstr "\\%-10[move-to-next-xref] Salti sur la sekvan hipertekstan ligilon.\n"
670 msgstr "\\%-10[move-to-next-xref] Salti sur la sekvan hipertekstan ligon.\n"
627671
628672 #: info/infodoc.c:60
629673 msgid ""
630674 "\\%-10[select-reference-this-line] Follow the hypertext link under the "
631675 "cursor.\n"
632676 msgstr ""
633 "\\%-10[select-reference-this-line] Iri laŭ la subkursora hiperteksta "
634 "ligilo.\n"
677 "\\%-10[select-reference-this-line] Iri laŭ la subkursora hiperteksta ligo.\n"
635678
636679 #: info/infodoc.c:61
637680 msgid "\\%-10[history-node] Go back to the last node seen in this window.\n"
641684 #: info/infodoc.c:63
642685 msgid "\\%-10[global-prev-node] Go to the previous node in the document.\n"
643686 msgstr ""
644 "\\%-10[global-prev-node] Iri al la ĵusantaŭa („Previous‟) nodo en ĉi tiu "
687 "\\%-10[global-prev-node] Iri al la ĵusantaŭa (“Previous”) nodo en ĉi tiu "
645688 "dokumento.\n"
646689
647690 #: info/infodoc.c:64
648691 msgid "\\%-10[global-next-node] Go to the next node in the document.\n"
649692 msgstr ""
650 "\\%-10[global-next-node] Iri al la tujsekva („Next‟) nodo en ĉi tiu "
693 "\\%-10[global-next-node] Iri al la tujsekva (“Next”) nodo en ĉi tiu "
651694 "dokumento.\n"
652695
653696 #: info/infodoc.c:65
654697 msgid "\\%-10[prev-node] Go to the previous node on this level.\n"
655 msgstr "\\%-10[prev-node] Iri al la ĵusantaŭa („Previous‟) nodo ĉi-nivela.\n"
698 msgstr "\\%-10[prev-node] Iri al la ĵusantaŭa (“Previous”) nodo ĉi-nivela.\n"
656699
657700 #: info/infodoc.c:66
658701 msgid "\\%-10[next-node] Go to the next node on this level.\n"
659 msgstr "\\%-10[next-node] Iri al la tujsekva („Next‟) nodo ĉi-nivela.\n"
702 msgstr "\\%-10[next-node] Iri al la tujsekva (“Next”) nodo ĉi-nivela.\n"
660703
661704 #: info/infodoc.c:67
662705 msgid "\\%-10[up-node] Go up one level.\n"
745788 #: info/infodoc.c:101
746789 #, c-format
747790 msgid " %-10s Move to the `next' node of this node.\n"
748 msgstr " %-10s Iri al la tujsekva („Next‟) nodo de ĉi tiu nodo.\n"
791 msgstr " %-10s Iri al la tujsekva (“Next”) nodo de ĉi tiu nodo.\n"
749792
750793 #: info/infodoc.c:102
751794 #, c-format
752795 msgid " %-10s Move to the `previous' node of this node.\n"
753 msgstr " %-10s Iri al la ĵusantaŭa („Previous‟) nodo de ĉi tiu nodo.\n"
796 msgstr " %-10s Iri al la ĵusantaŭa (“Previous”) nodo de ĉi tiu nodo.\n"
754797
755798 #: info/infodoc.c:103
756799 #, c-format
757800 msgid " %-10s Move `up' from this node.\n"
758 msgstr " %-10s Iri al la tujsupra („Up‟) nodo de ĉi tiu nodo.\n"
801 msgstr " %-10s Iri al la tujsupra (“Up”) nodo de ĉi tiu nodo.\n"
759802
760803 #: info/infodoc.c:104
761804 #, c-format
779822 #: info/infodoc.c:108
780823 #, c-format
781824 msgid " %-10s Skip to next hypertext link within this node.\n"
782 msgstr " %-10s Salti sur la sekvan hipertekstan ligilon en ĉi tiu nodo.\n"
825 msgstr " %-10s Salti sur la sekvan hipertekstan ligon en ĉi tiu nodo.\n"
783826
784827 #: info/infodoc.c:109
785828 #, c-format
10771120 #: info/infokey.c:724
10781121 #, c-format
10791122 msgid "missing `=' immediately after variable name"
1080 msgstr "mankas „=‟ tuj post variablonomo"
1123 msgstr "mankas '=' tuj post variablonomo"
10811124
10821125 #: info/infokey.c:731
10831126 #, c-format
11831226 #: info/m-x.c:139
11841227 #, c-format
11851228 msgid "Cannot execute an `echo-area' command here."
1186 msgstr "Maleblas plenumi eĥozonan („echo-area-‟) komandon ĉi tie."
1229 msgstr "Maleblas plenumi eĥozonan (“echo-area-”) komandon ĉi tie."
11871230
11881231 #: info/m-x.c:152
11891232 #, c-format
12311274 "Select one from this menu, or use `\\[history-node]' in another window.\n"
12321275 msgstr ""
12331276 "Jen la menuo de nodoj kiujn vi lastatempe vizitis.\n"
1234 "Elektu iun el la menuo, aŭ uzu „\\[history-node]‟ en alia fenestro.\n"
1277 "Elektu iun el la menuo, aŭ uzu “\\[history-node]” en alia fenestro.\n"
12351278
12361279 #: info/nodemenu.c:221
12371280 msgid "Make a window containing a menu of all of the currently visited nodes"
12961339
12971340 #: info/session.c:1326
12981341 msgid "No `Prev' for this node."
1299 msgstr "Mankas ligilo „Prev‟ por ĉi tiu nodo."
1342 msgstr "Mankas ligo “Prev” por ĉi tiu nodo."
13001343
13011344 #: info/session.c:1346
13021345 msgid "No `Prev' or `Up' for this node within this document."
1303 msgstr "En la dokumento mankas ligilo(j) „Prev‟ aŭ „Up‟ por tiu nodo."
1346 msgstr "En la dokumento mankas ligo(j) “Prev” aŭ “Up” por tiu nodo."
13041347
13051348 #: info/session.c:1407
13061349 msgid "Move forwards or down through node structure"
13401383
13411384 #: info/session.c:1573
13421385 msgid "Scroll backward in this window staying within node"
1343 msgstr "Rulumu malantaŭen en ĉi tiu fenestro sed resti en la nodo"
1386 msgstr "Rulumi malantaŭen en ĉi tiu fenestro sed resti en la nodo"
13441387
13451388 #: info/session.c:1581
13461389 msgid ""
14341477
14351478 #: info/session.c:2178
14361479 msgid "Select the Next node"
1437 msgstr "Viziti la sekvan nodon („Next‟)"
1480 msgstr "Viziti la sekvan nodon (“Next”)"
14381481
14391482 #: info/session.c:2186
14401483 msgid "Select the Prev node"
1441 msgstr "Viziti la antaŭan nodon („Prev‟)"
1484 msgstr "Viziti la antaŭan nodon (“Prev”)"
14421485
14431486 #: info/session.c:2194
14441487 msgid "Select the Up node"
1445 msgstr "Viziti la supran nodon („Up‟)"
1488 msgstr "Viziti la supran nodon (“Up”)"
14461489
14471490 #: info/session.c:2201
14481491 msgid "Select the last node in this file"
17611804 #: info/session.c:4977
17621805 #, c-format
17631806 msgid "`%s' is invalid"
1764 msgstr "„%s‟ ne validas"
1807 msgstr "'%s' ne validas"
17651808
17661809 #: info/session.c:5192
17671810 msgid "Add this digit to the current numeric argument"
17731816
17741817 #: info/session.c:5216
17751818 msgid "Internally used by \\[universal-argument]"
1776 msgstr "Uzata interne de \\[universal-argument]"
1819 msgstr "Uziĝas interne de \\[universal-argument]"
17771820
17781821 #: info/tilde.c:361
17791822 #, c-format
17801823 msgid "readline: Out of virtual memory!\n"
1781 msgstr "readline: Virtuala memoro elĉerpita!\n"
1824 msgstr "readline: Mankas sufiĉa virtuala memoro!\n"
17821825
17831826 #: info/variables.c:37
17841827 msgid "When \"On\", footnotes appear and disappear automatically"
1785 msgstr "Ĉe „On‟, la piednotoj aperas kaj malaperas aŭtomate"
1828 msgstr "Ĉe “On”, la piednotoj aperas kaj malaperas aŭtomate"
17861829
17871830 #: info/variables.c:41
17881831 msgid "When \"On\", creating or deleting a window resizes other windows"
1789 msgstr "Ĉe „On‟, kreo aŭ forigo de fenestro kaŭzas rearanĝon de la ceteraj"
1832 msgstr "Ĉe “On”, kreo aŭ forigo de fenestro kaŭzas rearanĝon de la ceteraj"
17901833
17911834 #: info/variables.c:45
17921835 msgid "When \"On\", flash the screen instead of ringing the bell"
1793 msgstr "Ĉe „On‟, fulmeti la ekranon anstataŭ bleki"
1836 msgstr "Ĉe “On”, fulmeti la ekranon anstataŭ bleki"
17941837
17951838 #: info/variables.c:49
17961839 msgid "When \"On\", errors cause the bell to ring"
1797 msgstr "Ĉe „On‟, signali pri eraro per bleko"
1840 msgstr "Ĉe “On”, signali pri eraro per bleko"
17981841
17991842 #: info/variables.c:53
18001843 msgid "When \"On\", Info garbage collects files which had to be uncompressed"
1801 msgstr "Ĉe „On‟, Info traktas makulaturon post malpako de kunpremitaj dosieroj"
1844 msgstr "Ĉe “On”, Info traktas makulaturon post malpako de kunpremitaj dosieroj"
18021845
18031846 #: info/variables.c:56
18041847 msgid "When \"On\", the portion of the matched search string is highlighted"
1805 msgstr "Ĉe „On‟, la peco kongrua al la serĉoĉeno emfaziĝas"
1848 msgstr "Ĉe “On”, la peco kongrua al la serĉoĉeno emfaziĝas"
18061849
18071850 #: info/variables.c:60
18081851 msgid "Controls what happens when scrolling is requested at the end of a node"
18231866
18241867 #: info/variables.c:77
18251868 msgid "When \"On\", Info accepts and displays ISO Latin characters"
1826 msgstr "Ĉe „On‟, Info akceptas kaj surekranigas la okbitajn signojn"
1869 msgstr "Ĉe “On”, Info akceptas kaj surekranigas la okbitajn signojn"
18271870
18281871 #: info/variables.c:81
18291872 msgid ""
18831926 msgid " Subfile: %s"
18841927 msgstr " Subdosiero: %s"
18851928
1886 #: install-info/install-info.c:285
1929 #: install-info/install-info.c:286
18871930 #, c-format
18881931 msgid "%s for %s"
18891932 msgstr "%s por %s"
18901933
1891 #: install-info/install-info.c:519
1934 #: install-info/install-info.c:520
18921935 #, c-format
18931936 msgid "\tTry `%s --help' for a complete list of options.\n"
1894 msgstr "\tPor ricevi kompletan liston da opcioj, tajpu „%s --help‟.\n"
1895
1896 #: install-info/install-info.c:527
1937 msgstr "\tPor ricevi kompletan liston da opcioj, tajpu “%s --help”.\n"
1938
1939 #: install-info/install-info.c:528
18971940 #, c-format
18981941 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
1899 msgstr "Uzmaniero: %s [OPCIO...] [INFO-DOSIERO [DIR-DOSIERO]]\n"
1900
1901 #: install-info/install-info.c:529
1942 msgstr "Uzmaniero: %s [OPCIO...] [INFO-DOSIERO [DIR-DOSIERO]]\n"
1943
1944 #: install-info/install-info.c:530
19021945 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19031946 msgstr "Aldonas aŭ forigas la elementojn en INFO-DOSIERO al aŭ el DIR-DOSIERO."
19041947
1948 #: install-info/install-info.c:531
1949 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1950 msgstr ""
1951
19051952 #: install-info/install-info.c:532
1953 msgid "--dir-file (or --info-dir) options are given, respectively."
1954 msgstr ""
1955
1956 #: install-info/install-info.c:535
19061957 msgid ""
19071958 "Options:\n"
1959 " --add-once add only to first matching section, not all.\n"
1960 " --align=COL start description of new entries at column COL.\n"
1961 " --calign=COL format second and subsequent description lines to\n"
1962 " start at column COL."
1963 msgstr ""
1964
1965 #: install-info/install-info.c:542
1966 #, fuzzy
1967 msgid ""
19081968 " --debug report what is being done.\n"
19091969 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19101970 " don't insert any new entries.\n"
19151975 " equivalent to using the DIR-FILE argument.\n"
19161976 " --dry-run same as --test."
19171977 msgstr ""
1918
1919 #: install-info/install-info.c:544
1920 msgid ""
1921 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1978 "Opcioj:\n"
1979 " --debug raporti ĉion kio fariĝas\n"
1980 " --delete forigi ekzistantajn erojn el INFO-DOSIERO;\n"
1981 " ne enŝovi iun ajn novan eron\n"
1982 " --description=TEKSTO la priskribo de la ero estu TEKSTO; kune kun la\n"
1983 " opcio '--name' ĝi egalas al la opcio '--entry'\n"
1984 " --dir-file=DOSIERO nomo de la uzenda Info-katalogo;\n"
1985 " egalas al uzi la argumenton 'DIR-DOSIERO'\n"
1986 " --dry-run egalas al '--test'"
1987
1988 #: install-info/install-info.c:553
1989 #, fuzzy
1990 msgid ""
1991 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1992 " overriding any corresponding entry from DIR-FILE.\n"
19221993 " TEXT is written as an Info menu item line followed\n"
19231994 " by zero or more extra lines starting with "
19241995 "whitespace.\n"
19251996 " If you specify more than one entry, all are added.\n"
19261997 " If you don't specify any entries, they are determined\n"
1927 " from information in the Info file itself.\n"
1928 " When removing, TEXT specifies the entry to remove.\n"
1929 " TEXT is only removed as a last resort, if the\n"
1930 " entry as determined from the Info file is not "
1998 " from information in the Info file itself."
1999 msgstr ""
2000 " --entry=TEKSTO enmeti TEKSTOn kiel eron en Info-katalogo;\n"
2001 " TEKSTO havu la formon de menuera linio plus nul "
2002 "aŭ\n"
2003 " pluraj kromaj linioj kiuj komencas per "
2004 "blankspaco;\n"
2005 " se estas pli ol unu ero, ili ĉiuj aldoniĝas;\n"
2006 " se neniu ero indikatas, aldoniĝas la eroj kiuj\n"
2007 " determiniĝas el la informoj de la Info-dosiero;\n"
2008 " dum forigo, TEKSTO indikas la forigotan eron;\n"
2009 " >> TEXT is only removed as a last resort, if the\n"
2010 " >> entry as determined from the Info file is not "
19312011 "present,\n"
1932 " and the basename of the Info file isn't found either."
1933 msgstr ""
1934
1935 #: install-info/install-info.c:556
2012 " >> and the basename of the Info file isn't found "
2013 "either"
2014
2015 #: install-info/install-info.c:562
2016 #, fuzzy
19362017 msgid ""
19372018 " --help display this help and exit.\n"
19382019 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19392020 " --info-file=FILE specify Info file to install in the directory;\n"
19402021 " equivalent to using the INFO-FILE argument.\n"
19412022 " --item=TEXT same as --entry=TEXT.\n"
1942 " --keep-old do not replace entries, or remove empty sections.\n"
2023 " --keep-old do not replace entries, or remove empty sections."
2024 msgstr ""
2025 " --help montri ĉi tiun helpon kaj eliri\n"
2026 " --info-dir=UJO egalas al '--dir-file=UJO/dir'\n"
2027 " --info-file=DOSIERO nomo de Info-dosiero kiu instalendas en Info-"
2028 "katalogo;\n"
2029 " egalas al uzi la argumenton 'INFO-DOSIERO'\n"
2030 " --item=TEKSTO egalas al '--entry=TEKSTO'\n"
2031 " --keep-old ne anstataŭigi erojn, kaj ne forigi vakajn sekciojn\n"
2032 " --menuentry=TEKSTO egalas al '--name=TEKSTO'\n"
2033 " --name=TEKSTO la nomo de la ero estu TEKSTO; kune kun la opcio\n"
2034 " '--description' ĝi egalas al opcio '--entry'\n"
2035 " --no-indent ne deŝovi kaj aranĝi novajn erojn en la kataloga "
2036 "dosiero\n"
2037 " --quiet ne eligi avertojn"
2038
2039 #: install-info/install-info.c:570
2040 #, fuzzy
2041 msgid ""
2042 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19432043 " --menuentry=TEXT same as --name=TEXT.\n"
19442044 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19452045 " to become synonymous with the --entry option.\n"
19462046 " --no-indent do not format new entries in the DIR file.\n"
19472047 " --quiet suppress warnings."
19482048 msgstr ""
1949
1950 #: install-info/install-info.c:569
2049 " --help montri ĉi tiun helpon kaj eliri\n"
2050 " --info-dir=UJO egalas al '--dir-file=UJO/dir'\n"
2051 " --info-file=DOSIERO nomo de Info-dosiero kiu instalendas en Info-"
2052 "katalogo;\n"
2053 " egalas al uzi la argumenton 'INFO-DOSIERO'\n"
2054 " --item=TEKSTO egalas al '--entry=TEKSTO'\n"
2055 " --keep-old ne anstataŭigi erojn, kaj ne forigi vakajn sekciojn\n"
2056 " --menuentry=TEKSTO egalas al '--name=TEKSTO'\n"
2057 " --name=TEKSTO la nomo de la ero estu TEKSTO; kune kun la opcio\n"
2058 " '--description' ĝi egalas al opcio '--entry'\n"
2059 " --no-indent ne deŝovi kaj aranĝi novajn erojn en la kataloga "
2060 "dosiero\n"
2061 " --quiet ne eligi avertojn"
2062
2063 #: install-info/install-info.c:578
19512064 msgid ""
19522065 " --regex=R put this file's entries in all sections that match the\n"
19532066 " regular expression R (ignoring case).\n"
19622075 " from information in the Info file itself.\n"
19632076 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
19642077 msgstr ""
1965
1966 #: install-info/install-info.c:582
2078 " --regex=RE meti la erojn en ĉiujn sekciojn kiuj kongruas kun\n"
2079 " regulesprimo RE (kie uskleco ignoriĝas)\n"
2080 " --remove egalas al '--delete'\n"
2081 " --remove-exactly nur forigi erojn se la Info-dosiernomo kongruas "
2082 "ekzakte;\n"
2083 " sufiksoj kiel '.info' kaj '.gz' ne ignoriĝas\n"
2084 " --section=SEKCIO meti erojn en la ĉi tiu SEKCIO de la Info-katalogo;\n"
2085 " se pluraj sekcioj indikatas, ĉiuj eroj aldoniĝas "
2086 "en\n"
2087 " ilin ĉiujn; se neniu sekcio indikatas, uzendaj "
2088 "sekcioj\n"
2089 " determiniĝos el la informoj de la Info-dosiero "
2090 "mem\n"
2091 " --section RE SEKCIO egalas al '--regex=RE --section=SEKCIO --add-once'"
2092
2093 #: install-info/install-info.c:591
19672094 msgid ""
19682095 " --silent suppress warnings.\n"
19692096 " --test suppress updating of DIR-FILE.\n"
19702097 " --version display version information and exit."
19712098 msgstr ""
1972
1973 #: install-info/install-info.c:589 tp/texi2any.pl:723
2099 " --silent ne eligi avertojn\n"
2100 " --test ne ĝisdatigi la katalogan dosieron\n"
2101 " --version montri programversion kaj eliri"
2102
2103 #: install-info/install-info.c:598 tp/texi2any.pl:724
19742104 msgid ""
19752105 "Email bug reports to bug-texinfo@gnu.org,\n"
19762106 "general questions and discussion to help-texinfo@gnu.org.\n"
19772107 "Texinfo home page: http://www.gnu.org/software/texinfo/"
19782108 msgstr ""
1979 "Erarraportojn sendu al <bug-texinfo@nu.org>;\n"
1980 "ĝeneralajn demandojn kaj opiniojn sendu al <help-texinfo@gnu.org>.\n"
1981 "La hejmpaĝo de Texinfo: <http://www.gnu.org/software/texinfo/>.\n"
1982 "Por diskutoj pri Esperanto-traduko uzu la dissendoliston\n"
1983 "<translation-team-eo@lists.sourceforge.net>."
1984
1985 #: install-info/install-info.c:616
2109 "Raportu programmisojn al <bug-texinfo@nu.org>;\n"
2110 "sendu ĝeneralajn demandojn kaj opiniojn al <help-texinfo@gnu.org>.\n"
2111 "La hejmpaĝo de Texinfo estas: http://www.gnu.org/software/texinfo/.\n"
2112 "Diskutu Esperantotradukon je <translation-team-eo@lists.sourceforge.net>."
2113
2114 #: install-info/install-info.c:625
19862115 #, c-format
19872116 msgid ""
19882117 "This is the file .../info/dir, which contains the\n"
20032132 msgstr ""
20042133 "Ĉi tio estas la dosiero .../info/dir, entenanta la pinton de la \n"
20052134 "la hierarkio Info -- la ĉefkatalogan nodon nomatan (dir)Top.\n"
2006 "Unuafoje lanĉinte la programon Info, vi trafas en tiun nodon.\n"
2135 "Unuafoje lanĉinte la programon 'info', vi vidos ĉi tiun nodon.\n"
20072136 "\n"
20082137 "%s\tLa pinto de la INFO-hierarkio\n"
20092138 "\n"
20102139 " Ĉi tie (en la Info-katalogo) estas menuo de la ĉefaj temoj.\n"
2011 " Tajpu „q‟ por eliri; „?‟ por eligi ĉiujn komandojn de Info;\n"
2012 " „d‟ por reveni ĉi tien; „h‟ vokas lernilon por komencantoj;\n"
2013 " „mEmacs<Enter>‟ disponigas la manlibron pri Emakso; ktp.\n"
2140 " Tajpu “q” por eliri; “?” por eligi ĉiujn komandojn de Info;\n"
2141 " “d” por reveni ĉi tien; “h” vokas lernilon por komencantoj;\n"
2142 " “mEmacs<Enter>” disponigas la manlibron pri Emakso; ktp.\n"
20142143 "\n"
20152144 " Se vi legas per Emakso, alklaku menueron aŭ referencon per\n"
2016 " la dua musbutono por elekti la temon.\n"
2145 " la dua musbutono por elekti tiun temon.\n"
20172146 "\n"
20182147 "%s\n"
20192148
2020 #: install-info/install-info.c:640
2149 #: install-info/install-info.c:649
20212150 #, c-format
20222151 msgid "%s: could not read (%s) and could not create (%s)"
20232152 msgstr "%s: ne eblas legi (%s) kaj ne eblas krei (%s)"
20242153
2025 #: install-info/install-info.c:736
2154 #: install-info/install-info.c:745
20262155 #, c-format
20272156 msgid "%s: empty file"
20282157 msgstr "%s: malplena dosiero"
20292158
2030 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2159 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20312160 #, c-format
20322161 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20332162 msgstr "START-INFO-DIR-ENTRY sen para END-INFO-DIR-ENTRY"
20342163
2035 #: install-info/install-info.c:1114
2164 #: install-info/install-info.c:1123
20362165 #, c-format
20372166 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20382167 msgstr "END-INFO-DIR-ENTRY sen para START-INFO-DIR-ENTRY"
20392168
2040 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2169 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20412170 #, c-format
20422171 msgid "%s: already have dir file: %s\n"
20432172 msgstr "%s: dir-dosiero jam ekzistas: %s\n"
20442173
2045 #: install-info/install-info.c:2068
2174 #: install-info/install-info.c:2077
20462175 #, c-format
20472176 msgid "%s: Specify the Info file only once.\n"
20482177 msgstr "%s: Indiku la Info-dosieron solfoje.\n"
20492178
2050 #: install-info/install-info.c:2101
2179 #: install-info/install-info.c:2110
20512180 #, c-format
20522181 msgid "Extra regular expression specified, ignoring `%s'"
20532182 msgstr "Troa regulesprimo -- «%s» ignoratas"
20542183
2055 #: install-info/install-info.c:2113
2184 #: install-info/install-info.c:2122
20562185 #, c-format
20572186 msgid "Error in regular expression `%s': %s"
20582187 msgstr "Eraro en regulesprimo «%s»: %s"
20592188
2060 #: install-info/install-info.c:2171
2189 #: install-info/install-info.c:2180
20612190 #, c-format
20622191 msgid "excess command line argument `%s'"
20632192 msgstr "troa argumento en komandlinio: «%s»"
20642193
2065 #: install-info/install-info.c:2175
2194 #: install-info/install-info.c:2184
20662195 #, c-format
20672196 msgid "No input file specified; try --help for more information."
20682197 msgstr "Mankas enigdosiero; provu «--help» por pluaj informoj."
20692198
2070 #: install-info/install-info.c:2177
2199 #: install-info/install-info.c:2186
20712200 #, c-format
20722201 msgid "No dir file specified; try --help for more information."
20732202 msgstr "Mankas dosiero Info-katalogo (dir); provu «--help» por pluaj informoj."
20742203
2075 #: install-info/install-info.c:2319
2204 #: install-info/install-info.c:2328
20762205 #, c-format
20772206 msgid "no info dir entry in `%s'"
20782207 msgstr "Nenia informo por Info-katalogo troviĝis en «%s»"
20792208
2080 #: install-info/install-info.c:2567
2209 #: install-info/install-info.c:2576
20812210 #, c-format
20822211 msgid "no entries found for `%s'; nothing deleted"
20832212 msgstr "Troviĝis nenia Info-kataloga informo pri «%s»; nenio forigitas"
20842213
2085 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2086 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2087 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2088 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2089 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2214 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
20902219 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
20912220 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
20922221 #, perl-format
20952224
20962225 #: tp/Texinfo/Common.pm:824
20972226 msgid "recursion is always allowed"
2098 msgstr ""
2227 msgstr "rikuro ĉiam permesatas"
20992228
21002229 #: tp/Texinfo/Common.pm:825
2101 #, fuzzy
21022230 msgid "arguments are quoted by default"
2103 msgstr "„@quote-arg‟ malrekomendatas; argumentoj citatas defaŭlte"
2231 msgstr "argumentoj citatas defaŭlte"
21042232
21052233 #: tp/Texinfo/Common.pm:1024
2106 #, fuzzy, perl-format
2234 #, perl-format
21072235 msgid "%s is not a valid language code"
2108 msgstr "%s ne estas valida lingvokodo laŭ ISO 639"
2236 msgstr "%s ne estas valida lingvokodo"
21092237
21102238 #: tp/Texinfo/Common.pm:1029
2111 #, fuzzy, perl-format
2239 #, perl-format
21122240 msgid "%s is not a valid region code"
2113 msgstr "%s ne estas valida lingvokodo laŭ ISO 639"
2241 msgstr "%s ne estas valida regiona kodo"
21142242
21152243 #: tp/Texinfo/Common.pm:1047
21162244 #, perl-format
21172245 msgid "%s is not a valid split possibility"
2118 msgstr ""
2246 msgstr "%s ne estas valida fenda elekto"
21192247
21202248 #: tp/Texinfo/Common.pm:1070 tp/Texinfo/Common.pm:1495
2121 #, fuzzy, perl-format
2249 #, perl-format
21222250 msgid "Cannot read %s: %s"
2123 msgstr "Ne eblas krei dosierujon «%s»: %s"
2251 msgstr "Ne eblas legi %s: %s"
21242252
21252253 #: tp/Texinfo/Common.pm:1087
2126 #, fuzzy, perl-format
2254 #, perl-format
21272255 msgid "Error on closing @verbatiminclude file %s: %s"
2128 msgstr "eraro dum fermo de eliga dosiero «%s»"
2256 msgstr "Eraro dum fermo de '@verbatiminclude'-dosiero %s: %s"
21292257
21302258 #: tp/Texinfo/Common.pm:1092 tp/Texinfo/Parser.pm:3084
2131 #, fuzzy, perl-format
2259 #, perl-format
21322260 msgid "@%s: Cannot find %s"
2133 msgstr "Ne eblas trovi «%s»."
2261 msgstr "@%s: Ne eblas trovi %s"
21342262
21352263 #: tp/Texinfo/Common.pm:1392
2136 #, fuzzy, perl-format
2264 #, perl-format
21372265 msgid "Cannot open html refs config file %s: %s"
2138 msgstr "Ne eblas forigi dosierujon «%s»: %s"
2266 msgstr "Ne eblas malfermi %s (dosiero de HTML-referencaj agordoj): %s"
21392267
21402268 #: tp/Texinfo/Common.pm:1420
21412269 msgid "Missing type"
2142 msgstr ""
2270 msgstr "Mankas tipo"
21432271
21442272 #: tp/Texinfo/Common.pm:1423
2145 #, fuzzy, perl-format
2273 #, perl-format
21462274 msgid "Unrecognized type: %s"
2147 msgstr "%s: nekonata opcio «--%s»\n"
2275 msgstr "Nerekonata tipo: %s"
21482276
21492277 #: tp/Texinfo/Common.pm:1439
21502278 #, perl-format
21512279 msgid "Error on closing html refs config file %s: %s"
2152 msgstr ""
2280 msgstr "Eraro dum fermo de %s (dosiero de HTML-referencaj agordoj): %s"
21532281
21542282 #: tp/Texinfo/Common.pm:1474
21552283 #, perl-format
21562284 msgid "%s:%d: no node to be renamed\n"
2157 msgstr ""
2285 msgstr "%s:%d: neniu nodo por alinomi\n"
21582286
21592287 #: tp/Texinfo/Common.pm:1485
21602288 #, perl-format
21612289 msgid "%s:%d: nodes without a new name at the end of file\n"
2162 msgstr ""
2290 msgstr "%s:%d: nodoj sen novaj nomoj je la fino de dosiero\n"
21632291
21642292 #: tp/Texinfo/Common.pm:1976
21652293 #, perl-format
21662294 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2167 msgstr ""
2295 msgstr "'protect_hashchar_at_line_beginning()' ne povas protekti en '@%s'"
21682296
21692297 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2170 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2171 #, fuzzy, perl-format
2298 #: tp/texi2any.pl:386 tp/texi2any.pl:403
2299 #, perl-format
21722300 msgid "Obsolete variable %s\n"
2173 msgstr "Valorizu variablon: "
2301 msgstr "Arkaika variablo %s\n"
21742302
21752303 #: tp/Texinfo/Convert/Converter.pm:608
2176 #, fuzzy, perl-format
2304 #, perl-format
21772305 msgid "Can't create directories `%s' or `%s': %s"
2178 msgstr "Ne eblas krei dosierujon «%s»: %s"
2306 msgstr "Ne eblas krei dosierujojn '%s' aŭ '%s': %s"
21792307
21802308 #: tp/Texinfo/Convert/Converter.pm:616
2181 #, fuzzy, perl-format
2309 #, perl-format
21822310 msgid "Can't create directories `%s': %s"
2183 msgstr "Ne eblas krei dosierujon «%s»: %s"
2184
2185 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2186 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2311 msgstr "Ne eblas krei dosierujojn '%s': %s"
2312
2313 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2314 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
21872315 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
21882316 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2189 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2190 #: tp/init/chm.pm:399
2317 #: tp/Texinfo/Parser.pm:1871
2318 #, perl-format
2319 msgid "Error on closing %s: %s"
2320 msgstr "Eraro dum fermo de %s: %s"
2321
2322 #: tp/Texinfo/Convert/DocBook.pm:897
2323 #, perl-format
2324 msgid "@image file `%s' not found, using `%s'"
2325 msgstr "'@image'-dosiero '%s' ne troviĝas; '%s' uziĝas"
2326
2327 #: tp/Texinfo/Convert/HTML.pm:1677
2328 #, perl-format
2329 msgid "@image file `%s' (for HTML) not found, using `%s'"
2330 msgstr "'@image'-dosiero '%s' (por HTML) ne troviĝas; '%s' uziĝas"
2331
2332 #: tp/Texinfo/Convert/HTML.pm:2345
2333 #, perl-format
2334 msgid "Raw format %s is not converted"
2335 msgstr "Kruda aranĝo %s ne konvertiĝas"
2336
2337 #: tp/Texinfo/Convert/HTML.pm:4814
2338 #, perl-format
2339 msgid "%s:%d: string not closed in css file"
2340 msgstr "%s:%d: nefermita signoĉeno en CSS-dosiero"
2341
2342 #: tp/Texinfo/Convert/HTML.pm:4816
2343 #, perl-format
2344 msgid "%s:%d: --css-include ended in comment"
2345 msgstr "%s:%d: '--css-include' finiĝas en komento"
2346
2347 #: tp/Texinfo/Convert/HTML.pm:4818
21912348 #, fuzzy, perl-format
2192 msgid "Error on closing %s: %s"
2193 msgstr "Eraro en regulesprimo «%s»: %s"
2194
2195 #: tp/Texinfo/Convert/DocBook.pm:919
2196 #, fuzzy, perl-format
2197 msgid "@image file `%s' not found, using `%s'"
2198 msgstr "dosiero «%s» en la komando @image estas nelegebla: %s"
2199
2200 #: tp/Texinfo/Convert/HTML.pm:1677
2201 #, fuzzy, perl-format
2202 msgid "@image file `%s' (for HTML) not found, using `%s'"
2203 msgstr "Bilddosiero «%s» (por HTML) estas nelegebla: %s"
2204
2205 #: tp/Texinfo/Convert/HTML.pm:2345
2206 #, perl-format
2207 msgid "Raw format %s is not converted"
2208 msgstr ""
2209
2210 #: tp/Texinfo/Convert/HTML.pm:4832
2211 #, perl-format
2212 msgid "%s:%d: string not closed in css file"
2213 msgstr ""
2214
2215 #: tp/Texinfo/Convert/HTML.pm:4834
2216 #, fuzzy, perl-format
2217 msgid "%s:%d: --css-include ended in comment"
2218 msgstr "%s:%d: CSS-dosiero finiĝis en komento"
2219
2220 #: tp/Texinfo/Convert/HTML.pm:4836
2221 #, perl-format
2222 msgid "%s:%d @import not finished in css file"
2223 msgstr ""
2224
2225 #: tp/Texinfo/Convert/HTML.pm:4862
2226 #, fuzzy, perl-format
2349 msgid "%s:%d: @import not finished in css file"
2350 msgstr "%s:%d: nefinita komando '@import' en CSS-dosiero"
2351
2352 #: tp/Texinfo/Convert/HTML.pm:4844
2353 #, perl-format
22272354 msgid "css file %s not found"
2228 msgstr "Makroo «%cend» ne troviĝis"
2229
2230 #: tp/Texinfo/Convert/HTML.pm:4868
2231 #, fuzzy, perl-format
2355 msgstr "CSS-dosiero %s ne troviĝas"
2356
2357 #: tp/Texinfo/Convert/HTML.pm:4850
2358 #, perl-format
22322359 msgid "could not open --include-file %s: %s"
2233 msgstr "%s: Ne eblas malfermi CSS-dosieron: %s"
2234
2235 #: tp/Texinfo/Convert/HTML.pm:4878
2236 #, fuzzy, perl-format
2360 msgstr "ne eblas malfermi '--include-file' %s: %s"
2361
2362 #: tp/Texinfo/Convert/HTML.pm:4860
2363 #, perl-format
22372364 msgid "Error on closing CSS file %s: %s"
2238 msgstr "eraro dum fermo de eliga dosiero «%s»"
2239
2240 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2241 #, fuzzy, perl-format
2365 msgstr "Eraro dum fermo de CSS-dosiero %s: %s"
2366
2367 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2368 #, perl-format
22422369 msgid "No htmlxref.cnf entry found for `%s'"
2243 msgstr "ne troviĝis indeksa artikolo por «%s»\n"
2244
2245 #: tp/Texinfo/Convert/HTML.pm:6513
2246 #, fuzzy, perl-format
2370 msgstr "Ne troviĝis ero en 'htmlxref.cnf' por '%s'"
2371
2372 #: tp/Texinfo/Convert/HTML.pm:6495
2373 #, perl-format
22472374 msgid "Error on closing frame file %s: %s"
2248 msgstr "eraro dum fermo de eliga dosiero «%s»"
2249
2250 #: tp/Texinfo/Convert/HTML.pm:6537
2251 #, fuzzy, perl-format
2375 msgstr "Eraro dum fermo de %s (dosiero de kadro): %s"
2376
2377 #: tp/Texinfo/Convert/HTML.pm:6519
2378 #, perl-format
22522379 msgid "Error on closing TOC frame file %s: %s"
2253 msgstr "eraro dum fermo de eliga dosiero «%s»"
2254
2255 #: tp/Texinfo/Convert/HTML.pm:6652
2380 msgstr "Eraro dum fermo de %s (dosiero de enhavtabela kadro): %s"
2381
2382 #: tp/Texinfo/Convert/HTML.pm:6634
22562383 #, perl-format
22572384 msgid "Handler %s of stage %s priority %s failed"
2258 msgstr ""
2259
2260 #: tp/Texinfo/Convert/HTML.pm:6853
2385 msgstr "Fiaskis traktilo %s de fazo %s prioritato %s"
2386
2387 #: tp/Texinfo/Convert/HTML.pm:6835
22612388 msgid "Must specify a title with a title command or @top"
2262 msgstr ""
2263
2264 #: tp/Texinfo/Convert/HTML.pm:7058
2389 msgstr "Necesas indiki titolon je komando '@title' aŭ '@top'"
2390
2391 #: tp/Texinfo/Convert/HTML.pm:7040
22652392 #, perl-format
22662393 msgid "Error on closing redirection node file %s: %s"
2267 msgstr ""
2268
2269 #: tp/Texinfo/Convert/HTML.pm:7083
2270 #, fuzzy, perl-format
2394 msgstr "Eraro dum fermo de %s (dosiero de aldirektigoj): %s"
2395
2396 #: tp/Texinfo/Convert/HTML.pm:7065
2397 #, perl-format
22712398 msgid "Old name for `%s' is a node of the document"
2272 msgstr "En la dokumento mankas ligilo(j) „Prev‟ aŭ „Up‟ por tiu nodo."
2273
2274 #: tp/Texinfo/Convert/HTML.pm:7087
2275 #, fuzzy, perl-format
2399 msgstr "Malnova nomo por '%s' estas nodo en la dokumento"
2400
2401 #: tp/Texinfo/Convert/HTML.pm:7069
2402 #, perl-format
22762403 msgid "File empty for renamed node `%s'"
2277 msgstr "nodo «%s» ne estas referencita"
2278
2279 #: tp/Texinfo/Convert/HTML.pm:7099
2404 msgstr "Vakas la dosiero por alinomita nodo '%s'"
2405
2406 #: tp/Texinfo/Convert/HTML.pm:7081
22802407 #, perl-format
22812408 msgid "Target node (new name for `%s') not in document: %s"
2282 msgstr ""
2283
2284 #: tp/Texinfo/Convert/HTML.pm:7131
2285 #, fuzzy, perl-format
2409 msgstr "Celnodo (nova nomo por '%s') ne estas en dokumento: %s"
2410
2411 #: tp/Texinfo/Convert/HTML.pm:7113
2412 #, perl-format
22862413 msgid "Error on closing renamed node redirection file %s: %s"
2287 msgstr "eraro dum fermo de eliga dosiero «%s»"
2288
2289 #: tp/Texinfo/Convert/HTML.pm:7169
2414 msgstr ""
2415 "Eraro dum fermo de %s (dosiero de aldirektigoj por alinomitaj nodoj): %s"
2416
2417 #: tp/Texinfo/Convert/HTML.pm:7151
22902418 msgid "Empty node name"
2291 msgstr ""
2292
2293 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2419 msgstr "Vaka nodnomo"
2420
2421 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
22942422 #, perl-format
22952423 msgid "Syntax for an external node used for `%s'"
2296 msgstr ""
2424 msgstr "Sintakso por ekstera nodo uziĝas por '%s'"
22972425
22982426 #: tp/Texinfo/Convert/Info.pm:99
2299 #, fuzzy
23002427 msgid "Document without nodes."
2301 msgstr "Malestas menuo en ĉi tiu nodo."
2428 msgstr "Dokumento sen nodoj."
23022429
23032430 #: tp/Texinfo/Convert/Info.pm:115
23042431 msgid "Document without Top node."
2305 msgstr ""
2432 msgstr "Dokumento sen 'Top'-nodo."
23062433
23072434 #: tp/Texinfo/Convert/Info.pm:151
23082435 #, perl-format
23092436 msgid "Rename %s failed: %s"
2310 msgstr ""
2437 msgstr "Fiaskis alinomo de %s: %s"
23112438
23122439 #: tp/Texinfo/Convert/Info.pm:226
23132440 #, perl-format
23142441 msgid "@%s output more than once: %s"
2315 msgstr ""
2442 msgstr "'@%s' eliĝis plu ol unu fojo: %s"
23162443
23172444 #: tp/Texinfo/Convert/Info.pm:340
2318 #, fuzzy, perl-format
2445 #, perl-format
23192446 msgid "@%s outside of any node"
2320 msgstr "(ekster iu ajn nodo)"
2447 msgstr "'@%s' ekster iu ajn nodo"
23212448
23222449 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2467
23232450 #, perl-format
23252452 msgstr "Elemento por indekso «%s» estas ekster iu ajn nodo"
23262453
23272454 #: tp/Texinfo/Convert/Plaintext.pm:1217
2328 #, fuzzy, perl-format
2455 #, perl-format
23292456 msgid "Error on closing image text file %s: %s"
2330 msgstr "eraro dum fermo de eliga dosiero «%s»"
2457 msgstr "Eraro dum fermo de %s (dosiero kun 'image'-teksto): %s"
23312458
23322459 #: tp/Texinfo/Convert/Plaintext.pm:1222
23332460 #, perl-format
23342461 msgid "@image file `%s' unreadable: %s"
2335 msgstr "dosiero «%s» en la komando @image estas nelegebla: %s"
2462 msgstr "Dosiero «%s» en komando '@image' ne legeblas: %s"
23362463
23372464 #: tp/Texinfo/Convert/Plaintext.pm:1250
23382465 #, perl-format
23392466 msgid "Cannot find @image file `%s.txt' nor alternate text"
23402467 msgstr ""
2468 "Ne eblas trovi dosieron «%s.txt» en komando '@image' nek alternativan tekston"
23412469
23422470 #: tp/Texinfo/Convert/Plaintext.pm:1615
23432471 msgid ""
23482476 "tion"
23492477
23502478 #: tp/Texinfo/Convert/Plaintext.pm:1845
2351 #, fuzzy, perl-format
2479 #, perl-format
23522480 msgid "`.' or `,' must follow @xref, not %s"
2353 msgstr "Post @%s sekvendas «.» aŭ «,», ne «%c»"
2481 msgstr "Post '@xref' sekvendas «.» aŭ «,», ne «%s»"
23542482
23552483 #: tp/Texinfo/Convert/Plaintext.pm:1847
2356 #, fuzzy
23572484 msgid "`.' or `,' must follow @xref"
2358 msgstr "Post @%s sekvendas «.» aŭ «,», ne «%c»"
2485 msgstr "Post '@xref' sekvendas «.» aŭ «,»"
23592486
23602487 #: tp/Texinfo/Parser.pm:800
23612488 #, perl-format
23622489 msgid "@%s should only appear at beginning or end of document"
2363 msgstr ""
2490 msgstr "@%s devus aperi nur je komenco aŭ fino de dokumento"
23642491
23652492 #: tp/Texinfo/Parser.pm:816
2366 #, fuzzy, perl-format
2493 #, perl-format
23672494 msgid "Can't read file %s: %s"
2368 msgstr "Ne eblas forigi dosierujon «%s»: %s"
2495 msgstr "Ne eblas legi dosieron «%s»: %s"
23692496
23702497 #: tp/Texinfo/Parser.pm:1046 tp/Texinfo/Structuring.pm:548
23712498 #, perl-format
23722499 msgid "Multiple @%s"
2373 msgstr ""
2500 msgstr "Pluraj '@%s'"
23742501
23752502 #: tp/Texinfo/Parser.pm:1077
2376 #, fuzzy, perl-format
2503 #, perl-format
23772504 msgid "Bad syntax for @%s argument: %s"
2378 msgstr "Misa argumento por @%s"
2505 msgstr "Malbona sintakso por argumento de '@%s': %s"
23792506
23802507 #: tp/Texinfo/Parser.pm:1093
23812508 #, perl-format
23822509 msgid "Bad or empty @%s formal argument: %s"
2383 msgstr ""
2510 msgstr "Misa aŭ vaka formala argumento de '@%s': %s"
23842511
23852512 #: tp/Texinfo/Parser.pm:1102 tp/Texinfo/Parser.pm:4458
23862513 #: tp/Texinfo/Parser.pm:4481 tp/Texinfo/Parser.pm:5098
23922519 #: tp/Texinfo/Parser.pm:1212
23932520 #, perl-format
23942521 msgid "%c%s missing close brace"
2395 msgstr "%c%s sen „}‟"
2522 msgstr "%c%s sen “}”"
23962523
23972524 #: tp/Texinfo/Parser.pm:1215
23982525 #, perl-format
23992526 msgid "@%s missing closing delimiter sequence: %s}"
2400 msgstr ""
2527 msgstr "Al @%s mankas ferma disigila sekvenco: %s}"
24012528
24022529 #: tp/Texinfo/Parser.pm:1327
24032530 #, perl-format
24042531 msgid "@itemx should not begin @%s"
2405 msgstr ""
2532 msgstr "'@itemx' ne devus esti je komenco de '@%s'"
24062533
24072534 #: tp/Texinfo/Parser.pm:1395
24082535 msgid "@itemx must follow @item"
2409 msgstr ""
2536 msgstr "'@itemx' devas sekvi '@item'"
24102537
24112538 #: tp/Texinfo/Parser.pm:1561
24122539 #, perl-format
24132540 msgid "@%s has text but no @item"
2414 msgstr ""
2541 msgstr "'@%s' havas tekston sed neniun '@item'"
24152542
24162543 #: tp/Texinfo/Parser.pm:1591
24172544 #, perl-format
24182545 msgid "`@end' expected `%s', but saw `%s'"
2419 msgstr "„@end‟ atendis „%s‟, sed renkontis „%s‟"
2546 msgstr "“@end” atendis “%s”, sed renkontis “%s”"
24202547
24212548 #: tp/Texinfo/Parser.pm:1594
24222549 #, perl-format
24232550 msgid "@%s seen before @end %s"
2424 msgstr ""
2551 msgstr "'@%s' renkontiĝis antaŭ '@end %s'"
24252552
24262553 #: tp/Texinfo/Parser.pm:1598
24272554 #, perl-format
24282555 msgid "No matching `%cend %s'"
2429 msgstr "Mankas para „%cend %s‟"
2556 msgstr "Mankas para '%cend %s'"
24302557
24312558 #: tp/Texinfo/Parser.pm:1620 tp/Texinfo/Parser.pm:4783
24322559 #: tp/Texinfo/Parser.pm:4993
24372564 #: tp/Texinfo/Parser.pm:1715 tp/Texinfo/Parser.pm:3043
24382565 #, perl-format
24392566 msgid "Unmatched `%c%s'"
2440 msgstr "Mankas para „%c%s‟"
2567 msgstr "Senpara '%c%s'"
24412568
24422569 #: tp/Texinfo/Parser.pm:1945
2443 #, fuzzy, perl-format
2570 #, perl-format
24442571 msgid "Macro `%s' called with too many args"
2445 msgstr "Makroo «%s» en linio %d havas troan argumenton"
2572 msgstr "Makroo «%s» havas troajn argumentojn"
24462573
24472574 #: tp/Texinfo/Parser.pm:1967
2448 #, fuzzy, perl-format
2575 #, perl-format
24492576 msgid "@%s missing close brace"
2450 msgstr "%c%s sen „}‟"
2577 msgstr "@%s sen “}”"
24512578
24522579 #: tp/Texinfo/Parser.pm:1974
2453 #, fuzzy, perl-format
2580 #, perl-format
24542581 msgid "Macro `%s' declared without argument called with an argument"
2455 msgstr "Makroo «%s» en linio %d havas troan argumenton"
2582 msgstr "Makroo «%s» deklariĝis sen argumento sed alvokiĝas kun argumento"
24562583
24572584 #: tp/Texinfo/Parser.pm:2008
2458 #, fuzzy, perl-format
2585 #, perl-format
24592586 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
2460 msgstr "Dum makrogenerado: \\ sekvata de «%s» (anstataŭ de nomo de parametro)"
2587 msgstr ""
2588 "\\ en etendo de '@%s' sekvas post '%s' anstataŭ post nomo de parametro aŭ \\"
24612589
24622590 #: tp/Texinfo/Parser.pm:2399
2463 #, fuzzy, perl-format
2591 #, perl-format
24642592 msgid "@%s `%s' previously defined"
2465 msgstr "makroo «%s» estas jam difinita antaŭe"
2593 msgstr "@%s '%s' jam difiniĝis antaŭe"
24662594
24672595 #: tp/Texinfo/Parser.pm:2404
2468 #, fuzzy, perl-format
2596 #, perl-format
24692597 msgid "here is the previous definition as @%s"
2470 msgstr "ĉi tie estas la antaŭa difino de «%s»"
2598 msgstr "ĉi tie estas la antaŭa difino kiel '@%s'"
24712599
24722600 #: tp/Texinfo/Parser.pm:2759
24732601 #, perl-format
24742602 msgid "Missing name for @%s"
2475 msgstr ""
2603 msgstr "Mankas nomo por '@%s'"
24762604
24772605 #: tp/Texinfo/Parser.pm:2764
24782606 #, perl-format
24792607 msgid "Missing category for @%s"
2480 msgstr ""
2608 msgstr "Mankas kategorio por '@%s'"
24812609
24822610 #: tp/Texinfo/Parser.pm:2816
2483 #, fuzzy, perl-format
2611 #, perl-format
24842612 msgid "Unexpected argument on @%s line: %s"
2485 msgstr "Misa argumento por @%s: %s"
2613 msgstr "Neatendita argumento sur '@%s'-linio: %s"
24862614
24872615 #: tp/Texinfo/Parser.pm:2832
2488 #, fuzzy
24892616 msgid "empty multitable"
2490 msgstr "%s: malplena dosiero"
2617 msgstr "vaka plurtabelo"
24912618
24922619 #: tp/Texinfo/Parser.pm:2887 tp/Texinfo/Parser.pm:5185
2493 #, fuzzy, perl-format
2620 #, perl-format
24942621 msgid "Superfluous argument to @%s"
2495 msgstr "Misa argumento por @%s"
2622 msgstr "Troa argumento por '@%s'"
24962623
24972624 #: tp/Texinfo/Parser.pm:2893 tp/Texinfo/Parser.pm:5206
24982625 #: tp/Texinfo/Parser.pm:5217
24992626 #, perl-format
25002627 msgid "Bad argument to @%s"
2501 msgstr "Misa argumento por @%s"
2628 msgstr "Misa argumento por '@%s'"
25022629
25032630 #: tp/Texinfo/Parser.pm:2904
25042631 #, perl-format
25092636 #, perl-format
25102637 msgid "Command @%s not accepting argument in brace should not be on @%s line"
25112638 msgstr ""
2639 "Komando '@%s', kiu ne toleras argumenton en vinkuloj, ne devus esti en linio "
2640 "'@%s'"
25122641
25132642 #: tp/Texinfo/Parser.pm:2944
2514 #, fuzzy, perl-format
2643 #, perl-format
25152644 msgid "Accent command `@%s' not allowed as @%s argument"
2516 msgstr "%s: opcio «--%s» ne toleras argumenton\n"
2645 msgstr "Akcentkomando '@%s' ne permesatas kiel argumento de '@%s'"
25172646
25182647 #: tp/Texinfo/Parser.pm:3021 tp/Texinfo/Parser.pm:3157
25192648 #: tp/Texinfo/Parser.pm:5178
2520 #, fuzzy, perl-format
2649 #, perl-format
25212650 msgid "@%s missing argument"
2522 msgstr "%s: mankas dosiera argumento.\n"
2651 msgstr "Al '@%s' mankas argumento"
25232652
25242653 #: tp/Texinfo/Parser.pm:3033
2525 #, fuzzy, perl-format
2654 #, perl-format
25262655 msgid "Unknown @end %s"
2527 msgstr "Nekonata indekso «%s»"
2656 msgstr "Nekonata '@end %s'"
25282657
25292658 #: tp/Texinfo/Parser.pm:3055 tp/Texinfo/Parser.pm:3662
2530 #, fuzzy, perl-format
2659 #, perl-format
25312660 msgid "Superfluous argument to @%s %s: %s"
2532 msgstr "Misa argumento por @%s: %s"
2661 msgstr "Troa argumento por '@%s %s': %s"
25332662
25342663 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:5257
25352664 #: tp/Texinfo/Parser.pm:5303 tp/Texinfo/Parser.pm:5329
25362665 #: tp/Texinfo/Parser.pm:5362 tp/Texinfo/Parser.pm:5423
25372666 #, perl-format
25382667 msgid "Bad argument to @%s: %s"
2539 msgstr "Misa argumento por @%s: %s"
2668 msgstr "Misa argumento por '@%s': %s"
25402669
25412670 #: tp/Texinfo/Parser.pm:3079
2542 #, fuzzy, perl-format
2671 #, perl-format
25432672 msgid "@%s: Cannot open %s: %s"
2544 msgstr "%s: Ne eblas malfermi CSS-dosieron: %s"
2673 msgstr "@%s: Ne eblas malfermi %s: %s"
25452674
25462675 #: tp/Texinfo/Parser.pm:3091
25472676 #, perl-format
25482677 msgid "Encoding `%s' is not a canonical texinfo encoding"
2549 msgstr ""
2678 msgstr "Kodo «%s» ne estas kanonika Texinfo-kodo"
25502679
25512680 #: tp/Texinfo/Parser.pm:3099
25522681 #, perl-format
25562685 #: tp/Texinfo/Parser.pm:3247
25572686 #, perl-format
25582687 msgid "@%s after the first element"
2559 msgstr ""
2688 msgstr "'@%s' post la unua elemento"
25602689
25612690 #: tp/Texinfo/Parser.pm:3254
2562 #, fuzzy, perl-format
2691 #, perl-format
25632692 msgid "@%s only meaningful on a @multitable line"
2564 msgstr "@%s ne sencas ekster bloko „@titlepage‟"
2693 msgstr "'@%s' nur sencas en '@multitable'-linio"
25652694
25662695 #: tp/Texinfo/Parser.pm:3291
25672696 #, perl-format
25682697 msgid "@%s should not be associated with @top"
2569 msgstr ""
2698 msgstr "'@%s' ne devus esti rilatita al '@top'"
25702699
25712700 #: tp/Texinfo/Parser.pm:3303
25722701 #, perl-format
25732702 msgid "@node precedes @%s, but parts may not be associated with nodes"
2574 msgstr ""
2703 msgstr "'@node' antaŭ '@%s', sed partoj ne rajtas rilati al nodoj"
25752704
25762705 #: tp/Texinfo/Parser.pm:3400
2577 #, fuzzy, perl-format
2706 #, perl-format
25782707 msgid "Empty argument in @%s"
2579 msgstr "Misa argumento por @%s"
2708 msgstr "Vaka argumento en '@%s'"
25802709
25812710 #: tp/Texinfo/Parser.pm:3404
25822711 #, perl-format
25832712 msgid "Empty node name after expansion `%s'"
2584 msgstr ""
2713 msgstr "Vaka nodnomo post etendo '%s'"
25852714
25862715 #: tp/Texinfo/Parser.pm:3447
2587 #, fuzzy, perl-format
2716 #, perl-format
25882717 msgid "Empty menu entry name in `%s'"
2589 msgstr "Malestas menuo en nodo «%s»."
2718 msgstr "Vaka menuernomo en '%s'"
25902719
25912720 #: tp/Texinfo/Parser.pm:3455
2592 msgid "Empty node in menu entry"
2593 msgstr ""
2721 #, fuzzy
2722 msgid "Empty node name in menu entry"
2723 msgstr "Vaka nodnomo en menuero"
25942724
25952725 #: tp/Texinfo/Parser.pm:3525
2596 #, fuzzy, perl-format
2726 #, perl-format
25972727 msgid "@%s should not appear in @%s"
2598 msgstr "%s: Ne eblas malfermi CSS-dosieron: %s"
2728 msgstr "'@%s' ne devus aperi en '@%s'"
25992729
26002730 #: tp/Texinfo/Parser.pm:3656
26012731 #, perl-format
26022732 msgid "@end %s should only appear at a line beginning"
2603 msgstr ""
2733 msgstr "'@end %s' devus aperi nur je komenco de linio"
26042734
26052735 #: tp/Texinfo/Parser.pm:3678
26062736 #, perl-format
26072737 msgid "macro `%s' previously defined"
2608 msgstr "makroo «%s» estas jam difinita antaŭe"
2738 msgstr "makroo «%s» jam difiniĝis antaŭe"
26092739
26102740 #: tp/Texinfo/Parser.pm:3680
26112741 #, perl-format
26152745 #: tp/Texinfo/Parser.pm:3684
26162746 #, perl-format
26172747 msgid "Redefining Texinfo language command: @%s"
2618 msgstr ""
2748 msgstr "Redifino de Texinfo-komando: @%s"
26192749
26202750 #: tp/Texinfo/Parser.pm:3733
26212751 #, perl-format
26222752 msgid "@%s without associated character"
2623 msgstr ""
2753 msgstr "@%s sen rilatata signo"
26242754
26252755 #: tp/Texinfo/Parser.pm:3794
26262756 #, perl-format
26272757 msgid ""
26282758 "@%s defined with zero or more than one argument should be invoked with {}"
2629 msgstr ""
2759 msgstr "'@%s' kiu difiniĝis kun nula aŭ pluraj argumentoj alvokiĝendus kun {}"
26302760
26312761 #: tp/Texinfo/Parser.pm:3817
26322762 #, perl-format
26342764 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
26352765 "value %d)"
26362766 msgstr ""
2767 "Makroalvoko ingiĝas tro profunde (agordu MAX_NESTED_MACROS se necesas; nuna "
2768 "valoro estas %d)"
26372769
26382770 #: tp/Texinfo/Parser.pm:3825
26392771 #, perl-format
26402772 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
2641 msgstr ""
2773 msgstr "Rikura alvoko de makroo %s malpermesetas; uzu '@rmacro' se necesas"
26422774
26432775 #: tp/Texinfo/Parser.pm:3880
26442776 #, perl-format
26452777 msgid "Accent command `@%s' must not be followed by whitespace"
2646 msgstr ""
2778 msgstr "Post akcentkomando '@%s' ne devus sekvi blankspaco"
26472779
26482780 #: tp/Texinfo/Parser.pm:3886
26492781 #, perl-format
26502782 msgid "Use braces to give a command as an argument to @%s"
2651 msgstr "Uzu vinkulojn {} por pasigi komandan argumenton al „@%s‟"
2783 msgstr "Uzu vinkulojn {} por pasigi komandan argumenton al '@%s'"
26522784
26532785 #: tp/Texinfo/Parser.pm:3899 tp/Texinfo/Parser.pm:4897
2654 #, fuzzy, perl-format
2786 #, perl-format
26552787 msgid "%c%s expects `i' or `j' as argument, not `%s'"
2656 msgstr "%c%s atendas argumenton „i‟ aŭ „j‟, ne „%c‟"
2788 msgstr "%c%s atendas argumenton 'i' aŭ 'j', ne '%s'"
26572789
26582790 #: tp/Texinfo/Parser.pm:3911
26592791 #, perl-format
26602792 msgid "Accent command `@%s' must not be followed by new line"
2661 msgstr ""
2793 msgstr "Post akcentkomando '@%s' ne devus sekvi linifino"
26622794
26632795 #: tp/Texinfo/Parser.pm:3922
2664 #, fuzzy, perl-format
2796 #, perl-format
26652797 msgid "@%s expected braces"
2666 msgstr "%c%s postulas vinkulojn {}"
2798 msgstr "@%s postulas vinkulojn {}"
26672799
26682800 #: tp/Texinfo/Parser.pm:4081
26692801 #, perl-format
26722804
26732805 #: tp/Texinfo/Parser.pm:4084
26742806 msgid "Bad syntax for @value"
2675 msgstr ""
2807 msgstr "Malbona sintakso por '@value'"
26762808
26772809 #: tp/Texinfo/Parser.pm:4091
2678 #, fuzzy, perl-format
2810 #, perl-format
26792811 msgid "%c%s is obsolete."
2680 msgstr "%c%s arkaikiĝis"
2812 msgstr "%c%s arkaikiĝis."
26812813
26822814 #: tp/Texinfo/Parser.pm:4094
2683 #, fuzzy, perl-format
2815 #, perl-format
26842816 msgid "%c%s is obsolete; %s"
2685 msgstr "%c%s arkaikiĝis"
2817 msgstr "%c%s arkaikiĝis; %s"
26862818
26872819 #: tp/Texinfo/Parser.pm:4102
26882820 #, perl-format
26892821 msgid "@%s should only appear at a line beginning"
2690 msgstr ""
2822 msgstr "@%s devus aperi nur je komenco de linio"
26912823
26922824 #: tp/Texinfo/Parser.pm:4192
2693 #, fuzzy, perl-format
2825 #, perl-format
26942826 msgid "@%s not allowed inside `@%s' block"
2695 msgstr "@%s estas sensenca ene de bloko „@%s‟"
2827 msgstr "@%s ne permesatas ene de bloko '@%s'"
26962828
26972829 #: tp/Texinfo/Parser.pm:4200
26982830 #, perl-format
26992831 msgid "@%s should only appear in heading or footing"
2700 msgstr ""
2832 msgstr "@%s devus aperi nur en ĉapo aŭ subumo"
27012833
27022834 #: tp/Texinfo/Parser.pm:4279 tp/Texinfo/Parser.pm:4291
27032835 #: tp/Texinfo/Parser.pm:4335
27042836 #, perl-format
27052837 msgid "@%s not meaningful inside `@%s' block"
2706 msgstr "@%s estas sensenca ene de bloko „@%s‟"
2838 msgstr "@%s estas sensenca ene de bloko '@%s'"
27072839
27082840 #: tp/Texinfo/Parser.pm:4298
2709 #, fuzzy, perl-format
2841 #, perl-format
27102842 msgid "@%s in empty multitable"
2711 msgstr "%s: malplena dosiero"
2843 msgstr "@%s en vaka plurtabelo"
27122844
27132845 #: tp/Texinfo/Parser.pm:4303
27142846 msgid "@tab before @item"
2715 msgstr ""
2847 msgstr "'@tab' antaŭ '@item'"
27162848
27172849 #: tp/Texinfo/Parser.pm:4305
27182850 #, perl-format
27192851 msgid "Too many columns in multitable item (max %d)"
2720 msgstr "Tro da kolumnoj en elemento de „multitable‟ (%d maksimume)"
2852 msgstr "Tro da kolumnoj en elemento de plurtabelo (%d maksimume)"
27212853
27222854 #: tp/Texinfo/Parser.pm:4338
27232855 msgid "ignoring @tab outside of multitable"
2724 msgstr "komando @tab ekster „multitable‟; ignorita"
2856 msgstr "ignoriĝas komando '@tab' ekster plurtabelo"
27252857
27262858 #: tp/Texinfo/Parser.pm:4340
27272859 #, perl-format
27282860 msgid "@%s outside of table or list"
2729 msgstr ""
2861 msgstr "@%s ekster tabelo aŭ listo"
27302862
27312863 #: tp/Texinfo/Parser.pm:4373
2732 #, fuzzy, perl-format
2864 #, perl-format
27332865 msgid "Must be after `@%s' to use `@%s'"
2734 msgstr "Nur en „@%s‟-bloko uzeblas „@%s‟."
2866 msgstr "Nur post '@%s' eblas uzi '@%s'"
27352867
27362868 #: tp/Texinfo/Parser.pm:4414
27372869 #, perl-format
27382870 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
2739 msgstr "@%s ne sencas ekster blokoj „@titlepage‟ aŭ „@quotation‟"
2871 msgstr "@%s sensencas ekster blokoj '@titlepage' aŭ '@quotation'"
27402872
27412873 #: tp/Texinfo/Parser.pm:4418
27422874 msgid "@dircategory after first node"
2743 msgstr ""
2875 msgstr "'@dircategory' post la unua nodo"
27442876
27452877 #: tp/Texinfo/Parser.pm:4569
2746 #, fuzzy, perl-format
2878 #, perl-format
27472879 msgid "Region %s inside region %s is not allowed"
2748 msgstr "Maleblas fari piednoton al piednoto"
2880 msgstr "Regiono %s ene de regiono %s malpermesatas"
27492881
27502882 #: tp/Texinfo/Parser.pm:4586
27512883 msgid "@direntry after first node"
2752 msgstr ""
2884 msgstr "'@direntry' post la unua nodo"
27532885
27542886 #: tp/Texinfo/Parser.pm:4594
2755 #, fuzzy, perl-format
2887 #, perl-format
27562888 msgid "@%s seen before first @node"
2757 msgstr "„@menu‟ renkontitas jam antaŭ la unua „@node‟; nodo «Top» kreitas"
2889 msgstr "'@%s' renkontiĝis jam antaŭ la unua '@node'"
27582890
27592891 #: tp/Texinfo/Parser.pm:4596
27602892 msgid ""
27642896 #: tp/Texinfo/Parser.pm:4657
27652897 #, perl-format
27662898 msgid "@%s should only appear in math context"
2767 msgstr ""
2899 msgstr "@%s devus aperi nur en matematika kunteksto"
27682900
27692901 #: tp/Texinfo/Parser.pm:4665
27702902 #, perl-format
27712903 msgid "Unknown command `%s'"
2772 msgstr "Nekonata komando «%s»."
2904 msgstr "Nekonata komando '%s'"
27732905
27742906 #: tp/Texinfo/Parser.pm:4675
2775 #, fuzzy
27762907 msgid "Unexpected @"
2777 msgstr "«%s» atendatas"
2908 msgstr "Neatendita '@'"
27782909
27792910 #: tp/Texinfo/Parser.pm:4703
2780 #, fuzzy, perl-format
2911 #, perl-format
27812912 msgid "@%s is not meaningful outside `@float' environment"
2782 msgstr "@%s ne sencas ekster bloko „@float‟"
2913 msgstr "@%s sensencas ekster bloko '@float'"
27832914
27842915 #: tp/Texinfo/Parser.pm:4707
27852916 #, perl-format
27862917 msgid "@%s should be right below `@float'"
2787 msgstr ""
2918 msgstr "@%s devus esti tuj sub '@float'"
27882919
27892920 #: tp/Texinfo/Parser.pm:4715
27902921 #, perl-format
27912922 msgid "Ignoring multiple @%s"
2792 msgstr ""
2923 msgstr "Pluraj '@%s' ignoriĝas"
27932924
27942925 #: tp/Texinfo/Parser.pm:4826
27952926 #, perl-format
27962927 msgid "Command @%s does not accept arguments"
2797 msgstr ""
2928 msgstr "Komando @%s ne toleras argumentojn"
27982929
27992930 #: tp/Texinfo/Parser.pm:4849
28002931 #, perl-format
28012932 msgid "Command @%s missing a node or external manual argument"
2802 msgstr ""
2933 msgstr "Al komando '@%s' mankas nodo aŭ ekstera manlibra argumento"
28032934
28042935 #: tp/Texinfo/Parser.pm:4865
28052936 #, perl-format
28062937 msgid "In @%s empty cross reference name after expansion `%s'"
2807 msgstr ""
2938 msgstr "Vaka referenca nomo en '@%s' post etendo '%s'"
28082939
28092940 #: tp/Texinfo/Parser.pm:4875
28102941 #, perl-format
28112942 msgid "In @%s empty cross reference title after expansion `%s'"
2812 msgstr ""
2943 msgstr "Vaka referenca titolo en '@%s' post etendo '%s'"
28132944
28142945 #: tp/Texinfo/Parser.pm:4888
28152946 msgid "@image missing filename argument"
2816 msgstr "Mankas dosiera argumento en la komando @image"
2947 msgstr "Mankas dosiera argumento en komando '@image'"
28172948
28182949 #: tp/Texinfo/Parser.pm:4917
2819 #, fuzzy, perl-format
2950 #, perl-format
28202951 msgid "@%s missing first argument"
2821 msgstr "%s: mankas dosiera argumento.\n"
2952 msgstr "Al '@%s' mankas unua argumento"
28222953
28232954 #: tp/Texinfo/Parser.pm:5023
28242955 msgid "Superfluous arguments for node"
2825 msgstr ""
2956 msgstr "Troaj argumentoj por nodo"
28262957
28272958 #: tp/Texinfo/Parser.pm:5062
2828 #, fuzzy, perl-format
2959 #, perl-format
28292960 msgid "Expected @end %s"
2830 msgstr "«%s» atendatas"
2961 msgstr "Atendatas '@end %s'"
28312962
28322963 #: tp/Texinfo/Parser.pm:5126
2833 #, fuzzy, perl-format
2964 #, perl-format
28342965 msgid "Remaining argument on @%s line: %s"
2835 msgstr "Misa argumento por @%s: %s"
2966 msgstr "Restanta argumento sur @%s-linio: %s"
28362967
28372968 #: tp/Texinfo/Parser.pm:5128
2838 #, fuzzy, perl-format
2969 #, perl-format
28392970 msgid "@%s should only accept a @-command as argument, not `%s'"
2840 msgstr "Uzu vinkulojn {} por pasigi komandan argumenton al „@%s‟"
2971 msgstr "@%s devas toleri nur @-komando kiel argumento, ne '%s'"
28412972
28422973 #: tp/Texinfo/Parser.pm:5201
2843 #, fuzzy, perl-format
2974 #, perl-format
28442975 msgid "Environment command %s as argument to @%s"
2845 msgstr "Uzu vinkulojn {} por pasigi komandan argumenton al „@%s‟"
2976 msgstr "Media komando %s uziĝas kiel argumento de @%s"
28462977
28472978 #: tp/Texinfo/Parser.pm:5222
28482979 #, perl-format
28492980 msgid "Empty @%s"
2850 msgstr ""
2981 msgstr "Vaka '@%s'"
28512982
28522983 #: tp/Texinfo/Parser.pm:5230
28532984 #, perl-format
28542985 msgid "column fraction not a number: %s"
2855 msgstr ""
2986 msgstr "kolumna frakcio ne estas nombro: %s"
28562987
28572988 #: tp/Texinfo/Parser.pm:5239
2858 #, fuzzy, perl-format
2989 #, perl-format
28592990 msgid "@sp arg must be numeric, not `%s'"
2860 msgstr "%s: Argumento de „%s‟ devas esti nombro, ne «%s».\n"
2991 msgstr "argumento de @sp devas esti nombro, ne '%s'"
28612992
28622993 #: tp/Texinfo/Parser.pm:5247
28632994 #, perl-format
28642995 msgid "Reserved index name %s"
2865 msgstr ""
2996 msgstr "Rezervita indeksnomo %s"
28662997
28672998 #: tp/Texinfo/Parser.pm:5264
2868 #, fuzzy, perl-format
2999 #, perl-format
28693000 msgid "Unknown source index in @%s: %s"
2870 msgstr "Nekonata indekso «%s»"
3001 msgstr "Nekonata fontindekso en @%s: %s"
28713002
28723003 #: tp/Texinfo/Parser.pm:5267
2873 #, fuzzy, perl-format
3004 #, perl-format
28743005 msgid "Unknown destination index in @%s: %s"
2875 msgstr "Nekonata indekso «%s»"
3006 msgstr "Nekonata celindekso en @%s: %s"
28763007
28773008 #: tp/Texinfo/Parser.pm:5298
28783009 #, perl-format
28793010 msgid "@%s leads to a merging of %s in itself, ignoring"
2880 msgstr ""
3011 msgstr "@%s kondukus al kunfando de %s en si mem; ignoriĝas"
28813012
28823013 #: tp/Texinfo/Parser.pm:5310
28833014 #, perl-format
28873018 #: tp/Texinfo/Parser.pm:5315
28883019 #, perl-format
28893020 msgid "Printing an index `%s' merged in another one `%s'"
2890 msgstr ""
3021 msgstr "Presiĝas indekso '%s' kiu kunfandiĝis en alia '%s'"
28913022
28923023 #: tp/Texinfo/Parser.pm:5322
28933024 #, perl-format
28943025 msgid "Printindex before document beginning: @printindex %s"
2895 msgstr ""
3026 msgstr "Preskomando antaŭ komenco de dokumento: @printindex %s"
28963027
28973028 #: tp/Texinfo/Parser.pm:5337
2898 #, fuzzy, perl-format
3029 #, perl-format
28993030 msgid "@%s arg must be `top' or `bottom', not `%s'"
2900 msgstr "%s: Argumento de „%s‟ devas esti nombro, ne «%s».\n"
3031 msgstr "Argumento de '@%s' devus esti 'top' aŭ 'bottom', ne '%s'"
29013032
29023033 #: tp/Texinfo/Parser.pm:5343
29033034 #, perl-format
29053036 msgstr "Por @%s nur '10' aŭ '11' eblas, ne '%s'"
29063037
29073038 #: tp/Texinfo/Parser.pm:5349
2908 #, fuzzy, perl-format
3039 #, perl-format
29093040 msgid "@%s arg must be `separate' or `end', not `%s'"
2910 msgstr "%s: Post „--footnote-style‟ estu „separate‟ aŭ „end‟, ne „%s‟.\n"
3041 msgstr "Argumento de '@%s' devus esti 'separate' aŭ 'end', ne '%s'"
29113042
29123043 #: tp/Texinfo/Parser.pm:5355
2913 #, fuzzy, perl-format
3044 #, perl-format
29143045 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
2915 msgstr "%s: Argumento de „%s‟ devas esti nombro, ne «%s».\n"
3046 msgstr "Argumento de '@%s' devus esti 'on' aŭ 'off' aŭ 'odd', ne '%s'"
29163047
29173048 #: tp/Texinfo/Parser.pm:5370 tp/Texinfo/Parser.pm:5373
2918 #, fuzzy, perl-format
3049 #, perl-format
29193050 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
29203051 msgstr ""
2921 "%s: Post „--paragraph-indent‟ estu nombro, „none‟ aŭ „asis‟, ne „%s‟.\n"
3052 "Argumento de '@paragraphindent' devus esti numera aŭ 'none' aŭ 'asis', ne "
3053 "'%s'"
29223054
29233055 #: tp/Texinfo/Parser.pm:5379
2924 #, fuzzy, perl-format
3056 #, perl-format
29253057 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
29263058 msgstr ""
2927 "%s: Post „--paragraph-indent‟ estu nombro, „none‟ aŭ „asis‟, ne „%s‟.\n"
3059 "Argumento de '@firstparagraphindent' devus esti 'none' aŭ 'insert', ne '%s'"
29283060
29293061 #: tp/Texinfo/Parser.pm:5387
2930 #, fuzzy, perl-format
3062 #, perl-format
29313063 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
2932 msgstr ""
2933 "%s: Post „--paragraph-indent‟ estu nombro, „none‟ aŭ „asis‟, ne „%s‟.\n"
3064 msgstr "Argumento de '@exampleindent' devus esti numera aŭ 'asis', ne '%s'"
29343065
29353066 #: tp/Texinfo/Parser.pm:5397
29363067 #, perl-format
29373068 msgid "Expected @%s on or off, not `%s'"
2938 msgstr "Por @%s estas atendita 'on' aŭ 'off', ne '%s'"
3069 msgstr "Post @%s devas sekvi 'on' aŭ 'off', ne '%s'"
29393070
29403071 #: tp/Texinfo/Parser.pm:5404
29413072 #, perl-format
29423073 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
29433074 msgstr ""
3075 "Argumento de '@kbdinputstyle' devus esti 'code'/'example'/'distinct', ne '%s'"
29443076
29453077 #: tp/Texinfo/Parser.pm:5410
2946 #, fuzzy, perl-format
3078 #, perl-format
29473079 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
2948 msgstr "%s: Post „--footnote-style‟ estu „separate‟ aŭ „end‟, ne „%s‟.\n"
3080 msgstr "Argumento de '@allowcodebreaks' devus esti 'true' aŭ 'false', ne '%s'"
29493081
29503082 #: tp/Texinfo/Parser.pm:5416
2951 #, fuzzy, perl-format
3083 #, perl-format
29523084 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
2953 msgstr "%s: Post „--footnote-style‟ estu „separate‟ aŭ „end‟, ne „%s‟.\n"
3085 msgstr ""
3086 "Argumento de '@urefbreakstyle' devus esti 'after'/'before'/'none', ne '%s'"
29543087
29553088 #: tp/Texinfo/Report.pm:100
29563089 #, perl-format
29573090 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
2958 msgstr ""
3091 msgstr "%s:%d: averto: %s (eble koncernas @%s)\n"
29593092
29603093 #: tp/Texinfo/Report.pm:103
2961 #, fuzzy, perl-format
3094 #, perl-format
29623095 msgid "%s:%d: warning: %s\n"
2963 msgstr "%s:%d: averto: "
3096 msgstr "%s:%d: averto: %s\n"
29643097
29653098 #: tp/Texinfo/Report.pm:146
2966 #, fuzzy, perl-format
3099 #, perl-format
29673100 msgid "warning: %s\n"
2968 msgstr "%s: averto: "
3101 msgstr "averto: %s\n"
29693102
29703103 #: tp/Texinfo/Structuring.pm:231
29713104 #, perl-format
29723105 msgid "Raising the section level of @%s which is too low"
2973 msgstr ""
3106 msgstr "Kreskigo de sekcia nivelo de '@%s', kiu tro malaltas"
29743107
29753108 #: tp/Texinfo/Structuring.pm:263
29763109 #, perl-format
29773110 msgid "No chapter-level command before @%s"
2978 msgstr ""
3111 msgstr "Neniu ĉapitronivela komando antaŭ '@%s'"
29793112
29803113 #: tp/Texinfo/Structuring.pm:268
29813114 #, perl-format
29823115 msgid "Lowering the section level of @%s appearing after a lower element"
29833116 msgstr ""
3117 "Malkreskigo de sekcia nivelo de '@%s', kiu aperas post pli malalta elemento"
29843118
29853119 #: tp/Texinfo/Structuring.pm:347
29863120 #, perl-format
29873121 msgid "No sectioning command associated with @%s"
2988 msgstr ""
3122 msgstr "Neniu sekciada komando estas rilatata al '@%s'"
29893123
29903124 #: tp/Texinfo/Structuring.pm:568
2991 #, fuzzy, perl-format
3125 #, perl-format
29923126 msgid "Menu reference to nonexistent node `%s'"
2993 msgstr "nodo «%s» ne estas referencita"
3127 msgstr "Menua referenco al neekzistanta nodo «%s»"
29943128
29953129 #: tp/Texinfo/Structuring.pm:583
29963130 #, perl-format
29973131 msgid "Menu entry node name `%s' different from %s name `%s'"
2998 msgstr ""
3132 msgstr "Menuera nodnomo '%s' malsamas de %s-nomo '%s'"
29993133
30003134 #: tp/Texinfo/Structuring.pm:619
30013135 #, perl-format
30053139 #: tp/Texinfo/Structuring.pm:665
30063140 #, perl-format
30073141 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3008 msgstr ""
3142 msgstr "Nodo «%s» estas %s por '%s' en sekciado sed ne en menuo"
30093143
30103144 #: tp/Texinfo/Structuring.pm:672
30113145 #, perl-format
30123146 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3013 msgstr ""
3147 msgstr "Nodo «%s» '%s' malsamas en menuo '%s' kaj en sekciado '%s'"
30143148
30153149 #: tp/Texinfo/Structuring.pm:690
30163150 #, perl-format
30173151 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3018 msgstr ""
3152 msgstr "Nodo «%s» estas %s por '%s' en menuo sed ne en sekciado"
30193153
30203154 #: tp/Texinfo/Structuring.pm:744
30213155 #, perl-format
30223156 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
3023 msgstr ""
3157 msgstr "%s-ligo '%s' (por nodo «%s») malsamas de %s-nomo '%s'"
30243158
30253159 #: tp/Texinfo/Structuring.pm:771
3160 #, perl-format
3161 msgid "%s reference to nonexistent `%s'"
3162 msgstr "%s referenco al neekzistanta «%s»"
3163
3164 #: tp/Texinfo/Structuring.pm:790
3165 #, perl-format
3166 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3167 msgstr "En nodo «%s» mankas menuero por '%s', malgraŭ esti ties ligo 'Up'"
3168
3169 #: tp/Texinfo/Structuring.pm:798
3170 #, perl-format
3171 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3172 msgstr "Por '%s', supren en menuo '%s' kaj supren en '%s' ne kongruas"
3173
3174 #: tp/Texinfo/Structuring.pm:1282
3175 #, perl-format
3176 msgid "@%s reference to nonexistent node `%s'"
3177 msgstr "@%s referenco al neekzistanta nodo «%s»"
3178
3179 #: tp/Texinfo/Structuring.pm:1294
3180 #, perl-format
3181 msgid "@%s to `%s', different from %s name `%s'"
3182 msgstr "@%s al '%s', malsamas de %s-nomo '%s'"
3183
3184 #: tp/Texinfo/Structuring.pm:1906
3185 #, perl-format
3186 msgid "Empty index key in @%s"
3187 msgstr "Vaka indeksŝlosilo en '@%s'"
3188
3189 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
30263190 #, fuzzy, perl-format
3027 msgid "%s reference to nonexistent `%s'"
3028 msgstr "nodo «%s» ne estas referencita"
3029
3030 #: tp/Texinfo/Structuring.pm:790
3031 #, perl-format
3032 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3033 msgstr "En nodo «%s» mankas menuero por „%s‟, malgraŭ esti ties ligilo „Up‟"
3034
3035 #: tp/Texinfo/Structuring.pm:798
3036 #, perl-format
3037 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3038 msgstr ""
3039
3040 #: tp/Texinfo/Structuring.pm:1282
3191 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3192 msgstr "Ne eblas malfermi %s por skribi: %s\n"
3193
3194 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
30413195 #, fuzzy, perl-format
3042 msgid "@%s reference to nonexistent node `%s'"
3043 msgstr "%s referencas neekzistantan nodon «%s» (ĉu eraro en sekciaranĝo?)"
3044
3045 #: tp/Texinfo/Structuring.pm:1294
3046 #, perl-format
3047 msgid "@%s to `%s', different from %s name `%s'"
3048 msgstr ""
3049
3050 #: tp/Texinfo/Structuring.pm:1906
3051 #, perl-format
3052 msgid "Empty index key in @%s"
3053 msgstr ""
3054
3055 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3056 #, perl-format
3057 msgid "Can't open %s for writing: %s\n"
3058 msgstr "Ne eblas malfermi %s por skribi: %s\n"
3059
3060 #: tp/init/tex4ht.pm:122
3061 #, perl-format
3062 msgid "tex4ht error opening %s: %s"
3063 msgstr ""
3064
3065 #: tp/init/tex4ht.pm:218
3066 #, perl-format
3067 msgid "chdir to %s failed"
3068 msgstr ""
3069
3070 #: tp/init/tex4ht.pm:242
3196 msgid "chm.pm:%s: Error on closing: %s"
3197 msgstr "Eraro dum fermo de %s: %s"
3198
3199 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
30713200 #, fuzzy, perl-format
3072 msgid "tex4ht output file missing: %s"
3073 msgstr "ne eblas krei eligan dosieron «%s»"
3074
3075 #: tp/init/tex4ht.pm:295
3076 #, perl-format
3077 msgid ""
3078 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3201 msgid "tex4ht.pm:%s: Cannot open: %s"
3202 msgstr "@%s: Ne eblas malfermi %s: %s"
3203
3204 #: tp/init/tex4ht.pm:219
3205 #, fuzzy, perl-format
3206 msgid "tex4ht.pm:%s: chdir failed: %s"
3207 msgstr "Fiaskis alinomo de %s: %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 "mankas 'tex4ht'-a eliga dosiero: %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 "
30793233 "items found in the document"
30803234 msgstr ""
3081
3082 #: tp/init/tex4ht.pm:313
3083 #, perl-format
3084 msgid "tex4ht output has no HTML item for @%s %s"
3085 msgstr ""
3086
3087 #: tp/texi2any.pl:373
3235 "traktado per 'tex4ht' produktis %d erojn en HTML; sed atendatas %d, la "
3236 "nombro de elementoj en la dokumento"
3237
3238 #: tp/init/tex4ht.pm:319
3239 #, fuzzy, perl-format
3240 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3241 msgstr "'tex4ht'-a eligo ne enhavas HTML-an eron por '@%s %s'"
3242
3243 #: tp/texi2any.pl:374
30883244 #, perl-format
30893245 msgid "error loading %s: %s\n"
30903246 msgstr "eraro dum ŝargo de %s: %s\n"
30913247
3092 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3248 #: tp/texi2any.pl:383 tp/texi2any.pl:400
30933249 #, perl-format
30943250 msgid "Unknown variable %s\n"
30953251 msgstr "Nekonata variablo %s\n"
30963252
3097 #: tp/texi2any.pl:466
3253 #: tp/texi2any.pl:467
30983254 #, perl-format
30993255 msgid "Can't read init file %s"
31003256 msgstr "Ne eblas legi agordan dosieron %s"
31013257
3102 #: tp/texi2any.pl:597
3258 #: tp/texi2any.pl:598
31033259 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31043260 msgstr "Uzmaniero: makeinfo [OPCIO...] TEXINFO-DOSIERO...\n"
31053261
3106 #: tp/texi2any.pl:598
3262 #: tp/texi2any.pl:599
31073263 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31083264 msgstr " aŭ: texi2any [OPCIO...] TEXINFO-DOSIERO...\n"
31093265
3110 #: tp/texi2any.pl:600
3266 #: tp/texi2any.pl:601
31113267 msgid ""
31123268 "Translate Texinfo source documentation to various other formats, by default\n"
31133269 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31153271 "Tradukas fontan Texinfo-dokumenton en diversajn aliajn formojn, defaŭlte en\n"
31163272 "Info-dosierojn kiuj taŭgas por legado per Emakso aŭ aŭtonoma GNU-Info.\n"
31173273
3118 #: tp/texi2any.pl:603
3119 #, fuzzy, perl-format
3274 #: tp/texi2any.pl:604
3275 #, perl-format
31203276 msgid ""
31213277 "General options:\n"
31223278 " --document-language=STR locale to use in translating Texinfo keywords\n"
31453301 " --conf-dir=DOSIERUJO serĉi agordajn dosierojn ankaŭ ĉi tie\n"
31463302 " --init-file=DOSIERO ŝargi tiun dosieron por ŝanĝi defaŭltan "
31473303 "konduton\n"
3148 " --set-customization-variable VARIABLO=VALORO agordi variablon\n"
3304 " -c, --set-customization-variable VARIABLO=VALORO agordi variablon\n"
31493305 " -v, --verbose rakonti kio estas farata\n"
31503306 " --version eligi la versio-informon kaj fini\n"
31513307
3152 #: tp/texi2any.pl:618
3308 #: tp/texi2any.pl:619
31533309 msgid ""
31543310 "Output format selection (default is to produce Info):\n"
31553311 " --docbook output Docbook XML rather than Info.\n"
31663322 " --dvi, --dvipdf,\n"
31673323 " --ps, --pdf uzi 'texi2dvi' por generi la indikatan eligon\n"
31683324
3169 #: tp/texi2any.pl:626
3325 #: tp/texi2any.pl:627
31703326 msgid ""
31713327 "General output options:\n"
31723328 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
32123368 " aŭ finas per '/', meti eligdosierojn tien\n"
32133369 " alikaze, CELO estas la eligdosiero\n"
32143370
3215 #: tp/texi2any.pl:646
3371 #: tp/texi2any.pl:647
32163372 #, perl-format
32173373 msgid ""
32183374 "Options for Info and plain text:\n"
32403396 " --fill-column=NOMBRO rompi Info-liniojn post NOMBRO signoj "
32413397 "(defaŭlte %d)\n"
32423398 " --footnote-style=STILO aranĝi la piednotojn laŭ STILO:\n"
3243 " „separate‟ -- loki ilin en apartan nodon;\n"
3244 " „end‟ -- loki ilin fine de la nodo en kiu\n"
3399 " “separate” -- loki ilin en apartan nodon;\n"
3400 " “end” -- loki ilin fine de la nodo en kiu\n"
32453401 " ili estas difinitaj (la defaŭlto)\n"
32463402 " --paragraph-indent=VAL alinea enŝovo estu VAL spacetoj (defaŭlte "
32473403 "%d);\n"
3248 " se VAL estas „none‟, ne enŝovi;\n"
3249 " se VAL estas „asis‟, obei la fontan enŝovon\n"
3404 " se VAL estas “none”, ne enŝovi;\n"
3405 " se VAL estas “asis”, obei la fontan enŝovon\n"
32503406 " --split-size=NOMBRO fendi en dosieroj po NOMBRO bajtoj (defaŭlte "
32513407 "%d)\n"
32523408
3253 #: tp/texi2any.pl:663
3409 #: tp/texi2any.pl:664
32543410 msgid ""
32553411 "Options for HTML:\n"
32563412 " --css-include=FILE include FILE in HTML <style> output;\n"
32783434 " ankroj; estas defaŭlta nur dum "
32793435 "disfendado\n"
32803436
3281 #: tp/texi2any.pl:674
3437 #: tp/texi2any.pl:675
32823438 msgid ""
32833439 "Options for XML and Docbook:\n"
32843440 " --output-indent=VAL does nothing, retained for compatibility.\n"
32863442 "Opcioj por XML kaj Docbook:\n"
32873443 " --output-indent=VALORO (faras nenion; rekoniĝas por kongruo)\n"
32883444
3289 #: tp/texi2any.pl:677
3445 #: tp/texi2any.pl:678
32903446 msgid ""
32913447 "Options for DVI/PS/PDF:\n"
32923448 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
32943450 "Opcioj por DVI/PS/PDF:\n"
32953451 " --Xopt=OPCIO doni tiu OPCIO al 'texi2dvi'; ripeteblas\n"
32963452
3297 #: tp/texi2any.pl:680
3453 #: tp/texi2any.pl:681
32983454 msgid ""
32993455 "Input file options:\n"
33003456 " --commands-in-node-names does nothing, retained for compatibility.\n"
33103466 " -P UJO antaŭmeti dosierUJOn al la serĉvojo de @include\n"
33113467 " -U VAR maldifini la variablon VAR, kiel per @clear\n"
33123468
3313 #: tp/texi2any.pl:687
3469 #: tp/texi2any.pl:688
33143470 msgid ""
33153471 "Conditional processing in input:\n"
33163472 " --ifdocbook process @ifdocbook and @docbook even if\n"
33323488 "Kondiĉa traktado ĉe enigo:\n"
33333489 " --ifdocbook trakti la pecojn sub @ifdocbook kaj @docbook eĉ se\n"
33343490 " ne generiĝas Docbook\n"
3335 " --ifhtml\t trakti la pecojn sub @ifhtml kaj @html eĉ se ne\n"
3491 " --ifhtml trakti la pecojn sub @ifhtml kaj @html eĉ se ne\n"
33363492 " generiĝas HTML\n"
3337 " --ifinfo\t trakti la pecojn sub @ifinfo eĉ se ne generiĝas Info\n"
3493 " --ifinfo trakti la pecojn sub @ifinfo eĉ se ne generiĝas Info\n"
33383494 " --ifplaintext trakti la pecojn sub @ifplaintext eĉ se alia formo ol\n"
33393495 " plata teksto generiĝas\n"
3340 " --iftex\t trakti la pecojn sub @iftex kaj @tex\n"
3341 " --ifxml\t trakti la pecojn sub @ifxml kaj @xml\n"
3496 " --iftex trakti la pecojn sub @iftex kaj @tex\n"
3497 " --ifxml trakti la pecojn sub @ifxml kaj @xml\n"
33423498 " --no-ifdocbook ne trakti la pecojn sub @ifdocbook kaj @docbook\n"
3343 " --no-ifhtml\t ne trakti la pecojn sub @ifhtml kaj @html\n"
3344 " --no-ifinfo\t ne trakti la pecojn sub @ifinfo\n"
3499 " --no-ifhtml ne trakti la pecojn sub @ifhtml kaj @html\n"
3500 " --no-ifinfo ne trakti la pecojn sub @ifinfo\n"
33453501 " --no-ifplaintext ne trakti la pecojn sub @ifplaintext\n"
3346 " --no-iftex\t ne trakti la pecojn sub @iftex kaj @tex\n"
3347 " --no-ifxml\t ne trakti la pecojn sub @ifxml kaj @xml\n"
3502 " --no-iftex ne trakti la pecojn sub @iftex kaj @tex\n"
3503 " --no-ifxml ne trakti la pecojn sub @ifxml kaj @xml\n"
33483504 "\n"
33493505 " Krome, ĉe la opcioj --no-ifFORMO, ja traktiĝas la pecoj sub @ifnotFORMO.\n"
33503506
3351 #: tp/texi2any.pl:704
3507 #: tp/texi2any.pl:705
33523508 msgid ""
33533509 " The defaults for the @if... conditionals depend on the output format:\n"
33543510 " if generating Docbook, --ifdocbook is on and the others are off;\n"
33653521 "malaktivas;\n"
33663522 " kiam XML generiĝas, --ifxml aktivas kaj la ceteraj malaktivas.\n"
33673523
3368 #: tp/texi2any.pl:711
3524 #: tp/texi2any.pl:712
33693525 msgid ""
33703526 "Examples:\n"
33713527 " makeinfo foo.texi write Info to foo's @setfilename\n"
33823538 " makeinfo --no-split foo.texi write one Info file however big\n"
33833539 msgstr ""
33843540 "Ekzemploj:\n"
3385 " makeinfo UM.texi\t\t Konservas Info laŭ @setfilename en UM."
3541 " makeinfo UM.texi Konservas Info laŭ @setfilename en UM."
33863542 "texi.\n"
3387 " makeinfo --html UM.texi\t Konservas HTML laŭ @setfilename.\n"
3388 " makeinfo --xml UM.texi\t\t Konservas Texinfo-XML laŭ "
3543 " makeinfo --html UM.texi Konservas HTML laŭ @setfilename.\n"
3544 " makeinfo --xml UM.texi Konservas Texinfo-XML laŭ "
33893545 "@setfilename.\n"
3390 " makeinfo --docbook UM.texi\t Konservas DocBook-XML laŭ "
3546 " makeinfo --docbook UM.texi Konservas DocBook-XML laŭ "
33913547 "@setfilename.\n"
33923548 " makeinfo --plaintext UM.texi Eligas platan tekston al ĉefeligujo.\n"
33933549 " makeinfo --pdf UM.texi Eligas PDF-on uzante 'texi2dvi'.\n"
33953551 " makeinfo --html --no-headers UM.texi Konservas HTML sen nodaj linioj kaj "
33963552 "menuoj.\n"
33973553 " makeinfo --number-sections UM.texi Konservas Info kun sekcinumeroj.\n"
3398 " makeinfo --no-split UM.texi\t Kreas unu Info-dosieron, kiom ajn "
3554 " makeinfo --no-split UM.texi Kreas unu Info-dosieron, kiom ajn "
33993555 "grandan.\n"
34003556
3401 #: tp/texi2any.pl:758
3557 #: tp/texi2any.pl:759
34023558 #, perl-format
34033559 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
3404 msgstr "%s: Post „--footnote-style‟ estu „separate‟ aŭ „end‟, ne „%s‟.\n"
3405
3406 #: tp/texi2any.pl:848
3560 msgstr "%s: Post “--footnote-style” estu “separate” aŭ “end”, ne “%s”.\n"
3561
3562 #: tp/texi2any.pl:849
34073563 #, perl-format
34083564 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34093565 msgstr ""
3410 "%s: Post „--paragraph-indent‟ estu nombro, „none‟ aŭ „asis‟, ne „%s‟.\n"
3411
3412 #: tp/texi2any.pl:962
3566 "%s: Post “--paragraph-indent” estu nombro, “none” aŭ “asis”, ne “%s”.\n"
3567
3568 #: tp/texi2any.pl:963
34133569 #, perl-format
34143570 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34153571 msgstr "%s: Nekonata valoro de TEXINFO_OUTPUT_FORMAT: «%s». Ignorita.\n"
34163572
3417 #: tp/texi2any.pl:975
3573 #: tp/texi2any.pl:976
34183574 #, perl-format
34193575 msgid "when generating %s, only one input FILE may be specified with -o"
34203576 msgstr ""
34213577 "dum generado de %s, eblas indiki nur unu enigan DOSIEROn kun opcio '-o'"
34223578
3423 #: tp/texi2any.pl:979
3579 #: tp/texi2any.pl:980
34243580 msgid "--Xopt option without printed output"
34253581 msgstr "Opcio '--Xopt' indikatas sed ne fariĝas preseligo"
34263582
3427 #: tp/texi2any.pl:989
3583 #: tp/texi2any.pl:990
34283584 #, perl-format
34293585 msgid "Unknown tree transformation %s"
34303586 msgstr "Nekonata arbotransformo %s"
34313587
3432 #: tp/texi2any.pl:996
3588 #: tp/texi2any.pl:997
34333589 #, perl-format
34343590 msgid "Ignoring splitting for format %s"
34353591 msgstr "Disfendo ignoriĝas por aranĝo %s"
34363592
3437 #: tp/texi2any.pl:1045
3593 #: tp/texi2any.pl:1046
34383594 #, perl-format
34393595 msgid "%s: missing file argument.\n"
34403596 msgstr "%s: mankas dosiera argumento.\n"
34413597
3442 #: tp/texi2any.pl:1046
3598 #: tp/texi2any.pl:1047
34433599 #, perl-format
34443600 msgid "Try `%s --help' for more information.\n"
3445 msgstr "Por pluaj detaloj tajpu „%s --help‟.\n"
3446
3447 #: tp/texi2any.pl:1117
3601 msgstr "Por pluaj detaloj tajpu “%s --help”.\n"
3602
3603 #: tp/texi2any.pl:1118
34483604 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34493605 msgstr ""
34503606 "Transformo 'fill_gaps_in_sectioning()' ne donis rezulton. Neniu sekcio?"
34513607
3452 #: tp/texi2any.pl:1139
3608 #: tp/texi2any.pl:1140
34533609 #, perl-format
34543610 msgid "Error on closing macro expand file %s: %s\n"
34553611 msgstr "Eraro dum fermo de %s (dosiero de makroaj etendoj): %s\n"
34563612
3457 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3613 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
34583614 #, perl-format
34593615 msgid "Could not open %s for writing: %s\n"
34603616 msgstr "Ne eblas malfermi %s por skribi: %s\n"
34613617
3462 #: tp/texi2any.pl:1169
3618 #: tp/texi2any.pl:1170
34633619 msgid ""
34643620 "insert_nodes_for_sectioning_commands transformation return no result. No "
34653621 "section?"
34673623 "Transformo 'insert_nodes_for_sectioning_commands()' ne donis rezulton. "
34683624 "Neniu sekcio?"
34693625
3470 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3626 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
34713627 #, perl-format
34723628 msgid "Error on closing %s: %s\n"
34733629 msgstr "Eraro dum fermo de %s: %s\n"
34743630
3475 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3631 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
34763632 #, perl-format
34773633 msgid "Error on closing internal links file %s: %s\n"
34783634 msgstr "Eraro dum fermo de %s (dosiero de internaj ligoj): %s\n"
35023658 #: util/texindex.c:241
35033659 #, c-format
35043660 msgid "Usually FILE... is specified as `foo.%c%c' for a document `foo.texi'.\n"
3505 msgstr "Kutime DOSIERO... estas „umo.%c%c‟ por dokumento „umo.texi‟.\n"
3661 msgstr "Kutime DOSIERO... estas “umo.%c%c” por dokumento “umo.texi”.\n"
35063662
35073663 #: util/texindex.c:243
35083664 #, c-format
35333689 msgid "entry %s follows an entry with a secondary name"
35343690 msgstr "elemento %s sekvas elementon kun kromnomo"
35353691
3536 #, fuzzy
3537 #~ msgid "Error on closing renamed nodes file %s: %s"
3538 #~ msgstr "eraro dum fermo de eliga dosiero «%s»"
3539
3540 #, fuzzy
3541 #~ msgid "Node `%s' that is to be renamed exists"
3542 #~ msgstr "Jam ekzistas indekso «%s»"
3692 #~ msgid "tex4ht error opening %s: %s"
3693 #~ msgstr "tex4ht: eraro dum malfermo de %s: %s"
3694
3695 #~ msgid "chdir to %s failed"
3696 #~ msgstr "Fiaskis ŝanĝi dosierujon al %s"
35433697
35443698 #~ msgid "%s: illegal option -- %c\n"
35453699 #~ msgstr "%s: nevalida opcio -- %c\n"
40134167 #~ "\\%-10[move-to-prev-xref] Skip to previous hypertext link within this "
40144168 #~ "node.\n"
40154169 #~ msgstr ""
4016 #~ "\\%-10[move-to-prev-xref] Salti sur la sekvan hipertekstan ligilon en ĉi "
4170 #~ "\\%-10[move-to-prev-xref] Salti sur la sekvan hipertekstan ligon en ĉi "
40174171 #~ "tiu nodo.\n"
40184172
40194173 #~ msgid ""
40634217 #~ "artikolo.\n"
40644218
40654219 #~ msgid ""
4066 #~ " You may include a filename as well, as in (FILENAME)"
4067 #~ "NODENAME.\n"
4220 #~ " You may include a filename as well, as in "
4221 #~ "(FILENAME)NODENAME.\n"
40684222 #~ msgstr ""
40694223 #~ " Ankaŭ la dosiernomon vi povas inkludi, kiel en (DOSIERO)NODO.\n"
40704224
41334287
41344288 #~ msgid "@quote-arg only useful for single-argument macros"
41354289 #~ msgstr "@quote-arg utilas nur en sol-argumentaj makrooj"
4136
4137 #~ msgid ""
4138 #~ "Options for HTML:\n"
4139 #~ " --css-include=FILE include FILE in HTML <style> output;\n"
4140 #~ " read stdin if FILE is -.\n"
4141 #~ msgstr ""
4142 #~ "Opcioj por HTML:\n"
4143 #~ " --css-include=DOSIERO Inkludi DOSIEROn en <style>-etikedon de "
4144 #~ "HTMLaĵo;\n"
4145 #~ "\t\t\t\tlegi la ĉefenigujon, se DOSIERO estas „-‟\n"
41464290
41474291 #~ msgid "This is %s, produced by makeinfo version %s from %s.\n"
41484292 #~ msgstr "Ĉi tiun dosieron %s generis Makeinfo-%s el %s.\n"
42374381 #~ " Samkiel uzi la argumenton INFO-DOSIERO.\n"
42384382 #~ "--info-dir=UJO Sinonimo por --dir-file=UJO/dir.\n"
42394383 #~ "--item=TEKSTO Sinonimo por --entry=TEKSTO\n"
4240 #~ " Ĉiu „dir‟-aĵo fakte estas menuero.\n"
42414384 #~ "--quiet Ne eligi avertojn.\n"
42424385 #~ "--remove Sinonimo por --delete.\n"
42434386 #~ "--section=SEKC Meti la „dir‟-aĵojn en sekcion SEKC de la Info-"
Binary diff not shown
+202
-147
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: 2012-12-17 17:27-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:33-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"
7676 msgid "%s: option '-W %s' requires an argument\n"
7777 msgstr "%s: la opción `%s' requiere un argumento\n"
7878
79 #: gnulib/lib/regcomp.c:130
79 #: gnulib/lib/regcomp.c:131
8080 msgid "Success"
8181 msgstr ""
8282
83 #: gnulib/lib/regcomp.c:133
83 #: gnulib/lib/regcomp.c:134
8484 msgid "No match"
8585 msgstr ""
8686
87 #: gnulib/lib/regcomp.c:136
87 #: gnulib/lib/regcomp.c:137
8888 #, fuzzy
8989 msgid "Invalid regular expression"
9090 msgstr "Error en la expresión regular `%s': %s"
9191
92 #: gnulib/lib/regcomp.c:139
92 #: gnulib/lib/regcomp.c:140
9393 #, fuzzy
9494 msgid "Invalid collation character"
9595 msgstr "carácter codificado no válido `%s'"
9696
97 #: gnulib/lib/regcomp.c:142
97 #: gnulib/lib/regcomp.c:143
9898 #, fuzzy
9999 msgid "Invalid character class name"
100100 msgstr "carácter extraño %c en @var"
101101
102 #: gnulib/lib/regcomp.c:145
102 #: gnulib/lib/regcomp.c:146
103103 msgid "Trailing backslash"
104104 msgstr ""
105105
106 #: gnulib/lib/regcomp.c:148
106 #: gnulib/lib/regcomp.c:149
107107 msgid "Invalid back reference"
108108 msgstr ""
109109
110 #: gnulib/lib/regcomp.c:151
110 #: gnulib/lib/regcomp.c:152
111111 #, fuzzy
112112 msgid "Unmatched [ or [^"
113113 msgstr "`}' desemparejada"
114114
115 #: gnulib/lib/regcomp.c:154
115 #: gnulib/lib/regcomp.c:155
116116 #, fuzzy
117117 msgid "Unmatched ( or \\("
118118 msgstr "`}' desemparejada"
119119
120 #: gnulib/lib/regcomp.c:157
120 #: gnulib/lib/regcomp.c:158
121121 #, fuzzy
122122 msgid "Unmatched \\{"
123123 msgstr "`}' desemparejada"
124124
125 #: gnulib/lib/regcomp.c:160
125 #: gnulib/lib/regcomp.c:161
126126 msgid "Invalid content of \\{\\}"
127127 msgstr ""
128128
129 #: gnulib/lib/regcomp.c:163
129 #: gnulib/lib/regcomp.c:164
130130 msgid "Invalid range end"
131131 msgstr ""
132132
133 #: gnulib/lib/regcomp.c:166
133 #: gnulib/lib/regcomp.c:167
134134 #, fuzzy
135135 msgid "Memory exhausted"
136136 msgstr "no más memoria disponible"
137137
138 #: gnulib/lib/regcomp.c:169
138 #: gnulib/lib/regcomp.c:170
139139 #, fuzzy
140140 msgid "Invalid preceding regular expression"
141141 msgstr "Error en la expresión regular `%s': %s"
142142
143 #: gnulib/lib/regcomp.c:172
143 #: gnulib/lib/regcomp.c:173
144144 #, fuzzy
145145 msgid "Premature end of regular expression"
146146 msgstr "Error en la expresión regular `%s': %s"
147147
148 #: gnulib/lib/regcomp.c:175
148 #: gnulib/lib/regcomp.c:176
149149 #, fuzzy
150150 msgid "Regular expression too big"
151151 msgstr "Usando expresiones regulares durante búsquedas."
152152
153 #: gnulib/lib/regcomp.c:178
153 #: gnulib/lib/regcomp.c:179
154154 #, fuzzy
155155 msgid "Unmatched ) or \\)"
156156 msgstr "`}' desemparejada"
157157
158 #: gnulib/lib/regcomp.c:703
158 #: gnulib/lib/regcomp.c:704
159159 #, fuzzy
160160 msgid "No previous regular expression"
161161 msgstr "No existe constancia de búsqueda anterior"
412412 msgid "Try --help for more information.\n"
413413 msgstr "Pruebe la opción `--help' para obtener más información.\n"
414414
415 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
416 #: tp/texi2any.pl:735 util/texindex.c:295
415 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
416 #: tp/texi2any.pl:736 util/texindex.c:295
417417 #, c-format, perl-format
418418 msgid ""
419419 "Copyright (C) %s Free Software Foundation, Inc.\n"
19951995 msgid " Subfile: %s"
19961996 msgstr " Sub-fichero: %s"
19971997
1998 #: install-info/install-info.c:285
1998 #: install-info/install-info.c:286
19991999 #, fuzzy, c-format
20002000 msgid "%s for %s"
20012001 msgstr " para %s"
20022002
2003 #: install-info/install-info.c:519
2003 #: install-info/install-info.c:520
20042004 #, c-format
20052005 msgid "\tTry `%s --help' for a complete list of options.\n"
20062006 msgstr ""
20072007 "\tPruebe `%s --help' para obtener una lista de las opciones soportadas.\n"
20082008
2009 #: install-info/install-info.c:527
2009 #: install-info/install-info.c:528
20102010 #, c-format
20112011 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
20122012 msgstr "Uso: %s [OPCIÓN]... [FICHERO_INFO [FICHERO_ÍNDICE]]\n"
20132013
2014 #: install-info/install-info.c:529
2014 #: install-info/install-info.c:530
20152015 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
20162016 msgstr ""
20172017 "Añade al o elimina del fichero índice FICHERO_ÍNDICE las\n"
20182018 "entradas encontradas en el fichero FICHERO_INFO."
20192019
2020 #: install-info/install-info.c:531
2021 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
2022 msgstr ""
2023
20202024 #: install-info/install-info.c:532
2025 msgid "--dir-file (or --info-dir) options are given, respectively."
2026 msgstr ""
2027
2028 #: install-info/install-info.c:535
20212029 msgid ""
20222030 "Options:\n"
2031 " --add-once add only to first matching section, not all.\n"
2032 " --align=COL start description of new entries at column COL.\n"
2033 " --calign=COL format second and subsequent description lines to\n"
2034 " start at column COL."
2035 msgstr ""
2036
2037 #: install-info/install-info.c:542
2038 #, fuzzy
2039 msgid ""
20232040 " --debug report what is being done.\n"
20242041 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
20252042 " don't insert any new entries.\n"
20422059 " equivale al usar el argumento FICHERO_ÍNDICE.\n"
20432060 " --dry-run lo mismo que `--test'."
20442061
2045 #: install-info/install-info.c:544
2046 msgid ""
2047 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2062 #: install-info/install-info.c:553
2063 #, fuzzy
2064 msgid ""
2065 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2066 " overriding any corresponding entry from DIR-FILE.\n"
20482067 " TEXT is written as an Info menu item line followed\n"
20492068 " by zero or more extra lines starting with "
20502069 "whitespace.\n"
20512070 " If you specify more than one entry, all are added.\n"
20522071 " If you don't specify any entries, they are determined\n"
2053 " from information in the Info file itself.\n"
2054 " When removing, TEXT specifies the entry to remove.\n"
2055 " TEXT is only removed as a last resort, if the\n"
2056 " entry as determined from the Info file is not "
2057 "present,\n"
2058 " and the basename of the Info file isn't found either."
2072 " from information in the Info file itself."
20592073 msgstr ""
20602074 " --entry=TEXTO insertar el texto TEXTO como entrada en el fichero "
20612075 "índice\n"
20712085 "datos\n"
20722086 " existentes en el fichero Info en cuestión."
20732087
2074 #: install-info/install-info.c:556
2088 #: install-info/install-info.c:562
2089 #, fuzzy
20752090 msgid ""
20762091 " --help display this help and exit.\n"
20772092 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20782093 " --info-file=FILE specify Info file to install in the directory;\n"
20792094 " equivalent to using the INFO-FILE argument.\n"
20802095 " --item=TEXT same as --entry=TEXT.\n"
2081 " --keep-old do not replace entries, or remove empty sections.\n"
2082 " --menuentry=TEXT same as --name=TEXT.\n"
2083 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2084 " to become synonymous with the --entry option.\n"
2085 " --no-indent do not format new entries in the DIR file.\n"
2086 " --quiet suppress warnings."
2096 " --keep-old do not replace entries, or remove empty sections."
20872097 msgstr ""
20882098 " --help mostrar este texto de ayuda.\n"
20892099 " --info-dir=DIRECTORIO alias para `--dir-file=DIRECTORIO/dir.\n"
20972107 " --no-indent no bien arreglar nuevas entradas en el FICHERO_ÍNDICE.\n"
20982108 " --quiet suprimir mensajes de precaución."
20992109
2100 #: install-info/install-info.c:569
2110 #: install-info/install-info.c:570
2111 #, fuzzy
2112 msgid ""
2113 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2114 " --menuentry=TEXT same as --name=TEXT.\n"
2115 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2116 " to become synonymous with the --entry option.\n"
2117 " --no-indent do not format new entries in the DIR file.\n"
2118 " --quiet suppress warnings."
2119 msgstr ""
2120 " --help mostrar este texto de ayuda.\n"
2121 " --info-dir=DIRECTORIO alias para `--dir-file=DIRECTORIO/dir.\n"
2122 " --info-file=FICHERO el fichero Info que instalar en el directorio;\n"
2123 " equivale al usar el argumento FICHERO_INFO.\n"
2124 " --item=TEXTO alias para `--entry=TEXTO'.\n"
2125 " --keep-old no sustituir a entradas, ni eliminar secciones vacías.\n"
2126 " --menuentry=TEXTO alias para `--name=TEXTO'.\n"
2127 " --name=TEXTO el nombre de la entrada es TEXTO; "
2128 "usado junto con `--description' equivale al `--entry'.\n"
2129 " --no-indent no bien arreglar nuevas entradas en el FICHERO_ÍNDICE.\n"
2130 " --quiet suprimir mensajes de precaución."
2131
2132 #: install-info/install-info.c:578
21012133 msgid ""
21022134 " --regex=R put this file's entries in all sections that match the\n"
21032135 " regular expression R (ignoring case).\n"
21342166 " --section EXPREG SECC equivale a `--regex=EXPREG --section=SECC --add-"
21352167 "once'."
21362168
2137 #: install-info/install-info.c:582
2169 #: install-info/install-info.c:591
21382170 msgid ""
21392171 " --silent suppress warnings.\n"
21402172 " --test suppress updating of DIR-FILE.\n"
21452177 "FICHERO_ÍNDICE.\n"
21462178 " --version mostrar información sobre la versión de esta programa."
21472179
2148 #: install-info/install-info.c:589 tp/texi2any.pl:723
2180 #: install-info/install-info.c:598 tp/texi2any.pl:724
21492181 msgid ""
21502182 "Email bug reports to bug-texinfo@gnu.org,\n"
21512183 "general questions and discussion to help-texinfo@gnu.org.\n"
21562188 "Texinfo en general pueden ser dirigidas a <help-texinfo@gnu.org>.\n"
21572189 "El sitio web de Texinfo es: http://www.gnu.org/software/texinfo/"
21582190
2159 #: install-info/install-info.c:616
2191 #: install-info/install-info.c:625
21602192 #, c-format
21612193 msgid ""
21622194 "This is the file .../info/dir, which contains the\n"
22002232 "\n"
22012233 "%s\n"
22022234
2203 #: install-info/install-info.c:640
2235 #: install-info/install-info.c:649
22042236 #, fuzzy, c-format
22052237 msgid "%s: could not read (%s) and could not create (%s)"
22062238 msgstr "%s: No se pudo leer (%s) y no se pudo crear (%s)\n"
22072239
2208 #: install-info/install-info.c:736
2240 #: install-info/install-info.c:745
22092241 #, c-format
22102242 msgid "%s: empty file"
22112243 msgstr "%s: fichero vacío"
22122244
2213 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2245 #: install-info/install-info.c:1088 install-info/install-info.c:1128
22142246 #, c-format
22152247 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
22162248 msgstr "`START-INFO-DIR-ENTRY' presente, pero sin pareja (END-INFO-DIR-ENTRY)"
22172249
2218 #: install-info/install-info.c:1114
2250 #: install-info/install-info.c:1123
22192251 #, c-format
22202252 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
22212253 msgstr "`END-INFO-DIR-ENTRY' presente, pero sin pareja (START-INFO-DIR-ENTRY)"
22222254
2223 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2255 #: install-info/install-info.c:1987 install-info/install-info.c:1997
22242256 #, c-format
22252257 msgid "%s: already have dir file: %s\n"
22262258 msgstr "%s: ya contiene un fichero índice: %s\n"
22272259
2228 #: install-info/install-info.c:2068
2260 #: install-info/install-info.c:2077
22292261 #, c-format
22302262 msgid "%s: Specify the Info file only once.\n"
22312263 msgstr "%s: Sólo es necesario especificar el fichero Info una vez.\n"
22322264
2233 #: install-info/install-info.c:2101
2265 #: install-info/install-info.c:2110
22342266 #, c-format
22352267 msgid "Extra regular expression specified, ignoring `%s'"
22362268 msgstr "Expresión regular extra especificada, será ignorada `%s'"
22372269
2238 #: install-info/install-info.c:2113
2270 #: install-info/install-info.c:2122
22392271 #, c-format
22402272 msgid "Error in regular expression `%s': %s"
22412273 msgstr "Error en la expresión regular `%s': %s"
22422274
2243 #: install-info/install-info.c:2171
2275 #: install-info/install-info.c:2180
22442276 #, c-format
22452277 msgid "excess command line argument `%s'"
22462278 msgstr "Demasiados argumentos en la línea de comandos `%s'"
22472279
2248 #: install-info/install-info.c:2175
2280 #: install-info/install-info.c:2184
22492281 #, c-format
22502282 msgid "No input file specified; try --help for more information."
22512283 msgstr ""
22522284 "No se ha especificado fichero de entrada;\n"
22532285 "pruebe usted la opción `--help' para obetener más información."
22542286
2255 #: install-info/install-info.c:2177
2287 #: install-info/install-info.c:2186
22562288 #, c-format
22572289 msgid "No dir file specified; try --help for more information."
22582290 msgstr ""
22592291 "Fichero índice no especificado;\n"
22602292 "pruebe usted la opción `--help' para obtener más información."
22612293
2262 #: install-info/install-info.c:2319
2294 #: install-info/install-info.c:2328
22632295 #, c-format
22642296 msgid "no info dir entry in `%s'"
22652297 msgstr "No existe constancia de entrada `dir' en `%s'"
22662298
2267 #: install-info/install-info.c:2567
2299 #: install-info/install-info.c:2576
22682300 #, c-format
22692301 msgid "no entries found for `%s'; nothing deleted"
22702302 msgstr "No se encontraron entradas para `%s'; nada será borrado"
22712303
2272 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2273 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2274 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2275 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2276 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2304 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22772309 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22782310 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22792311 #, fuzzy, perl-format
23592391 msgstr ""
23602392
23612393 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2362 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2394 #: tp/texi2any.pl:386 tp/texi2any.pl:403
23632395 #, fuzzy, perl-format
23642396 msgid "Obsolete variable %s\n"
23652397 msgstr "Establecer variable: "
23742406 msgid "Can't create directories `%s': %s"
23752407 msgstr "No se pudo crear el directorio `%s': %s"
23762408
2377 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2378 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2409 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2410 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23792411 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23802412 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2381 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2382 #: tp/init/chm.pm:399
2413 #: tp/Texinfo/Parser.pm:1871
23832414 #, fuzzy, perl-format
23842415 msgid "Error on closing %s: %s"
23852416 msgstr "error mientras se escribía al fichero `%s'"
23862417
2387 #: tp/Texinfo/Convert/DocBook.pm:919
2418 #: tp/Texinfo/Convert/DocBook.pm:897
23882419 #, fuzzy, perl-format
23892420 msgid "@image file `%s' not found, using `%s'"
23902421 msgstr "El fichero de imagen `%s' no es accesible: %s"
23992430 msgid "Raw format %s is not converted"
24002431 msgstr ""
24012432
2402 #: tp/Texinfo/Convert/HTML.pm:4832
2433 #: tp/Texinfo/Convert/HTML.pm:4814
24032434 #, perl-format
24042435 msgid "%s:%d: string not closed in css file"
24052436 msgstr ""
24062437
2407 #: tp/Texinfo/Convert/HTML.pm:4834
2438 #: tp/Texinfo/Convert/HTML.pm:4816
24082439 #, fuzzy, perl-format
24092440 msgid "%s:%d: --css-include ended in comment"
24102441 msgstr "%s:%d: --css-file finaliza con un comentario"
24112442
2412 #: tp/Texinfo/Convert/HTML.pm:4836
2413 #, perl-format
2414 msgid "%s:%d @import not finished in css file"
2415 msgstr ""
2416
2417 #: tp/Texinfo/Convert/HTML.pm:4862
2443 #: tp/Texinfo/Convert/HTML.pm:4818
2444 #, perl-format
2445 msgid "%s:%d: @import not finished in css file"
2446 msgstr ""
2447
2448 #: tp/Texinfo/Convert/HTML.pm:4844
24182449 #, fuzzy, perl-format
24192450 msgid "css file %s not found"
24202451 msgstr "no se encontró declaración de final de macro (`%cend')"
24212452
2422 #: tp/Texinfo/Convert/HTML.pm:4868
2453 #: tp/Texinfo/Convert/HTML.pm:4850
24232454 #, fuzzy, perl-format
24242455 msgid "could not open --include-file %s: %s"
24252456 msgstr "%s: no se pudo abrir --css-file: %s"
24262457
2427 #: tp/Texinfo/Convert/HTML.pm:4878
2458 #: tp/Texinfo/Convert/HTML.pm:4860
24282459 #, fuzzy, perl-format
24292460 msgid "Error on closing CSS file %s: %s"
24302461 msgstr "error cerrando fichero `%s'"
24312462
2432 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2463 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
24332464 #, fuzzy, perl-format
24342465 msgid "No htmlxref.cnf entry found for `%s'"
24352466 msgstr ""
24362467 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
24372468
2438 #: tp/Texinfo/Convert/HTML.pm:6513
2469 #: tp/Texinfo/Convert/HTML.pm:6495
24392470 #, fuzzy, perl-format
24402471 msgid "Error on closing frame file %s: %s"
24412472 msgstr "error cerrando fichero `%s'"
24422473
2443 #: tp/Texinfo/Convert/HTML.pm:6537
2474 #: tp/Texinfo/Convert/HTML.pm:6519
24442475 #, fuzzy, perl-format
24452476 msgid "Error on closing TOC frame file %s: %s"
24462477 msgstr "error cerrando fichero `%s'"
24472478
2448 #: tp/Texinfo/Convert/HTML.pm:6652
2479 #: tp/Texinfo/Convert/HTML.pm:6634
24492480 #, perl-format
24502481 msgid "Handler %s of stage %s priority %s failed"
24512482 msgstr ""
24522483
2453 #: tp/Texinfo/Convert/HTML.pm:6853
2484 #: tp/Texinfo/Convert/HTML.pm:6835
24542485 msgid "Must specify a title with a title command or @top"
24552486 msgstr ""
24562487
2457 #: tp/Texinfo/Convert/HTML.pm:7058
2488 #: tp/Texinfo/Convert/HTML.pm:7040
24582489 #, perl-format
24592490 msgid "Error on closing redirection node file %s: %s"
24602491 msgstr ""
24612492
2462 #: tp/Texinfo/Convert/HTML.pm:7083
2493 #: tp/Texinfo/Convert/HTML.pm:7065
24632494 #, fuzzy, perl-format
24642495 msgid "Old name for `%s' is a node of the document"
24652496 msgstr "Este nodo no contiene `Anterior' ni `Superior'."
24662497
2467 #: tp/Texinfo/Convert/HTML.pm:7087
2498 #: tp/Texinfo/Convert/HTML.pm:7069
24682499 #, fuzzy, perl-format
24692500 msgid "File empty for renamed node `%s'"
24702501 msgstr "Nodo `%s' no referenciado"
24712502
2472 #: tp/Texinfo/Convert/HTML.pm:7099
2503 #: tp/Texinfo/Convert/HTML.pm:7081
24732504 #, perl-format
24742505 msgid "Target node (new name for `%s') not in document: %s"
24752506 msgstr ""
24762507
2477 #: tp/Texinfo/Convert/HTML.pm:7131
2508 #: tp/Texinfo/Convert/HTML.pm:7113
24782509 #, fuzzy, perl-format
24792510 msgid "Error on closing renamed node redirection file %s: %s"
24802511 msgstr "error cerrando fichero `%s'"
24812512
2482 #: tp/Texinfo/Convert/HTML.pm:7169
2513 #: tp/Texinfo/Convert/HTML.pm:7151
24832514 #, fuzzy
24842515 msgid "Empty node name"
24852516 msgstr ""
24862517 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
24872518
2488 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2519 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24892520 #, perl-format
24902521 msgid "Syntax for an external node used for `%s'"
24912522 msgstr ""
27882819
27892820 #: tp/Texinfo/Parser.pm:3455
27902821 #, fuzzy
2791 msgid "Empty node in menu entry"
2822 msgid "Empty node name in menu entry"
27922823 msgstr ""
27932824 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
27942825
32703301 msgstr ""
32713302 "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
32723303
3273 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3274 #, fuzzy, perl-format
3275 msgid "Can't open %s for writing: %s\n"
3304 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3305 #, fuzzy, perl-format
3306 msgid "chm.pm:%s: Cannot open for writing: %s\n"
32763307 msgstr "%s: no se pudo abrir --css-file: %s"
32773308
3278 #: tp/init/tex4ht.pm:122
3279 #, fuzzy, perl-format
3280 msgid "tex4ht error opening %s: %s"
3309 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3310 #, fuzzy, perl-format
3311 msgid "chm.pm:%s: Error on closing: %s"
32813312 msgstr "error mientras se escribía al fichero `%s'"
32823313
3283 #: tp/init/tex4ht.pm:218
3284 #, perl-format
3285 msgid "chdir to %s failed"
3286 msgstr ""
3287
3288 #: tp/init/tex4ht.pm:242
3289 #, fuzzy, perl-format
3290 msgid "tex4ht output file missing: %s"
3314 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3315 #, fuzzy, perl-format
3316 msgid "tex4ht.pm:%s: Cannot open: %s"
3317 msgstr "No se encontró `%s'."
3318
3319 #: tp/init/tex4ht.pm:219
3320 #, perl-format
3321 msgid "tex4ht.pm:%s: chdir failed: %s"
3322 msgstr ""
3323
3324 #: tp/init/tex4ht.pm:232
3325 #, perl-format
3326 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3327 msgstr ""
3328
3329 #: tp/init/tex4ht.pm:244
3330 #, fuzzy, perl-format
3331 msgid "tex4ht.pm: Output file missing: %s"
32913332 msgstr "no se pudo crear el fichero `%s'"
32923333
3293 #: tp/init/tex4ht.pm:295
3294 #, perl-format
3295 msgid ""
3296 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3334 #: tp/init/tex4ht.pm:260
3335 #, perl-format
3336 msgid "tex4ht.pm: Command failed: %s"
3337 msgstr ""
3338
3339 #: tp/init/tex4ht.pm:293
3340 #, perl-format
3341 msgid "tex4ht.pm: end of @%s item %d not found"
3342 msgstr ""
3343
3344 #: tp/init/tex4ht.pm:300
3345 #, perl-format
3346 msgid ""
3347 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32973348 "items found in the document"
32983349 msgstr ""
32993350
3300 #: tp/init/tex4ht.pm:313
3301 #, perl-format
3302 msgid "tex4ht output has no HTML item for @%s %s"
3303 msgstr ""
3304
3305 #: tp/texi2any.pl:373
3351 #: tp/init/tex4ht.pm:319
3352 #, perl-format
3353 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3354 msgstr ""
3355
3356 #: tp/texi2any.pl:374
33063357 #, fuzzy, perl-format
33073358 msgid "error loading %s: %s\n"
33083359 msgstr "error mientras se escribía al fichero `%s'"
33093360
3310 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3361 #: tp/texi2any.pl:383 tp/texi2any.pl:400
33113362 #, fuzzy, perl-format
33123363 msgid "Unknown variable %s\n"
33133364 msgstr "Comando desconocido `%s'"
33143365
3315 #: tp/texi2any.pl:466
3366 #: tp/texi2any.pl:467
33163367 #, fuzzy, perl-format
33173368 msgid "Can't read init file %s"
33183369 msgstr "no se pudo abrir el fichero `%s'"
33193370
3320 #: tp/texi2any.pl:597
3371 #: tp/texi2any.pl:598
33213372 #, fuzzy
33223373 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
33233374 msgstr "Uso: %s [OPCIÓN]... FICHERO-TEXINFO...\n"
33243375
3325 #: tp/texi2any.pl:598
3376 #: tp/texi2any.pl:599
33263377 #, fuzzy
33273378 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
33283379 msgstr "Uso: %s [OPCIÓN]... FICHERO-TEXINFO...\n"
33293380
3330 #: tp/texi2any.pl:600
3381 #: tp/texi2any.pl:601
33313382 msgid ""
33323383 "Translate Texinfo source documentation to various other formats, by default\n"
33333384 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33373388 "formato Info, que puede ser leído con Emacs o el visor de ficheros Info de "
33383389 "GNU.\n"
33393390
3340 #: tp/texi2any.pl:603
3391 #: tp/texi2any.pl:604
33413392 #, fuzzy, perl-format
33423393 msgid ""
33433394 "General options:\n"
33773428 " --version mostrar información sobre la versión de esta\n"
33783429 " aplicación informática.\n"
33793430
3380 #: tp/texi2any.pl:618
3431 #: tp/texi2any.pl:619
33813432 #, fuzzy
33823433 msgid ""
33833434 "Output format selection (default is to produce Info):\n"
33933444 " --xml generar un fichero en formato Texinfo XML.\n"
33943445 " --plaintext generar un fichero en texto plano.\n"
33953446
3396 #: tp/texi2any.pl:626
3447 #: tp/texi2any.pl:627
33973448 #, fuzzy
33983449 msgid ""
33993450 "General output options:\n"
34423493 "HTML\n"
34433494 " en modo multi-documento/multi-página).\n"
34443495
3445 #: tp/texi2any.pl:646
3496 #: tp/texi2any.pl:647
34463497 #, perl-format
34473498 msgid ""
34483499 "Options for Info and plain text:\n"
34963547 " una es de un tamaño NÚMERO (por defecto "
34973548 "%d).\n"
34983549
3499 #: tp/texi2any.pl:663
3550 #: tp/texi2any.pl:664
35003551 #, fuzzy
35013552 msgid ""
35023553 "Options for HTML:\n"
35213572 " producir nombres de ficheros en formato "
35223573 "ASCII.\n"
35233574
3524 #: tp/texi2any.pl:674
3575 #: tp/texi2any.pl:675
35253576 msgid ""
35263577 "Options for XML and Docbook:\n"
35273578 " --output-indent=VAL does nothing, retained for compatibility.\n"
35283579 msgstr ""
35293580
3530 #: tp/texi2any.pl:677
3581 #: tp/texi2any.pl:678
35313582 msgid ""
35323583 "Options for DVI/PS/PDF:\n"
35333584 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
35343585 msgstr ""
35353586
3536 #: tp/texi2any.pl:680
3587 #: tp/texi2any.pl:681
35373588 #, fuzzy
35383589 msgid ""
35393590 "Input file options:\n"
35653616 " propio documento mediante el uso de\n"
35663617 " `@clear VARIABLE'.\n"
35673618
3568 #: tp/texi2any.pl:687
3619 #: tp/texi2any.pl:688
35693620 #, fuzzy
35703621 msgid ""
35713622 "Conditional processing in input:\n"
36113662 " También, para las opciones de tipo --no-ifFORMATO, procesar "
36123663 "`@ifnotFORMATO'.\n"
36133664
3614 #: tp/texi2any.pl:704
3665 #: tp/texi2any.pl:705
36153666 #, fuzzy
36163667 msgid ""
36173668 " The defaults for the @if... conditionals depend on the output format:\n"
36293680 "no;\n"
36303681 " si este es XML, --ifxml estará activo, mientras el resto no;\n"
36313682
3632 #: tp/texi2any.pl:711
3683 #: tp/texi2any.pl:712
36333684 #, fuzzy
36343685 msgid ""
36353686 "Examples:\n"
36973748 "un\n"
36983749 " mismo fichero.\n"
36993750
3700 #: tp/texi2any.pl:758
3751 #: tp/texi2any.pl:759
37013752 #, perl-format
37023753 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
37033754 msgstr ""
37043755 "%s: `--footnote-style' toma como argumentos `separate' o `end', no `%s'.\n"
37053756
3706 #: tp/texi2any.pl:848
3757 #: tp/texi2any.pl:849
37073758 #, perl-format
37083759 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
37093760 msgstr ""
37103761 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `"
37113762 "%s'.\n"
37123763
3713 #: tp/texi2any.pl:962
3764 #: tp/texi2any.pl:963
37143765 #, perl-format
37153766 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
37163767 msgstr "%s: Ignorando valor desconocido de TEXINFO_OUTPUT_FORMAT (`%s').\n"
37173768
3718 #: tp/texi2any.pl:975
3769 #: tp/texi2any.pl:976
37193770 #, perl-format
37203771 msgid "when generating %s, only one input FILE may be specified with -o"
37213772 msgstr ""
37223773
3723 #: tp/texi2any.pl:979
3774 #: tp/texi2any.pl:980
37243775 msgid "--Xopt option without printed output"
37253776 msgstr ""
37263777
3727 #: tp/texi2any.pl:989
3778 #: tp/texi2any.pl:990
37283779 #, fuzzy, perl-format
37293780 msgid "Unknown tree transformation %s"
37303781 msgstr "Comando desconocido `%s'"
37313782
3732 #: tp/texi2any.pl:996
3783 #: tp/texi2any.pl:997
37333784 #, perl-format
37343785 msgid "Ignoring splitting for format %s"
37353786 msgstr ""
37363787
3737 #: tp/texi2any.pl:1045
3788 #: tp/texi2any.pl:1046
37383789 #, perl-format
37393790 msgid "%s: missing file argument.\n"
37403791 msgstr "%s: se necesita nombre de fichero que procesar.\n"
37413792
3742 #: tp/texi2any.pl:1046
3793 #: tp/texi2any.pl:1047
37433794 #, perl-format
37443795 msgid "Try `%s --help' for more information.\n"
37453796 msgstr "Pruebe `%s --help' para obtener más información.\n"
37463797
3747 #: tp/texi2any.pl:1117
3798 #: tp/texi2any.pl:1118
37483799 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
37493800 msgstr ""
37503801
3751 #: tp/texi2any.pl:1139
3802 #: tp/texi2any.pl:1140
37523803 #, fuzzy, perl-format
37533804 msgid "Error on closing macro expand file %s: %s\n"
37543805 msgstr "error cerrando fichero `%s'"
37553806
3756 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3807 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
37573808 #, fuzzy, perl-format
37583809 msgid "Could not open %s for writing: %s\n"
37593810 msgstr "%s: no se pudo abrir --css-file: %s"
37603811
3761 #: tp/texi2any.pl:1169
3812 #: tp/texi2any.pl:1170
37623813 msgid ""
37633814 "insert_nodes_for_sectioning_commands transformation return no result. No "
37643815 "section?"
37653816 msgstr ""
37663817
3767 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3818 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
37683819 #, fuzzy, perl-format
37693820 msgid "Error on closing %s: %s\n"
37703821 msgstr "error mientras se escribía al fichero `%s'"
37713822
3772 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3823 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
37733824 #, perl-format
37743825 msgid "Error on closing internal links file %s: %s\n"
37753826 msgstr ""
38313882 #, c-format
38323883 msgid "entry %s follows an entry with a secondary name"
38333884 msgstr "la entrada %s sigue un elemento con nombre secundario"
3885
3886 #, fuzzy
3887 #~ msgid "tex4ht error opening %s: %s"
3888 #~ msgstr "error mientras se escribía al fichero `%s'"
38343889
38353890 #, fuzzy
38363891 #~ msgid "Error on closing renamed nodes file %s: %s"
Binary diff not shown
+207
-147
po/fr.po less more
1313 msgstr ""
1414 "Project-Id-Version: texinfo 4.13\n"
1515 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
16 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
16 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
1717 "PO-Revision-Date: 2011-06-20 23:11+0200\n"
1818 "Last-Translator: Jean-Philippe Guérard <jean-philippe.guerard@corbeaunoir."
1919 "org>\n"
8484 msgid "%s: option '-W %s' requires an argument\n"
8585 msgstr "%s : l'option « %s » a besoin d'un argument\n"
8686
87 #: gnulib/lib/regcomp.c:130
87 #: gnulib/lib/regcomp.c:131
8888 msgid "Success"
8989 msgstr ""
9090
91 #: gnulib/lib/regcomp.c:133
91 #: gnulib/lib/regcomp.c:134
9292 msgid "No match"
9393 msgstr ""
9494
95 #: gnulib/lib/regcomp.c:136
95 #: gnulib/lib/regcomp.c:137
9696 #, fuzzy
9797 msgid "Invalid regular expression"
9898 msgstr "Expression rationnelle « %s » incorrecte : %s"
9999
100 #: gnulib/lib/regcomp.c:139
100 #: gnulib/lib/regcomp.c:140
101101 #, fuzzy
102102 msgid "Invalid collation character"
103103 msgstr "caractère codé invalide « %s »"
104104
105 #: gnulib/lib/regcomp.c:142
105 #: gnulib/lib/regcomp.c:143
106106 #, fuzzy
107107 msgid "Invalid character class name"
108108 msgstr "caractère %c improbable dans @var"
109109
110 #: gnulib/lib/regcomp.c:145
110 #: gnulib/lib/regcomp.c:146
111111 msgid "Trailing backslash"
112112 msgstr ""
113113
114 #: gnulib/lib/regcomp.c:148
114 #: gnulib/lib/regcomp.c:149
115115 msgid "Invalid back reference"
116116 msgstr ""
117117
118 #: gnulib/lib/regcomp.c:151
118 #: gnulib/lib/regcomp.c:152
119119 #, fuzzy
120120 msgid "Unmatched [ or [^"
121121 msgstr "« } » sans correspondance"
122122
123 #: gnulib/lib/regcomp.c:154
123 #: gnulib/lib/regcomp.c:155
124124 #, fuzzy
125125 msgid "Unmatched ( or \\("
126126 msgstr "« } » sans correspondance"
127127
128 #: gnulib/lib/regcomp.c:157
128 #: gnulib/lib/regcomp.c:158
129129 #, fuzzy
130130 msgid "Unmatched \\{"
131131 msgstr "« } » sans correspondance"
132132
133 #: gnulib/lib/regcomp.c:160
133 #: gnulib/lib/regcomp.c:161
134134 msgid "Invalid content of \\{\\}"
135135 msgstr ""
136136
137 #: gnulib/lib/regcomp.c:163
137 #: gnulib/lib/regcomp.c:164
138138 msgid "Invalid range end"
139139 msgstr ""
140140
141 #: gnulib/lib/regcomp.c:166
141 #: gnulib/lib/regcomp.c:167
142142 #, fuzzy
143143 msgid "Memory exhausted"
144144 msgstr "mémoire épuisée"
145145
146 #: gnulib/lib/regcomp.c:169
146 #: gnulib/lib/regcomp.c:170
147147 #, fuzzy
148148 msgid "Invalid preceding regular expression"
149149 msgstr "Expression rationnelle « %s » incorrecte : %s"
150150
151 #: gnulib/lib/regcomp.c:172
151 #: gnulib/lib/regcomp.c:173
152152 #, fuzzy
153153 msgid "Premature end of regular expression"
154154 msgstr "Expression rationnelle « %s » incorrecte : %s"
155155
156 #: gnulib/lib/regcomp.c:175
156 #: gnulib/lib/regcomp.c:176
157157 #, fuzzy
158158 msgid "Regular expression too big"
159159 msgstr "La recherche utilise des expressions rationnelles."
160160
161 #: gnulib/lib/regcomp.c:178
161 #: gnulib/lib/regcomp.c:179
162162 #, fuzzy
163163 msgid "Unmatched ) or \\)"
164164 msgstr "« } » sans correspondance"
165165
166 #: gnulib/lib/regcomp.c:703
166 #: gnulib/lib/regcomp.c:704
167167 #, fuzzy
168168 msgid "No previous regular expression"
169169 msgstr "Aucune chaîne de recherche antérieure"
415415 msgid "Try --help for more information.\n"
416416 msgstr "Utilisez --help pour plus d'informations.\n"
417417
418 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
419 #: tp/texi2any.pl:735 util/texindex.c:295
418 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
419 #: tp/texi2any.pl:736 util/texindex.c:295
420420 #, c-format, perl-format
421421 msgid ""
422422 "Copyright (C) %s Free Software Foundation, Inc.\n"
19581958 msgid " Subfile: %s"
19591959 msgstr " Sous-fichier : %s"
19601960
1961 #: install-info/install-info.c:285
1961 #: install-info/install-info.c:286
19621962 #, fuzzy, c-format
19631963 msgid "%s for %s"
19641964 msgstr " pour %s"
19651965
1966 #: install-info/install-info.c:519
1966 #: install-info/install-info.c:520
19671967 #, c-format
19681968 msgid "\tTry `%s --help' for a complete list of options.\n"
19691969 msgstr "\tUtilisez « %s --help » pour une liste complète d'options.\n"
19701970
1971 #: install-info/install-info.c:527
1971 #: install-info/install-info.c:528
19721972 #, c-format
19731973 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19741974 msgstr "Utilisation : %s [OPTION]... [FICHIER-INFO [FICHIER-DIR]]\n"
19751975
1976 #: install-info/install-info.c:529
1976 #: install-info/install-info.c:530
19771977 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19781978 msgstr "Ajoute ou supprime des entrées du FICHIER-INFO dans FICHIER-DIR."
19791979
1980 #: install-info/install-info.c:531
1981 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1982 msgstr ""
1983
19801984 #: install-info/install-info.c:532
1985 msgid "--dir-file (or --info-dir) options are given, respectively."
1986 msgstr ""
1987
1988 #: install-info/install-info.c:535
19811989 msgid ""
19821990 "Options:\n"
1991 " --add-once add only to first matching section, not all.\n"
1992 " --align=COL start description of new entries at column COL.\n"
1993 " --calign=COL format second and subsequent description lines to\n"
1994 " start at column COL."
1995 msgstr ""
1996
1997 #: install-info/install-info.c:542
1998 #, fuzzy
1999 msgid ""
19832000 " --debug report what is being done.\n"
19842001 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19852002 " don't insert any new entries.\n"
20012018 " équivalent à l'argument FICHIER-DIR.\n"
20022019 " --dry-run Identique à --test."
20032020
2004 #: install-info/install-info.c:544
2005 msgid ""
2006 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2021 #: install-info/install-info.c:553
2022 #, fuzzy
2023 msgid ""
2024 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2025 " overriding any corresponding entry from DIR-FILE.\n"
20072026 " TEXT is written as an Info menu item line followed\n"
20082027 " by zero or more extra lines starting with "
20092028 "whitespace.\n"
20102029 " If you specify more than one entry, all are added.\n"
20112030 " If you don't specify any entries, they are determined\n"
2012 " from information in the Info file itself.\n"
2013 " When removing, TEXT specifies the entry to remove.\n"
2014 " TEXT is only removed as a last resort, if the\n"
2015 " entry as determined from the Info file is not "
2016 "present,\n"
2017 " and the basename of the Info file isn't found either."
2031 " from information in the Info file itself."
20182032 msgstr ""
20192033 " --entry=TEXTE Insère le TEXTE en tant qu'entrée de répertoire Info.\n"
20202034 " Le TEXTE est affiché comme une entrée de menu Info,\n"
20322046 " est absente et s'il n'y a aucun fichier Info de ce "
20332047 "nom."
20342048
2035 #: install-info/install-info.c:556
2049 #: install-info/install-info.c:562
2050 #, fuzzy
20362051 msgid ""
20372052 " --help display this help and exit.\n"
20382053 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20392054 " --info-file=FILE specify Info file to install in the directory;\n"
20402055 " equivalent to using the INFO-FILE argument.\n"
20412056 " --item=TEXT same as --entry=TEXT.\n"
2042 " --keep-old do not replace entries, or remove empty sections.\n"
2043 " --menuentry=TEXT same as --name=TEXT.\n"
2044 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2045 " to become synonymous with the --entry option.\n"
2046 " --no-indent do not format new entries in the DIR file.\n"
2047 " --quiet suppress warnings."
2057 " --keep-old do not replace entries, or remove empty sections."
20482058 msgstr ""
20492059 " --help Affiche ce message d'aide et s'arrête.\n"
20502060 " --info-dir=RÉP Identique à --dir-file=RÉP/dir.\n"
20632073 " fichier DIR.\n"
20642074 " --quiet Supprime les avertissements."
20652075
2066 #: install-info/install-info.c:569
2076 #: install-info/install-info.c:570
2077 #, fuzzy
2078 msgid ""
2079 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2080 " --menuentry=TEXT same as --name=TEXT.\n"
2081 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2082 " to become synonymous with the --entry option.\n"
2083 " --no-indent do not format new entries in the DIR file.\n"
2084 " --quiet suppress warnings."
2085 msgstr ""
2086 " --help Affiche ce message d'aide et s'arrête.\n"
2087 " --info-dir=RÉP Identique à --dir-file=RÉP/dir.\n"
2088 " --info-file=FICHIER Indique le fichier Info à installer dans le "
2089 "répertoire ;\n"
2090 " équivalent à l'utilisation de l'argument FICHIER-"
2091 "INFO.\n"
2092 " --item=TEXTE Identique à --entry=TEXTE.\n"
2093 " --keep-old Ne pas remplacer d'entrées ou supprimer les sections\n"
2094 " vides.\n"
2095 " --menuentry=TEXT Identique à --name=TEXTE.\n"
2096 " --name=TEXT Le nom de l'entrée est TEXTE ; utilisé avec --"
2097 "description,\n"
2098 " il est équivalent à l'option --entry.\n"
2099 " --no-indent Ne pas mettre en forme les nouvelles entrées dans le\n"
2100 " fichier DIR.\n"
2101 " --quiet Supprime les avertissements."
2102
2103 #: install-info/install-info.c:578
20672104 msgid ""
20682105 " --regex=R put this file's entries in all sections that match the\n"
20692106 " regular expression R (ignoring case).\n"
20922129 " seront déterminées à partir du fichier Info.\n"
20932130 " --section R SEC Équivalent à --regex=R --section=SEC --add-once."
20942131
2095 #: install-info/install-info.c:582
2132 #: install-info/install-info.c:591
20962133 msgid ""
20972134 " --silent suppress warnings.\n"
20982135 " --test suppress updating of DIR-FILE.\n"
21022139 " --test Ne met pas à jour FICHIER-DIR.\n"
21032140 " --version Affiche la version puis s'arrête."
21042141
2105 #: install-info/install-info.c:589 tp/texi2any.pl:723
2142 #: install-info/install-info.c:598 tp/texi2any.pl:724
21062143 msgid ""
21072144 "Email bug reports to bug-texinfo@gnu.org,\n"
21082145 "general questions and discussion to help-texinfo@gnu.org.\n"
21132150 "org.\n"
21142151 "Site Texinfo : http://www.gnu.org/software/texinfo/"
21152152
2116 #: install-info/install-info.c:616
2153 #: install-info/install-info.c:625
21172154 #, c-format
21182155 msgid ""
21192156 "This is the file .../info/dir, which contains the\n"
21502187 "\n"
21512188 "%s\n"
21522189
2153 #: install-info/install-info.c:640
2190 #: install-info/install-info.c:649
21542191 #, fuzzy, c-format
21552192 msgid "%s: could not read (%s) and could not create (%s)"
21562193 msgstr "%s : impossible de lire (%s) et de créer (%s)\n"
21572194
2158 #: install-info/install-info.c:736
2195 #: install-info/install-info.c:745
21592196 #, c-format
21602197 msgid "%s: empty file"
21612198 msgstr "%s : fichier vide"
21622199
2163 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2200 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21642201 #, c-format
21652202 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21662203 msgstr "START-INFO-DIR-ENTRY sans END-INFO-DIR-ENTRY correspondant"
21672204
2168 #: install-info/install-info.c:1114
2205 #: install-info/install-info.c:1123
21692206 #, c-format
21702207 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21712208 msgstr "END-INFO-DIR-ENTRY sans START-INFO-DIR-ENTRY correspondant"
21722209
2173 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2210 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21742211 #, c-format
21752212 msgid "%s: already have dir file: %s\n"
21762213 msgstr "%s : a déjà un fichier dir : %s\n"
21772214
2178 #: install-info/install-info.c:2068
2215 #: install-info/install-info.c:2077
21792216 #, c-format
21802217 msgid "%s: Specify the Info file only once.\n"
21812218 msgstr "%s : le fichier Info doit être indiqué une seule fois.\n"
21822219
2183 #: install-info/install-info.c:2101
2220 #: install-info/install-info.c:2110
21842221 #, c-format
21852222 msgid "Extra regular expression specified, ignoring `%s'"
21862223 msgstr "Expression rationnelle en surplus « %s » ignorée"
21872224
2188 #: install-info/install-info.c:2113
2225 #: install-info/install-info.c:2122
21892226 #, c-format
21902227 msgid "Error in regular expression `%s': %s"
21912228 msgstr "Expression rationnelle « %s » incorrecte : %s"
21922229
2193 #: install-info/install-info.c:2171
2230 #: install-info/install-info.c:2180
21942231 #, c-format
21952232 msgid "excess command line argument `%s'"
21962233 msgstr "Argument en trop sur la ligne de commande : « %s »"
21972234
2198 #: install-info/install-info.c:2175
2235 #: install-info/install-info.c:2184
21992236 #, c-format
22002237 msgid "No input file specified; try --help for more information."
22012238 msgstr "Aucun fichier d'entrée indiqué ; consultez l'aide (--help)."
22022239
2203 #: install-info/install-info.c:2177
2240 #: install-info/install-info.c:2186
22042241 #, c-format
22052242 msgid "No dir file specified; try --help for more information."
22062243 msgstr "Aucun fichier dir indiqué ; consultez l'aide (--help)."
22072244
2208 #: install-info/install-info.c:2319
2245 #: install-info/install-info.c:2328
22092246 #, c-format
22102247 msgid "no info dir entry in `%s'"
22112248 msgstr "aucune entrée de répertoire Info dans « %s »"
22122249
2213 #: install-info/install-info.c:2567
2250 #: install-info/install-info.c:2576
22142251 #, c-format
22152252 msgid "no entries found for `%s'; nothing deleted"
22162253 msgstr "aucune entrée pour « %s »; aucune suppression"
22172254
2218 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2219 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2220 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2221 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2222 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2255 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
2256 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6500
2257 #: tp/Texinfo/Convert/HTML.pm:6524 tp/Texinfo/Convert/HTML.pm:6900
2258 #: tp/Texinfo/Convert/HTML.pm:6957 tp/Texinfo/Convert/HTML.pm:7034
2259 #: tp/Texinfo/Convert/HTML.pm:7106 tp/Texinfo/Convert/Info.pm:90
22232260 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22242261 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22252262 #, fuzzy, perl-format
23012338 msgstr ""
23022339
23032340 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2304 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2341 #: tp/texi2any.pl:386 tp/texi2any.pl:403
23052342 #, fuzzy, perl-format
23062343 msgid "Obsolete variable %s\n"
23072344 msgstr "Définir la variable : "
23162353 msgid "Can't create directories `%s': %s"
23172354 msgstr "Impossible de créer le répertoire « %s » : %s"
23182355
2319 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2320 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2356 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2357 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23212358 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23222359 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2323 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2324 #: tp/init/chm.pm:399
2360 #: tp/Texinfo/Parser.pm:1871
23252361 #, fuzzy, perl-format
23262362 msgid "Error on closing %s: %s"
23272363 msgstr "erreur d'écriture dans « %s »"
23282364
2329 #: tp/Texinfo/Convert/DocBook.pm:919
2365 #: tp/Texinfo/Convert/DocBook.pm:897
23302366 #, fuzzy, perl-format
23312367 msgid "@image file `%s' not found, using `%s'"
23322368 msgstr "fichier @image « %s » illisible : %s"
23412377 msgid "Raw format %s is not converted"
23422378 msgstr ""
23432379
2344 #: tp/Texinfo/Convert/HTML.pm:4832
2380 #: tp/Texinfo/Convert/HTML.pm:4814
23452381 #, perl-format
23462382 msgid "%s:%d: string not closed in css file"
23472383 msgstr ""
23482384
2349 #: tp/Texinfo/Convert/HTML.pm:4834
2385 #: tp/Texinfo/Convert/HTML.pm:4816
23502386 #, fuzzy, perl-format
23512387 msgid "%s:%d: --css-include ended in comment"
23522388 msgstr "%s : %d : --css-file s'est terminée dans un commentaire"
23532389
2354 #: tp/Texinfo/Convert/HTML.pm:4836
2355 #, perl-format
2356 msgid "%s:%d @import not finished in css file"
2357 msgstr ""
2358
2359 #: tp/Texinfo/Convert/HTML.pm:4862
2390 #: tp/Texinfo/Convert/HTML.pm:4818
2391 #, perl-format
2392 msgid "%s:%d: @import not finished in css file"
2393 msgstr ""
2394
2395 #: tp/Texinfo/Convert/HTML.pm:4844
23602396 #, fuzzy, perl-format
23612397 msgid "css file %s not found"
23622398 msgstr "macro %cend non trouvée"
23632399
2364 #: tp/Texinfo/Convert/HTML.pm:4868
2400 #: tp/Texinfo/Convert/HTML.pm:4850
23652401 #, fuzzy, perl-format
23662402 msgid "could not open --include-file %s: %s"
23672403 msgstr "%s : impossible d'ouvrir --css-file : %s"
23682404
2369 #: tp/Texinfo/Convert/HTML.pm:4878
2405 #: tp/Texinfo/Convert/HTML.pm:4860
23702406 #, fuzzy, perl-format
23712407 msgid "Error on closing CSS file %s: %s"
23722408 msgstr "erreur de fermeture du fichier de sortie « %s »"
23732409
2374 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2410 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23752411 #, fuzzy, perl-format
23762412 msgid "No htmlxref.cnf entry found for `%s'"
23772413 msgstr "aucune entrée d'index trouvée pour « %s »\n"
23782414
2379 #: tp/Texinfo/Convert/HTML.pm:6513
2415 #: tp/Texinfo/Convert/HTML.pm:6495
23802416 #, fuzzy, perl-format
23812417 msgid "Error on closing frame file %s: %s"
23822418 msgstr "erreur de fermeture du fichier de sortie « %s »"
23832419
2384 #: tp/Texinfo/Convert/HTML.pm:6537
2420 #: tp/Texinfo/Convert/HTML.pm:6519
23852421 #, fuzzy, perl-format
23862422 msgid "Error on closing TOC frame file %s: %s"
23872423 msgstr "erreur de fermeture du fichier de sortie « %s »"
23882424
2389 #: tp/Texinfo/Convert/HTML.pm:6652
2425 #: tp/Texinfo/Convert/HTML.pm:6634
23902426 #, perl-format
23912427 msgid "Handler %s of stage %s priority %s failed"
23922428 msgstr ""
23932429
2394 #: tp/Texinfo/Convert/HTML.pm:6853
2430 #: tp/Texinfo/Convert/HTML.pm:6835
23952431 msgid "Must specify a title with a title command or @top"
23962432 msgstr ""
23972433
2398 #: tp/Texinfo/Convert/HTML.pm:7058
2434 #: tp/Texinfo/Convert/HTML.pm:7040
23992435 #, perl-format
24002436 msgid "Error on closing redirection node file %s: %s"
24012437 msgstr ""
24022438
2403 #: tp/Texinfo/Convert/HTML.pm:7083
2439 #: tp/Texinfo/Convert/HTML.pm:7065
24042440 #, fuzzy, perl-format
24052441 msgid "Old name for `%s' is a node of the document"
24062442 msgstr "Aucun nœud précédent ou supérieur pour ce nœud dans ce document."
24072443
2408 #: tp/Texinfo/Convert/HTML.pm:7087
2444 #: tp/Texinfo/Convert/HTML.pm:7069
24092445 #, fuzzy, perl-format
24102446 msgid "File empty for renamed node `%s'"
24112447 msgstr "nœud « %s » non référencé"
24122448
2413 #: tp/Texinfo/Convert/HTML.pm:7099
2449 #: tp/Texinfo/Convert/HTML.pm:7081
24142450 #, perl-format
24152451 msgid "Target node (new name for `%s') not in document: %s"
24162452 msgstr ""
24172453
2418 #: tp/Texinfo/Convert/HTML.pm:7131
2454 #: tp/Texinfo/Convert/HTML.pm:7113
24192455 #, fuzzy, perl-format
24202456 msgid "Error on closing renamed node redirection file %s: %s"
24212457 msgstr "erreur de fermeture du fichier de sortie « %s »"
24222458
2423 #: tp/Texinfo/Convert/HTML.pm:7169
2459 #: tp/Texinfo/Convert/HTML.pm:7151
24242460 msgid "Empty node name"
24252461 msgstr ""
24262462
2427 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2463 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24282464 #, perl-format
24292465 msgid "Syntax for an external node used for `%s'"
24302466 msgstr ""
27242760 msgstr "Mauvais argument à @%s"
27252761
27262762 #: tp/Texinfo/Parser.pm:3455
2727 msgid "Empty node in menu entry"
2763 msgid "Empty node name in menu entry"
27282764 msgstr ""
27292765
27302766 #: tp/Texinfo/Parser.pm:3525
31963232 msgid "Empty index key in @%s"
31973233 msgstr "aucune entrée d'index trouvée pour « %s »\n"
31983234
3199 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3200 #, fuzzy, perl-format
3201 msgid "Can't open %s for writing: %s\n"
3235 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3236 #, fuzzy, perl-format
3237 msgid "chm.pm:%s: Cannot open for writing: %s\n"
32023238 msgstr "%s : impossible d'ouvrir --css-file : %s"
32033239
3204 #: tp/init/tex4ht.pm:122
3205 #, fuzzy, perl-format
3206 msgid "tex4ht error opening %s: %s"
3240 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3241 #, fuzzy, perl-format
3242 msgid "chm.pm:%s: Error on closing: %s"
32073243 msgstr "erreur d'écriture dans « %s »"
32083244
3209 #: tp/init/tex4ht.pm:218
3210 #, perl-format
3211 msgid "chdir to %s failed"
3212 msgstr ""
3213
3214 #: tp/init/tex4ht.pm:242
3215 #, fuzzy, perl-format
3216 msgid "tex4ht output file missing: %s"
3245 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3246 #, fuzzy, perl-format
3247 msgid "tex4ht.pm:%s: Cannot open: %s"
3248 msgstr "%s : impossible d'ouvrir --css-file : %s"
3249
3250 #: tp/init/tex4ht.pm:219
3251 #, perl-format
3252 msgid "tex4ht.pm:%s: chdir failed: %s"
3253 msgstr ""
3254
3255 #: tp/init/tex4ht.pm:232
3256 #, perl-format
3257 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3258 msgstr ""
3259
3260 #: tp/init/tex4ht.pm:244
3261 #, fuzzy, perl-format
3262 msgid "tex4ht.pm: Output file missing: %s"
32173263 msgstr "impossible de créer le fichier de sortie « %s »"
32183264
3219 #: tp/init/tex4ht.pm:295
3220 #, perl-format
3221 msgid ""
3222 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3265 #: tp/init/tex4ht.pm:260
3266 #, perl-format
3267 msgid "tex4ht.pm: Command failed: %s"
3268 msgstr ""
3269
3270 #: tp/init/tex4ht.pm:293
3271 #, perl-format
3272 msgid "tex4ht.pm: end of @%s item %d not found"
3273 msgstr ""
3274
3275 #: tp/init/tex4ht.pm:300
3276 #, perl-format
3277 msgid ""
3278 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32233279 "items found in the document"
32243280 msgstr ""
32253281
3226 #: tp/init/tex4ht.pm:313
3227 #, perl-format
3228 msgid "tex4ht output has no HTML item for @%s %s"
3229 msgstr ""
3230
3231 #: tp/texi2any.pl:373
3282 #: tp/init/tex4ht.pm:319
3283 #, perl-format
3284 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3285 msgstr ""
3286
3287 #: tp/texi2any.pl:374
32323288 #, fuzzy, perl-format
32333289 msgid "error loading %s: %s\n"
32343290 msgstr "erreur d'écriture dans « %s »"
32353291
3236 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3292 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32373293 #, fuzzy, perl-format
32383294 msgid "Unknown variable %s\n"
32393295 msgstr "Index inconnu « %s »"
32403296
3241 #: tp/texi2any.pl:466
3297 #: tp/texi2any.pl:467
32423298 #, fuzzy, perl-format
32433299 msgid "Can't read init file %s"
32443300 msgstr "impossible d'ouvrir le fichier d'entrée « %s »"
32453301
3246 #: tp/texi2any.pl:597
3302 #: tp/texi2any.pl:598
32473303 #, fuzzy
32483304 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32493305 msgstr "Utilisation : %s [OPTION]... FICHIER-TEXINFO...\n"
32503306
3251 #: tp/texi2any.pl:598
3307 #: tp/texi2any.pl:599
32523308 #, fuzzy
32533309 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32543310 msgstr "Utilisation : %s [OPTION]... FICHIER-TEXINFO...\n"
32553311
3256 #: tp/texi2any.pl:600
3312 #: tp/texi2any.pl:601
32573313 msgid ""
32583314 "Translate Texinfo source documentation to various other formats, by default\n"
32593315 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32623318 "Par défaut, en fichiers Info adaptés à une lecture en ligne avec Emacs\n"
32633319 "ou avec le lecteur Info autonome GNU.\n"
32643320
3265 #: tp/texi2any.pl:603
3321 #: tp/texi2any.pl:604
32663322 #, fuzzy, perl-format
32673323 msgid ""
32683324 "General options:\n"
32933349 " -v, --verbose Explique ce qui est fait.\n"
32943350 " --version Affiche la version du logiciel et s'arrête.\n"
32953351
3296 #: tp/texi2any.pl:618
3352 #: tp/texi2any.pl:619
32973353 #, fuzzy
32983354 msgid ""
32993355 "Output format selection (default is to produce Info):\n"
33093365 " --xml Écrire en XML Texinfo plutôt qu'en Info.\n"
33103366 " --plaintext Écrire en format texte plutôt qu'en Info.\n"
33113367
3312 #: tp/texi2any.pl:626
3368 #: tp/texi2any.pl:627
33133369 #, fuzzy
33143370 msgid ""
33153371 "General output options:\n"
33573413 " -o, --output=FICHIER Écrit la sortie dans FICHIER (ou répertoire\n"
33583414 " pour du HTML divisé en plusieurs fichiers),\n"
33593415
3360 #: tp/texi2any.pl:646
3416 #: tp/texi2any.pl:647
33613417 #, perl-format
33623418 msgid ""
33633419 "Options for Info and plain text:\n"
33993455 " --split-size=NB Sépare les fichiers Info à la taille NB (par\n"
34003456 " défaut %d).\n"
34013457
3402 #: tp/texi2any.pl:663
3458 #: tp/texi2any.pl:664
34033459 #, fuzzy
34043460 msgid ""
34053461 "Options for HTML:\n"
34243480 " Produit les noms de fichiers en\n"
34253481 " translittération ASCII.\n"
34263482
3427 #: tp/texi2any.pl:674
3483 #: tp/texi2any.pl:675
34283484 msgid ""
34293485 "Options for XML and Docbook:\n"
34303486 " --output-indent=VAL does nothing, retained for compatibility.\n"
34313487 msgstr ""
34323488
3433 #: tp/texi2any.pl:677
3489 #: tp/texi2any.pl:678
34343490 msgid ""
34353491 "Options for DVI/PS/PDF:\n"
34363492 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34373493 msgstr ""
34383494
3439 #: tp/texi2any.pl:680
3495 #: tp/texi2any.pl:681
34403496 #, fuzzy
34413497 msgid ""
34423498 "Input file options:\n"
34573513 " -U VAR Supprime la variable VAR, comme avec "
34583514 "@clear.\n"
34593515
3460 #: tp/texi2any.pl:687
3516 #: tp/texi2any.pl:688
34613517 #, fuzzy
34623518 msgid ""
34633519 "Conditional processing in input:\n"
34953551 "\n"
34963552 " De plus, pour les options --no-ifFORMAT, traite les @ifnotFORMAT.\n"
34973553
3498 #: tp/texi2any.pl:704
3554 #: tp/texi2any.pl:705
34993555 #, fuzzy
35003556 msgid ""
35013557 " The defaults for the @if... conditionals depend on the output format:\n"
35123568 " Si on produit du texte, --ifplaintext est « on » et les autres « off ».\n"
35133569 " Si on produit du format XML, --ifxml est « on » et les autres « off ».\n"
35143570
3515 #: tp/texi2any.pl:711
3571 #: tp/texi2any.pl:712
35163572 #, fuzzy
35173573 msgid ""
35183574 "Examples:\n"
35493605 " makeinfo --no-split foo.texi Écrit un seul fichier Info\n"
35503606 " quelque soit sa taille\n"
35513607
3552 #: tp/texi2any.pl:758
3608 #: tp/texi2any.pl:759
35533609 #, perl-format
35543610 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35553611 msgstr "%s: --footnote-style est « separate » ou « end », mais pas « %s ».\n"
35563612
3557 #: tp/texi2any.pl:848
3613 #: tp/texi2any.pl:849
35583614 #, perl-format
35593615 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35603616 msgstr ""
35613617 "%s : --paragraph-indent est numérique, « none » ou « asis », mais pas "
35623618 "« %s ».\n"
35633619
3564 #: tp/texi2any.pl:962
3620 #: tp/texi2any.pl:963
35653621 #, perl-format
35663622 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35673623 msgstr "%s : valeur « %s » de TEXINFO_OUTPUT_FORMAT non reconnue, ignorée.\n"
35683624
3569 #: tp/texi2any.pl:975
3625 #: tp/texi2any.pl:976
35703626 #, perl-format
35713627 msgid "when generating %s, only one input FILE may be specified with -o"
35723628 msgstr ""
35733629
3574 #: tp/texi2any.pl:979
3630 #: tp/texi2any.pl:980
35753631 msgid "--Xopt option without printed output"
35763632 msgstr ""
35773633
3578 #: tp/texi2any.pl:989
3634 #: tp/texi2any.pl:990
35793635 #, fuzzy, perl-format
35803636 msgid "Unknown tree transformation %s"
35813637 msgstr "Commande inconnue « %s »"
35823638
3583 #: tp/texi2any.pl:996
3639 #: tp/texi2any.pl:997
35843640 #, perl-format
35853641 msgid "Ignoring splitting for format %s"
35863642 msgstr ""
35873643
3588 #: tp/texi2any.pl:1045
3644 #: tp/texi2any.pl:1046
35893645 #, perl-format
35903646 msgid "%s: missing file argument.\n"
35913647 msgstr "%s : argument fichier absent.\n"
35923648
3593 #: tp/texi2any.pl:1046
3649 #: tp/texi2any.pl:1047
35943650 #, perl-format
35953651 msgid "Try `%s --help' for more information.\n"
35963652 msgstr "Consultez « %s --help » pour plus d'informations.\n"
35973653
3598 #: tp/texi2any.pl:1117
3654 #: tp/texi2any.pl:1118
35993655 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36003656 msgstr ""
36013657
3602 #: tp/texi2any.pl:1139
3658 #: tp/texi2any.pl:1140
36033659 #, fuzzy, perl-format
36043660 msgid "Error on closing macro expand file %s: %s\n"
36053661 msgstr "erreur de fermeture du fichier de sortie « %s »"
36063662
3607 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3663 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
36083664 #, fuzzy, perl-format
36093665 msgid "Could not open %s for writing: %s\n"
36103666 msgstr "%s : impossible d'ouvrir --css-file : %s"
36113667
3612 #: tp/texi2any.pl:1169
3668 #: tp/texi2any.pl:1170
36133669 msgid ""
36143670 "insert_nodes_for_sectioning_commands transformation return no result. No "
36153671 "section?"
36163672 msgstr ""
36173673
3618 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3674 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36193675 #, fuzzy, perl-format
36203676 msgid "Error on closing %s: %s\n"
36213677 msgstr "erreur d'écriture dans « %s »"
36223678
3623 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3679 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36243680 #, perl-format
36253681 msgid "Error on closing internal links file %s: %s\n"
36263682 msgstr ""
36823738 #, c-format
36833739 msgid "entry %s follows an entry with a secondary name"
36843740 msgstr "l'entrée %s suit une entrée ayant un nom secondaire"
3741
3742 #, fuzzy
3743 #~ msgid "tex4ht error opening %s: %s"
3744 #~ msgstr "erreur d'écriture dans « %s »"
36853745
36863746 #, fuzzy
36873747 #~ msgid "Error on closing renamed nodes file %s: %s"
Binary diff not shown
+188
-148
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: 2012-12-17 17:27-0800\n"
8 "POT-Creation-Date: 2013-01-01 17:33-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"
7474 msgid "%s: option '-W %s' requires an argument\n"
7575 msgstr "%s תינכת רובע טנמוגרא בייחמ `%s' ןייפאמ\n"
7676
77 #: gnulib/lib/regcomp.c:130
77 #: gnulib/lib/regcomp.c:131
7878 msgid "Success"
7979 msgstr ""
8080
81 #: gnulib/lib/regcomp.c:133
81 #: gnulib/lib/regcomp.c:134
8282 msgid "No match"
8383 msgstr ""
8484
85 #: gnulib/lib/regcomp.c:136
85 #: gnulib/lib/regcomp.c:137
8686 msgid "Invalid regular expression"
8787 msgstr ""
8888
89 #: gnulib/lib/regcomp.c:139
89 #: gnulib/lib/regcomp.c:140
9090 #, fuzzy
9191 msgid "Invalid collation character"
9292 msgstr "`%s' יוגש דדוקמ ות"
9393
94 #: gnulib/lib/regcomp.c:142
94 #: gnulib/lib/regcomp.c:143
9595 #, fuzzy
9696 msgid "Invalid character class name"
9797 msgstr "@var ךותב %c ריבס-יתלב ות"
9898
99 #: gnulib/lib/regcomp.c:145
99 #: gnulib/lib/regcomp.c:146
100100 msgid "Trailing backslash"
101101 msgstr ""
102102
103 #: gnulib/lib/regcomp.c:148
103 #: gnulib/lib/regcomp.c:149
104104 msgid "Invalid back reference"
105105 msgstr ""
106106
107 #: gnulib/lib/regcomp.c:151
107 #: gnulib/lib/regcomp.c:152
108108 #, fuzzy
109109 msgid "Unmatched [ or [^"
110110 msgstr "גוז-ןב ול ןיאש }"
111111
112 #: gnulib/lib/regcomp.c:154
112 #: gnulib/lib/regcomp.c:155
113113 #, fuzzy
114114 msgid "Unmatched ( or \\("
115115 msgstr "גוז-ןב ול ןיאש }"
116116
117 #: gnulib/lib/regcomp.c:157
117 #: gnulib/lib/regcomp.c:158
118118 #, fuzzy
119119 msgid "Unmatched \\{"
120120 msgstr "גוז-ןב ול ןיאש }"
121121
122 #: gnulib/lib/regcomp.c:160
122 #: gnulib/lib/regcomp.c:161
123123 msgid "Invalid content of \\{\\}"
124124 msgstr ""
125125
126 #: gnulib/lib/regcomp.c:163
126 #: gnulib/lib/regcomp.c:164
127127 msgid "Invalid range end"
128128 msgstr ""
129129
130 #: gnulib/lib/regcomp.c:166
130 #: gnulib/lib/regcomp.c:167
131131 #, fuzzy
132132 msgid "Memory exhausted"
133133 msgstr "ילאטריוה ןורכזה רמגנ"
134134
135 #: gnulib/lib/regcomp.c:169
135 #: gnulib/lib/regcomp.c:170
136136 msgid "Invalid preceding regular expression"
137137 msgstr ""
138138
139 #: gnulib/lib/regcomp.c:172
139 #: gnulib/lib/regcomp.c:173
140140 msgid "Premature end of regular expression"
141141 msgstr ""
142142
143 #: gnulib/lib/regcomp.c:175
143 #: gnulib/lib/regcomp.c:176
144144 msgid "Regular expression too big"
145145 msgstr ""
146146
147 #: gnulib/lib/regcomp.c:178
147 #: gnulib/lib/regcomp.c:179
148148 #, fuzzy
149149 msgid "Unmatched ) or \\)"
150150 msgstr "גוז-ןב ול ןיאש }"
151151
152 #: gnulib/lib/regcomp.c:703
152 #: gnulib/lib/regcomp.c:704
153153 #, fuzzy
154154 msgid "No previous regular expression"
155155 msgstr "ןורחא שופיחמ תזורחמ ןיא"
400400 msgid "Try --help for more information.\n"
401401 msgstr ".רתוי בר עדימ תגצהל --help הסנ\n"
402402
403 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
404 #: tp/texi2any.pl:735 util/texindex.c:295
403 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
404 #: tp/texi2any.pl:736 util/texindex.c:295
405405 #, c-format, perl-format
406406 msgid ""
407407 "Copyright (C) %s Free Software Foundation, Inc.\n"
19041904 msgid " Subfile: %s"
19051905 msgstr " Subfile: %s"
19061906
1907 #: install-info/install-info.c:285
1907 #: install-info/install-info.c:286
19081908 #, fuzzy, c-format
19091909 msgid "%s for %s"
19101910 msgstr " for %s"
19111911
1912 #: install-info/install-info.c:519
1912 #: install-info/install-info.c:520
19131913 #, c-format
19141914 msgid "\tTry `%s --help' for a complete list of options.\n"
19151915 msgstr ".םינייפאמ לש האלמ המישר תלבקל `%s --help' הסנ\n"
19161916
1917 #: install-info/install-info.c:527
1917 #: install-info/install-info.c:528
19181918 #, fuzzy, c-format
19191919 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19201920 msgstr "%s [םינייפאמ]... TEXINFO-ץבוק... :שומישה ןפוא\n"
19211921
1922 #: install-info/install-info.c:529
1922 #: install-info/install-info.c:530
19231923 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19241924 msgstr ""
19251925
1926 #: install-info/install-info.c:531
1927 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1928 msgstr ""
1929
19261930 #: install-info/install-info.c:532
1931 msgid "--dir-file (or --info-dir) options are given, respectively."
1932 msgstr ""
1933
1934 #: install-info/install-info.c:535
19271935 msgid ""
19281936 "Options:\n"
1937 " --add-once add only to first matching section, not all.\n"
1938 " --align=COL start description of new entries at column COL.\n"
1939 " --calign=COL format second and subsequent description lines to\n"
1940 " start at column COL."
1941 msgstr ""
1942
1943 #: install-info/install-info.c:542
1944 msgid ""
19291945 " --debug report what is being done.\n"
19301946 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19311947 " don't insert any new entries.\n"
19371953 " --dry-run same as --test."
19381954 msgstr ""
19391955
1940 #: install-info/install-info.c:544
1941 msgid ""
1942 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1956 #: install-info/install-info.c:553
1957 msgid ""
1958 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1959 " overriding any corresponding entry from DIR-FILE.\n"
19431960 " TEXT is written as an Info menu item line followed\n"
19441961 " by zero or more extra lines starting with "
19451962 "whitespace.\n"
19461963 " If you specify more than one entry, all are added.\n"
19471964 " If you don't specify any entries, they are determined\n"
1948 " from information in the Info file itself.\n"
1949 " When removing, TEXT specifies the entry to remove.\n"
1950 " TEXT is only removed as a last resort, if the\n"
1951 " entry as determined from the Info file is not "
1952 "present,\n"
1953 " and the basename of the Info file isn't found either."
1954 msgstr ""
1955
1956 #: install-info/install-info.c:556
1965 " from information in the Info file itself."
1966 msgstr ""
1967
1968 #: install-info/install-info.c:562
19571969 msgid ""
19581970 " --help display this help and exit.\n"
19591971 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19601972 " --info-file=FILE specify Info file to install in the directory;\n"
19611973 " equivalent to using the INFO-FILE argument.\n"
19621974 " --item=TEXT same as --entry=TEXT.\n"
1963 " --keep-old do not replace entries, or remove empty sections.\n"
1975 " --keep-old do not replace entries, or remove empty sections."
1976 msgstr ""
1977
1978 #: install-info/install-info.c:570
1979 msgid ""
1980 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19641981 " --menuentry=TEXT same as --name=TEXT.\n"
19651982 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19661983 " to become synonymous with the --entry option.\n"
19681985 " --quiet suppress warnings."
19691986 msgstr ""
19701987
1971 #: install-info/install-info.c:569
1988 #: install-info/install-info.c:578
19721989 msgid ""
19731990 " --regex=R put this file's entries in all sections that match the\n"
19741991 " regular expression R (ignoring case).\n"
19842001 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
19852002 msgstr ""
19862003
1987 #: install-info/install-info.c:582
2004 #: install-info/install-info.c:591
19882005 msgid ""
19892006 " --silent suppress warnings.\n"
19902007 " --test suppress updating of DIR-FILE.\n"
19912008 " --version display version information and exit."
19922009 msgstr ""
19932010
1994 #: install-info/install-info.c:589 tp/texi2any.pl:723
2011 #: install-info/install-info.c:598 tp/texi2any.pl:724
19952012 #, fuzzy
19962013 msgid ""
19972014 "Email bug reports to bug-texinfo@gnu.org,\n"
20032020 " .help-texinfo@gnu.org-ל ןוידל םיאשונו תויללכ תולאשו\n"
20042021 " .http://www.gnu.org/software/texinfo/ :Texinfo לש תיבה ףד"
20052022
2006 #: install-info/install-info.c:616
2023 #: install-info/install-info.c:625
20072024 #, fuzzy, c-format
20082025 msgid ""
20092026 "This is the file .../info/dir, which contains the\n"
20382055 "\n"
20392056 "* Menu:\n"
20402057
2041 #: install-info/install-info.c:640
2058 #: install-info/install-info.c:649
20422059 #, fuzzy, c-format
20432060 msgid "%s: could not read (%s) and could not create (%s)"
20442061 msgstr "%s ץבוק לש (%s) האירקב ןהו (%s) הריציב ןה הלקת\n"
20452062
2046 #: install-info/install-info.c:736
2063 #: install-info/install-info.c:745
20472064 #, c-format
20482065 msgid "%s: empty file"
20492066 msgstr "קיר וניה %s ץבוק"
20502067
2051 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2068 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20522069 #, c-format
20532070 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20542071 msgstr "םאות END-INFO-DIR-ENTRY אלל START-INFO-DIR-ENTRY"
20552072
2056 #: install-info/install-info.c:1114
2073 #: install-info/install-info.c:1123
20572074 #, c-format
20582075 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20592076 msgstr "םאות START-INFO-DIR-ENTRY אלל END-INFO-DIR-ENTRY"
20602077
2061 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2078 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20622079 #, c-format
20632080 msgid "%s: already have dir file: %s\n"
20642081 msgstr ""
20652082
2066 #: install-info/install-info.c:2068
2083 #: install-info/install-info.c:2077
20672084 #, c-format
20682085 msgid "%s: Specify the Info file only once.\n"
20692086 msgstr ".דבלב תחא םעפ %s-ל Info ץבוק ןייצל ןתינ\n"
20702087
2071 #: install-info/install-info.c:2101
2088 #: install-info/install-info.c:2110
20722089 #, c-format
20732090 msgid "Extra regular expression specified, ignoring `%s'"
20742091 msgstr ""
20752092
2076 #: install-info/install-info.c:2113
2093 #: install-info/install-info.c:2122
20772094 #, c-format
20782095 msgid "Error in regular expression `%s': %s"
20792096 msgstr ""
20802097
2081 #: install-info/install-info.c:2171
2098 #: install-info/install-info.c:2180
20822099 #, c-format
20832100 msgid "excess command line argument `%s'"
20842101 msgstr "`%s' רתוימ טנמוגרא"
20852102
2086 #: install-info/install-info.c:2175
2103 #: install-info/install-info.c:2184
20872104 #, c-format
20882105 msgid "No input file specified; try --help for more information."
20892106 msgstr ".הרזע תלבקל --help הסנ ;טלק ץבוק ןויצ ןיא"
20902107
2091 #: install-info/install-info.c:2177
2108 #: install-info/install-info.c:2186
20922109 #, c-format
20932110 msgid "No dir file specified; try --help for more information."
20942111 msgstr ".הרזע תלבקל --help הסנ ;dir ץבוק ןויצ ןיא"
20952112
2096 #: install-info/install-info.c:2319
2113 #: install-info/install-info.c:2328
20972114 #, c-format
20982115 msgid "no info dir entry in `%s'"
20992116 msgstr "`%s'-ב ישאר טירפת יפיעס ןיא"
21002117
2101 #: install-info/install-info.c:2567
2118 #: install-info/install-info.c:2576
21022119 #, c-format
21032120 msgid "no entries found for `%s'; nothing deleted"
21042121 msgstr "קחמנ אל םולכ ;`%s' רובע טירפת יפיעס ואצמנ אל"
21052122
2106 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2107 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2108 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2109 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2110 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2123 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21112128 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21122129 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21132130 #, fuzzy, perl-format
21872204 msgstr ""
21882205
21892206 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2190 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2207 #: tp/texi2any.pl:386 tp/texi2any.pl:403
21912208 #, fuzzy, perl-format
21922209 msgid "Obsolete variable %s\n"
21932210 msgstr "Set variable: "
22022219 msgid "Can't create directories `%s': %s"
22032220 msgstr "`%s' היקית תריציב (%s) הלקת"
22042221
2205 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2206 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2222 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2223 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22072224 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22082225 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2209 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2210 #: tp/init/chm.pm:399
2226 #: tp/Texinfo/Parser.pm:1871
22112227 #, fuzzy, perl-format
22122228 msgid "Error on closing %s: %s"
22132229 msgstr "`%s'-ל הביתכב הלקת"
22142230
2215 #: tp/Texinfo/Convert/DocBook.pm:919
2231 #: tp/Texinfo/Convert/DocBook.pm:897
22162232 #, fuzzy, perl-format
22172233 msgid "@image file `%s' not found, using `%s'"
22182234 msgstr "@image רובע `%s' ץבוק תאירקב (%s) הלקת"
22272243 msgid "Raw format %s is not converted"
22282244 msgstr ""
22292245
2230 #: tp/Texinfo/Convert/HTML.pm:4832
2246 #: tp/Texinfo/Convert/HTML.pm:4814
22312247 #, perl-format
22322248 msgid "%s:%d: string not closed in css file"
22332249 msgstr ""
22342250
2235 #: tp/Texinfo/Convert/HTML.pm:4834
2251 #: tp/Texinfo/Convert/HTML.pm:4816
22362252 #, perl-format
22372253 msgid "%s:%d: --css-include ended in comment"
22382254 msgstr ""
22392255
2240 #: tp/Texinfo/Convert/HTML.pm:4836
2241 #, perl-format
2242 msgid "%s:%d @import not finished in css file"
2243 msgstr ""
2244
2245 #: tp/Texinfo/Convert/HTML.pm:4862
2256 #: tp/Texinfo/Convert/HTML.pm:4818
2257 #, perl-format
2258 msgid "%s:%d: @import not finished in css file"
2259 msgstr ""
2260
2261 #: tp/Texinfo/Convert/HTML.pm:4844
22462262 #, fuzzy, perl-format
22472263 msgid "css file %s not found"
22482264 msgstr "ацор ам %cend macro"
22492265
2250 #: tp/Texinfo/Convert/HTML.pm:4868
2266 #: tp/Texinfo/Convert/HTML.pm:4850
22512267 #, fuzzy, perl-format
22522268 msgid "could not open --include-file %s: %s"
22532269 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
22542270
2255 #: tp/Texinfo/Convert/HTML.pm:4878
2271 #: tp/Texinfo/Convert/HTML.pm:4860
22562272 #, fuzzy, perl-format
22572273 msgid "Error on closing CSS file %s: %s"
22582274 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
22592275
2260 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2276 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
22612277 #, fuzzy, perl-format
22622278 msgid "No htmlxref.cnf entry found for `%s'"
22632279 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
22642280
2265 #: tp/Texinfo/Convert/HTML.pm:6513
2281 #: tp/Texinfo/Convert/HTML.pm:6495
22662282 #, fuzzy, perl-format
22672283 msgid "Error on closing frame file %s: %s"
22682284 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
22692285
2270 #: tp/Texinfo/Convert/HTML.pm:6537
2286 #: tp/Texinfo/Convert/HTML.pm:6519
22712287 #, fuzzy, perl-format
22722288 msgid "Error on closing TOC frame file %s: %s"
22732289 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
22742290
2275 #: tp/Texinfo/Convert/HTML.pm:6652
2291 #: tp/Texinfo/Convert/HTML.pm:6634
22762292 #, perl-format
22772293 msgid "Handler %s of stage %s priority %s failed"
22782294 msgstr ""
22792295
2280 #: tp/Texinfo/Convert/HTML.pm:6853
2296 #: tp/Texinfo/Convert/HTML.pm:6835
22812297 msgid "Must specify a title with a title command or @top"
22822298 msgstr ""
22832299
2284 #: tp/Texinfo/Convert/HTML.pm:7058
2300 #: tp/Texinfo/Convert/HTML.pm:7040
22852301 #, perl-format
22862302 msgid "Error on closing redirection node file %s: %s"
22872303 msgstr ""
22882304
2289 #: tp/Texinfo/Convert/HTML.pm:7083
2305 #: tp/Texinfo/Convert/HTML.pm:7065
22902306 #, fuzzy, perl-format
22912307 msgid "Old name for `%s' is a node of the document"
22922308 msgstr ".וז הקסיפ רובע `Up'-ו `Prev' ללוכ וניא הז ךמסמ"
22932309
2294 #: tp/Texinfo/Convert/HTML.pm:7087
2310 #: tp/Texinfo/Convert/HTML.pm:7069
22952311 #, fuzzy, perl-format
22962312 msgid "File empty for renamed node `%s'"
22972313 msgstr "רושיק ףא ןיא `%s' הקסיפל"
22982314
2299 #: tp/Texinfo/Convert/HTML.pm:7099
2315 #: tp/Texinfo/Convert/HTML.pm:7081
23002316 #, perl-format
23012317 msgid "Target node (new name for `%s') not in document: %s"
23022318 msgstr ""
23032319
2304 #: tp/Texinfo/Convert/HTML.pm:7131
2320 #: tp/Texinfo/Convert/HTML.pm:7113
23052321 #, fuzzy, perl-format
23062322 msgid "Error on closing renamed node redirection file %s: %s"
23072323 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
23082324
2309 #: tp/Texinfo/Convert/HTML.pm:7169
2325 #: tp/Texinfo/Convert/HTML.pm:7151
23102326 #, fuzzy
23112327 msgid "Empty node name"
23122328 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
23132329
2314 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2330 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23152331 #, perl-format
23162332 msgid "Syntax for an external node used for `%s'"
23172333 msgstr ""
26092625
26102626 #: tp/Texinfo/Parser.pm:3455
26112627 #, fuzzy
2612 msgid "Empty node in menu entry"
2628 msgid "Empty node name in menu entry"
26132629 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
26142630
26152631 #: tp/Texinfo/Parser.pm:3525
30803096 msgid "Empty index key in @%s"
30813097 msgstr "`%s' תזורחמ םיליכמה סקדניא יטירפ ןיא\n"
30823098
3083 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3084 #, fuzzy, perl-format
3085 msgid "Can't open %s for writing: %s\n"
3099 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3100 #, fuzzy, perl-format
3101 msgid "chm.pm:%s: Cannot open for writing: %s\n"
30863102 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
30873103
3088 #: tp/init/tex4ht.pm:122
3089 #, fuzzy, perl-format
3090 msgid "tex4ht error opening %s: %s"
3104 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3105 #, fuzzy, perl-format
3106 msgid "chm.pm:%s: Error on closing: %s"
30913107 msgstr "`%s'-ל הביתכב הלקת"
30923108
3093 #: tp/init/tex4ht.pm:218
3094 #, perl-format
3095 msgid "chdir to %s failed"
3096 msgstr ""
3097
3098 #: tp/init/tex4ht.pm:242
3099 #, fuzzy, perl-format
3100 msgid "tex4ht output file missing: %s"
3109 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3110 #, fuzzy, perl-format
3111 msgid "tex4ht.pm:%s: Cannot open: %s"
3112 msgstr ".אצמנ אל `%s' ץבוק"
3113
3114 #: tp/init/tex4ht.pm:219
3115 #, perl-format
3116 msgid "tex4ht.pm:%s: chdir failed: %s"
3117 msgstr ""
3118
3119 #: tp/init/tex4ht.pm:232
3120 #, perl-format
3121 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3122 msgstr ""
3123
3124 #: tp/init/tex4ht.pm:244
3125 #, fuzzy, perl-format
3126 msgid "tex4ht.pm: Output file missing: %s"
31013127 msgstr "`%s' טלפ ץבוק תריציב הלקת"
31023128
3103 #: tp/init/tex4ht.pm:295
3104 #, perl-format
3105 msgid ""
3106 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3129 #: tp/init/tex4ht.pm:260
3130 #, perl-format
3131 msgid "tex4ht.pm: Command failed: %s"
3132 msgstr ""
3133
3134 #: tp/init/tex4ht.pm:293
3135 #, perl-format
3136 msgid "tex4ht.pm: end of @%s item %d not found"
3137 msgstr ""
3138
3139 #: tp/init/tex4ht.pm:300
3140 #, perl-format
3141 msgid ""
3142 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31073143 "items found in the document"
31083144 msgstr ""
31093145
3110 #: tp/init/tex4ht.pm:313
3111 #, perl-format
3112 msgid "tex4ht output has no HTML item for @%s %s"
3113 msgstr ""
3114
3115 #: tp/texi2any.pl:373
3146 #: tp/init/tex4ht.pm:319
3147 #, perl-format
3148 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3149 msgstr ""
3150
3151 #: tp/texi2any.pl:374
31163152 #, fuzzy, perl-format
31173153 msgid "error loading %s: %s\n"
31183154 msgstr "`%s'-ל הביתכב הלקת"
31193155
3120 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3156 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31213157 #, fuzzy, perl-format
31223158 msgid "Unknown variable %s\n"
31233159 msgstr "`%s' תרכומ-יתלב הארוה"
31243160
3125 #: tp/texi2any.pl:466
3161 #: tp/texi2any.pl:467
31263162 #, fuzzy, perl-format
31273163 msgid "Can't read init file %s"
31283164 msgstr "`%s' טלק ץבוק תחיתפב הלקת"
31293165
3130 #: tp/texi2any.pl:597
3166 #: tp/texi2any.pl:598
31313167 #, fuzzy
31323168 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31333169 msgstr "%s [םינייפאמ]... TEXINFO-ץבוק... :שומישה ןפוא\n"
31343170
3135 #: tp/texi2any.pl:598
3171 #: tp/texi2any.pl:599
31363172 #, fuzzy
31373173 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31383174 msgstr "%s [םינייפאמ]... TEXINFO-ץבוק... :שומישה ןפוא\n"
31393175
3140 #: tp/texi2any.pl:600
3176 #: tp/texi2any.pl:601
31413177 msgid ""
31423178 "Translate Texinfo source documentation to various other formats, by default\n"
31433179 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31453181 " לדחמ תרירבכ ,םירחא םינוש םיטמרופל Texinfo רוקמ תפשב דועית םגרת\n"
31463182 ".GNU Info תינכת וא Emacs תרזעב האירקל םימיאתמה Info יצבק רציימ \n"
31473183
3148 #: tp/texi2any.pl:603
3184 #: tp/texi2any.pl:604
31493185 #, fuzzy, perl-format
31503186 msgid ""
31513187 "General options:\n"
31733209 " .תינכתה תלועפ לע טורפ גצה -v, --verbose\n"
31743210 " .אצו הנכתה תסריג יבגל עדימ גצה --version\n"
31753211
3176 #: tp/texi2any.pl:618
3212 #: tp/texi2any.pl:619
31773213 #, fuzzy
31783214 msgid ""
31793215 "Output format selection (default is to produce Info):\n"
31883224 " .Info םוקמב HTML טמרופב טלפ ןכה --html\n"
31893225 " .Info םוקמב XML טמרופב טלפ ןכה --xml\n"
31903226
3191 #: tp/texi2any.pl:626
3227 #: tp/texi2any.pl:627
31923228 #, fuzzy
31933229 msgid ""
31943230 "General output options:\n"
32263262 " .טלפ ץבוקב תואקסיפו םיקרפ ררפס --number-sections\n"
32273263 " .(HTML טלפ םא היקית) FILE ץבוקל טלפ בותכ -o, --output=FILE\n"
32283264
3229 #: tp/texi2any.pl:646
3265 #: tp/texi2any.pl:647
32303266 #, fuzzy, perl-format
32313267 msgid ""
32323268 "Options for Info and plain text:\n"
32603296 " .רוקמב התיהש יפכ הזזה לע רומש ,`asis'\n"
32613297 " .(%d ח\"מרב) NUM לדוגב םיצבק-תתל Info קלח --split-size=NUM\n"
32623298
3263 #: tp/texi2any.pl:663
3299 #: tp/texi2any.pl:664
32643300 msgid ""
32653301 "Options for HTML:\n"
32663302 " --css-include=FILE include FILE in HTML <style> output;\n"
32743310 " anchors; default is set only if split.\n"
32753311 msgstr ""
32763312
3277 #: tp/texi2any.pl:674
3313 #: tp/texi2any.pl:675
32783314 msgid ""
32793315 "Options for XML and Docbook:\n"
32803316 " --output-indent=VAL does nothing, retained for compatibility.\n"
32813317 msgstr ""
32823318
3283 #: tp/texi2any.pl:677
3319 #: tp/texi2any.pl:678
32843320 msgid ""
32853321 "Options for DVI/PS/PDF:\n"
32863322 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
32873323 msgstr ""
32883324
3289 #: tp/texi2any.pl:680
3325 #: tp/texi2any.pl:681
32903326 #, fuzzy
32913327 msgid ""
32923328 "Input file options:\n"
33033339 " .@include לש שופיח תמישר שארב DIR ףסוה -P DIR\n"
33043340 " .@clear תדוקפב ומכ ,VAR הנתשמ תרדגה לטב -U VAR\n"
33053341
3306 #: tp/texi2any.pl:687
3342 #: tp/texi2any.pl:688
33073343 #, fuzzy
33083344 msgid ""
33093345 "Conditional processing in input:\n"
33333369 " .@ifplaintext-ב טסכט דבעת לא --no-ifplaintext\n"
33343370 " .@tex-ו @iftex-ב טסכט דבעת לא --no-iftex\n"
33353371
3336 #: tp/texi2any.pl:704
3372 #: tp/texi2any.pl:705
33373373 #, fuzzy
33383374 msgid ""
33393375 " The defaults for the @if... conditionals depend on the output format:\n"
33483384 " .םילעפומ םניא רתיה לכו לעפומ --ifinfo ,טסכט וא Info אוה טלפה םא\n"
33493385 " .םילעפומ םניא רתיה לכו לעפומ --ifplaintext ,טסכט אוה טלפה םא\n"
33503386
3351 #: tp/texi2any.pl:711
3387 #: tp/texi2any.pl:712
33523388 #, fuzzy
33533389 msgid ""
33543390 "Examples:\n"
33763412 " תואקסיפ רורפס םע Info טלפ makeinfo --number-sections foo.texi\n"
33773413 " היהיש לככ לודג ,דיחי ץבוקב Info טלפ makeinfo --no-split foo.texi\n"
33783414
3379 #: tp/texi2any.pl:758
3415 #: tp/texi2any.pl:759
33803416 #, perl-format
33813417 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
33823418 msgstr ""
33833419 "%s: `%s' אל ,`end' וא `separate' תויהל --footnote-style לש טנמוגרא לע\n"
33843420
3385 #: tp/texi2any.pl:848
3421 #: tp/texi2any.pl:849
33863422 #, perl-format
33873423 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
33883424 msgstr ""
33893425 "%s: `%s' אל ,`asis'/`none'/ירמונ תויהל --paragraph-indent לש טנמוגרא לע\n"
33903426
3391 #: tp/texi2any.pl:962
3427 #: tp/texi2any.pl:963
33923428 #, perl-format
33933429 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
33943430 msgstr ""
33953431
3396 #: tp/texi2any.pl:975
3432 #: tp/texi2any.pl:976
33973433 #, perl-format
33983434 msgid "when generating %s, only one input FILE may be specified with -o"
33993435 msgstr ""
34003436
3401 #: tp/texi2any.pl:979
3437 #: tp/texi2any.pl:980
34023438 msgid "--Xopt option without printed output"
34033439 msgstr ""
34043440
3405 #: tp/texi2any.pl:989
3441 #: tp/texi2any.pl:990
34063442 #, fuzzy, perl-format
34073443 msgid "Unknown tree transformation %s"
34083444 msgstr "`%s' תרכומ-יתלב הארוה"
34093445
3410 #: tp/texi2any.pl:996
3446 #: tp/texi2any.pl:997
34113447 #, perl-format
34123448 msgid "Ignoring splitting for format %s"
34133449 msgstr ""
34143450
3415 #: tp/texi2any.pl:1045
3451 #: tp/texi2any.pl:1046
34163452 #, perl-format
34173453 msgid "%s: missing file argument.\n"
34183454 msgstr ".ץבוק םש רסח %s תינכתל\n"
34193455
3420 #: tp/texi2any.pl:1046
3456 #: tp/texi2any.pl:1047
34213457 #, perl-format
34223458 msgid "Try `%s --help' for more information.\n"
34233459 msgstr ".`%s --help' הסנ רתי טורפל\n"
34243460
3425 #: tp/texi2any.pl:1117
3461 #: tp/texi2any.pl:1118
34263462 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34273463 msgstr ""
34283464
3429 #: tp/texi2any.pl:1139
3465 #: tp/texi2any.pl:1140
34303466 #, fuzzy, perl-format
34313467 msgid "Error on closing macro expand file %s: %s\n"
34323468 msgstr "`%s' טלפ ץבוק תריגסב הלקת"
34333469
3434 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3470 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
34353471 #, fuzzy, perl-format
34363472 msgid "Could not open %s for writing: %s\n"
34373473 msgstr "`%s' ורקאמ תובחרה טלפ תחיתפב הלקת"
34383474
3439 #: tp/texi2any.pl:1169
3475 #: tp/texi2any.pl:1170
34403476 msgid ""
34413477 "insert_nodes_for_sectioning_commands transformation return no result. No "
34423478 "section?"
34433479 msgstr ""
34443480
3445 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3481 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
34463482 #, fuzzy, perl-format
34473483 msgid "Error on closing %s: %s\n"
34483484 msgstr "`%s'-ל הביתכב הלקת"
34493485
3450 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3486 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
34513487 #, perl-format
34523488 msgid "Error on closing internal links file %s: %s\n"
34533489 msgstr ""
35073543 #, c-format
35083544 msgid "entry %s follows an entry with a secondary name"
35093545 msgstr "ינשמ םש לעב טירפ תובקעב אב %s טירפ"
3546
3547 #, fuzzy
3548 #~ msgid "tex4ht error opening %s: %s"
3549 #~ msgstr "`%s'-ל הביתכב הלקת"
35103550
35113551 #, fuzzy
35123552 #~ msgid "Error on closing renamed nodes file %s: %s"
43004340
43014341 #~ msgid ""
43024342 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4303 #~ " You may include a filename as well, as in (FILENAME)"
4304 #~ "NODENAME.\n"
4343 #~ " You may include a filename as well, as in "
4344 #~ "(FILENAME)NODENAME.\n"
43054345 #~ msgstr ""
43064346 #~ "\\%-10[goto-node] המש י\"פע הקסיפל רובע\n"
43074347 #~ " .(FILENAME)NODENAME-ב ומכ הקסיפה םשמ קלחכ ץבוק םש ןייצל "
44424482 #~ msgstr " .תרחא הקסיפל רבעמל תמרוג טירפתמ הריחב\n"
44434483
44444484 #~ msgid ""
4445 #~ " You may include a filename as well, as in (FILENAME)"
4446 #~ "NODENAME.\n"
4485 #~ " You may include a filename as well, as in "
4486 #~ "(FILENAME)NODENAME.\n"
44474487 #~ msgstr ""
44484488 #~ " .(FILENAME)NODENAME-ב ומכ הקסיפה םשמ קלחכ ץבוק םש ןייצל "
44494489 #~ "ןתינ\n"
Binary diff not shown
+240
-178
po/hr.po less more
66 #
77 msgid ""
88 msgstr ""
9 "Project-Id-Version: texinfo 4.13.91\n"
9 "Project-Id-Version: texinfo 4.13.92\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
12 "PO-Revision-Date: 2012-12-05 02:00+0100\n"
11 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
12 "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"
1515 "Language: hr\n"
1818 "Content-Transfer-Encoding: 8bit\n"
1919 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2020 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21 "X-Generator: Gtranslator 2.91.5\n"
2122
2223 #: gnulib/lib/error.c:188
2324 msgid "Unknown system error"
7980 msgid "%s: option '-W %s' requires an argument\n"
8081 msgstr "%s: opcija „-W %s” zahtijeva argument\n"
8182
82 #: gnulib/lib/regcomp.c:130
83 #: gnulib/lib/regcomp.c:131
8384 msgid "Success"
8485 msgstr "Uspjeh"
8586
86 #: gnulib/lib/regcomp.c:133
87 #: gnulib/lib/regcomp.c:134
8788 msgid "No match"
8889 msgstr "Nema poklapanja"
8990
90 #: gnulib/lib/regcomp.c:136
91 #: gnulib/lib/regcomp.c:137
9192 msgid "Invalid regular expression"
9293 msgstr "Neispravan regularni izraz"
9394
94 #: gnulib/lib/regcomp.c:139
95 #: gnulib/lib/regcomp.c:140
9596 msgid "Invalid collation character"
9697 msgstr "Neispravan znak razvrstavanja"
9798
98 #: gnulib/lib/regcomp.c:142
99 #: gnulib/lib/regcomp.c:143
99100 msgid "Invalid character class name"
100101 msgstr "Neispravno ime razreda znakova"
101102
102 #: gnulib/lib/regcomp.c:145
103 #: gnulib/lib/regcomp.c:146
103104 msgid "Trailing backslash"
104105 msgstr "Obrnuta kosa crta na kraju"
105106
106 #: gnulib/lib/regcomp.c:148
107 #: gnulib/lib/regcomp.c:149
107108 msgid "Invalid back reference"
108109 msgstr "Neispravna povratna referenca"
109110
110 #: gnulib/lib/regcomp.c:151
111 #: gnulib/lib/regcomp.c:152
111112 msgid "Unmatched [ or [^"
112113 msgstr "Neuparena [ ili [^"
113114
114 #: gnulib/lib/regcomp.c:154
115 #: gnulib/lib/regcomp.c:155
115116 msgid "Unmatched ( or \\("
116117 msgstr "Neuparena ( ili \\("
117118
118 #: gnulib/lib/regcomp.c:157
119 #: gnulib/lib/regcomp.c:158
119120 msgid "Unmatched \\{"
120121 msgstr "Neuparena \\{"
121122
122 #: gnulib/lib/regcomp.c:160
123 #: gnulib/lib/regcomp.c:161
123124 msgid "Invalid content of \\{\\}"
124125 msgstr "Neispravan sadržaj \\{\\}"
125126
126 #: gnulib/lib/regcomp.c:163
127 #: gnulib/lib/regcomp.c:164
127128 msgid "Invalid range end"
128129 msgstr "Neispravan kraj raspona"
129130
130 #: gnulib/lib/regcomp.c:166
131 #: gnulib/lib/regcomp.c:167
131132 msgid "Memory exhausted"
132133 msgstr "Memorija iscrpljena"
133134
134 #: gnulib/lib/regcomp.c:169
135 #: gnulib/lib/regcomp.c:170
135136 msgid "Invalid preceding regular expression"
136137 msgstr "Neispravan prethodni regularni izraz"
137138
138 #: gnulib/lib/regcomp.c:172
139 #: gnulib/lib/regcomp.c:173
139140 msgid "Premature end of regular expression"
140141 msgstr "Preuranjen kraj regularnog izraza"
141142
142 #: gnulib/lib/regcomp.c:175
143 #: gnulib/lib/regcomp.c:176
143144 msgid "Regular expression too big"
144145 msgstr "Regularni izraz je prevelik"
145146
146 #: gnulib/lib/regcomp.c:178
147 #: gnulib/lib/regcomp.c:179
147148 msgid "Unmatched ) or \\)"
148149 msgstr "Neuparena ) ili \\)"
149150
150 #: gnulib/lib/regcomp.c:703
151 #: gnulib/lib/regcomp.c:704
151152 msgid "No previous regular expression"
152153 msgstr "Nedostaje prethodni regularni izraz"
153154
396397 msgid "Try --help for more information.\n"
397398 msgstr "Pokušajte --help za više informacija.\n"
398399
399 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
400 #: tp/texi2any.pl:735 util/texindex.c:295
400 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
401 #: tp/texi2any.pl:736 util/texindex.c:295
401402 #, c-format, perl-format
402403 msgid ""
403404 "Copyright (C) %s Free Software Foundation, Inc.\n"
908909 " You may include a filename as well, as in (FILENAME)NODENAME.\n"
909910 msgstr ""
910911 " %-10s Pomakni se na čvor naveden imenom.\n"
911 " Možete također uključiti ime datoteke, kao u (DATOTEKA)"
912 "IMEČVORA.\n"
912 " Možete također uključiti ime datoteke, kao u "
913 "(DATOTEKA)IMEČVORA.\n"
913914
914915 #: info/infodoc.c:132
915916 #, c-format
19321933 msgid " Subfile: %s"
19331934 msgstr " Poddatoteka: %s"
19341935
1935 #: install-info/install-info.c:285
1936 #: install-info/install-info.c:286
19361937 #, c-format
19371938 msgid "%s for %s"
19381939 msgstr "%s za %s"
19391940
1940 #: install-info/install-info.c:519
1941 #: install-info/install-info.c:520
19411942 #, c-format
19421943 msgid "\tTry `%s --help' for a complete list of options.\n"
19431944 msgstr "\tPokušajte „%s --help” za potpuni popis opcija.\n"
19441945
1945 #: install-info/install-info.c:527
1946 #: install-info/install-info.c:528
19461947 #, c-format
19471948 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19481949 msgstr "Uporaba: %s [OPCIJA]... [INFO-DATOTEKA [DIR-DATOTEKA]]\n"
19491950
1950 #: install-info/install-info.c:529
1951 #: install-info/install-info.c:530
19511952 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19521953 msgstr ""
19531954 "Dodaj ili ukloni stavke u INFO-DATOTECI iz DIR-DATOTEKE Info direktorija."
19541955
1956 #: install-info/install-info.c:531
1957 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1958 msgstr ""
1959
19551960 #: install-info/install-info.c:532
1961 msgid "--dir-file (or --info-dir) options are given, respectively."
1962 msgstr ""
1963
1964 #: install-info/install-info.c:535
19561965 msgid ""
19571966 "Options:\n"
1967 " --add-once add only to first matching section, not all.\n"
1968 " --align=COL start description of new entries at column COL.\n"
1969 " --calign=COL format second and subsequent description lines to\n"
1970 " start at column COL."
1971 msgstr ""
1972
1973 #: install-info/install-info.c:542
1974 #, fuzzy
1975 msgid ""
19581976 " --debug report what is being done.\n"
19591977 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19601978 " don't insert any new entries.\n"
19751993 " isto kao korištenje argumenta DIR-DATOTEKA.\n"
19761994 " --dry-run isto kao --test."
19771995
1978 #: install-info/install-info.c:544
1979 msgid ""
1980 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1996 #: install-info/install-info.c:553
1997 #, fuzzy
1998 msgid ""
1999 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2000 " overriding any corresponding entry from DIR-FILE.\n"
19812001 " TEXT is written as an Info menu item line followed\n"
19822002 " by zero or more extra lines starting with "
19832003 "whitespace.\n"
19842004 " If you specify more than one entry, all are added.\n"
19852005 " If you don't specify any entries, they are determined\n"
1986 " from information in the Info file itself.\n"
1987 " When removing, TEXT specifies the entry to remove.\n"
1988 " TEXT is only removed as a last resort, if the\n"
1989 " entry as determined from the Info file is not "
1990 "present,\n"
1991 " and the basename of the Info file isn't found either."
2006 " from information in the Info file itself."
19922007 msgstr ""
19932008 " --entry=TEKST unesi TEKST kao stavku Info direktorija.\n"
19942009 " TEKST se zapisuje kao redak stavke Info izbornika\n"
20032018 " određena Info datotekom nije prisutna i osnovno ime\n"
20042019 " Info datoteke također nije pronađeno."
20052020
2006 #: install-info/install-info.c:556
2021 #: install-info/install-info.c:562
2022 #, fuzzy
20072023 msgid ""
20082024 " --help display this help and exit.\n"
20092025 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20102026 " --info-file=FILE specify Info file to install in the directory;\n"
20112027 " equivalent to using the INFO-FILE argument.\n"
20122028 " --item=TEXT same as --entry=TEXT.\n"
2013 " --keep-old do not replace entries, or remove empty sections.\n"
2014 " --menuentry=TEXT same as --name=TEXT.\n"
2015 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2016 " to become synonymous with the --entry option.\n"
2017 " --no-indent do not format new entries in the DIR file.\n"
2018 " --quiet suppress warnings."
2029 " --keep-old do not replace entries, or remove empty sections."
20192030 msgstr ""
20202031 " --help prikaži ovu pomoć i izađi.\n"
20212032 " --info-dir=DIR isto kao --dir-file=DIR/dir.\n"
20292040 " --no-indent ne oblikuj nove stavke u DIR datoteci.\n"
20302041 " --quiet izostavi upozorenja."
20312042
2032 #: install-info/install-info.c:569
2043 #: install-info/install-info.c:570
2044 #, fuzzy
2045 msgid ""
2046 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2047 " --menuentry=TEXT same as --name=TEXT.\n"
2048 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2049 " to become synonymous with the --entry option.\n"
2050 " --no-indent do not format new entries in the DIR file.\n"
2051 " --quiet suppress warnings."
2052 msgstr ""
2053 " --help prikaži ovu pomoć i izađi.\n"
2054 " --info-dir=DIR isto kao --dir-file=DIR/dir.\n"
2055 " --info-file=DAT navedi Info datoteku za instalaciju u direktorij,\n"
2056 " isto kao korištenje argumenta INFO-DATOTEKA.\n"
2057 " --item=TEKST isto kao --entry=TEKST.\n"
2058 " --keep-old ne zamjenjuj stavke, ili ukloni prazne odjeljke.\n"
2059 " --menuentry=TEKST isto kao --name=TEKST.\n"
2060 " --name=TEKST ime stavke je TEKST, ako se koristi uz opciju\n"
2061 " --description, postaje sinonim opcije --entry.\n"
2062 " --no-indent ne oblikuj nove stavke u DIR datoteci.\n"
2063 " --quiet izostavi upozorenja."
2064
2065 #: install-info/install-info.c:578
20332066 msgid ""
20342067 " --regex=R put this file's entries in all sections that match the\n"
20352068 " regular expression R (ignoring case).\n"
20582091 " podataka u samoj Info datoteci.\n"
20592092 " --section R SEC ekvivalentno --regex=R --section=SEC --add-once."
20602093
2061 #: install-info/install-info.c:582
2094 #: install-info/install-info.c:591
20622095 msgid ""
20632096 " --silent suppress warnings.\n"
20642097 " --test suppress updating of DIR-FILE.\n"
20682101 " --test ne ažuriraj DIR-DATOTEKU.\n"
20692102 " --version prikaži informacije o inačici i izađi."
20702103
2071 #: install-info/install-info.c:589 tp/texi2any.pl:723
2104 #: install-info/install-info.c:598 tp/texi2any.pl:724
20722105 msgid ""
20732106 "Email bug reports to bug-texinfo@gnu.org,\n"
20742107 "general questions and discussion to help-texinfo@gnu.org.\n"
20792112 "Texinfo početna stranica: http://www.gnu.org/software/texinfo/\n"
20802113 "Prijavite greške prijevoda na lokalizacija@linux.hr."
20812114
2082 #: install-info/install-info.c:616
2115 #: install-info/install-info.c:625
20832116 #, c-format
20842117 msgid ""
20852118 "This is the file .../info/dir, which contains the\n"
21142147 "\n"
21152148 "%s\n"
21162149
2117 #: install-info/install-info.c:640
2150 #: install-info/install-info.c:649
21182151 #, c-format
21192152 msgid "%s: could not read (%s) and could not create (%s)"
21202153 msgstr "%s: ne mogu čitati (%s) niti mogu napraviti (%s)"
21212154
2122 #: install-info/install-info.c:736
2155 #: install-info/install-info.c:745
21232156 #, c-format
21242157 msgid "%s: empty file"
21252158 msgstr "%s: prazna datoteka"
21262159
2127 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2160 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21282161 #, c-format
21292162 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21302163 msgstr "START-INFO-DIR-ENTRY nema odgovarajući END-INFO-DIR-ENTRY"
21312164
2132 #: install-info/install-info.c:1114
2165 #: install-info/install-info.c:1123
21332166 #, c-format
21342167 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21352168 msgstr "END-INFO-DIR-ENTRY nema odgovarajući START-INFO-DIR-ENTRY"
21362169
2137 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2170 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21382171 #, c-format
21392172 msgid "%s: already have dir file: %s\n"
21402173 msgstr "%s: već ima dir datoteku: %s\n"
21412174
2142 #: install-info/install-info.c:2068
2175 #: install-info/install-info.c:2077
21432176 #, c-format
21442177 msgid "%s: Specify the Info file only once.\n"
21452178 msgstr "%s: Navedite Info datoteku samo jednom.\n"
21462179
2147 #: install-info/install-info.c:2101
2180 #: install-info/install-info.c:2110
21482181 #, c-format
21492182 msgid "Extra regular expression specified, ignoring `%s'"
21502183 msgstr "Naveden višak regularnih izraza, zanemarujem „%s”"
21512184
2152 #: install-info/install-info.c:2113
2185 #: install-info/install-info.c:2122
21532186 #, c-format
21542187 msgid "Error in regular expression `%s': %s"
21552188 msgstr "Greška u regularnom izrazu „%s”: %s"
21562189
2157 #: install-info/install-info.c:2171
2190 #: install-info/install-info.c:2180
21582191 #, c-format
21592192 msgid "excess command line argument `%s'"
21602193 msgstr "višak argumenata naredbenog retka „%s”"
21612194
2162 #: install-info/install-info.c:2175
2195 #: install-info/install-info.c:2184
21632196 #, c-format
21642197 msgid "No input file specified; try --help for more information."
21652198 msgstr "Nije navedena ulazna datoteka, pokušajte --help za više informacija."
21662199
2167 #: install-info/install-info.c:2177
2200 #: install-info/install-info.c:2186
21682201 #, c-format
21692202 msgid "No dir file specified; try --help for more information."
21702203 msgstr "Nije navedena dir datoteka, pokušajte --help za više informacija."
21712204
2172 #: install-info/install-info.c:2319
2205 #: install-info/install-info.c:2328
21732206 #, c-format
21742207 msgid "no info dir entry in `%s'"
21752208 msgstr "nema info dir stavke u „%s”"
21762209
2177 #: install-info/install-info.c:2567
2210 #: install-info/install-info.c:2576
21782211 #, c-format
21792212 msgid "no entries found for `%s'; nothing deleted"
21802213 msgstr "nema pronađenih stavki za „%s”, ništa nije izbrisano"
21812214
2182 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2183 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2184 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2185 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2186 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2215 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21872220 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21882221 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21892222 #, perl-format
22632296 msgstr "protect_hashchar_at_line_beginning ne može zaštititi u @%s"
22642297
22652298 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2266 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2299 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22672300 #, perl-format
22682301 msgid "Obsolete variable %s\n"
22692302 msgstr "Zastarjela varijabla %s\n"
22782311 msgid "Can't create directories `%s': %s"
22792312 msgstr "Ne mogu napraviti direktorije „%s”: %s"
22802313
2281 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2282 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2314 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2315 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22832316 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22842317 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2285 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2286 #: tp/init/chm.pm:399
2318 #: tp/Texinfo/Parser.pm:1871
22872319 #, perl-format
22882320 msgid "Error on closing %s: %s"
22892321 msgstr "Greška pri zatvaranju %s: %s"
22902322
2291 #: tp/Texinfo/Convert/DocBook.pm:919
2323 #: tp/Texinfo/Convert/DocBook.pm:897
22922324 #, perl-format
22932325 msgid "@image file `%s' not found, using `%s'"
22942326 msgstr "@image datoteka „%s” nije pronađena, koristim „%s”"
23032335 msgid "Raw format %s is not converted"
23042336 msgstr "Neobrađeni oblik %s nije pretvoren"
23052337
2306 #: tp/Texinfo/Convert/HTML.pm:4832
2338 #: tp/Texinfo/Convert/HTML.pm:4814
23072339 #, perl-format
23082340 msgid "%s:%d: string not closed in css file"
23092341 msgstr "%s:%d: niz nije zatvoren u css datoteci"
23102342
2311 #: tp/Texinfo/Convert/HTML.pm:4834
2343 #: tp/Texinfo/Convert/HTML.pm:4816
23122344 #, perl-format
23132345 msgid "%s:%d: --css-include ended in comment"
23142346 msgstr "%s:%d: --css-include završava u komentaru"
23152347
2316 #: tp/Texinfo/Convert/HTML.pm:4836
2317 #, perl-format
2318 msgid "%s:%d @import not finished in css file"
2348 #: tp/Texinfo/Convert/HTML.pm:4818
2349 #, fuzzy, perl-format
2350 msgid "%s:%d: @import not finished in css file"
23192351 msgstr "%s:%d @import nije završen u css datoteci"
23202352
2321 #: tp/Texinfo/Convert/HTML.pm:4862
2353 #: tp/Texinfo/Convert/HTML.pm:4844
23222354 #, perl-format
23232355 msgid "css file %s not found"
23242356 msgstr "css datoteka %s nije pronađena"
23252357
2326 #: tp/Texinfo/Convert/HTML.pm:4868
2358 #: tp/Texinfo/Convert/HTML.pm:4850
23272359 #, perl-format
23282360 msgid "could not open --include-file %s: %s"
23292361 msgstr "ne mogu otvoriti --include-file %s: %s"
23302362
2331 #: tp/Texinfo/Convert/HTML.pm:4878
2363 #: tp/Texinfo/Convert/HTML.pm:4860
23322364 #, perl-format
23332365 msgid "Error on closing CSS file %s: %s"
23342366 msgstr "Greška pri zatvaranju CSS datoteke %s: %s"
23352367
2336 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2368 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23372369 #, perl-format
23382370 msgid "No htmlxref.cnf entry found for `%s'"
23392371 msgstr "Nije pronađena stavka htmlxref.cnf za „%s”"
23402372
2341 #: tp/Texinfo/Convert/HTML.pm:6513
2373 #: tp/Texinfo/Convert/HTML.pm:6495
23422374 #, perl-format
23432375 msgid "Error on closing frame file %s: %s"
23442376 msgstr "Greška pri zatvaranju datoteke okvira %s: %s"
23452377
2346 #: tp/Texinfo/Convert/HTML.pm:6537
2378 #: tp/Texinfo/Convert/HTML.pm:6519
23472379 #, perl-format
23482380 msgid "Error on closing TOC frame file %s: %s"
23492381 msgstr "Greška pri zatvaranju datoteke TOC okvira %s: %s"
23502382
2351 #: tp/Texinfo/Convert/HTML.pm:6652
2383 #: tp/Texinfo/Convert/HTML.pm:6634
23522384 #, perl-format
23532385 msgid "Handler %s of stage %s priority %s failed"
23542386 msgstr "Rukovatelj %s faze %s prioriteta %s nije uspio"
23552387
2356 #: tp/Texinfo/Convert/HTML.pm:6853
2388 #: tp/Texinfo/Convert/HTML.pm:6835
23572389 msgid "Must specify a title with a title command or @top"
23582390 msgstr "Morate navesti naslov naredbom naslova ili @top"
23592391
2360 #: tp/Texinfo/Convert/HTML.pm:7058
2392 #: tp/Texinfo/Convert/HTML.pm:7040
23612393 #, perl-format
23622394 msgid "Error on closing redirection node file %s: %s"
23632395 msgstr "Greška pri zatvaranju datoteke preusmjeravanja čvora %s: %s"
23642396
2365 #: tp/Texinfo/Convert/HTML.pm:7083
2366 #, fuzzy, perl-format
2397 #: tp/Texinfo/Convert/HTML.pm:7065
2398 #, perl-format
23672399 msgid "Old name for `%s' is a node of the document"
2368 msgstr "Nema „Prev” ni „Up” za ovaj čvor unutar dokumenta."
2369
2370 #: tp/Texinfo/Convert/HTML.pm:7087
2400 msgstr "Staro ime za „%s” je čvor dokumenta"
2401
2402 #: tp/Texinfo/Convert/HTML.pm:7069
23712403 #, perl-format
23722404 msgid "File empty for renamed node `%s'"
23732405 msgstr "Prazna datoteka za preimenovani čvor „%s”"
23742406
2375 #: tp/Texinfo/Convert/HTML.pm:7099
2407 #: tp/Texinfo/Convert/HTML.pm:7081
23762408 #, perl-format
23772409 msgid "Target node (new name for `%s') not in document: %s"
2378 msgstr ""
2379
2380 #: tp/Texinfo/Convert/HTML.pm:7131
2381 #, fuzzy, perl-format
2410 msgstr "Odredišni čvor (novo ime za „%s”) nije u dokumentu: %s"
2411
2412 #: tp/Texinfo/Convert/HTML.pm:7113
2413 #, perl-format
23822414 msgid "Error on closing renamed node redirection file %s: %s"
2383 msgstr "Greška pri zatvaranju datoteke preimenovanog čvora %s: %s"
2384
2385 #: tp/Texinfo/Convert/HTML.pm:7169
2415 msgstr ""
2416 "Greška pri zatvaranju datoteke preusmjeravanja preimenovanog čvora %s: %s"
2417
2418 #: tp/Texinfo/Convert/HTML.pm:7151
23862419 msgid "Empty node name"
23872420 msgstr "Prazno ime čvora"
23882421
2389 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2422 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23902423 #, perl-format
23912424 msgid "Syntax for an external node used for `%s'"
23922425 msgstr "Sintaksa za vanjski čvor korištena za „%s”"
24052438 msgstr "Preimenovanje %s nije uspjelo: %s"
24062439
24072440 #: tp/Texinfo/Convert/Info.pm:226
2408 #, fuzzy, perl-format
2441 #, perl-format
24092442 msgid "@%s output more than once: %s"
2410 msgstr "@%s „%s” stvara izlaz više puta"
2443 msgstr "@%s stvara izlaz više puta: %s"
24112444
24122445 #: tp/Texinfo/Convert/Info.pm:340
24132446 #, perl-format
26662699 msgstr "@%s ne bi trebao biti povezan s @top"
26672700
26682701 #: tp/Texinfo/Parser.pm:3303
2669 #, fuzzy, perl-format
2702 #, perl-format
26702703 msgid "@node precedes @%s, but parts may not be associated with nodes"
2671 msgstr "@node prethodi @%s, ali dio nije povezan s čvorovima"
2704 msgstr "@node prethodi @%s, ali dijelovi možda nisu povezani s čvorovima"
26722705
26732706 #: tp/Texinfo/Parser.pm:3400
26742707 #, perl-format
26862719 msgstr "Prazno ime stavke izbornika u „%s”"
26872720
26882721 #: tp/Texinfo/Parser.pm:3455
2689 msgid "Empty node in menu entry"
2722 #, fuzzy
2723 msgid "Empty node name in menu entry"
26902724 msgstr "Prazan čvor u stavci izbornika"
26912725
26922726 #: tp/Texinfo/Parser.pm:3525
29652999 msgstr "Zauzeto ime indeksa %s"
29663000
29673001 #: tp/Texinfo/Parser.pm:5264
2968 #, fuzzy, perl-format
3002 #, perl-format
29693003 msgid "Unknown source index in @%s: %s"
2970 msgstr "Nepoznat „from” indeks „%s” u @%s"
3004 msgstr "Nepoznat indeks izvora u @%s: %s"
29713005
29723006 #: tp/Texinfo/Parser.pm:5267
2973 #, fuzzy, perl-format
3007 #, perl-format
29743008 msgid "Unknown destination index in @%s: %s"
2975 msgstr "Nepoznat „to” indeks „%s” u @%s"
3009 msgstr "Nepoznat indeks odredišta u @%s: %s"
29763010
29773011 #: tp/Texinfo/Parser.pm:5298
29783012 #, perl-format
31513185 msgid "Empty index key in @%s"
31523186 msgstr "Prazna tipka indeksa u @%s"
31533187
3154 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3155 #, perl-format
3156 msgid "Can't open %s for writing: %s\n"
3188 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3189 #, fuzzy, perl-format
3190 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31573191 msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
31583192
3159 #: tp/init/tex4ht.pm:122
3160 #, perl-format
3161 msgid "tex4ht error opening %s: %s"
3162 msgstr "tex4ht greška pri otvaranju %s: %s"
3163
3164 #: tp/init/tex4ht.pm:218
3165 #, perl-format
3166 msgid "chdir to %s failed"
3167 msgstr "promjena direktorija u %s nije uspjela"
3168
3169 #: tp/init/tex4ht.pm:242
3193 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31703194 #, fuzzy, perl-format
3171 msgid "tex4ht output file missing: %s"
3172 msgstr "nedostaje tex4ht izlaz %s"
3173
3174 #: tp/init/tex4ht.pm:295
3175 #, perl-format
3176 msgid ""
3177 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3195 msgid "chm.pm:%s: Error on closing: %s"
3196 msgstr "Greška pri zatvaranju %s: %s"
3197
3198 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3199 #, fuzzy, perl-format
3200 msgid "tex4ht.pm:%s: Cannot open: %s"
3201 msgstr "@%s: Ne mogu otvoriti %s: %s"
3202
3203 #: tp/init/tex4ht.pm:219
3204 #, fuzzy, perl-format
3205 msgid "tex4ht.pm:%s: chdir failed: %s"
3206 msgstr "Preimenovanje %s nije uspjelo: %s"
3207
3208 #: tp/init/tex4ht.pm:232
3209 #, perl-format
3210 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3211 msgstr ""
3212
3213 #: tp/init/tex4ht.pm:244
3214 #, fuzzy, perl-format
3215 msgid "tex4ht.pm: Output file missing: %s"
3216 msgstr "nedostaje tex4ht izlaz: %s"
3217
3218 #: tp/init/tex4ht.pm:260
3219 #, perl-format
3220 msgid "tex4ht.pm: Command failed: %s"
3221 msgstr ""
3222
3223 #: tp/init/tex4ht.pm:293
3224 #, perl-format
3225 msgid "tex4ht.pm: end of @%s item %d not found"
3226 msgstr ""
3227
3228 #: tp/init/tex4ht.pm:300
3229 #, fuzzy, perl-format
3230 msgid ""
3231 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31783232 "items found in the document"
31793233 msgstr ""
3180
3181 #: tp/init/tex4ht.pm:313
3234 "tex4ht obrada je napravila %d elemenata u HTML-u, očekivano je %d, koliko ih "
3235 "je pronađeno u dokumentu"
3236
3237 #: tp/init/tex4ht.pm:319
31823238 #, fuzzy, perl-format
3183 msgid "tex4ht output has no HTML item for @%s %s"
3184 msgstr "tex4ht nije napravio tekstualni izlaz za @%s %s"
3185
3186 #: tp/texi2any.pl:373
3239 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3240 msgstr "tex4ht izlaz nema HTML elemente za @%s %s"
3241
3242 #: tp/texi2any.pl:374
31873243 #, perl-format
31883244 msgid "error loading %s: %s\n"
31893245 msgstr "greška pri učitavanju %s: %s\n"
31903246
3191 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3247 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31923248 #, perl-format
31933249 msgid "Unknown variable %s\n"
31943250 msgstr "Nepoznata varijabla %s\n"
31953251
3196 #: tp/texi2any.pl:466
3252 #: tp/texi2any.pl:467
31973253 #, perl-format
31983254 msgid "Can't read init file %s"
31993255 msgstr "Ne mogu čitati datoteku inicijalizacije %s"
32003256
3201 #: tp/texi2any.pl:597
3257 #: tp/texi2any.pl:598
32023258 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32033259 msgstr "Uporaba: makeinfo [OPCIJA]... TEXINFO-DATOTEKA...\n"
32043260
3205 #: tp/texi2any.pl:598
3261 #: tp/texi2any.pl:599
32063262 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32073263 msgstr " ili: texi2any [OPCIJA]... TEXINFO-DATOTEKA...\n"
32083264
3209 #: tp/texi2any.pl:600
3265 #: tp/texi2any.pl:601
32103266 msgid ""
32113267 "Translate Texinfo source documentation to various other formats, by default\n"
32123268 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32143270 "Prevedi Texinfo izvornu dokumentaciju u razne oblike, uobičajeno u Info\n"
32153271 "datoteke prikladne čitanju programima Emacs ili samostalnim GNU Info.\n"
32163272
3217 #: tp/texi2any.pl:603
3218 #, fuzzy, perl-format
3273 #: tp/texi2any.pl:604
3274 #, perl-format
32193275 msgid ""
32203276 "General options:\n"
32213277 " --document-language=STR locale to use in translating Texinfo keywords\n"
32443300 " --conf-dir=DIREKTORIJ traži datoteke inicijalizacije u DIREKTORIJU.\n"
32453301 " --init-file=DATOTEKA učitaj DATOTEKU za uređivanje uobičajenog "
32463302 "ponašanja.\n"
3247 " --set-customization-variable VAR=VRIJ postavi VARijablu prilagodbe u\n"
3303 " -c, --set-customization-variable VAR=VRIJ postavi VARijablu prilagodbe u\n"
32483304 " VRIJednost.\n"
32493305 " -v, --verbose pojasni što se događa.\n"
32503306 " --version prikaži informacije o inačici i izađi.\n"
32513307
3252 #: tp/texi2any.pl:618
3308 #: tp/texi2any.pl:619
32533309 msgid ""
32543310 "Output format selection (default is to produce Info):\n"
32553311 " --docbook output Docbook XML rather than Info.\n"
32663322 " --dvi, --dvipdf, --ps, --pdf pozovi texi2dvi za stvaranje odabranog "
32673323 "izlaza.\n"
32683324
3269 #: tp/texi2any.pl:626
3325 #: tp/texi2any.pl:627
32703326 msgid ""
32713327 "General output options:\n"
32723328 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33173373 " U suprotnom, ODREDIŠTE je ime izlazne "
33183374 "datoteke.\n"
33193375
3320 #: tp/texi2any.pl:646
3376 #: tp/texi2any.pl:647
33213377 #, perl-format
33223378 msgid ""
33233379 "Options for Info and plain text:\n"
33543410 " --split-size=BROJ podijeli Info datoteke na veličinu BROJ\n"
33553411 " (zadano %d).\n"
33563412
3357 #: tp/texi2any.pl:663
3413 #: tp/texi2any.pl:664
33583414 msgid ""
33593415 "Options for HTML:\n"
33603416 " --css-include=FILE include FILE in HTML <style> output;\n"
33803436 " sidra, uključeno samo ako se koristi "
33813437 "rastavljanje.\n"
33823438
3383 #: tp/texi2any.pl:674
3439 #: tp/texi2any.pl:675
33843440 msgid ""
33853441 "Options for XML and Docbook:\n"
33863442 " --output-indent=VAL does nothing, retained for compatibility.\n"
33883444 "Opcije za XML i Docbook:\n"
33893445 " --output-indent=VRIJ ne radi ništa, zadržano zbog kompatibilnosti.\n"
33903446
3391 #: tp/texi2any.pl:677
3447 #: tp/texi2any.pl:678
33923448 msgid ""
33933449 "Options for DVI/PS/PDF:\n"
33943450 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33973453 " --Xopt=OPCIJA navedi OPCIJU za texi2dvi, može se "
33983454 "ponavljati.\n"
33993455
3400 #: tp/texi2any.pl:680
3456 #: tp/texi2any.pl:681
34013457 msgid ""
34023458 "Input file options:\n"
34033459 " --commands-in-node-names does nothing, retained for compatibility.\n"
34173473 " -U VAR ukloni definiciju varijable VAR, kao sa "
34183474 "@clear.\n"
34193475
3420 #: tp/texi2any.pl:687
3476 #: tp/texi2any.pl:688
34213477 msgid ""
34223478 "Conditional processing in input:\n"
34233479 " --ifdocbook process @ifdocbook and @docbook even if\n"
34543510 "\n"
34553511 " Također za opcije --no-ifOBLIK ne obrađuj @ifnotOBLIK tekst.\n"
34563512
3457 #: tp/texi2any.pl:704
3513 #: tp/texi2any.pl:705
34583514 msgid ""
34593515 " The defaults for the @if... conditionals depend on the output format:\n"
34603516 " if generating Docbook, --ifdocbook is on and the others are off;\n"
34713527 "isključeni,\n"
34723528 " ako se stvara XML, --ifxml je uključen, a ostali su isključeni.\n"
34733529
3474 #: tp/texi2any.pl:711
3530 #: tp/texi2any.pl:712
34753531 msgid ""
34763532 "Examples:\n"
34773533 " makeinfo foo.texi write Info to foo's @setfilename\n"
35043560 " makeinfo --no-split foo.texi napravi jednu Info datoteku "
35053561 "neovisno o veličini\n"
35063562
3507 #: tp/texi2any.pl:758
3563 #: tp/texi2any.pl:759
35083564 #, perl-format
35093565 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35103566 msgstr ""
35113567 "%s: --footnote-style argument mora biti „separate” ili „end”, ne „%s”.\n"
35123568
3513 #: tp/texi2any.pl:848
3569 #: tp/texi2any.pl:849
35143570 #, perl-format
35153571 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35163572 msgstr ""
35173573 "%s: --paragraph-indent argument mora biti brojčani/„none”/„asis”, ne „%s”.\n"
35183574
3519 #: tp/texi2any.pl:962
3575 #: tp/texi2any.pl:963
35203576 #, perl-format
35213577 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35223578 msgstr "%s: Zanemarujem neprepoznatu TEXINFO_OUTPUT_FORMAT vrijednost „%s”.\n"
35233579
3524 #: tp/texi2any.pl:975
3580 #: tp/texi2any.pl:976
35253581 #, perl-format
35263582 msgid "when generating %s, only one input FILE may be specified with -o"
35273583 msgstr ""
35283584 "pri stvaranju %s, opcijom -o može se navesti samo jedna ulazna DATOTEKA"
35293585
3530 #: tp/texi2any.pl:979
3586 #: tp/texi2any.pl:980
35313587 msgid "--Xopt option without printed output"
35323588 msgstr "--Xopt opcija bez ispisanog izlaza"
35333589
3534 #: tp/texi2any.pl:989
3590 #: tp/texi2any.pl:990
35353591 #, perl-format
35363592 msgid "Unknown tree transformation %s"
35373593 msgstr "Nepoznata transformacija stabla %s"
35383594
3539 #: tp/texi2any.pl:996
3595 #: tp/texi2any.pl:997
35403596 #, perl-format
35413597 msgid "Ignoring splitting for format %s"
35423598 msgstr "Zanemarujem razdvajanje za oblik %s"
35433599
3544 #: tp/texi2any.pl:1045
3600 #: tp/texi2any.pl:1046
35453601 #, perl-format
35463602 msgid "%s: missing file argument.\n"
35473603 msgstr "%s: nedostaje argument datoteke.\n"
35483604
3549 #: tp/texi2any.pl:1046
3605 #: tp/texi2any.pl:1047
35503606 #, perl-format
35513607 msgid "Try `%s --help' for more information.\n"
35523608 msgstr "Pokušajte „%s --help” za više informacija.\n"
35533609
3554 #: tp/texi2any.pl:1117
3610 #: tp/texi2any.pl:1118
35553611 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35563612 msgstr ""
35573613 "fill_gaps_in_sectioning transformacija ne vraća rezultat. Nema odlomka?"
35583614
3559 #: tp/texi2any.pl:1139
3615 #: tp/texi2any.pl:1140
35603616 #, perl-format
35613617 msgid "Error on closing macro expand file %s: %s\n"
35623618 msgstr "Greška pri zatvaranju makro proširene datoteke %s: %s\n"
35633619
3564 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3620 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35653621 #, perl-format
35663622 msgid "Could not open %s for writing: %s\n"
35673623 msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
35683624
3569 #: tp/texi2any.pl:1169
3625 #: tp/texi2any.pl:1170
35703626 msgid ""
35713627 "insert_nodes_for_sectioning_commands transformation return no result. No "
35723628 "section?"
35743630 "insert_nodes_for_sectioning_commands transformacija ne vraća rezultat. Nema "
35753631 "odlomka?"
35763632
3577 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3633 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35783634 #, perl-format
35793635 msgid "Error on closing %s: %s\n"
35803636 msgstr "Greška pri zatvaranju %s: %s\n"
35813637
3582 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3638 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35833639 #, perl-format
35843640 msgid "Error on closing internal links file %s: %s\n"
35853641 msgstr "Greška pri zatvaranju datoteke unutarnjih veza %s: %s\n"
36393695 #, c-format
36403696 msgid "entry %s follows an entry with a secondary name"
36413697 msgstr "stavka %s slijedi nakon stavke sa sekundarnim imenom"
3698
3699 #~ msgid "tex4ht error opening %s: %s"
3700 #~ msgstr "tex4ht greška pri otvaranju %s: %s"
3701
3702 #~ msgid "chdir to %s failed"
3703 #~ msgstr "promjena direktorija u %s nije uspjela"
36423704
36433705 #~ msgid "Error on closing renamed nodes file %s: %s"
36443706 #~ msgstr "Greška pri zatvaranju datoteke preimenovanih čvorova %s: %s"
41774239 #~ "stavkom.\n"
41784240
41794241 #~ msgid ""
4180 #~ " You may include a filename as well, as in (FILENAME)"
4181 #~ "NODENAME.\n"
4242 #~ " You may include a filename as well, as in "
4243 #~ "(FILENAME)NODENAME.\n"
41824244 #~ msgstr ""
4183 #~ " Možete također uključiti ime datoteke, kao u (DATOTEKA)"
4184 #~ "IME_ČVORA.\n"
4245 #~ " Možete također uključiti ime datoteke, kao u "
4246 #~ "(DATOTEKA)IME_ČVORA.\n"
41854247
41864248 #~ msgid ""
41874249 #~ " and select the node in which the next occurrence is found.\n"
42684330 #~ " file, and select the node referenced by the first entry "
42694331 #~ "found.\n"
42704332 #~ " \\%-10[goto-node] Move to node specified by name.\n"
4271 #~ " You may include a filename as well, as in (FILENAME)"
4272 #~ "NODENAME.\n"
4333 #~ " You may include a filename as well, as in "
4334 #~ "(FILENAME)NODENAME.\n"
42734335 #~ " \\%-10[search] Search forward through this Info file for a specified "
42744336 #~ "string,\n"
42754337 #~ " and select the node in which the next occurrence is found.\n"
43214383 #~ " datoteke, i selektiraj čvor referenciran prvom nađenom "
43224384 #~ "stavkom.\n"
43234385 #~ " \\%-10[goto-node] Idi na čvor zadan imenom.\n"
4324 #~ " Možete također uključiti ime datoteke, kao u (DATOTEKA)"
4325 #~ "IME_ČVORA.\n"
4386 #~ " Možete također uključiti ime datoteke, kao u "
4387 #~ "(DATOTEKA)IME_ČVORA.\n"
43264388 #~ " \\%-10[search] Traži zadani niz prema naprijed kroz ovu Info "
43274389 #~ "datoteku,\n"
43284390 #~ " i selektiraj čvor u kojem je slijedeća pojava niza nađena.\n"
Binary diff not shown
+194
-152
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: 2012-12-17 17:27-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:33-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"
7676 msgid "%s: option '-W %s' requires an argument\n"
7777 msgstr "%s: Option „%s“ argumentumot vár\n"
7878
79 #: gnulib/lib/regcomp.c:130
79 #: gnulib/lib/regcomp.c:131
8080 msgid "Success"
8181 msgstr ""
8282
83 #: gnulib/lib/regcomp.c:133
83 #: gnulib/lib/regcomp.c:134
8484 msgid "No match"
8585 msgstr ""
8686
87 #: gnulib/lib/regcomp.c:136
87 #: gnulib/lib/regcomp.c:137
8888 msgid "Invalid regular expression"
8989 msgstr ""
9090
91 #: gnulib/lib/regcomp.c:139
91 #: gnulib/lib/regcomp.c:140
9292 #, fuzzy
9393 msgid "Invalid collation character"
9494 msgstr "érvénytelen kódolt karakter: „%s“"
9595
96 #: gnulib/lib/regcomp.c:142
96 #: gnulib/lib/regcomp.c:143
9797 #, fuzzy
9898 msgid "Invalid character class name"
9999 msgstr "nem kedvelt karakter %c a @var-ban"
100100
101 #: gnulib/lib/regcomp.c:145
101 #: gnulib/lib/regcomp.c:146
102102 msgid "Trailing backslash"
103103 msgstr ""
104104
105 #: gnulib/lib/regcomp.c:148
105 #: gnulib/lib/regcomp.c:149
106106 msgid "Invalid back reference"
107107 msgstr ""
108108
109 #: gnulib/lib/regcomp.c:151
109 #: gnulib/lib/regcomp.c:152
110110 #, fuzzy
111111 msgid "Unmatched [ or [^"
112112 msgstr "Pár nélküli }"
113113
114 #: gnulib/lib/regcomp.c:154
114 #: gnulib/lib/regcomp.c:155
115115 #, fuzzy
116116 msgid "Unmatched ( or \\("
117117 msgstr "Pár nélküli }"
118118
119 #: gnulib/lib/regcomp.c:157
119 #: gnulib/lib/regcomp.c:158
120120 #, fuzzy
121121 msgid "Unmatched \\{"
122122 msgstr "Pár nélküli }"
123123
124 #: gnulib/lib/regcomp.c:160
124 #: gnulib/lib/regcomp.c:161
125125 msgid "Invalid content of \\{\\}"
126126 msgstr ""
127127
128 #: gnulib/lib/regcomp.c:163
128 #: gnulib/lib/regcomp.c:164
129129 msgid "Invalid range end"
130130 msgstr ""
131131
132 #: gnulib/lib/regcomp.c:166
132 #: gnulib/lib/regcomp.c:167
133133 msgid "Memory exhausted"
134134 msgstr ""
135135
136 #: gnulib/lib/regcomp.c:169
136 #: gnulib/lib/regcomp.c:170
137137 msgid "Invalid preceding regular expression"
138138 msgstr ""
139139
140 #: gnulib/lib/regcomp.c:172
140 #: gnulib/lib/regcomp.c:173
141141 msgid "Premature end of regular expression"
142142 msgstr ""
143143
144 #: gnulib/lib/regcomp.c:175
144 #: gnulib/lib/regcomp.c:176
145145 msgid "Regular expression too big"
146146 msgstr ""
147147
148 #: gnulib/lib/regcomp.c:178
148 #: gnulib/lib/regcomp.c:179
149149 #, fuzzy
150150 msgid "Unmatched ) or \\)"
151151 msgstr "Pár nélküli }"
152152
153153 # keresési feltétel / keresési szöveg / keresett szöveg ? LM
154 #: gnulib/lib/regcomp.c:703
154 #: gnulib/lib/regcomp.c:704
155155 #, fuzzy
156156 msgid "No previous regular expression"
157157 msgstr "Nincs korábbi keresési feltétel"
405405 msgid "Try --help for more information.\n"
406406 msgstr "A --help több információt ad.\n"
407407
408 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
409 #: tp/texi2any.pl:735 util/texindex.c:295
408 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
409 #: tp/texi2any.pl:736 util/texindex.c:295
410410 #, c-format, perl-format
411411 msgid ""
412412 "Copyright (C) %s Free Software Foundation, Inc.\n"
951951 " You may include a filename as well, as in (FILENAME)NODENAME.\n"
952952 msgstr ""
953953 "\\%-10[goto-node] Ugrás egy névvel megadott oldalra.\n"
954 " A névben akár egy fájl is szerepelhet, például (FÁJL)"
955 "OLDALNEVE.\n"
954 " A névben akár egy fájl is szerepelhet, például "
955 "(FÁJL)OLDALNEVE.\n"
956956
957957 #: info/infodoc.c:132
958958 #, fuzzy, c-format
20272027 msgid " Subfile: %s"
20282028 msgstr "Alfájl: %s"
20292029
2030 #: install-info/install-info.c:285
2030 #: install-info/install-info.c:286
20312031 #, fuzzy, c-format
20322032 msgid "%s for %s"
20332033 msgstr " ehhez: %s"
20342034
2035 #: install-info/install-info.c:519
2035 #: install-info/install-info.c:520
20362036 #, c-format
20372037 msgid "\tTry `%s --help' for a complete list of options.\n"
20382038 msgstr "\tAz opciók teljes listájához próbálja meg a „%s --help“ parancsot!\n"
20392039
2040 #: install-info/install-info.c:527
2040 #: install-info/install-info.c:528
20412041 #, fuzzy, c-format
20422042 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
20432043 msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n"
20442044
2045 #: install-info/install-info.c:529
2045 #: install-info/install-info.c:530
20462046 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
20472047 msgstr ""
20482048
2049 #: install-info/install-info.c:531
2050 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
2051 msgstr ""
2052
20492053 #: install-info/install-info.c:532
2054 msgid "--dir-file (or --info-dir) options are given, respectively."
2055 msgstr ""
2056
2057 #: install-info/install-info.c:535
20502058 msgid ""
20512059 "Options:\n"
2060 " --add-once add only to first matching section, not all.\n"
2061 " --align=COL start description of new entries at column COL.\n"
2062 " --calign=COL format second and subsequent description lines to\n"
2063 " start at column COL."
2064 msgstr ""
2065
2066 #: install-info/install-info.c:542
2067 msgid ""
20522068 " --debug report what is being done.\n"
20532069 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
20542070 " don't insert any new entries.\n"
20602076 " --dry-run same as --test."
20612077 msgstr ""
20622078
2063 #: install-info/install-info.c:544
2064 msgid ""
2065 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2079 #: install-info/install-info.c:553
2080 msgid ""
2081 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2082 " overriding any corresponding entry from DIR-FILE.\n"
20662083 " TEXT is written as an Info menu item line followed\n"
20672084 " by zero or more extra lines starting with "
20682085 "whitespace.\n"
20692086 " If you specify more than one entry, all are added.\n"
20702087 " If you don't specify any entries, they are determined\n"
2071 " from information in the Info file itself.\n"
2072 " When removing, TEXT specifies the entry to remove.\n"
2073 " TEXT is only removed as a last resort, if the\n"
2074 " entry as determined from the Info file is not "
2075 "present,\n"
2076 " and the basename of the Info file isn't found either."
2077 msgstr ""
2078
2079 #: install-info/install-info.c:556
2088 " from information in the Info file itself."
2089 msgstr ""
2090
2091 #: install-info/install-info.c:562
20802092 msgid ""
20812093 " --help display this help and exit.\n"
20822094 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20832095 " --info-file=FILE specify Info file to install in the directory;\n"
20842096 " equivalent to using the INFO-FILE argument.\n"
20852097 " --item=TEXT same as --entry=TEXT.\n"
2086 " --keep-old do not replace entries, or remove empty sections.\n"
2098 " --keep-old do not replace entries, or remove empty sections."
2099 msgstr ""
2100
2101 #: install-info/install-info.c:570
2102 msgid ""
2103 " --maxwidth, --max-width=COL wrap description at column COL.\n"
20872104 " --menuentry=TEXT same as --name=TEXT.\n"
20882105 " --name=TEXT the name of the entry is TEXT; used with --description\n"
20892106 " to become synonymous with the --entry option.\n"
20912108 " --quiet suppress warnings."
20922109 msgstr ""
20932110
2094 #: install-info/install-info.c:569
2111 #: install-info/install-info.c:578
20952112 msgid ""
20962113 " --regex=R put this file's entries in all sections that match the\n"
20972114 " regular expression R (ignoring case).\n"
21072124 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
21082125 msgstr ""
21092126
2110 #: install-info/install-info.c:582
2127 #: install-info/install-info.c:591
21112128 msgid ""
21122129 " --silent suppress warnings.\n"
21132130 " --test suppress updating of DIR-FILE.\n"
21142131 " --version display version information and exit."
21152132 msgstr ""
21162133
2117 #: install-info/install-info.c:589 tp/texi2any.pl:723
2134 #: install-info/install-info.c:598 tp/texi2any.pl:724
21182135 #, fuzzy
21192136 msgid ""
21202137 "Email bug reports to bug-texinfo@gnu.org,\n"
21272144 "címre küldhetők.\n"
21282145 "Texinfo honlap: http://www.gnu.org/software/texinfo/"
21292146
2130 #: install-info/install-info.c:616
2147 #: install-info/install-info.c:625
21312148 #, c-format
21322149 msgid ""
21332150 "This is the file .../info/dir, which contains the\n"
21472164 "%s\n"
21482165 msgstr ""
21492166
2150 #: install-info/install-info.c:640
2167 #: install-info/install-info.c:649
21512168 #, fuzzy, c-format
21522169 msgid "%s: could not read (%s) and could not create (%s)"
21532170 msgstr "%s:nem lehet beolvasni (%s) és nem lehet létrehozni (%s)\n"
21542171
2155 #: install-info/install-info.c:736
2172 #: install-info/install-info.c:745
21562173 #, c-format
21572174 msgid "%s: empty file"
21582175 msgstr "%s: üres fájl"
21592176
2160 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2177 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21612178 #, c-format
21622179 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21632180 msgstr "START-INFO-DIR-ENTRY-nek nincs END-INFO-DIR-ENTRY párja"
21642181
2165 #: install-info/install-info.c:1114
2182 #: install-info/install-info.c:1123
21662183 #, c-format
21672184 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21682185 msgstr "END-INFO-DIR-ENTRY-nek nincsSTART-INFO-DIR-ENTRY párja"
21692186
2170 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2187 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21712188 #, c-format
21722189 msgid "%s: already have dir file: %s\n"
21732190 msgstr "%s: már van dir fájl: %s\n"
21742191
2175 #: install-info/install-info.c:2068
2192 #: install-info/install-info.c:2077
21762193 #, c-format
21772194 msgid "%s: Specify the Info file only once.\n"
21782195 msgstr "%s: Az Info fájlt csak egyszer kell megadni!\n"
21792196
2180 #: install-info/install-info.c:2101
2197 #: install-info/install-info.c:2110
21812198 #, c-format
21822199 msgid "Extra regular expression specified, ignoring `%s'"
21832200 msgstr ""
21842201
2185 #: install-info/install-info.c:2113
2202 #: install-info/install-info.c:2122
21862203 #, c-format
21872204 msgid "Error in regular expression `%s': %s"
21882205 msgstr ""
21892206
2190 #: install-info/install-info.c:2171
2207 #: install-info/install-info.c:2180
21912208 #, c-format
21922209 msgid "excess command line argument `%s'"
21932210 msgstr "felesleges parancssori argumentum: „%s“"
21942211
2195 #: install-info/install-info.c:2175
2212 #: install-info/install-info.c:2184
21962213 #, c-format
21972214 msgid "No input file specified; try --help for more information."
21982215 msgstr ""
21992216 "Nem lett input fájl megadva; további információért próbálja meg a --help-t!"
22002217
22012218 # dir ? LM
2202 #: install-info/install-info.c:2177
2219 #: install-info/install-info.c:2186
22032220 #, c-format
22042221 msgid "No dir file specified; try --help for more information."
22052222 msgstr ""
22062223 "Nem lett dir fájl megadva; további információért próbálja meg a --help-t!"
22072224
22082225 # dir ? LM
2209 #: install-info/install-info.c:2319
2226 #: install-info/install-info.c:2328
22102227 #, c-format
22112228 msgid "no info dir entry in `%s'"
22122229 msgstr "nincs info dir bejegyzés „%s“-ben"
22132230
2214 #: install-info/install-info.c:2567
2231 #: install-info/install-info.c:2576
22152232 #, c-format
22162233 msgid "no entries found for `%s'; nothing deleted"
22172234 msgstr "„%s“-hez nem találtam bejegyzést; nincs mit törölni"
22182235
2219 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2220 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2221 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2222 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2223 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2236 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22242241 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22252242 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22262243 #, fuzzy, perl-format
23022319 msgstr ""
23032320
23042321 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2305 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2322 #: tp/texi2any.pl:386 tp/texi2any.pl:403
23062323 #, fuzzy, perl-format
23072324 msgid "Obsolete variable %s\n"
23082325 msgstr "Változó beállítása:"
23172334 msgid "Can't create directories `%s': %s"
23182335 msgstr "A(z) „%s“ könyvtár nem hozható létre: %s"
23192336
2320 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2321 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2337 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2338 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23222339 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23232340 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2324 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2325 #: tp/init/chm.pm:399
2341 #: tp/Texinfo/Parser.pm:1871
23262342 #, fuzzy, perl-format
23272343 msgid "Error on closing %s: %s"
23282344 msgstr "hiba „%s“ írásakor."
23292345
2330 #: tp/Texinfo/Convert/DocBook.pm:919
2346 #: tp/Texinfo/Convert/DocBook.pm:897
23312347 #, fuzzy, perl-format
23322348 msgid "@image file `%s' not found, using `%s'"
23332349 msgstr "@image a(z) „%s“ fájl nem olvasható: %s"
23422358 msgid "Raw format %s is not converted"
23432359 msgstr ""
23442360
2345 #: tp/Texinfo/Convert/HTML.pm:4832
2361 #: tp/Texinfo/Convert/HTML.pm:4814
23462362 #, perl-format
23472363 msgid "%s:%d: string not closed in css file"
23482364 msgstr ""
23492365
2350 #: tp/Texinfo/Convert/HTML.pm:4834
2366 #: tp/Texinfo/Convert/HTML.pm:4816
23512367 #, fuzzy, perl-format
23522368 msgid "%s:%d: --css-include ended in comment"
23532369 msgstr "%s:%d: --css-file kommenttel végződik"
23542370
2355 #: tp/Texinfo/Convert/HTML.pm:4836
2356 #, perl-format
2357 msgid "%s:%d @import not finished in css file"
2358 msgstr ""
2359
2360 #: tp/Texinfo/Convert/HTML.pm:4862
2371 #: tp/Texinfo/Convert/HTML.pm:4818
2372 #, perl-format
2373 msgid "%s:%d: @import not finished in css file"
2374 msgstr ""
2375
2376 #: tp/Texinfo/Convert/HTML.pm:4844
23612377 #, fuzzy, perl-format
23622378 msgid "css file %s not found"
23632379 msgstr "%cend makró nem található"
23642380
2365 #: tp/Texinfo/Convert/HTML.pm:4868
2381 #: tp/Texinfo/Convert/HTML.pm:4850
23662382 #, fuzzy, perl-format
23672383 msgid "could not open --include-file %s: %s"
23682384 msgstr "%s: A CSS fájl nem nyitható meg: %s"
23692385
2370 #: tp/Texinfo/Convert/HTML.pm:4878
2386 #: tp/Texinfo/Convert/HTML.pm:4860
23712387 #, fuzzy, perl-format
23722388 msgid "Error on closing CSS file %s: %s"
23732389 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
23742390
2375 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2391 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23762392 #, fuzzy, perl-format
23772393 msgid "No htmlxref.cnf entry found for `%s'"
23782394 msgstr "Nincs tárgymutató ehhez: %s\n"
23792395
2380 #: tp/Texinfo/Convert/HTML.pm:6513
2396 #: tp/Texinfo/Convert/HTML.pm:6495
23812397 #, fuzzy, perl-format
23822398 msgid "Error on closing frame file %s: %s"
23832399 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
23842400
2385 #: tp/Texinfo/Convert/HTML.pm:6537
2401 #: tp/Texinfo/Convert/HTML.pm:6519
23862402 #, fuzzy, perl-format
23872403 msgid "Error on closing TOC frame file %s: %s"
23882404 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
23892405
2390 #: tp/Texinfo/Convert/HTML.pm:6652
2406 #: tp/Texinfo/Convert/HTML.pm:6634
23912407 #, perl-format
23922408 msgid "Handler %s of stage %s priority %s failed"
23932409 msgstr ""
23942410
2395 #: tp/Texinfo/Convert/HTML.pm:6853
2411 #: tp/Texinfo/Convert/HTML.pm:6835
23962412 msgid "Must specify a title with a title command or @top"
23972413 msgstr ""
23982414
2399 #: tp/Texinfo/Convert/HTML.pm:7058
2415 #: tp/Texinfo/Convert/HTML.pm:7040
24002416 #, perl-format
24012417 msgid "Error on closing redirection node file %s: %s"
24022418 msgstr ""
24032419
24042420 # ATNEZNI LM
2405 #: tp/Texinfo/Convert/HTML.pm:7083
2421 #: tp/Texinfo/Convert/HTML.pm:7065
24062422 #, fuzzy, perl-format
24072423 msgid "Old name for `%s' is a node of the document"
24082424 msgstr "Nincs Előző vagy Fel lehetőség e ponthoz e dokumentumban."
24092425
2410 #: tp/Texinfo/Convert/HTML.pm:7087
2426 #: tp/Texinfo/Convert/HTML.pm:7069
24112427 #, fuzzy, perl-format
24122428 msgid "File empty for renamed node `%s'"
24132429 msgstr "nem hivatkozott oldal „%s“"
24142430
2415 #: tp/Texinfo/Convert/HTML.pm:7099
2431 #: tp/Texinfo/Convert/HTML.pm:7081
24162432 #, perl-format
24172433 msgid "Target node (new name for `%s') not in document: %s"
24182434 msgstr ""
24192435
2420 #: tp/Texinfo/Convert/HTML.pm:7131
2436 #: tp/Texinfo/Convert/HTML.pm:7113
24212437 #, fuzzy, perl-format
24222438 msgid "Error on closing renamed node redirection file %s: %s"
24232439 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
24242440
2425 #: tp/Texinfo/Convert/HTML.pm:7169
2441 #: tp/Texinfo/Convert/HTML.pm:7151
24262442 #, fuzzy
24272443 msgid "Empty node name"
24282444 msgstr "Nincs tárgymutató ehhez: %s\n"
24292445
2430 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2446 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24312447 #, perl-format
24322448 msgid "Syntax for an external node used for `%s'"
24332449 msgstr ""
27302746
27312747 #: tp/Texinfo/Parser.pm:3455
27322748 #, fuzzy
2733 msgid "Empty node in menu entry"
2749 msgid "Empty node name in menu entry"
27342750 msgstr "Nincs tárgymutató ehhez: %s\n"
27352751
27362752 #: tp/Texinfo/Parser.pm:3525
32123228 msgid "Empty index key in @%s"
32133229 msgstr "Nincs tárgymutató ehhez: %s\n"
32143230
3215 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3216 #, fuzzy, perl-format
3217 msgid "Can't open %s for writing: %s\n"
3231 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3232 #, fuzzy, perl-format
3233 msgid "chm.pm:%s: Cannot open for writing: %s\n"
32183234 msgstr "%s: A CSS fájl nem nyitható meg: %s"
32193235
3220 #: tp/init/tex4ht.pm:122
3221 #, fuzzy, perl-format
3222 msgid "tex4ht error opening %s: %s"
3236 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3237 #, fuzzy, perl-format
3238 msgid "chm.pm:%s: Error on closing: %s"
32233239 msgstr "hiba „%s“ írásakor."
32243240
3225 #: tp/init/tex4ht.pm:218
3226 #, perl-format
3227 msgid "chdir to %s failed"
3228 msgstr ""
3229
3230 #: tp/init/tex4ht.pm:242
3231 #, fuzzy, perl-format
3232 msgid "tex4ht output file missing: %s"
3241 # található / találom
3242 # a mondatszerkezet miatt itt jó a nem található - sas
3243 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3244 #, fuzzy, perl-format
3245 msgid "tex4ht.pm:%s: Cannot open: %s"
3246 msgstr "„%s“ nem található."
3247
3248 #: tp/init/tex4ht.pm:219
3249 #, perl-format
3250 msgid "tex4ht.pm:%s: chdir failed: %s"
3251 msgstr ""
3252
3253 #: tp/init/tex4ht.pm:232
3254 #, perl-format
3255 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3256 msgstr ""
3257
3258 #: tp/init/tex4ht.pm:244
3259 #, fuzzy, perl-format
3260 msgid "tex4ht.pm: Output file missing: %s"
32333261 msgstr "a(z) „%s“ output fájl nem hozható létre."
32343262
3235 #: tp/init/tex4ht.pm:295
3236 #, perl-format
3237 msgid ""
3238 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3263 #: tp/init/tex4ht.pm:260
3264 #, perl-format
3265 msgid "tex4ht.pm: Command failed: %s"
3266 msgstr ""
3267
3268 #: tp/init/tex4ht.pm:293
3269 #, perl-format
3270 msgid "tex4ht.pm: end of @%s item %d not found"
3271 msgstr ""
3272
3273 #: tp/init/tex4ht.pm:300
3274 #, perl-format
3275 msgid ""
3276 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32393277 "items found in the document"
32403278 msgstr ""
32413279
3242 #: tp/init/tex4ht.pm:313
3243 #, perl-format
3244 msgid "tex4ht output has no HTML item for @%s %s"
3245 msgstr ""
3246
3247 #: tp/texi2any.pl:373
3280 #: tp/init/tex4ht.pm:319
3281 #, perl-format
3282 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3283 msgstr ""
3284
3285 #: tp/texi2any.pl:374
32483286 #, fuzzy, perl-format
32493287 msgid "error loading %s: %s\n"
32503288 msgstr "hiba „%s“ írásakor."
32513289
3252 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3290 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32533291 #, fuzzy, perl-format
32543292 msgid "Unknown variable %s\n"
32553293 msgstr "Ismeretlen parancs: „%s“"
32563294
3257 #: tp/texi2any.pl:466
3295 #: tp/texi2any.pl:467
32583296 #, fuzzy, perl-format
32593297 msgid "Can't read init file %s"
32603298 msgstr "a(z) „%s“ input fájl nem nyitható meg."
32613299
3262 #: tp/texi2any.pl:597
3300 #: tp/texi2any.pl:598
32633301 #, fuzzy
32643302 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32653303 msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n"
32663304
3267 #: tp/texi2any.pl:598
3305 #: tp/texi2any.pl:599
32683306 #, fuzzy
32693307 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32703308 msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n"
32713309
3272 #: tp/texi2any.pl:600
3310 #: tp/texi2any.pl:601
32733311 msgid ""
32743312 "Translate Texinfo source documentation to various other formats, by default\n"
32753313 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32763314 msgstr ""
32773315
3278 #: tp/texi2any.pl:603
3316 #: tp/texi2any.pl:604
32793317 #, perl-format
32803318 msgid ""
32813319 "General options:\n"
32943332 " --version display version information and exit.\n"
32953333 msgstr ""
32963334
3297 #: tp/texi2any.pl:618
3335 #: tp/texi2any.pl:619
32983336 #, fuzzy
32993337 msgid ""
33003338 "Output format selection (default is to produce Info):\n"
33103348 " --xml Texinfo XML kimenet Info helyett\n"
33113349 " --plaintext sima szöveg kimenet Info helyett\n"
33123350
3313 #: tp/texi2any.pl:626
3351 #: tp/texi2any.pl:627
33143352 msgid ""
33153353 "General output options:\n"
33163354 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33373375 " Otherwise, DEST names the output file.\n"
33383376 msgstr ""
33393377
3340 #: tp/texi2any.pl:646
3378 #: tp/texi2any.pl:647
33413379 #, perl-format
33423380 msgid ""
33433381 "Options for Info and plain text:\n"
33593397 " --split-size=NUM split Info files at size NUM (default %d).\n"
33603398 msgstr ""
33613399
3362 #: tp/texi2any.pl:663
3400 #: tp/texi2any.pl:664
33633401 msgid ""
33643402 "Options for HTML:\n"
33653403 " --css-include=FILE include FILE in HTML <style> output;\n"
33733411 " anchors; default is set only if split.\n"
33743412 msgstr ""
33753413
3376 #: tp/texi2any.pl:674
3414 #: tp/texi2any.pl:675
33773415 msgid ""
33783416 "Options for XML and Docbook:\n"
33793417 " --output-indent=VAL does nothing, retained for compatibility.\n"
33803418 msgstr ""
33813419
3382 #: tp/texi2any.pl:677
3420 #: tp/texi2any.pl:678
33833421 msgid ""
33843422 "Options for DVI/PS/PDF:\n"
33853423 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33863424 msgstr ""
33873425
3388 #: tp/texi2any.pl:680
3426 #: tp/texi2any.pl:681
33893427 msgid ""
33903428 "Input file options:\n"
33913429 " --commands-in-node-names does nothing, retained for compatibility.\n"
33953433 " -U VAR undefine the variable VAR, as with @clear.\n"
33963434 msgstr ""
33973435
3398 #: tp/texi2any.pl:687
3436 #: tp/texi2any.pl:688
33993437 msgid ""
34003438 "Conditional processing in input:\n"
34013439 " --ifdocbook process @ifdocbook and @docbook even if\n"
34153453 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
34163454 msgstr ""
34173455
3418 #: tp/texi2any.pl:704
3456 #: tp/texi2any.pl:705
34193457 msgid ""
34203458 " The defaults for the @if... conditionals depend on the output format:\n"
34213459 " if generating Docbook, --ifdocbook is on and the others are off;\n"
34253463 " if generating XML, --ifxml is on and the others are off.\n"
34263464 msgstr ""
34273465
3428 #: tp/texi2any.pl:711
3466 #: tp/texi2any.pl:712
34293467 msgid ""
34303468 "Examples:\n"
34313469 " makeinfo foo.texi write Info to foo's @setfilename\n"
34423480 " makeinfo --no-split foo.texi write one Info file however big\n"
34433481 msgstr ""
34443482
3445 #: tp/texi2any.pl:758
3483 #: tp/texi2any.pl:759
34463484 #, perl-format
34473485 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34483486 msgstr ""
34493487 "%s: a --footnote-style argumentumának „separate“-nek vagy „end“-nek kell "
34503488 "lennie, „%s“ helyett.\n"
34513489
3452 #: tp/texi2any.pl:848
3490 #: tp/texi2any.pl:849
34533491 #, perl-format
34543492 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34553493 msgstr ""
34563494 "%s: a --paragraph-indent argumentumának numerikusnak, „none“-nak vagy "
34573495 "„asis“-nek kell lennie, „%s“ helyett.\n"
34583496
3459 #: tp/texi2any.pl:962
3497 #: tp/texi2any.pl:963
34603498 #, perl-format
34613499 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34623500 msgstr ""
34633501 "%s: Figyelmen kívül hagyom a fel nem ismert TEXINFO_OUTPUT_FORMAT értéket "
34643502 "(„%s“).\n"
34653503
3466 #: tp/texi2any.pl:975
3504 #: tp/texi2any.pl:976
34673505 #, perl-format
34683506 msgid "when generating %s, only one input FILE may be specified with -o"
34693507 msgstr ""
34703508
3471 #: tp/texi2any.pl:979
3509 #: tp/texi2any.pl:980
34723510 msgid "--Xopt option without printed output"
34733511 msgstr ""
34743512
3475 #: tp/texi2any.pl:989
3513 #: tp/texi2any.pl:990
34763514 #, fuzzy, perl-format
34773515 msgid "Unknown tree transformation %s"
34783516 msgstr "Ismeretlen parancs: „%s“"
34793517
3480 #: tp/texi2any.pl:996
3518 #: tp/texi2any.pl:997
34813519 #, perl-format
34823520 msgid "Ignoring splitting for format %s"
34833521 msgstr ""
34843522
3485 #: tp/texi2any.pl:1045
3523 #: tp/texi2any.pl:1046
34863524 #, perl-format
34873525 msgid "%s: missing file argument.\n"
34883526 msgstr "%s: hiányzó fájl argumentum.\n"
34893527
3490 #: tp/texi2any.pl:1046
3528 #: tp/texi2any.pl:1047
34913529 #, perl-format
34923530 msgid "Try `%s --help' for more information.\n"
34933531 msgstr "További információért próbálja meg a „%s --help“-t.\n"
34943532
3495 #: tp/texi2any.pl:1117
3533 #: tp/texi2any.pl:1118
34963534 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34973535 msgstr ""
34983536
3499 #: tp/texi2any.pl:1139
3537 #: tp/texi2any.pl:1140
35003538 #, fuzzy, perl-format
35013539 msgid "Error on closing macro expand file %s: %s\n"
35023540 msgstr "hiba a(z) „%s“ output fájl bezárásakor"
35033541
3504 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3542 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35053543 #, fuzzy, perl-format
35063544 msgid "Could not open %s for writing: %s\n"
35073545 msgstr "%s: A CSS fájl nem nyitható meg: %s"
35083546
3509 #: tp/texi2any.pl:1169
3547 #: tp/texi2any.pl:1170
35103548 msgid ""
35113549 "insert_nodes_for_sectioning_commands transformation return no result. No "
35123550 "section?"
35133551 msgstr ""
35143552
3515 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3553 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35163554 #, fuzzy, perl-format
35173555 msgid "Error on closing %s: %s\n"
35183556 msgstr "hiba „%s“ írásakor."
35193557
3520 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3558 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35213559 #, perl-format
35223560 msgid "Error on closing internal links file %s: %s\n"
35233561 msgstr ""
35773615 #, c-format
35783616 msgid "entry %s follows an entry with a secondary name"
35793617 msgstr "a(z) %s bejegyzés egy másodlagos névvel rendelkező bejegyzést követ"
3618
3619 #, fuzzy
3620 #~ msgid "tex4ht error opening %s: %s"
3621 #~ msgstr "hiba „%s“ írásakor."
35803622
35813623 #, fuzzy
35823624 #~ msgid "Error on closing renamed nodes file %s: %s"
42134255
42144256 #~ msgid ""
42154257 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4216 #~ " You may include a filename as well, as in (FILENAME)"
4217 #~ "NODENAME.\n"
4258 #~ " You may include a filename as well, as in "
4259 #~ "(FILENAME)NODENAME.\n"
42184260 #~ msgstr ""
42194261 #~ "\\%-10[goto-node] Ugrás egy névvel megadott oldalra.\n"
4220 #~ " A névben akár egy fájl is szerepelhet, például (FÁJL)"
4221 #~ "OLDALNEVE.\n"
4262 #~ " A névben akár egy fájl is szerepelhet, például "
4263 #~ "(FÁJL)OLDALNEVE.\n"
42224264
42234265 # ATNEZNI LM
42244266 #, fuzzy
42384280 #~ "bejegyzésre.\n"
42394281
42404282 #~ msgid ""
4241 #~ " You may include a filename as well, as in (FILENAME)"
4242 #~ "NODENAME.\n"
4283 #~ " You may include a filename as well, as in "
4284 #~ "(FILENAME)NODENAME.\n"
42434285 #~ msgstr ""
42444286 #~ " Az állománynevet is meg lehet adni: (FÁJL)OLDALNEVE.\n"
42454287
Binary diff not shown
+204
-147
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: 2012-12-17 17:27-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:33-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"
7575 msgid "%s: option '-W %s' requires an argument\n"
7676 msgstr "%s: opsi `%s' membutuhkan sebuah argumen\n"
7777
78 #: gnulib/lib/regcomp.c:130
78 #: gnulib/lib/regcomp.c:131
7979 msgid "Success"
8080 msgstr ""
8181
82 #: gnulib/lib/regcomp.c:133
82 #: gnulib/lib/regcomp.c:134
8383 msgid "No match"
8484 msgstr ""
8585
86 #: gnulib/lib/regcomp.c:136
86 #: gnulib/lib/regcomp.c:137
8787 #, fuzzy
8888 msgid "Invalid regular expression"
8989 msgstr "Error dalam ekspresi regular `%s': %s"
9090
91 #: gnulib/lib/regcomp.c:139
91 #: gnulib/lib/regcomp.c:140
9292 #, fuzzy
9393 msgid "Invalid collation character"
9494 msgstr "karakter terkode tidak valid `%s'"
9595
96 #: gnulib/lib/regcomp.c:142
96 #: gnulib/lib/regcomp.c:143
9797 #, fuzzy
9898 msgid "Invalid character class name"
9999 msgstr "tidak seperti karakter %c dalam @var"
100100
101 #: gnulib/lib/regcomp.c:145
101 #: gnulib/lib/regcomp.c:146
102102 msgid "Trailing backslash"
103103 msgstr ""
104104
105 #: gnulib/lib/regcomp.c:148
105 #: gnulib/lib/regcomp.c:149
106106 msgid "Invalid back reference"
107107 msgstr ""
108108
109 #: gnulib/lib/regcomp.c:151
109 #: gnulib/lib/regcomp.c:152
110110 #, fuzzy
111111 msgid "Unmatched [ or [^"
112112 msgstr "Tidak cocok }"
113113
114 #: gnulib/lib/regcomp.c:154
114 #: gnulib/lib/regcomp.c:155
115115 #, fuzzy
116116 msgid "Unmatched ( or \\("
117117 msgstr "Tidak cocok }"
118118
119 #: gnulib/lib/regcomp.c:157
119 #: gnulib/lib/regcomp.c:158
120120 #, fuzzy
121121 msgid "Unmatched \\{"
122122 msgstr "Tidak cocok }"
123123
124 #: gnulib/lib/regcomp.c:160
124 #: gnulib/lib/regcomp.c:161
125125 msgid "Invalid content of \\{\\}"
126126 msgstr ""
127127
128 #: gnulib/lib/regcomp.c:163
128 #: gnulib/lib/regcomp.c:164
129129 msgid "Invalid range end"
130130 msgstr ""
131131
132 #: gnulib/lib/regcomp.c:166
132 #: gnulib/lib/regcomp.c:167
133133 #, fuzzy
134134 msgid "Memory exhausted"
135135 msgstr "kehabisan memori"
136136
137 #: gnulib/lib/regcomp.c:169
137 #: gnulib/lib/regcomp.c:170
138138 #, fuzzy
139139 msgid "Invalid preceding regular expression"
140140 msgstr "Error dalam ekspresi regular `%s': %s"
141141
142 #: gnulib/lib/regcomp.c:172
142 #: gnulib/lib/regcomp.c:173
143143 #, fuzzy
144144 msgid "Premature end of regular expression"
145145 msgstr "Error dalam ekspresi regular `%s': %s"
146146
147 #: gnulib/lib/regcomp.c:175
147 #: gnulib/lib/regcomp.c:176
148148 #, fuzzy
149149 msgid "Regular expression too big"
150150 msgstr "Menggunakan ekspresi regular untuk pencarian."
151151
152 #: gnulib/lib/regcomp.c:178
152 #: gnulib/lib/regcomp.c:179
153153 #, fuzzy
154154 msgid "Unmatched ) or \\)"
155155 msgstr "Tidak cocok }"
156156
157 #: gnulib/lib/regcomp.c:703
157 #: gnulib/lib/regcomp.c:704
158158 #, fuzzy
159159 msgid "No previous regular expression"
160160 msgstr "Tidak ada string pencarian sebelumnya"
409409 msgid "Try --help for more information.\n"
410410 msgstr "Coba --help untuk informasi lebih lanjut.\n"
411411
412 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
413 #: tp/texi2any.pl:735 util/texindex.c:295
412 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
413 #: tp/texi2any.pl:736 util/texindex.c:295
414414 #, c-format, perl-format
415415 msgid ""
416416 "Copyright (C) %s Free Software Foundation, Inc.\n"
19581958 msgid " Subfile: %s"
19591959 msgstr " Subfile: %s"
19601960
1961 #: install-info/install-info.c:285
1961 #: install-info/install-info.c:286
19621962 #, fuzzy, c-format
19631963 msgid "%s for %s"
19641964 msgstr " untuk %s"
19651965
1966 #: install-info/install-info.c:519
1966 #: install-info/install-info.c:520
19671967 #, c-format
19681968 msgid "\tTry `%s --help' for a complete list of options.\n"
19691969 msgstr "\tCoba `%s --help' untuk sebuah daftar lengkap dari opsi.\n"
19701970
1971 #: install-info/install-info.c:527
1971 #: install-info/install-info.c:528
19721972 #, c-format
19731973 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19741974 msgstr "Penggunaan: %s [OPSI]... [BERKAS-INFO [BERKAS-DIR]]\n"
19751975
1976 #: install-info/install-info.c:529
1976 #: install-info/install-info.c:530
19771977 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19781978 msgstr ""
19791979 "Tambah atau hapus masukan dalam BERKAS-INFO dari direktori Info BERKAS-DIR."
19801980
1981 #: install-info/install-info.c:531
1982 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1983 msgstr ""
1984
19811985 #: install-info/install-info.c:532
1986 msgid "--dir-file (or --info-dir) options are given, respectively."
1987 msgstr ""
1988
1989 #: install-info/install-info.c:535
19821990 msgid ""
19831991 "Options:\n"
1992 " --add-once add only to first matching section, not all.\n"
1993 " --align=COL start description of new entries at column COL.\n"
1994 " --calign=COL format second and subsequent description lines to\n"
1995 " start at column COL."
1996 msgstr ""
1997
1998 #: install-info/install-info.c:542
1999 #, fuzzy
2000 msgid ""
19842001 " --debug report what is being done.\n"
19852002 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19862003 " don't insert any new entries.\n"
20032020 " sama dengan menggunakan argumen BERKAS-DIR.\n"
20042021 " --dry-run sama seperti --test."
20052022
2006 #: install-info/install-info.c:544
2007 msgid ""
2008 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2023 #: install-info/install-info.c:553
2024 #, fuzzy
2025 msgid ""
2026 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2027 " overriding any corresponding entry from DIR-FILE.\n"
20092028 " TEXT is written as an Info menu item line followed\n"
20102029 " by zero or more extra lines starting with "
20112030 "whitespace.\n"
20122031 " If you specify more than one entry, all are added.\n"
20132032 " If you don't specify any entries, they are determined\n"
2014 " from information in the Info file itself.\n"
2015 " When removing, TEXT specifies the entry to remove.\n"
2016 " TEXT is only removed as a last resort, if the\n"
2017 " entry as determined from the Info file is not "
2018 "present,\n"
2019 " and the basename of the Info file isn't found either."
2033 " from information in the Info file itself."
20202034 msgstr ""
20212035 " --entry=TEXT masukan TEKS sebagai sebuah masukan direktori Info.\n"
20222036 " TEKS ditulis sebagai sebuah item menu Info baris\n"
20332047 " masukan ditentukan dari berkas Info tidak ada,\n"
20342048 " dan nama dasar dari berkas Info tidak ditemukan juga."
20352049
2036 #: install-info/install-info.c:556
2050 #: install-info/install-info.c:562
2051 #, fuzzy
20372052 msgid ""
20382053 " --help display this help and exit.\n"
20392054 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20402055 " --info-file=FILE specify Info file to install in the directory;\n"
20412056 " equivalent to using the INFO-FILE argument.\n"
20422057 " --item=TEXT same as --entry=TEXT.\n"
2043 " --keep-old do not replace entries, or remove empty sections.\n"
2044 " --menuentry=TEXT same as --name=TEXT.\n"
2045 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2046 " to become synonymous with the --entry option.\n"
2047 " --no-indent do not format new entries in the DIR file.\n"
2048 " --quiet suppress warnings."
2058 " --keep-old do not replace entries, or remove empty sections."
20492059 msgstr ""
20502060 " --help tampilkan pesan bantuan ini dan keluar.\n"
20512061 " --info-dir=DIR sama seperti --dir-file=DIR/dir.\n"
20612071 " --no-indent jangan format masukan baru dalam berkas DIR.\n"
20622072 " --quiet tekan peringatan."
20632073
2064 #: install-info/install-info.c:569
2074 #: install-info/install-info.c:570
2075 #, fuzzy
2076 msgid ""
2077 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2078 " --menuentry=TEXT same as --name=TEXT.\n"
2079 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2080 " to become synonymous with the --entry option.\n"
2081 " --no-indent do not format new entries in the DIR file.\n"
2082 " --quiet suppress warnings."
2083 msgstr ""
2084 " --help tampilkan pesan bantuan ini dan keluar.\n"
2085 " --info-dir=DIR sama seperti --dir-file=DIR/dir.\n"
2086 " --info-file=BERKAS spesifikasikan berkas Info untuk dipasang dalam "
2087 "direktori;\n"
2088 " sama dengan menggunakan argumen BERKAS-INFO.\n"
2089 " --item=TEKS sama seperti --entry=TEKS.\n"
2090 " --keep-old jangan ganti masukan, atau hapus daerah kosong.\n"
2091 " --menuentry=TEKS sama seperti --name=TEKS.\n"
2092 " --name=TEKS nama dari masukan adalah TEKS; gunakan dengan --"
2093 "description\n"
2094 " untuk menjadi sinonim dengan opsi --entry.\n"
2095 " --no-indent jangan format masukan baru dalam berkas DIR.\n"
2096 " --quiet tekan peringatan."
2097
2098 #: install-info/install-info.c:578
20652099 msgid ""
20662100 " --regex=R put this file's entries in all sections that match the\n"
20672101 " regular expression R (ignoring case).\n"
20912125 " dari informasi dalam berkas Info itu sendiri.\n"
20922126 " --section R SEC sam dengan --regex=R --section=SEC --add-once."
20932127
2094 #: install-info/install-info.c:582
2128 #: install-info/install-info.c:591
20952129 msgid ""
20962130 " --silent suppress warnings.\n"
20972131 " --test suppress updating of DIR-FILE.\n"
21012135 " --test tekang pengupdatan dari BERKAS-DIR.\n"
21022136 " --version tampilkan informasi versi dan keluar."
21032137
2104 #: install-info/install-info.c:589 tp/texi2any.pl:723
2138 #: install-info/install-info.c:598 tp/texi2any.pl:724
21052139 msgid ""
21062140 "Email bug reports to bug-texinfo@gnu.org,\n"
21072141 "general questions and discussion to help-texinfo@gnu.org.\n"
21112145 "pertanyaan umum dan diskusi ke help-texinfo@gnu.org.\n"
21122146 "Texinfo halaman rumah: http://www.gnu.org/software/texinfo/"
21132147
2114 #: install-info/install-info.c:616
2148 #: install-info/install-info.c:625
21152149 #, c-format
21162150 msgid ""
21172151 "This is the file .../info/dir, which contains the\n"
21482182 "\n"
21492183 "%s\n"
21502184
2151 #: install-info/install-info.c:640
2185 #: install-info/install-info.c:649
21522186 #, fuzzy, c-format
21532187 msgid "%s: could not read (%s) and could not create (%s)"
21542188 msgstr "%s: tidak dapat membaca (%s) dan tidak dapat membuat (%s)\n"
21552189
2156 #: install-info/install-info.c:736
2190 #: install-info/install-info.c:745
21572191 #, c-format
21582192 msgid "%s: empty file"
21592193 msgstr "%s: berkas kosong"
21602194
2161 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2195 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21622196 #, c-format
21632197 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21642198 msgstr "START-INFO-DIR-ENTRY tanpat pasangan END-INFO-DIR-ENTRY"
21652199
2166 #: install-info/install-info.c:1114
2200 #: install-info/install-info.c:1123
21672201 #, c-format
21682202 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21692203 msgstr "END-INFO-DIR-ENTRY tanpa pasangan START-INFO-DIR-ENTRY"
21702204
2171 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2205 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21722206 #, c-format
21732207 msgid "%s: already have dir file: %s\n"
21742208 msgstr "%s: telah memiliki berkas dir: %s\n"
21752209
2176 #: install-info/install-info.c:2068
2210 #: install-info/install-info.c:2077
21772211 #, c-format
21782212 msgid "%s: Specify the Info file only once.\n"
21792213 msgstr "%s: Spesifikasikan berkas Info hanya sekali.\n"
21802214
2181 #: install-info/install-info.c:2101
2215 #: install-info/install-info.c:2110
21822216 #, c-format
21832217 msgid "Extra regular expression specified, ignoring `%s'"
21842218 msgstr "Ekstra ekspresi regular dispesifikasikan, mengabaikan `%s'"
21852219
2186 #: install-info/install-info.c:2113
2220 #: install-info/install-info.c:2122
21872221 #, c-format
21882222 msgid "Error in regular expression `%s': %s"
21892223 msgstr "Error dalam ekspresi regular `%s': %s"
21902224
2191 #: install-info/install-info.c:2171
2225 #: install-info/install-info.c:2180
21922226 #, c-format
21932227 msgid "excess command line argument `%s'"
21942228 msgstr "kelebihan argumen baris perintah `%s'"
21952229
2196 #: install-info/install-info.c:2175
2230 #: install-info/install-info.c:2184
21972231 #, c-format
21982232 msgid "No input file specified; try --help for more information."
21992233 msgstr ""
22002234 "Tidak ada berkas masukan dispesifikasikan; coba --help untuk informasi lebih "
22012235 "lanjut."
22022236
2203 #: install-info/install-info.c:2177
2237 #: install-info/install-info.c:2186
22042238 #, c-format
22052239 msgid "No dir file specified; try --help for more information."
22062240 msgstr ""
22072241 "Tidak ada berkas direktori dispesifikasikan; coba --help untuk informasi "
22082242 "lebih lanjut."
22092243
2210 #: install-info/install-info.c:2319
2244 #: install-info/install-info.c:2328
22112245 #, c-format
22122246 msgid "no info dir entry in `%s'"
22132247 msgstr "tidak ada masukan direktori info dalam `%s'"
22142248
2215 #: install-info/install-info.c:2567
2249 #: install-info/install-info.c:2576
22162250 #, c-format
22172251 msgid "no entries found for `%s'; nothing deleted"
22182252 msgstr "tidak ada masukan ditemukan untuk `%s'; tidak ada yang dihapus"
22192253
2220 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2221 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2222 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2223 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2224 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2254 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22252259 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22262260 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22272261 #, fuzzy, perl-format
23022336 msgstr ""
23032337
23042338 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2305 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2339 #: tp/texi2any.pl:386 tp/texi2any.pl:403
23062340 #, fuzzy, perl-format
23072341 msgid "Obsolete variable %s\n"
23082342 msgstr "Set variabel: "
23172351 msgid "Can't create directories `%s': %s"
23182352 msgstr "Tidak dapat membuat direktori `%s': %s"
23192353
2320 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2321 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2354 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2355 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23222356 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23232357 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2324 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2325 #: tp/init/chm.pm:399
2358 #: tp/Texinfo/Parser.pm:1871
23262359 #, fuzzy, perl-format
23272360 msgid "Error on closing %s: %s"
23282361 msgstr "error menulis ke `%s'"
23292362
2330 #: tp/Texinfo/Convert/DocBook.pm:919
2363 #: tp/Texinfo/Convert/DocBook.pm:897
23312364 #, fuzzy, perl-format
23322365 msgid "@image file `%s' not found, using `%s'"
23332366 msgstr "@image berkas `%s' tidak dapat dibaca: %s"
23422375 msgid "Raw format %s is not converted"
23432376 msgstr ""
23442377
2345 #: tp/Texinfo/Convert/HTML.pm:4832
2378 #: tp/Texinfo/Convert/HTML.pm:4814
23462379 #, perl-format
23472380 msgid "%s:%d: string not closed in css file"
23482381 msgstr ""
23492382
2350 #: tp/Texinfo/Convert/HTML.pm:4834
2383 #: tp/Texinfo/Convert/HTML.pm:4816
23512384 #, fuzzy, perl-format
23522385 msgid "%s:%d: --css-include ended in comment"
23532386 msgstr "%s:%d: --css-file berakhir dalam komentar"
23542387
2355 #: tp/Texinfo/Convert/HTML.pm:4836
2356 #, perl-format
2357 msgid "%s:%d @import not finished in css file"
2358 msgstr ""
2359
2360 #: tp/Texinfo/Convert/HTML.pm:4862
2388 #: tp/Texinfo/Convert/HTML.pm:4818
2389 #, perl-format
2390 msgid "%s:%d: @import not finished in css file"
2391 msgstr ""
2392
2393 #: tp/Texinfo/Convert/HTML.pm:4844
23612394 #, fuzzy, perl-format
23622395 msgid "css file %s not found"
23632396 msgstr "%cend makro tidak ditemukan"
23642397
2365 #: tp/Texinfo/Convert/HTML.pm:4868
2398 #: tp/Texinfo/Convert/HTML.pm:4850
23662399 #, fuzzy, perl-format
23672400 msgid "could not open --include-file %s: %s"
23682401 msgstr "%s: tidak dapat membuka --css-file: %s"
23692402
2370 #: tp/Texinfo/Convert/HTML.pm:4878
2403 #: tp/Texinfo/Convert/HTML.pm:4860
23712404 #, fuzzy, perl-format
23722405 msgid "Error on closing CSS file %s: %s"
23732406 msgstr "error menutup berkas keluaran `%s'"
23742407
2375 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2408 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23762409 #, fuzzy, perl-format
23772410 msgid "No htmlxref.cnf entry found for `%s'"
23782411 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
23792412
2380 #: tp/Texinfo/Convert/HTML.pm:6513
2413 #: tp/Texinfo/Convert/HTML.pm:6495
23812414 #, fuzzy, perl-format
23822415 msgid "Error on closing frame file %s: %s"
23832416 msgstr "error menutup berkas keluaran `%s'"
23842417
2385 #: tp/Texinfo/Convert/HTML.pm:6537
2418 #: tp/Texinfo/Convert/HTML.pm:6519
23862419 #, fuzzy, perl-format
23872420 msgid "Error on closing TOC frame file %s: %s"
23882421 msgstr "error menutup berkas keluaran `%s'"
23892422
2390 #: tp/Texinfo/Convert/HTML.pm:6652
2423 #: tp/Texinfo/Convert/HTML.pm:6634
23912424 #, perl-format
23922425 msgid "Handler %s of stage %s priority %s failed"
23932426 msgstr ""
23942427
2395 #: tp/Texinfo/Convert/HTML.pm:6853
2428 #: tp/Texinfo/Convert/HTML.pm:6835
23962429 msgid "Must specify a title with a title command or @top"
23972430 msgstr ""
23982431
2399 #: tp/Texinfo/Convert/HTML.pm:7058
2432 #: tp/Texinfo/Convert/HTML.pm:7040
24002433 #, perl-format
24012434 msgid "Error on closing redirection node file %s: %s"
24022435 msgstr ""
24032436
2404 #: tp/Texinfo/Convert/HTML.pm:7083
2437 #: tp/Texinfo/Convert/HTML.pm:7065
24052438 #, fuzzy, perl-format
24062439 msgid "Old name for `%s' is a node of the document"
24072440 msgstr "Tidak ada `Prev' atau `Up' untuk titik ini didalam dokumen ini."
24082441
2409 #: tp/Texinfo/Convert/HTML.pm:7087
2442 #: tp/Texinfo/Convert/HTML.pm:7069
24102443 #, fuzzy, perl-format
24112444 msgid "File empty for renamed node `%s'"
24122445 msgstr "titik `%s' tidak tereferensi"
24132446
2414 #: tp/Texinfo/Convert/HTML.pm:7099
2447 #: tp/Texinfo/Convert/HTML.pm:7081
24152448 #, perl-format
24162449 msgid "Target node (new name for `%s') not in document: %s"
24172450 msgstr ""
24182451
2419 #: tp/Texinfo/Convert/HTML.pm:7131
2452 #: tp/Texinfo/Convert/HTML.pm:7113
24202453 #, fuzzy, perl-format
24212454 msgid "Error on closing renamed node redirection file %s: %s"
24222455 msgstr "error menutup berkas keluaran `%s'"
24232456
2424 #: tp/Texinfo/Convert/HTML.pm:7169
2457 #: tp/Texinfo/Convert/HTML.pm:7151
24252458 #, fuzzy
24262459 msgid "Empty node name"
24272460 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
24282461
2429 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2462 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24302463 #, perl-format
24312464 msgid "Syntax for an external node used for `%s'"
24322465 msgstr ""
27262759
27272760 #: tp/Texinfo/Parser.pm:3455
27282761 #, fuzzy
2729 msgid "Empty node in menu entry"
2762 msgid "Empty node name in menu entry"
27302763 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
27312764
27322765 #: tp/Texinfo/Parser.pm:3525
31993232 msgid "Empty index key in @%s"
32003233 msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
32013234
3202 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3203 #, fuzzy, perl-format
3204 msgid "Can't open %s for writing: %s\n"
3235 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3236 #, fuzzy, perl-format
3237 msgid "chm.pm:%s: Cannot open for writing: %s\n"
32053238 msgstr "%s: tidak dapat membuka --css-file: %s"
32063239
3207 #: tp/init/tex4ht.pm:122
3208 #, fuzzy, perl-format
3209 msgid "tex4ht error opening %s: %s"
3240 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3241 #, fuzzy, perl-format
3242 msgid "chm.pm:%s: Error on closing: %s"
32103243 msgstr "error menulis ke `%s'"
32113244
3212 #: tp/init/tex4ht.pm:218
3213 #, perl-format
3214 msgid "chdir to %s failed"
3215 msgstr ""
3216
3217 #: tp/init/tex4ht.pm:242
3218 #, fuzzy, perl-format
3219 msgid "tex4ht output file missing: %s"
3245 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3246 #, fuzzy, perl-format
3247 msgid "tex4ht.pm:%s: Cannot open: %s"
3248 msgstr "Tidak dapat menemukan `%s'."
3249
3250 #: tp/init/tex4ht.pm:219
3251 #, perl-format
3252 msgid "tex4ht.pm:%s: chdir failed: %s"
3253 msgstr ""
3254
3255 #: tp/init/tex4ht.pm:232
3256 #, perl-format
3257 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3258 msgstr ""
3259
3260 #: tp/init/tex4ht.pm:244
3261 #, fuzzy, perl-format
3262 msgid "tex4ht.pm: Output file missing: %s"
32203263 msgstr "tidak dapat membuat berkas keluaran `%s'"
32213264
3222 #: tp/init/tex4ht.pm:295
3223 #, perl-format
3224 msgid ""
3225 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3265 #: tp/init/tex4ht.pm:260
3266 #, perl-format
3267 msgid "tex4ht.pm: Command failed: %s"
3268 msgstr ""
3269
3270 #: tp/init/tex4ht.pm:293
3271 #, perl-format
3272 msgid "tex4ht.pm: end of @%s item %d not found"
3273 msgstr ""
3274
3275 #: tp/init/tex4ht.pm:300
3276 #, perl-format
3277 msgid ""
3278 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32263279 "items found in the document"
32273280 msgstr ""
32283281
3229 #: tp/init/tex4ht.pm:313
3230 #, perl-format
3231 msgid "tex4ht output has no HTML item for @%s %s"
3232 msgstr ""
3233
3234 #: tp/texi2any.pl:373
3282 #: tp/init/tex4ht.pm:319
3283 #, perl-format
3284 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3285 msgstr ""
3286
3287 #: tp/texi2any.pl:374
32353288 #, fuzzy, perl-format
32363289 msgid "error loading %s: %s\n"
32373290 msgstr "error menulis ke `%s'"
32383291
3239 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3292 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32403293 #, fuzzy, perl-format
32413294 msgid "Unknown variable %s\n"
32423295 msgstr "Perintah `%s' tidak diketahui"
32433296
3244 #: tp/texi2any.pl:466
3297 #: tp/texi2any.pl:467
32453298 #, fuzzy, perl-format
32463299 msgid "Can't read init file %s"
32473300 msgstr "tidak dapat membuka berkas masukan `%s'"
32483301
3249 #: tp/texi2any.pl:597
3302 #: tp/texi2any.pl:598
32503303 #, fuzzy
32513304 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32523305 msgstr "Penggunaan: %s [OPSI]... BERKAS-TEXINFO...\n"
32533306
3254 #: tp/texi2any.pl:598
3307 #: tp/texi2any.pl:599
32553308 #, fuzzy
32563309 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32573310 msgstr "Penggunaan: %s [OPSI]... BERKAS-TEXINFO...\n"
32583311
3259 #: tp/texi2any.pl:600
3312 #: tp/texi2any.pl:601
32603313 msgid ""
32613314 "Translate Texinfo source documentation to various other formats, by default\n"
32623315 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32653318 "Berkas info yang sesuai untuk pembacaan online dengan Emacs atau standalone "
32663319 "GNU Info.\n"
32673320
3268 #: tp/texi2any.pl:603
3321 #: tp/texi2any.pl:604
32693322 #, fuzzy, perl-format
32703323 msgid ""
32713324 "General options:\n"
32953348 " -v, --verbose jelaskan apa yang sedang dilakukan.\n"
32963349 " --version tampilkan informasi versi dan keluar.\n"
32973350
3298 #: tp/texi2any.pl:618
3351 #: tp/texi2any.pl:619
32993352 #, fuzzy
33003353 msgid ""
33013354 "Output format selection (default is to produce Info):\n"
33113364 " --xml keluarkan Texinfo XML daripada Info.\n"
33123365 " --plaintext keluarkan plain teks daripada Info.\n"
33133366
3314 #: tp/texi2any.pl:626
3367 #: tp/texi2any.pl:627
33153368 #, fuzzy
33163369 msgid ""
33173370 "General output options:\n"
33533406 " -o, --output=BERKAS keluarkan ke BERKAS (atau direktori jika split "
33543407 "HTML).\n"
33553408
3356 #: tp/texi2any.pl:646
3409 #: tp/texi2any.pl:647
33573410 #, perl-format
33583411 msgid ""
33593412 "Options for Info and plain text:\n"
33953448 " `asis', jaga indentasi yang sudah ada.\n"
33963449 " --split-size=NUM pisah berkas Info di ukuran NUM (baku %d).\n"
33973450
3398 #: tp/texi2any.pl:663
3451 #: tp/texi2any.pl:664
33993452 #, fuzzy
34003453 msgid ""
34013454 "Options for HTML:\n"
34193472 " hasilkan nama berkas dalam transliterasi "
34203473 "ASCII.\n"
34213474
3422 #: tp/texi2any.pl:674
3475 #: tp/texi2any.pl:675
34233476 msgid ""
34243477 "Options for XML and Docbook:\n"
34253478 " --output-indent=VAL does nothing, retained for compatibility.\n"
34263479 msgstr ""
34273480
3428 #: tp/texi2any.pl:677
3481 #: tp/texi2any.pl:678
34293482 msgid ""
34303483 "Options for DVI/PS/PDF:\n"
34313484 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34323485 msgstr ""
34333486
3434 #: tp/texi2any.pl:680
3487 #: tp/texi2any.pl:681
34353488 #, fuzzy
34363489 msgid ""
34373490 "Input file options:\n"
34493502 " -U VAR tidak definisikan variabel VAR, sama dengan "
34503503 "@clear.\n"
34513504
3452 #: tp/texi2any.pl:687
3505 #: tp/texi2any.pl:688
34533506 #, fuzzy
34543507 msgid ""
34553508 "Conditional processing in input:\n"
34883541 "\n"
34893542 " Juga, untuk opsi --no-ifFORMAT, jangan proses @ifnotFORMAT teks.\n"
34903543
3491 #: tp/texi2any.pl:704
3544 #: tp/texi2any.pl:705
34923545 #, fuzzy
34933546 msgid ""
34943547 " The defaults for the @if... conditionals depend on the output format:\n"
35053558 "off;\n"
35063559 " jika menghasilkan XML, --ifxml adalah on dan yang lain adalah off.\n"
35073560
3508 #: tp/texi2any.pl:711
3561 #: tp/texi2any.pl:712
35093562 #, fuzzy
35103563 msgid ""
35113564 "Examples:\n"
35353588 " makeinfo --no-split foo.texi tulis satu berkas Info walaupun "
35363589 "besar\n"
35373590
3538 #: tp/texi2any.pl:758
3591 #: tp/texi2any.pl:759
35393592 #, perl-format
35403593 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35413594 msgstr ""
35423595 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
35433596
3544 #: tp/texi2any.pl:848
3597 #: tp/texi2any.pl:849
35453598 #, perl-format
35463599 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35473600 msgstr ""
35483601 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
35493602
3550 #: tp/texi2any.pl:962
3603 #: tp/texi2any.pl:963
35513604 #, perl-format
35523605 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35533606 msgstr "%s: Mengabaikan nilai TEXINFO_OUTPUT_FORMAT tidak dikenal `%s'.\n"
35543607
3555 #: tp/texi2any.pl:975
3608 #: tp/texi2any.pl:976
35563609 #, perl-format
35573610 msgid "when generating %s, only one input FILE may be specified with -o"
35583611 msgstr ""
35593612
3560 #: tp/texi2any.pl:979
3613 #: tp/texi2any.pl:980
35613614 msgid "--Xopt option without printed output"
35623615 msgstr ""
35633616
3564 #: tp/texi2any.pl:989
3617 #: tp/texi2any.pl:990
35653618 #, fuzzy, perl-format
35663619 msgid "Unknown tree transformation %s"
35673620 msgstr "Perintah `%s' tidak diketahui"
35683621
3569 #: tp/texi2any.pl:996
3622 #: tp/texi2any.pl:997
35703623 #, perl-format
35713624 msgid "Ignoring splitting for format %s"
35723625 msgstr ""
35733626
3574 #: tp/texi2any.pl:1045
3627 #: tp/texi2any.pl:1046
35753628 #, perl-format
35763629 msgid "%s: missing file argument.\n"
35773630 msgstr "%s: hilang argumen berkas.\n"
35783631
3579 #: tp/texi2any.pl:1046
3632 #: tp/texi2any.pl:1047
35803633 #, perl-format
35813634 msgid "Try `%s --help' for more information.\n"
35823635 msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n"
35833636
3584 #: tp/texi2any.pl:1117
3637 #: tp/texi2any.pl:1118
35853638 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35863639 msgstr ""
35873640
3588 #: tp/texi2any.pl:1139
3641 #: tp/texi2any.pl:1140
35893642 #, fuzzy, perl-format
35903643 msgid "Error on closing macro expand file %s: %s\n"
35913644 msgstr "error menutup berkas keluaran `%s'"
35923645
3593 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3646 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35943647 #, fuzzy, perl-format
35953648 msgid "Could not open %s for writing: %s\n"
35963649 msgstr "%s: tidak dapat membuka --css-file: %s"
35973650
3598 #: tp/texi2any.pl:1169
3651 #: tp/texi2any.pl:1170
35993652 msgid ""
36003653 "insert_nodes_for_sectioning_commands transformation return no result. No "
36013654 "section?"
36023655 msgstr ""
36033656
3604 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3657 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36053658 #, fuzzy, perl-format
36063659 msgid "Error on closing %s: %s\n"
36073660 msgstr "error menulis ke `%s'"
36083661
3609 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3662 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36103663 #, perl-format
36113664 msgid "Error on closing internal links file %s: %s\n"
36123665 msgstr ""
36683721 #, c-format
36693722 msgid "entry %s follows an entry with a secondary name"
36703723 msgstr "masukan %s mengikuti sebuah masukan dengan nama cadangan"
3724
3725 #, fuzzy
3726 #~ msgid "tex4ht error opening %s: %s"
3727 #~ msgstr "error menulis ke `%s'"
36713728
36723729 #, fuzzy
36733730 #~ msgid "Error on closing renamed nodes file %s: %s"
Binary diff not shown
+726
-1139
po/it.po less more
00 # Italian messages for GNU Texinfo.
11 # Copyright (C) 2008 Free Software Foundation, Inc.
22 # This file is distributed under the same license as the Texinfo package.
3 # Francesco Groccia <francesco.groccia@poste.it>, 2009.
3 # Francesco Groccia <frgroccia@gmail.com>, 2009-2012.
44 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: texinfo 4.13\n"
7 "Project-Id-Version: texinfo 4.13.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
10 "PO-Revision-Date: 2010-12-02 20:25+0100\n"
11 "Last-Translator: Francesco Groccia <francesco.groccia@poste.it>\n"
9 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
10 "PO-Revision-Date: 2012-12-31 12:25+0100\n"
11 "Last-Translator: Francesco Groccia <frgroccia@gmail.com>\n"
1212 "Language-Team: Italian <tp@lists.linux.it>\n"
1313 "Language: it\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1718
1819 #: gnulib/lib/error.c:188
1920 msgid "Unknown system error"
2021 msgstr "Errore di sistema sconosciuto"
2122
2223 #: gnulib/lib/getopt.c:547 gnulib/lib/getopt.c:576
23 #, fuzzy, c-format
24 #, c-format
2425 msgid "%s: option '%s' is ambiguous; possibilities:"
25 msgstr "%s: l'opzione «%s» è ambigua\n"
26 msgstr "%s: l'opzione «%s» è ambigua; possibilità:"
2627
2728 #: gnulib/lib/getopt.c:624 gnulib/lib/getopt.c:628
28 #, fuzzy, c-format
29 #, c-format
2930 msgid "%s: option '--%s' doesn't allow an argument\n"
3031 msgstr "%s: l'opzione «--%s» non accetta alcun argomento\n"
3132
3233 #: gnulib/lib/getopt.c:637 gnulib/lib/getopt.c:642
33 #, fuzzy, c-format
34 #, c-format
3435 msgid "%s: option '%c%s' doesn't allow an argument\n"
3536 msgstr "%s: l'opzione «%c%s» non accetta alcun argomento\n"
3637
3738 #: gnulib/lib/getopt.c:685 gnulib/lib/getopt.c:704
38 #, fuzzy, c-format
39 #, c-format
3940 msgid "%s: option '--%s' requires an argument\n"
4041 msgstr "%s: l'opzione «%s» richiede un argomento\n"
4142
4243 #: gnulib/lib/getopt.c:742 gnulib/lib/getopt.c:745
43 #, fuzzy, c-format
44 #, c-format
4445 msgid "%s: unrecognized option '--%s'\n"
4546 msgstr "%s: opzione non riconosciuta «--%s»\n"
4647
4748 #: gnulib/lib/getopt.c:753 gnulib/lib/getopt.c:756
48 #, fuzzy, c-format
49 #, c-format
4950 msgid "%s: unrecognized option '%c%s'\n"
5051 msgstr "%s: opzione non riconosciuta «%c%s»\n"
5152
5253 #: gnulib/lib/getopt.c:805 gnulib/lib/getopt.c:808
53 #, fuzzy, c-format
54 #, c-format
5455 msgid "%s: invalid option -- '%c'\n"
55 msgstr "%s: opzione non valida -- %c\n"
56 msgstr "%s: opzione non valida: «%c»\n"
5657
5758 #: gnulib/lib/getopt.c:861 gnulib/lib/getopt.c:878 gnulib/lib/getopt.c:1088
5859 #: gnulib/lib/getopt.c:1106
59 #, fuzzy, c-format
60 #, c-format
6061 msgid "%s: option requires an argument -- '%c'\n"
61 msgstr "%s: l'opzione richiede un argomento -- %c\n"
62 msgstr "%s: l'opzione richiede un argomento: «%c»\n"
6263
6364 #: gnulib/lib/getopt.c:934 gnulib/lib/getopt.c:950
64 #, fuzzy, c-format
65 #, c-format
6566 msgid "%s: option '-W %s' is ambiguous\n"
6667 msgstr "%s: l'opzione «-W %s» è ambigua\n"
6768
6869 #: gnulib/lib/getopt.c:974 gnulib/lib/getopt.c:992
69 #, fuzzy, c-format
70 #, c-format
7071 msgid "%s: option '-W %s' doesn't allow an argument\n"
7172 msgstr "%s: l'opzione «-W %s» non accetta alcun argomento\n"
7273
7374 #: gnulib/lib/getopt.c:1013 gnulib/lib/getopt.c:1031
74 #, fuzzy, c-format
75 #, c-format
7576 msgid "%s: option '-W %s' requires an argument\n"
76 msgstr "%s: l'opzione «%s» richiede un argomento\n"
77
78 #: gnulib/lib/regcomp.c:130
77 msgstr "%s: l'opzione «-W %s» richiede un argomento\n"
78
79 #: gnulib/lib/regcomp.c:131
7980 msgid "Success"
80 msgstr ""
81
82 #: gnulib/lib/regcomp.c:133
81 msgstr "Riuscito"
82
83 #: gnulib/lib/regcomp.c:134
8384 msgid "No match"
84 msgstr ""
85
86 #: gnulib/lib/regcomp.c:136
85 msgstr "Nessuna corrispondenza"
86
87 #: gnulib/lib/regcomp.c:137
88 msgid "Invalid regular expression"
89 msgstr "Espressione regolare non valida"
90
91 #: gnulib/lib/regcomp.c:140
92 msgid "Invalid collation character"
93 msgstr "Carettere di collazione non valido"
94
95 #: gnulib/lib/regcomp.c:143
96 msgid "Invalid character class name"
97 msgstr "Nome classe del carattere non valida"
98
99 #: gnulib/lib/regcomp.c:146
87100 #, fuzzy
88 msgid "Invalid regular expression"
89 msgstr "Errore nell'espressione regolare «%s»: %s"
90
91 #: gnulib/lib/regcomp.c:139
92 #, fuzzy
93 msgid "Invalid collation character"
94 msgstr "codifica non valida del carattere «%s»"
95
96 #: gnulib/lib/regcomp.c:142
97 #, fuzzy
98 msgid "Invalid character class name"
99 msgstr "carattere %c strano in @var"
100
101 #: gnulib/lib/regcomp.c:145
102101 msgid "Trailing backslash"
103 msgstr ""
104
105 #: gnulib/lib/regcomp.c:148
102 msgstr "Rimozione barra inversa finale"
103
104 #: gnulib/lib/regcomp.c:149
106105 msgid "Invalid back reference"
107 msgstr ""
108
109 #: gnulib/lib/regcomp.c:151
110 #, fuzzy
106 msgstr "Riferimento indietro non valido"
107
108 #: gnulib/lib/regcomp.c:152
111109 msgid "Unmatched [ or [^"
112 msgstr "«}» non corrispondente"
113
114 #: gnulib/lib/regcomp.c:154
115 #, fuzzy
110 msgstr "«[» o «[^» non accoppiate"
111
112 #: gnulib/lib/regcomp.c:155
116113 msgid "Unmatched ( or \\("
117 msgstr "«}» non corrispondente"
118
119 #: gnulib/lib/regcomp.c:157
120 #, fuzzy
114 msgstr "«(» o «\\(» non accoppiate"
115
116 #: gnulib/lib/regcomp.c:158
121117 msgid "Unmatched \\{"
122 msgstr "«}» non corrispondente"
123
124 #: gnulib/lib/regcomp.c:160
118 msgstr "«\\{» non accoppiate"
119
120 #: gnulib/lib/regcomp.c:161
125121 msgid "Invalid content of \\{\\}"
126 msgstr ""
127
128 #: gnulib/lib/regcomp.c:163
122 msgstr "Contenuto di \\{\\} non valido"
123
124 #: gnulib/lib/regcomp.c:164
129125 msgid "Invalid range end"
130 msgstr ""
131
132 #: gnulib/lib/regcomp.c:166
133 #, fuzzy
126 msgstr "Fine intervallo non valida"
127
128 #: gnulib/lib/regcomp.c:167
134129 msgid "Memory exhausted"
135 msgstr "memoria esaurita"
136
137 #: gnulib/lib/regcomp.c:169
138 #, fuzzy
130 msgstr "Memoria esaurita"
131
132 #: gnulib/lib/regcomp.c:170
139133 msgid "Invalid preceding regular expression"
140 msgstr "Errore nell'espressione regolare «%s»: %s"
141
142 #: gnulib/lib/regcomp.c:172
143 #, fuzzy
134 msgstr "Espressione regolare precedente non valida"
135
136 #: gnulib/lib/regcomp.c:173
144137 msgid "Premature end of regular expression"
145 msgstr "Errore nell'espressione regolare «%s»: %s"
146
147 #: gnulib/lib/regcomp.c:175
148 #, fuzzy
138 msgstr "Fine anticipata dell'espressione regolare"
139
140 #: gnulib/lib/regcomp.c:176
149141 msgid "Regular expression too big"
150 msgstr "Usa le espressioni regolari nelle ricerche."
151
152 #: gnulib/lib/regcomp.c:178
153 #, fuzzy
142 msgstr "Espressione regolare troppo grande"
143
144 #: gnulib/lib/regcomp.c:179
154145 msgid "Unmatched ) or \\)"
155 msgstr "«}» non corrispondente"
156
157 #: gnulib/lib/regcomp.c:703
158 #, fuzzy
146 msgstr "«)» «\\)» non accoppiate"
147
148 #: gnulib/lib/regcomp.c:704
159149 msgid "No previous regular expression"
160 msgstr "Nessun testo di ricerca precedente"
150 msgstr "Nessuna espressione regolare precedente"
161151
162152 #: gnulib/lib/xalloc-die.c:34
163153 msgid "memory exhausted"
264254 msgstr "Completamento esclusivo"
265255
266256 #: info/echo-area.c:941
267 #, fuzzy, c-format
257 #, c-format
268258 msgid "%d completion:\n"
269259 msgid_plural "%d completions:\n"
270 msgstr[0] "%d completamenti:\n"
260 msgstr[0] "%d completamento:\n"
271261 msgstr[1] "%d completamenti:\n"
272262
273263 #: info/echo-area.c:1089
317307 #: info/indices.c:254 info/indices.c:915 info/session.c:4133
318308 #, c-format
319309 msgid "Search string too short"
320 msgstr ""
310 msgstr "Stringa di ricerca troppo breve"
321311
322312 #: info/indices.c:366
323313 msgid ""
337327 msgstr "Nessuna voce dell'indice."
338328
339329 #: info/indices.c:432
340 #, fuzzy, c-format
330 #, c-format
341331 msgid "No more index entries containing `%s'."
342 msgstr "Nessuna %svoce dell'indice contiene «%s»."
332 msgstr "Nessun'altra voce dell'indice contiene «%s»."
343333
344334 #: info/indices.c:433 info/indices.c:951
345 #, fuzzy, c-format
335 #, c-format
346336 msgid "No index entries containing `%s'."
347 msgstr "Nessuna %svoce dell'indice contiene «%s»."
337 msgstr "Nessuna voce dell'indice contiene «%s»."
348338
349339 #: info/indices.c:445
350340 msgid "CAN'T SEE THIS"
385375
386376 #: info/indices.c:876
387377 msgid "List all matches of a string in the index"
388 msgstr ""
378 msgstr "Elenca tutte le occorrenze di una stringa nell'indice"
389379
390380 #: info/indices.c:899
391 #, fuzzy, c-format
381 #, c-format
392382 msgid "No index"
393 msgstr "Nessuna voce dell'indice."
383 msgstr "Nessun indice"
394384
395385 #: info/indices.c:903
396 #, fuzzy
397386 msgid "Index topic: "
398 msgstr "Apropos indice: "
387 msgstr "Argomento indice: "
399388
400389 #: info/indices.c:922
401 #, fuzzy, c-format
390 #, c-format
402391 msgid "Index for `%s'"
403 msgstr " per %s"
392 msgstr "Indice per «%s»"
404393
405394 #: info/info.c:280 info/infokey.c:892
406395 #, c-format
407396 msgid "Try --help for more information.\n"
408397 msgstr "Usare «--help» per maggiori informazioni.\n"
409398
410 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
411 #: tp/texi2any.pl:735 util/texindex.c:295
399 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
400 #: tp/texi2any.pl:736 util/texindex.c:295
412401 #, c-format, perl-format
413402 msgid ""
414403 "Copyright (C) %s Free Software Foundation, Inc.\n"
483472 "letterale.\n"
484473 " --restore=FILE legge i tasti iniziali premuti dall'utente "
485474 "dal file FILE.\n"
486 " -O, --show-options, --usage vai al nodo delle opzioni della linea di "
475 " -O, --show-options, --usage vai al nodo delle opzioni della riga di "
487476 "comando."
488477
489478 #: info/info.c:652
492481 " -b, --speech-friendly compatibilità con il sintetizzatore vocale."
493482
494483 #: info/info.c:656
495 #, fuzzy
496484 msgid ""
497485 " --strict-node-location (for debugging) use Info file pointers as-"
498486 "is.\n"
501489 " --version display version information and exit.\n"
502490 " -w, --where, --location print physical location of Info file."
503491 msgstr ""
492 " --strict-node-location (per il debug) usa puntatori ai file Info "
493 "così come sono.\n"
504494 " --subnodes mostra le voci di menù ricorsivamente.\n"
505495 " --vi-keys usa associazioni dei tasti simili ai "
506496 "programmi «vi» o «less».\n"
555545 "programma, Info\n"
556546 " info emacs mostra il nodo «emacs» basato sulla cartella\n"
557547 " info emacs buffers mostra il nodo «buffer» del file «emacs»\n"
558 " info --show-options emacs mostra le opzioni della linea di comando del "
548 " info --show-options emacs mostra le opzioni della riga di comando del "
559549 "programma «emacs»\n"
560550 " info --subnodes -o out.txt scrive l'intero manuale nel file «out.txt»\n"
561551 " info -f ./foo.info mostra il file «./foo.info» senza cercare la "
774764
775765 #: info/infodoc.c:82
776766 msgid "\\%-10[virtual-index] Synthesize menu of matching index entries.\n"
777 msgstr ""
767 msgstr "Sintetizza il menù delle voci nell'indice che corrispondono.\n"
778768
779769 #: info/infodoc.c:84
780770 msgid "\\%-10[abort-key] Cancel the current operation.\n"
935925 " You may include a filename as well, as in (FILENAME)NODENAME.\n"
936926 msgstr ""
937927 " %-10s Vai al nodo specificato dal nome.\n"
938 " Puoi anche includere un file Info, per esempio (NOMEFILE)"
939 "NOMENODO.\n"
928 " Puoi anche includere un file Info, per esempio "
929 "(NOMEFILE)NOMENODO.\n"
940930
941931 #: info/infodoc.c:132
942932 #, c-format
13281318 #: info/pcterm.c:180
13291319 #, c-format
13301320 msgid "Terminal cannot be initialized: %s\n"
1331 msgstr ""
1321 msgstr "Il terminale non può essere inizializzato: %s\n"
13321322
13331323 #: info/search.c:166
13341324 #, c-format
15421532 msgstr "Seleziona questa voce di menù"
15431533
15441534 #: info/session.c:2309
1545 #, fuzzy, c-format
1535 #, c-format
15461536 msgid "There isn't %d item in this menu."
15471537 msgid_plural "There aren't %d items in this menu."
1548 msgstr[0] "Non ci sono %d voci in questo menù."
1538 msgstr[0] "Non c'è %d voce in questo menù."
15491539 msgstr[1] "Non ci sono %d voci in questo menù."
15501540
15511541 #: info/session.c:2505 info/session.c:2506
19221912
19231913 #: info/variables.c:86
19241914 msgid "Minimal length of a search string"
1925 msgstr ""
1915 msgstr "Lunghezza minima di una stringa di ricerca"
19261916
19271917 #: info/variables.c:92
19281918 msgid "Explain the use of a variable"
19731963 msgid " Subfile: %s"
19741964 msgstr " Subfile: %s"
19751965
1976 #: install-info/install-info.c:285
1977 #, fuzzy, c-format
1966 #: install-info/install-info.c:286
1967 #, c-format
19781968 msgid "%s for %s"
1979 msgstr " per %s"
1980
1981 #: install-info/install-info.c:519
1969 msgstr "%s per %s"
1970
1971 #: install-info/install-info.c:520
19821972 #, c-format
19831973 msgid "\tTry `%s --help' for a complete list of options.\n"
19841974 msgstr "\\tUsare «%s --help» per l'elenco completo delle opzioni.\n"
19851975
1986 #: install-info/install-info.c:527
1976 #: install-info/install-info.c:528
19871977 #, c-format
19881978 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19891979 msgstr "Uso: %s [OPZIONE]... [INFO-FILE [DIR-FILE]]\n"
19901980
1991 #: install-info/install-info.c:529
1981 #: install-info/install-info.c:530
19921982 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19931983 msgstr ""
19941984 "Aggiungi o rimuovi voci nel file INFO-FILE dalla cartella di Info DIR-FILE."
19951985
1986 #: install-info/install-info.c:531
1987 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1988 msgstr ""
1989
19961990 #: install-info/install-info.c:532
1991 msgid "--dir-file (or --info-dir) options are given, respectively."
1992 msgstr ""
1993
1994 #: install-info/install-info.c:535
19971995 msgid ""
19981996 "Options:\n"
1997 " --add-once add only to first matching section, not all.\n"
1998 " --align=COL start description of new entries at column COL.\n"
1999 " --calign=COL format second and subsequent description lines to\n"
2000 " start at column COL."
2001 msgstr ""
2002
2003 #: install-info/install-info.c:542
2004 #, fuzzy
2005 msgid ""
19992006 " --debug report what is being done.\n"
20002007 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
20012008 " don't insert any new entries.\n"
20182025 " equivale a usare l'argomento DIR-FILE.\n"
20192026 " --dry-run equivale a «--test»."
20202027
2021 #: install-info/install-info.c:544
2022 msgid ""
2023 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2028 #: install-info/install-info.c:553
2029 #, fuzzy
2030 msgid ""
2031 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2032 " overriding any corresponding entry from DIR-FILE.\n"
20242033 " TEXT is written as an Info menu item line followed\n"
20252034 " by zero or more extra lines starting with "
20262035 "whitespace.\n"
20272036 " If you specify more than one entry, all are added.\n"
20282037 " If you don't specify any entries, they are determined\n"
2029 " from information in the Info file itself.\n"
2030 " When removing, TEXT specifies the entry to remove.\n"
2031 " TEXT is only removed as a last resort, if the\n"
2032 " entry as determined from the Info file is not "
2033 "present,\n"
2034 " and the basename of the Info file isn't found either."
2038 " from information in the Info file itself."
20352039 msgstr ""
20362040 " --entry=TESTO inserisci il testo TESTO come una voce nel file "
20372041 "indice.\n"
20492053 "presente\n"
20502054 " e il nome di base del file Info non è stato trovato."
20512055
2052 #: install-info/install-info.c:556
2056 #: install-info/install-info.c:562
2057 #, fuzzy
20532058 msgid ""
20542059 " --help display this help and exit.\n"
20552060 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20562061 " --info-file=FILE specify Info file to install in the directory;\n"
20572062 " equivalent to using the INFO-FILE argument.\n"
20582063 " --item=TEXT same as --entry=TEXT.\n"
2059 " --keep-old do not replace entries, or remove empty sections.\n"
2060 " --menuentry=TEXT same as --name=TEXT.\n"
2061 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2062 " to become synonymous with the --entry option.\n"
2063 " --no-indent do not format new entries in the DIR file.\n"
2064 " --quiet suppress warnings."
2064 " --keep-old do not replace entries, or remove empty sections."
20652065 msgstr ""
20662066 " --help mostra questa guida ed esce.\n"
20672067 " --info-dir=DIR equivalente a «--dir-file=DIR/dir».\n"
20762076 " --no-indent non formattare le nuove voci nel FILE-INDICE.\n"
20772077 " --quiet ignora gli avvertimenti."
20782078
2079 #: install-info/install-info.c:569
2079 #: install-info/install-info.c:570
2080 #, fuzzy
2081 msgid ""
2082 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2083 " --menuentry=TEXT same as --name=TEXT.\n"
2084 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2085 " to become synonymous with the --entry option.\n"
2086 " --no-indent do not format new entries in the DIR file.\n"
2087 " --quiet suppress warnings."
2088 msgstr ""
2089 " --help mostra questa guida ed esce.\n"
2090 " --info-dir=DIR equivalente a «--dir-file=DIR/dir».\n"
2091 " --info-file=FILE specifica il file Info da installare nella cartella;\n"
2092 " equivalente a usare l'argomento INFO-FILE.\n"
2093 " --item-=TESTO equivalente a «--entry=TESTO».\n"
2094 " --keep-old non sostituire le voci, o rimuovere le sezioni vuote.\n"
2095 " --menuentry=TESTO equivalente a «--name=TESTO».\n"
2096 " --name=TESTO il nome della voce è TESTO; usato con l'opzione «--"
2097 "description»\n"
2098 " diventa sinonimo dell'opzione «--entry».\n"
2099 " --no-indent non formattare le nuove voci nel FILE-INDICE.\n"
2100 " --quiet ignora gli avvertimenti."
2101
2102 #: install-info/install-info.c:578
20802103 msgid ""
20812104 " --regex=R put this file's entries in all sections that match the\n"
20822105 " regular expression R (ignoring case).\n"
21092132 " --section REGEXP SECTION equivalente a «--regex=REGEXP --section=SECTION --"
21102133 "add-once»."
21112134
2112 #: install-info/install-info.c:582
2135 #: install-info/install-info.c:591
21132136 msgid ""
21142137 " --silent suppress warnings.\n"
21152138 " --test suppress updating of DIR-FILE.\n"
21192142 " --test ignora l'aggiornamento del DIR-FILE.\n"
21202143 " --version mostra le informazioni di versione ed esce."
21212144
2122 #: install-info/install-info.c:589 tp/texi2any.pl:723
2145 #: install-info/install-info.c:598 tp/texi2any.pl:724
21232146 msgid ""
21242147 "Email bug reports to bug-texinfo@gnu.org,\n"
21252148 "general questions and discussion to help-texinfo@gnu.org.\n"
21292152 "per domande generali e discussioni: help-texinfo@gnu.org.\n"
21302153 "Sito web di Texinfo: http://www.gnu.org/software/texinfo/"
21312154
2132 #: install-info/install-info.c:616
2155 #: install-info/install-info.c:625
21332156 #, c-format
21342157 msgid ""
21352158 "This is the file .../info/dir, which contains the\n"
21672190 "\n"
21682191 " %s\n"
21692192
2170 #: install-info/install-info.c:640
2171 #, fuzzy, c-format
2193 #: install-info/install-info.c:649
2194 #, c-format
21722195 msgid "%s: could not read (%s) and could not create (%s)"
2173 msgstr "%s: impossibile leggere (%s) e creare (%s)\n"
2174
2175 #: install-info/install-info.c:736
2196 msgstr "%s: impossibile leggere (%s) e creare (%s)"
2197
2198 #: install-info/install-info.c:745
21762199 #, c-format
21772200 msgid "%s: empty file"
21782201 msgstr "%s: file vuoto"
21792202
2180 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2203 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21812204 #, c-format
21822205 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21832206 msgstr "START-INFO-DIR-ENTRY senza la corrispondente END-INFO-DIR-ENTRY"
21842207
2185 #: install-info/install-info.c:1114
2208 #: install-info/install-info.c:1123
21862209 #, c-format
21872210 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21882211 msgstr "END-INFO-DIR-ENTRY senza la corrispondente START-INFO-DIR-ENTRY"
21892212
2190 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2213 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21912214 #, c-format
21922215 msgid "%s: already have dir file: %s\n"
21932216 msgstr "%s: ha già un file indice: %s\n"
21942217
2195 #: install-info/install-info.c:2068
2218 #: install-info/install-info.c:2077
21962219 #, c-format
21972220 msgid "%s: Specify the Info file only once.\n"
21982221 msgstr "%s: Specifica il file Info solo una volta.\n"
21992222
2200 #: install-info/install-info.c:2101
2223 #: install-info/install-info.c:2110
22012224 #, c-format
22022225 msgid "Extra regular expression specified, ignoring `%s'"
22032226 msgstr "Espressione regolare specificata in più, ignoro «%s»"
22042227
2205 #: install-info/install-info.c:2113
2228 #: install-info/install-info.c:2122
22062229 #, c-format
22072230 msgid "Error in regular expression `%s': %s"
22082231 msgstr "Errore nell'espressione regolare «%s»: %s"
22092232
2210 #: install-info/install-info.c:2171
2233 #: install-info/install-info.c:2180
22112234 #, c-format
22122235 msgid "excess command line argument `%s'"
22132236 msgstr "Troppi argomenti sulla riga di comando «%s»"
22142237
2215 #: install-info/install-info.c:2175
2238 #: install-info/install-info.c:2184
22162239 #, c-format
22172240 msgid "No input file specified; try --help for more information."
22182241 msgstr ""
22192242 "Nessun file in entrata specificato; usare «--help» per maggiori informazioni."
22202243
2221 #: install-info/install-info.c:2177
2244 #: install-info/install-info.c:2186
22222245 #, c-format
22232246 msgid "No dir file specified; try --help for more information."
22242247 msgstr ""
22252248 "File di indice non specificato; usare «--help» per maggiori informazioni."
22262249
2227 #: install-info/install-info.c:2319
2250 #: install-info/install-info.c:2328
22282251 #, c-format
22292252 msgid "no info dir entry in `%s'"
22302253 msgstr "nessuna voce dell'indice in «%s»"
22312254
2232 #: install-info/install-info.c:2567
2255 #: install-info/install-info.c:2576
22332256 #, c-format
22342257 msgid "no entries found for `%s'; nothing deleted"
22352258 msgstr "nessuna voce trovata per «%s»; nulla da eliminare"
22362259
2237 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2238 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2239 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2240 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2241 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2260 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22422265 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22432266 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
2244 #, fuzzy, perl-format
2267 #, perl-format
22452268 msgid "Could not open %s for writing: %s"
2246 msgstr "%s: impossibile aprire --css-file: %s"
2269 msgstr "Impossibile aprire %s per la scrittura: %s"
22472270
22482271 #: tp/Texinfo/Common.pm:824
22492272 msgid "recursion is always allowed"
2250 msgstr ""
2273 msgstr "la ricorsione è sempre accettata"
22512274
22522275 #: tp/Texinfo/Common.pm:825
2253 #, fuzzy
22542276 msgid "arguments are quoted by default"
2255 msgstr "@quote-arg è deprecata; gli argomenti vengono quotati come predefinito"
2277 msgstr "gli argomenti vengono quotati come predefinito"
22562278
22572279 #: tp/Texinfo/Common.pm:1024
2258 #, fuzzy, perl-format
2280 #, perl-format
22592281 msgid "%s is not a valid language code"
2260 msgstr "%s non è un codice di lingua valido conforme all'ISO 639"
2282 msgstr "%s non è un codice di lingua valido"
22612283
22622284 #: tp/Texinfo/Common.pm:1029
2263 #, fuzzy, perl-format
2285 #, perl-format
22642286 msgid "%s is not a valid region code"
2265 msgstr "%s non è un codice di lingua valido conforme all'ISO 639"
2287 msgstr "%s non è un codice di regione valido"
22662288
22672289 #: tp/Texinfo/Common.pm:1047
2268 #, fuzzy, perl-format
2290 #, perl-format
22692291 msgid "%s is not a valid split possibility"
2270 msgstr "%s non è un codice di lingua valido conforme all'ISO 639"
2292 msgstr "%s non è una valida possibilità di divisione"
22712293
22722294 #: tp/Texinfo/Common.pm:1070 tp/Texinfo/Common.pm:1495
2273 #, fuzzy, perl-format
2295 #, perl-format
22742296 msgid "Cannot read %s: %s"
2275 msgstr "Impossibile creare la directory «%s»: %s"
2297 msgstr "Impossibile leggere %s: %s"
22762298
22772299 #: tp/Texinfo/Common.pm:1087
22782300 #, fuzzy, perl-format
22792301 msgid "Error on closing @verbatiminclude file %s: %s"
2280 msgstr "errore durante la chiusura del file di output «%s»"
2302 msgstr "Errore durante la chiusura del file @verbatiminclude %s: %s"
22812303
22822304 #: tp/Texinfo/Common.pm:1092 tp/Texinfo/Parser.pm:3084
2283 #, fuzzy, perl-format
2305 #, perl-format
22842306 msgid "@%s: Cannot find %s"
2285 msgstr "Impossibile trovare «%s»."
2307 msgstr "@%s: Impossibile trovare «%s»"
22862308
22872309 #: tp/Texinfo/Common.pm:1392
2288 #, fuzzy, perl-format
2310 #, perl-format
22892311 msgid "Cannot open html refs config file %s: %s"
2290 msgstr "Impossibile rimuovere il file «%s»: %s"
2312 msgstr ""
2313 "Impossibile aprire il file di configurazione dei riferimenti HTML %s: %s"
22912314
22922315 #: tp/Texinfo/Common.pm:1420
22932316 msgid "Missing type"
2294 msgstr ""
2317 msgstr "Tipo mancante"
22952318
22962319 #: tp/Texinfo/Common.pm:1423
2297 #, fuzzy, perl-format
2320 #, perl-format
22982321 msgid "Unrecognized type: %s"
2299 msgstr "%s: opzione non riconosciuta «--%s»\n"
2322 msgstr "Tipo non riconosciuto: %s"
23002323
23012324 #: tp/Texinfo/Common.pm:1439
2302 #, fuzzy, perl-format
2325 #, perl-format
23032326 msgid "Error on closing html refs config file %s: %s"
2304 msgstr "Impossibile rimuovere il file «%s»: %s"
2327 msgstr ""
2328 "Errore durante la chiusura del file di configurazione dei riferimenti HTML "
2329 "%s: %s"
23052330
23062331 #: tp/Texinfo/Common.pm:1474
23072332 #, perl-format
23082333 msgid "%s:%d: no node to be renamed\n"
2309 msgstr ""
2334 msgstr "%s:%d: nessun nodo da rinominare\n"
23102335
23112336 #: tp/Texinfo/Common.pm:1485
23122337 #, perl-format
23132338 msgid "%s:%d: nodes without a new name at the end of file\n"
2314 msgstr ""
2339 msgstr "%s:%d: nodi senza un nuovo nome alla fine del file\n"
23152340
23162341 #: tp/Texinfo/Common.pm:1976
23172342 #, perl-format
23182343 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2319 msgstr ""
2344 msgstr "protect_hashchar_at_line_beginning non protetto in @%s"
23202345
23212346 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2322 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2323 #, fuzzy, perl-format
2347 #: tp/texi2any.pl:386 tp/texi2any.pl:403
2348 #, perl-format
23242349 msgid "Obsolete variable %s\n"
2325 msgstr "Imposta variabile: "
2350 msgstr "Variabile %s obsoleta\n"
23262351
23272352 #: tp/Texinfo/Convert/Converter.pm:608
2328 #, fuzzy, perl-format
2353 #, perl-format
23292354 msgid "Can't create directories `%s' or `%s': %s"
2330 msgstr "Impossibile creare la directory «%s»: %s"
2355 msgstr "Impossibile creare le directory «%s» o «%s»: %s"
23312356
23322357 #: tp/Texinfo/Convert/Converter.pm:616
2333 #, fuzzy, perl-format
2358 #, perl-format
23342359 msgid "Can't create directories `%s': %s"
2335 msgstr "Impossibile creare la directory «%s»: %s"
2336
2337 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2338 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2360 msgstr "Impossibile creare le directory «%s»: %s"
2361
2362 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2363 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23392364 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23402365 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2341 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2342 #: tp/init/chm.pm:399
2366 #: tp/Texinfo/Parser.pm:1871
2367 #, perl-format
2368 msgid "Error on closing %s: %s"
2369 msgstr "Errore durante la chiusura di %s: %s"
2370
2371 #: tp/Texinfo/Convert/DocBook.pm:897
2372 #, perl-format
2373 msgid "@image file `%s' not found, using `%s'"
2374 msgstr "file @image «%s» non trovato, verrà usato «%s»"
2375
2376 #: tp/Texinfo/Convert/HTML.pm:1677
2377 #, perl-format
2378 msgid "@image file `%s' (for HTML) not found, using `%s'"
2379 msgstr "File immagine «%s» (per il formato HTML) non trovato, verrà usato «%s»"
2380
2381 #: tp/Texinfo/Convert/HTML.pm:2345
2382 #, perl-format
2383 msgid "Raw format %s is not converted"
2384 msgstr "Il formato grezzo %s non è convertito"
2385
2386 #: tp/Texinfo/Convert/HTML.pm:4814
2387 #, perl-format
2388 msgid "%s:%d: string not closed in css file"
2389 msgstr "%s:%d: stringa non chiusa nel file CSS"
2390
2391 #: tp/Texinfo/Convert/HTML.pm:4816
2392 #, perl-format
2393 msgid "%s:%d: --css-include ended in comment"
2394 msgstr "%s:%d: --css-include termina con un commento"
2395
2396 #: tp/Texinfo/Convert/HTML.pm:4818
23432397 #, fuzzy, perl-format
2344 msgid "Error on closing %s: %s"
2345 msgstr "errore durante la scrittura del file «%s»"
2346
2347 #: tp/Texinfo/Convert/DocBook.pm:919
2348 #, fuzzy, perl-format
2349 msgid "@image file `%s' not found, using `%s'"
2350 msgstr "file @image «%s» non leggibile: %s"
2351
2352 #: tp/Texinfo/Convert/HTML.pm:1677
2353 #, fuzzy, perl-format
2354 msgid "@image file `%s' (for HTML) not found, using `%s'"
2355 msgstr "Il file immagine «%s» non è leggibile (per il formato HTML): %s"
2356
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:4832
2363 #, perl-format
2364 msgid "%s:%d: string not closed in css file"
2365 msgstr ""
2366
2367 #: tp/Texinfo/Convert/HTML.pm:4834
2368 #, fuzzy, perl-format
2369 msgid "%s:%d: --css-include ended in comment"
2370 msgstr "%s:%d: --css-file termina con un commento"
2371
2372 #: tp/Texinfo/Convert/HTML.pm:4836
2373 #, perl-format
2374 msgid "%s:%d @import not finished in css file"
2375 msgstr ""
2376
2377 #: tp/Texinfo/Convert/HTML.pm:4862
2378 #, fuzzy, perl-format
2398 msgid "%s:%d: @import not finished in css file"
2399 msgstr "%s:%d @import non terminato nel file CSS"
2400
2401 #: tp/Texinfo/Convert/HTML.pm:4844
2402 #, perl-format
23792403 msgid "css file %s not found"
2380 msgstr "%cend macro non trovata"
2381
2382 #: tp/Texinfo/Convert/HTML.pm:4868
2383 #, fuzzy, perl-format
2404 msgstr "File CSS %s non trovato"
2405
2406 #: tp/Texinfo/Convert/HTML.pm:4850
2407 #, perl-format
23842408 msgid "could not open --include-file %s: %s"
2385 msgstr "%s: impossibile aprire --css-file: %s"
2386
2387 #: tp/Texinfo/Convert/HTML.pm:4878
2388 #, fuzzy, perl-format
2409 msgstr "impossibile aprire --include-file %s: %s"
2410
2411 #: tp/Texinfo/Convert/HTML.pm:4860
2412 #, perl-format
23892413 msgid "Error on closing CSS file %s: %s"
2390 msgstr "errore durante la chiusura del file di output «%s»"
2391
2392 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2393 #, fuzzy, perl-format
2414 msgstr "Errore durante la chiusura del file CSS %s: %s"
2415
2416 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2417 #, perl-format
23942418 msgid "No htmlxref.cnf entry found for `%s'"
2395 msgstr "nessuna voce dell'indice trovata per «%s»\n"
2396
2397 #: tp/Texinfo/Convert/HTML.pm:6513
2398 #, fuzzy, perl-format
2419 msgstr "Nessuna voce htmlxref.cnf trovata per «%s»"
2420
2421 #: tp/Texinfo/Convert/HTML.pm:6495
2422 #, perl-format
23992423 msgid "Error on closing frame file %s: %s"
2400 msgstr "errore durante la chiusura del file di output «%s»"
2401
2402 #: tp/Texinfo/Convert/HTML.pm:6537
2403 #, fuzzy, perl-format
2424 msgstr "Errore durante la chiusura del file frame %s: %s"
2425
2426 #: tp/Texinfo/Convert/HTML.pm:6519
2427 #, perl-format
24042428 msgid "Error on closing TOC frame file %s: %s"
2405 msgstr "errore durante la chiusura del file di output «%s»"
2406
2407 #: tp/Texinfo/Convert/HTML.pm:6652
2429 msgstr "Errore durante la chiusura del file TOC frame %s: %s"
2430
2431 #: tp/Texinfo/Convert/HTML.pm:6634
24082432 #, perl-format
24092433 msgid "Handler %s of stage %s priority %s failed"
2410 msgstr ""
2411
2412 #: tp/Texinfo/Convert/HTML.pm:6853
2434 msgstr "Gestore %s dello stage %s con priorità %s fallito"
2435
2436 #: tp/Texinfo/Convert/HTML.pm:6835
24132437 msgid "Must specify a title with a title command or @top"
2414 msgstr ""
2415
2416 #: tp/Texinfo/Convert/HTML.pm:7058
2438 msgstr "È necessario specificare un titolo con un comando «title» o @top"
2439
2440 #: tp/Texinfo/Convert/HTML.pm:7040
24172441 #, perl-format
24182442 msgid "Error on closing redirection node file %s: %s"
2419 msgstr ""
2420
2421 #: tp/Texinfo/Convert/HTML.pm:7083
2422 #, fuzzy, perl-format
2443 msgstr "Errore durante la chiusura del file del nodo di redirezione %s: %s"
2444
2445 #: tp/Texinfo/Convert/HTML.pm:7065
2446 #, perl-format
24232447 msgid "Old name for `%s' is a node of the document"
2424 msgstr "Questo nodo non contiene nessun «Prev» o «Up» in questo documento."
2425
2426 #: tp/Texinfo/Convert/HTML.pm:7087
2427 #, fuzzy, perl-format
2448 msgstr "Il vecchio nome per «%s» è un nodo del documento"
2449
2450 #: tp/Texinfo/Convert/HTML.pm:7069
2451 #, perl-format
24282452 msgid "File empty for renamed node `%s'"
2429 msgstr "nodo «%s» non referenziato"
2430
2431 #: tp/Texinfo/Convert/HTML.pm:7099
2453 msgstr "File vuoto per il nodo rinominato «%s»"
2454
2455 #: tp/Texinfo/Convert/HTML.pm:7081
24322456 #, perl-format
24332457 msgid "Target node (new name for `%s') not in document: %s"
2434 msgstr ""
2435
2436 #: tp/Texinfo/Convert/HTML.pm:7131
2437 #, fuzzy, perl-format
2458 msgstr "Il nodo di riferimento (nuovo nome per «%s») non è nel documento: %s"
2459
2460 #: tp/Texinfo/Convert/HTML.pm:7113
2461 #, perl-format
24382462 msgid "Error on closing renamed node redirection file %s: %s"
2439 msgstr "errore durante la chiusura del file di output «%s»"
2440
2441 #: tp/Texinfo/Convert/HTML.pm:7169
2442 #, fuzzy
2463 msgstr "Errore durante la chiusura del file dei nodi rinominato %s: %s"
2464
2465 #: tp/Texinfo/Convert/HTML.pm:7151
24432466 msgid "Empty node name"
2444 msgstr "nessuna voce dell'indice trovata per «%s»\n"
2445
2446 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2467 msgstr "Nome del nodo vuoto"
2468
2469 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24472470 #, perl-format
24482471 msgid "Syntax for an external node used for `%s'"
2449 msgstr ""
2472 msgstr "Sintassi per un nodo esterno usata per «%s»"
24502473
24512474 #: tp/Texinfo/Convert/Info.pm:99
2452 #, fuzzy
24532475 msgid "Document without nodes."
2454 msgstr "Nessun menù in questo nodo."
2476 msgstr "Documento senza nodi."
24552477
24562478 #: tp/Texinfo/Convert/Info.pm:115
24572479 msgid "Document without Top node."
2458 msgstr ""
2480 msgstr "Documento senza il nodo «Top»."
24592481
24602482 #: tp/Texinfo/Convert/Info.pm:151
24612483 #, perl-format
24622484 msgid "Rename %s failed: %s"
2463 msgstr ""
2485 msgstr "Rinomina di %s fallita: %s"
24642486
24652487 #: tp/Texinfo/Convert/Info.pm:226
24662488 #, perl-format
24672489 msgid "@%s output more than once: %s"
2468 msgstr ""
2490 msgstr "output di @%s «%s» più di una volta"
24692491
24702492 #: tp/Texinfo/Convert/Info.pm:340
2471 #, fuzzy, perl-format
2493 #, perl-format
24722494 msgid "@%s outside of any node"
2473 msgstr "(non presente in alcun nodo)"
2495 msgstr "@%s non presente in alcun nodo"
24742496
24752497 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2467
24762498 #, perl-format
24802502 #: tp/Texinfo/Convert/Plaintext.pm:1217
24812503 #, fuzzy, perl-format
24822504 msgid "Error on closing image text file %s: %s"
2483 msgstr "errore durante la chiusura del file di output «%s»"
2505 msgstr "Errore durante la chiusura del file testo dell'immagine %s: %s"
24842506
24852507 #: tp/Texinfo/Convert/Plaintext.pm:1222
24862508 #, perl-format
24882510 msgstr "file @image «%s» non leggibile: %s"
24892511
24902512 #: tp/Texinfo/Convert/Plaintext.pm:1250
2491 #, fuzzy, perl-format
2513 #, perl-format
24922514 msgid "Cannot find @image file `%s.txt' nor alternate text"
2493 msgstr "Impossibile trovare il nodo «%s»."
2515 msgstr "Impossibile trovare il file @image «%s.txt» né testo alternativo"
24942516
24952517 #: tp/Texinfo/Convert/Plaintext.pm:1615
24962518 msgid ""
25012523 "non succeda"
25022524
25032525 #: tp/Texinfo/Convert/Plaintext.pm:1845
2504 #, fuzzy, perl-format
2526 #, perl-format
25052527 msgid "`.' or `,' must follow @xref, not %s"
2506 msgstr "«.» o «,» devono seguire @%s, non «%c»"
2528 msgstr "«.» o «,» devono seguire @xref, non %s"
25072529
25082530 #: tp/Texinfo/Convert/Plaintext.pm:1847
2509 #, fuzzy
25102531 msgid "`.' or `,' must follow @xref"
2511 msgstr "«.» o «,» devono seguire @%s, non «%c»"
2532 msgstr "«.» o «,» devono seguire @xref"
25122533
25132534 #: tp/Texinfo/Parser.pm:800
2514 #, fuzzy, perl-format
2535 #, perl-format
25152536 msgid "@%s should only appear at beginning or end of document"
2516 msgstr "%s: impossibile aprire --css-file: %s"
2537 msgstr "@%s dovrebbe apparire solo all'inizio o alla fine del documento"
25172538
25182539 #: tp/Texinfo/Parser.pm:816
2519 #, fuzzy, perl-format
2540 #, perl-format
25202541 msgid "Can't read file %s: %s"
2521 msgstr "Impossibile rimuovere il file «%s»: %s"
2542 msgstr "Impossibile leggere il file «%s»: %s"
25222543
25232544 #: tp/Texinfo/Parser.pm:1046 tp/Texinfo/Structuring.pm:548
25242545 #, perl-format
25252546 msgid "Multiple @%s"
2526 msgstr ""
2547 msgstr "@%s multiplo"
25272548
25282549 #: tp/Texinfo/Parser.pm:1077
2529 #, fuzzy, perl-format
2550 #, perl-format
25302551 msgid "Bad syntax for @%s argument: %s"
2531 msgstr "Argomento errato per @%s"
2552 msgstr "Sintassi errata per l'argomento @%s: %s"
25322553
25332554 #: tp/Texinfo/Parser.pm:1093
25342555 #, perl-format
25352556 msgid "Bad or empty @%s formal argument: %s"
2536 msgstr ""
2557 msgstr "Errato o vuoto argomento formale @%s: %s"
25372558
25382559 #: tp/Texinfo/Parser.pm:1102 tp/Texinfo/Parser.pm:4458
25392560 #: tp/Texinfo/Parser.pm:4481 tp/Texinfo/Parser.pm:5098
25502571 #: tp/Texinfo/Parser.pm:1215
25512572 #, perl-format
25522573 msgid "@%s missing closing delimiter sequence: %s}"
2553 msgstr ""
2574 msgstr "sequenza di delimitazione di chiusura mancante in @%s: %s}"
25542575
25552576 #: tp/Texinfo/Parser.pm:1327
2556 #, fuzzy, perl-format
2577 #, perl-format
25572578 msgid "@itemx should not begin @%s"
2558 msgstr "%s: impossibile aprire --css-file: %s"
2579 msgstr "@itemx non dovrebbe iniziare @%s"
25592580
25602581 #: tp/Texinfo/Parser.pm:1395
25612582 msgid "@itemx must follow @item"
2562 msgstr ""
2583 msgstr "@itemx deve seguire @item"
25632584
25642585 #: tp/Texinfo/Parser.pm:1561
25652586 #, perl-format
25662587 msgid "@%s has text but no @item"
2567 msgstr ""
2588 msgstr "@%s ha testo ma non @item"
25682589
25692590 #: tp/Texinfo/Parser.pm:1591
25702591 #, perl-format
25732594 "«@end» si aspettava il carattere «%s», ma è stato letto il carattere «%s»"
25742595
25752596 #: tp/Texinfo/Parser.pm:1594
2576 #, fuzzy, perl-format
2597 #, perl-format
25772598 msgid "@%s seen before @end %s"
2578 msgstr "@menu è stato letto prima del primo @node, creazione del nodo «Top»"
2599 msgstr "@%s visto prima di @end %s"
25792600
25802601 #: tp/Texinfo/Parser.pm:1598
25812602 #, perl-format
25942615 msgstr "«%c%s» senza corrispondenza"
25952616
25962617 #: tp/Texinfo/Parser.pm:1945
2597 #, fuzzy, perl-format
2618 #, perl-format
25982619 msgid "Macro `%s' called with too many args"
2599 msgstr "La macro «%s» chiamata sulla riga %d contiene troppi argomenti"
2620 msgstr "Macro «%s» chiamata con troppi argomenti"
26002621
26012622 #: tp/Texinfo/Parser.pm:1967
2602 #, fuzzy, perl-format
2623 #, perl-format
26032624 msgid "@%s missing close brace"
2604 msgstr "%c%s parentesi di chiusura mancante"
2625 msgstr "%s parentesi di chiusura mancante"
26052626
26062627 #: tp/Texinfo/Parser.pm:1974
2607 #, fuzzy, perl-format
2628 #, perl-format
26082629 msgid "Macro `%s' declared without argument called with an argument"
2609 msgstr "La macro «%s» chiamata sulla riga %d contiene troppi argomenti"
2630 msgstr ""
2631 "La macro «%s» dichiarata senza argomenti è stata chiamata con un argomento"
26102632
26112633 #: tp/Texinfo/Parser.pm:2008
2612 #, fuzzy, perl-format
2634 #, perl-format
26132635 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
26142636 msgstr ""
2615 "\\ è stato letto nell'espansione della macro seguita da «%s» anziché dal "
2616 "nome del parametro"
2637 "\\ nell'espansione della macro @%s seguita da «%s» anziché dal nome del "
2638 "parametro opppure \\"
26172639
26182640 #: tp/Texinfo/Parser.pm:2399
2619 #, fuzzy, perl-format
2641 #, perl-format
26202642 msgid "@%s `%s' previously defined"
2621 msgstr "macro «%s» già definita precedentemente"
2643 msgstr "@%s «%s» già definita precedentemente"
26222644
26232645 #: tp/Texinfo/Parser.pm:2404
2624 #, fuzzy, perl-format
2646 #, perl-format
26252647 msgid "here is the previous definition as @%s"
2626 msgstr "ecco la definizione precedente di «%s»"
2648 msgstr "ecco la definizione precedente come @%s"
26272649
26282650 #: tp/Texinfo/Parser.pm:2759
2629 #, fuzzy, perl-format
2651 #, perl-format
26302652 msgid "Missing name for @%s"
2631 msgstr "Carattere «}» assente nella costruzione di «@def arg»"
2653 msgstr "Nome mancante per @%s"
26322654
26332655 #: tp/Texinfo/Parser.pm:2764
26342656 #, perl-format
26352657 msgid "Missing category for @%s"
2636 msgstr ""
2658 msgstr "Categoria mancante per @%s"
26372659
26382660 #: tp/Texinfo/Parser.pm:2816
2639 #, fuzzy, perl-format
2661 #, perl-format
26402662 msgid "Unexpected argument on @%s line: %s"
2641 msgstr "Argomento errato per @%s: %s"
2663 msgstr "Argomento inaspettato nella riga @%s: %s"
26422664
26432665 #: tp/Texinfo/Parser.pm:2832
2644 #, fuzzy
26452666 msgid "empty multitable"
2646 msgstr "%s: file vuoto"
2667 msgstr "multitabella vuota"
26472668
26482669 #: tp/Texinfo/Parser.pm:2887 tp/Texinfo/Parser.pm:5185
2649 #, fuzzy, perl-format
2670 #, perl-format
26502671 msgid "Superfluous argument to @%s"
2651 msgstr "Argomento errato per @%s"
2672 msgstr "Argomento superfluo per @%s"
26522673
26532674 #: tp/Texinfo/Parser.pm:2893 tp/Texinfo/Parser.pm:5206
26542675 #: tp/Texinfo/Parser.pm:5217
26652686 #, perl-format
26662687 msgid "Command @%s not accepting argument in brace should not be on @%s line"
26672688 msgstr ""
2689 "Il comando @%s che non accetta argomento in parentesi graffe, non dovrebbe "
2690 "essere sulla riga @%s"
26682691
26692692 #: tp/Texinfo/Parser.pm:2944
2670 #, fuzzy, perl-format
2693 #, perl-format
26712694 msgid "Accent command `@%s' not allowed as @%s argument"
2672 msgstr "@item non permesso come argomento di @itemize"
2695 msgstr ""
2696 "Il comando per accentare «@%s» non è stato accettato come argomento @%s"
26732697
26742698 #: tp/Texinfo/Parser.pm:3021 tp/Texinfo/Parser.pm:3157
26752699 #: tp/Texinfo/Parser.pm:5178
2676 #, fuzzy, perl-format
2700 #, perl-format
26772701 msgid "@%s missing argument"
2678 msgstr "%s: nome file mancante.\n"
2702 msgstr "argomento mancante per @%s"
26792703
26802704 #: tp/Texinfo/Parser.pm:3033
2681 #, fuzzy, perl-format
2705 #, perl-format
26822706 msgid "Unknown @end %s"
2683 msgstr "Indice «%s» sconosciuto"
2707 msgstr "@end %s sconosciuto"
26842708
26852709 #: tp/Texinfo/Parser.pm:3055 tp/Texinfo/Parser.pm:3662
2686 #, fuzzy, perl-format
2710 #, perl-format
26872711 msgid "Superfluous argument to @%s %s: %s"
2688 msgstr "Argomento errato per @%s: %s"
2712 msgstr "Argomento superfluo per @%s %s: %s"
26892713
26902714 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:5257
26912715 #: tp/Texinfo/Parser.pm:5303 tp/Texinfo/Parser.pm:5329
26952719 msgstr "Argomento errato per @%s: %s"
26962720
26972721 #: tp/Texinfo/Parser.pm:3079
2698 #, fuzzy, perl-format
2722 #, perl-format
26992723 msgid "@%s: Cannot open %s: %s"
2700 msgstr "Impossibile trovare «%s»."
2724 msgstr "%s: impossibile aprire %s: %s"
27012725
27022726 #: tp/Texinfo/Parser.pm:3091
27032727 #, perl-format
27042728 msgid "Encoding `%s' is not a canonical texinfo encoding"
2705 msgstr ""
2729 msgstr "La codifica «%s» non è una codifica texinfo canonica"
27062730
27072731 #: tp/Texinfo/Parser.pm:3099
27082732 #, perl-format
27122736 #: tp/Texinfo/Parser.pm:3247
27132737 #, perl-format
27142738 msgid "@%s after the first element"
2715 msgstr ""
2739 msgstr "@%s dopo il primo elemento"
27162740
27172741 #: tp/Texinfo/Parser.pm:3254
2718 #, fuzzy, perl-format
2742 #, perl-format
27192743 msgid "@%s only meaningful on a @multitable line"
2720 msgstr "@%s è privo di significato aldifuori dell'ambiente «@titlepage»"
2744 msgstr "@%s ha senso solo su una riga @multitable"
27212745
27222746 #: tp/Texinfo/Parser.pm:3291
2723 #, fuzzy, perl-format
2747 #, perl-format
27242748 msgid "@%s should not be associated with @top"
2725 msgstr "%s: impossibile aprire --css-file: %s"
2749 msgstr "@%s non dovrebbe esssere associato con @top"
27262750
27272751 #: tp/Texinfo/Parser.pm:3303
2728 #, fuzzy, perl-format
2752 #, perl-format
27292753 msgid "@node precedes @%s, but parts may not be associated with nodes"
2730 msgstr "%s: impossibile aprire --css-file: %s"
2754 msgstr ""
2755 "@node precede @%s, ma alcune parti potrebbero non essere associati con dei "
2756 "nodi"
27312757
27322758 #: tp/Texinfo/Parser.pm:3400
2733 #, fuzzy, perl-format
2759 #, perl-format
27342760 msgid "Empty argument in @%s"
2735 msgstr "Argomento errato per @%s"
2761 msgstr "Argomento vuoto in @%s"
27362762
27372763 #: tp/Texinfo/Parser.pm:3404
27382764 #, perl-format
27392765 msgid "Empty node name after expansion `%s'"
2740 msgstr ""
2766 msgstr "Nome del nodo vuoto dopo l'espansione «%s»"
27412767
27422768 #: tp/Texinfo/Parser.pm:3447
2743 #, fuzzy, perl-format
2769 #, perl-format
27442770 msgid "Empty menu entry name in `%s'"
2745 msgstr "Argomento errato per @%s"
2771 msgstr "Nome della voce del menù vuoto in «%s»"
27462772
27472773 #: tp/Texinfo/Parser.pm:3455
27482774 #, fuzzy
2749 msgid "Empty node in menu entry"
2750 msgstr "nessuna voce dell'indice trovata per «%s»\n"
2775 msgid "Empty node name in menu entry"
2776 msgstr "Nodo vuoto nella voce di menù"
27512777
27522778 #: tp/Texinfo/Parser.pm:3525
2753 #, fuzzy, perl-format
2779 #, perl-format
27542780 msgid "@%s should not appear in @%s"
2755 msgstr "%s: impossibile aprire --css-file: %s"
2781 msgstr "@%s non dovrebbe apparire in @%s"
27562782
27572783 #: tp/Texinfo/Parser.pm:3656
2758 #, fuzzy, perl-format
2784 #, perl-format
27592785 msgid "@end %s should only appear at a line beginning"
2760 msgstr "%s: impossibile aprire --css-file: %s"
2786 msgstr "@end %s dovrebbe apparire solo a inizio riga"
27612787
27622788 #: tp/Texinfo/Parser.pm:3678
27632789 #, perl-format
27722798 #: tp/Texinfo/Parser.pm:3684
27732799 #, perl-format
27742800 msgid "Redefining Texinfo language command: @%s"
2775 msgstr ""
2801 msgstr "Ridefinizione del comando del linguaggio Texinfo: @%s"
27762802
27772803 #: tp/Texinfo/Parser.pm:3733
27782804 #, perl-format
27792805 msgid "@%s without associated character"
2780 msgstr ""
2806 msgstr "@%s senza carattere associato"
27812807
27822808 #: tp/Texinfo/Parser.pm:3794
27832809 #, perl-format
27842810 msgid ""
27852811 "@%s defined with zero or more than one argument should be invoked with {}"
27862812 msgstr ""
2813 "@%s definito con zero o più di un argomento dovrebbe essere invocato con {}"
27872814
27882815 #: tp/Texinfo/Parser.pm:3817
27892816 #, perl-format
27912818 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27922819 "value %d)"
27932820 msgstr ""
2821 "Troppe chiamate a macro annidate (impostare MAX_NESTED_MACROS per ignorare; "
2822 "valore attuale %d)"
27942823
27952824 #: tp/Texinfo/Parser.pm:3825
27962825 #, perl-format
27972826 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
27982827 msgstr ""
2828 "Chiamata ricorsiva della macro %s non accettata; usare @rmacro se necessario"
27992829
28002830 #: tp/Texinfo/Parser.pm:3880
28012831 #, perl-format
28022832 msgid "Accent command `@%s' must not be followed by whitespace"
2803 msgstr ""
2833 msgstr "Il comando per accentare «@%s» non deve essere seguito da spazi"
28042834
28052835 #: tp/Texinfo/Parser.pm:3886
28062836 #, perl-format
28082838 msgstr "Usa le parentesi graffe per dare un comando come argomento a @%s"
28092839
28102840 #: tp/Texinfo/Parser.pm:3899 tp/Texinfo/Parser.pm:4897
2811 #, fuzzy, perl-format
2841 #, perl-format
28122842 msgid "%c%s expects `i' or `j' as argument, not `%s'"
2813 msgstr "%c%s si aspettava «i» o «j» come argomento, non «%c»"
2843 msgstr "%c%s si aspettava «i» o «j» come argomento, non «%s»"
28142844
28152845 #: tp/Texinfo/Parser.pm:3911
28162846 #, perl-format
28172847 msgid "Accent command `@%s' must not be followed by new line"
28182848 msgstr ""
2849 "Il comando per accentare «@%s» non deve essere seguito da una nuova riga"
28192850
28202851 #: tp/Texinfo/Parser.pm:3922
2821 #, fuzzy, perl-format
2852 #, perl-format
28222853 msgid "@%s expected braces"
2823 msgstr "%c%s si aspettava le parentesi graffe"
2854 msgstr "@%s si aspettava le parentesi graffe"
28242855
28252856 #: tp/Texinfo/Parser.pm:4081
28262857 #, perl-format
28292860
28302861 #: tp/Texinfo/Parser.pm:4084
28312862 msgid "Bad syntax for @value"
2832 msgstr ""
2863 msgstr "Sintassi errata per @value"
28332864
28342865 #: tp/Texinfo/Parser.pm:4091
2835 #, fuzzy, perl-format
2866 #, perl-format
28362867 msgid "%c%s is obsolete."
2837 msgstr "%c%s è obsoleto"
2868 msgstr "%c%s è obsoleto."
28382869
28392870 #: tp/Texinfo/Parser.pm:4094
2840 #, fuzzy, perl-format
2871 #, perl-format
28412872 msgid "%c%s is obsolete; %s"
2842 msgstr "%c%s è obsoleto"
2873 msgstr "%c%s è obsoleto; %s"
28432874
28442875 #: tp/Texinfo/Parser.pm:4102
2845 #, fuzzy, perl-format
2876 #, perl-format
28462877 msgid "@%s should only appear at a line beginning"
2847 msgstr "%s: impossibile aprire --css-file: %s"
2878 msgstr "@%s dovrebbe apparire solo a inizio riga"
28482879
28492880 #: tp/Texinfo/Parser.pm:4192
2850 #, fuzzy, perl-format
2881 #, perl-format
28512882 msgid "@%s not allowed inside `@%s' block"
2852 msgstr "@%s è privo di significato all'interno del blocco «@%s»"
2883 msgstr "@%s non accettato all'interno del blocco «@%s»"
28532884
28542885 #: tp/Texinfo/Parser.pm:4200
2855 #, fuzzy, perl-format
2886 #, perl-format
28562887 msgid "@%s should only appear in heading or footing"
2857 msgstr "%s: impossibile aprire --css-file: %s"
2888 msgstr "@%s dovrebbe apparire solo in intestazione o a piè di pagina"
28582889
28592890 #: tp/Texinfo/Parser.pm:4279 tp/Texinfo/Parser.pm:4291
28602891 #: tp/Texinfo/Parser.pm:4335
28632894 msgstr "@%s è privo di significato all'interno del blocco «@%s»"
28642895
28652896 #: tp/Texinfo/Parser.pm:4298
2866 #, fuzzy, perl-format
2897 #, perl-format
28672898 msgid "@%s in empty multitable"
2868 msgstr "%s: file vuoto"
2899 msgstr "@%s nella multitabella vuota"
28692900
28702901 #: tp/Texinfo/Parser.pm:4303
28712902 msgid "@tab before @item"
2872 msgstr ""
2903 msgstr "@tab prima di @item"
28732904
28742905 #: tp/Texinfo/Parser.pm:4305
28752906 #, perl-format
28832914 #: tp/Texinfo/Parser.pm:4340
28842915 #, perl-format
28852916 msgid "@%s outside of table or list"
2886 msgstr ""
2917 msgstr "@%s fuori da tabella o lista"
28872918
28882919 #: tp/Texinfo/Parser.pm:4373
2889 #, fuzzy, perl-format
2920 #, perl-format
28902921 msgid "Must be after `@%s' to use `@%s'"
2891 msgstr "Deve essere nell'ambiente «@%s» per usare «@%s»"
2922 msgstr "Deve essere dopo «@%s» per usare «@%s»"
28922923
28932924 #: tp/Texinfo/Parser.pm:4414
28942925 #, perl-format
28982929 "«@quotation»"
28992930
29002931 #: tp/Texinfo/Parser.pm:4418
2901 #, fuzzy
29022932 msgid "@dircategory after first node"
2903 msgstr "@menu è stato letto prima del primo @node, creazione del nodo «Top»"
2933 msgstr "@dircategory dopo il primo nodo"
29042934
29052935 #: tp/Texinfo/Parser.pm:4569
2906 #, fuzzy, perl-format
2936 #, perl-format
29072937 msgid "Region %s inside region %s is not allowed"
2908 msgstr "Le note a piè di pagina all'interno di se stesse non sono permesse"
2938 msgstr "Regione %s all'interno della regione %s non permessa"
29092939
29102940 #: tp/Texinfo/Parser.pm:4586
2911 #, fuzzy
29122941 msgid "@direntry after first node"
2913 msgstr "@menu è stato letto prima del primo @node, creazione del nodo «Top»"
2942 msgstr "@direntry dopo il primo nodo"
29142943
29152944 #: tp/Texinfo/Parser.pm:4594
2916 #, fuzzy, perl-format
2945 #, perl-format
29172946 msgid "@%s seen before first @node"
2918 msgstr "@menu è stato letto prima del primo @node, creazione del nodo «Top»"
2947 msgstr "@%s visto prima del primo @node"
29192948
29202949 #: tp/Texinfo/Parser.pm:4596
29212950 msgid ""
29252954 "sotto @ifinfo?"
29262955
29272956 #: tp/Texinfo/Parser.pm:4657
2928 #, fuzzy, perl-format
2957 #, perl-format
29292958 msgid "@%s should only appear in math context"
2930 msgstr "%s: impossibile aprire --css-file: %s"
2959 msgstr "@%s dovrebbe apparire solo in contesti matematici"
29312960
29322961 #: tp/Texinfo/Parser.pm:4665
29332962 #, perl-format
29352964 msgstr "Comando «%s» sconosciuto"
29362965
29372966 #: tp/Texinfo/Parser.pm:4675
2938 #, fuzzy
29392967 msgid "Unexpected @"
2940 msgstr "Si aspettava «%s»"
2968 msgstr "@ inaspettato"
29412969
29422970 #: tp/Texinfo/Parser.pm:4703
2943 #, fuzzy, perl-format
2971 #, perl-format
29442972 msgid "@%s is not meaningful outside `@float' environment"
2945 msgstr "@%s è privo di significato aldifuori dell'ambiente «@float»"
2973 msgstr "@%s non è significativo aldifuori dell'ambiente «@float»"
29462974
29472975 #: tp/Texinfo/Parser.pm:4707
29482976 #, perl-format
29492977 msgid "@%s should be right below `@float'"
2950 msgstr ""
2978 msgstr "@%s dovrebbe essere subito sotto «@float»"
29512979
29522980 #: tp/Texinfo/Parser.pm:4715
29532981 #, perl-format
29542982 msgid "Ignoring multiple @%s"
2955 msgstr ""
2983 msgstr "@%s multipli ignorati"
29562984
29572985 #: tp/Texinfo/Parser.pm:4826
29582986 #, perl-format
29592987 msgid "Command @%s does not accept arguments"
2960 msgstr ""
2988 msgstr "Il comando @%s non accetta argomenti"
29612989
29622990 #: tp/Texinfo/Parser.pm:4849
2963 #, fuzzy, perl-format
2991 #, perl-format
29642992 msgid "Command @%s missing a node or external manual argument"
2965 msgstr "%s: nome file mancante.\n"
2993 msgstr "Nodo o argomento manuale esterno mancante per il comando @%s"
29662994
29672995 #: tp/Texinfo/Parser.pm:4865
29682996 #, perl-format
29692997 msgid "In @%s empty cross reference name after expansion `%s'"
2970 msgstr ""
2998 msgstr "Nome del riferimento incrociato vuoto in @%s dopo l'espansione «%s»"
29712999
29723000 #: tp/Texinfo/Parser.pm:4875
29733001 #, perl-format
29743002 msgid "In @%s empty cross reference title after expansion `%s'"
2975 msgstr ""
3003 msgstr "Titolo del riferimento incrociato vuoto in @%s dopo l'espansione «%s»"
29763004
29773005 #: tp/Texinfo/Parser.pm:4888
29783006 msgid "@image missing filename argument"
29793007 msgstr "@image non ha riferimento ad alcun file"
29803008
29813009 #: tp/Texinfo/Parser.pm:4917
2982 #, fuzzy, perl-format
3010 #, perl-format
29833011 msgid "@%s missing first argument"
2984 msgstr "%s: nome file mancante.\n"
3012 msgstr "primo argomento mancante per @%s"
29853013
29863014 #: tp/Texinfo/Parser.pm:5023
29873015 msgid "Superfluous arguments for node"
2988 msgstr ""
3016 msgstr "Argomenti superflui per il nodo"
29893017
29903018 #: tp/Texinfo/Parser.pm:5062
2991 #, fuzzy, perl-format
3019 #, perl-format
29923020 msgid "Expected @end %s"
2993 msgstr "Si aspettava «%s»"
3021 msgstr "Si aspettava @end %s"
29943022
29953023 #: tp/Texinfo/Parser.pm:5126
2996 #, fuzzy, perl-format
3024 #, perl-format
29973025 msgid "Remaining argument on @%s line: %s"
2998 msgstr "Argomento errato per @%s: %s"
3026 msgstr "Argomento restante sulla riga @%s: %s"
29993027
30003028 #: tp/Texinfo/Parser.pm:5128
3001 #, fuzzy, perl-format
3029 #, perl-format
30023030 msgid "@%s should only accept a @-command as argument, not `%s'"
3003 msgstr "Usa le parentesi graffe per dare un comando come argomento a @%s"
3031 msgstr "@%s dovrebbe accettare solo un @-comando come argomento, non «%s»"
30043032
30053033 #: tp/Texinfo/Parser.pm:5201
3006 #, fuzzy, perl-format
3034 #, perl-format
30073035 msgid "Environment command %s as argument to @%s"
3008 msgstr "Usa le parentesi graffe per dare un comando come argomento a @%s"
3036 msgstr "Comando d'ambiente %s come argomento per @%s"
30093037
30103038 #: tp/Texinfo/Parser.pm:5222
30113039 #, perl-format
30123040 msgid "Empty @%s"
3013 msgstr ""
3041 msgstr "@%s vuoto"
30143042
30153043 #: tp/Texinfo/Parser.pm:5230
30163044 #, perl-format
30173045 msgid "column fraction not a number: %s"
3018 msgstr ""
3046 msgstr "la frazione di colonna non è un numero: %s"
30193047
30203048 #: tp/Texinfo/Parser.pm:5239
3021 #, fuzzy, perl-format
3049 #, perl-format
30223050 msgid "@sp arg must be numeric, not `%s'"
3023 msgstr "%s: l'argomento %s deve essere un numero, non «%s».\n"
3051 msgstr "l'argomento @sp deve essere un numero, non «%s»"
30243052
30253053 #: tp/Texinfo/Parser.pm:5247
30263054 #, perl-format
30273055 msgid "Reserved index name %s"
3028 msgstr ""
3056 msgstr "Nome indice %s riservato"
30293057
30303058 #: tp/Texinfo/Parser.pm:5264
3031 #, fuzzy, perl-format
3059 #, perl-format
30323060 msgid "Unknown source index in @%s: %s"
3033 msgstr "Indice «%s» sconosciuto"
3061 msgstr "Indice sorgente sconosciuto in «%s»: %s"
30343062
30353063 #: tp/Texinfo/Parser.pm:5267
3036 #, fuzzy, perl-format
3064 #, perl-format
30373065 msgid "Unknown destination index in @%s: %s"
3038 msgstr "Indice «%s» sconosciuto"
3066 msgstr "Indice di destinazione sconosciuto in @%s: %s"
30393067
30403068 #: tp/Texinfo/Parser.pm:5298
30413069 #, perl-format
30423070 msgid "@%s leads to a merging of %s in itself, ignoring"
3043 msgstr ""
3071 msgstr "@%s porta %s a unirsi in se stesso, ignorato"
30443072
30453073 #: tp/Texinfo/Parser.pm:5310
30463074 #, perl-format
30503078 #: tp/Texinfo/Parser.pm:5315
30513079 #, perl-format
30523080 msgid "Printing an index `%s' merged in another one `%s'"
3053 msgstr ""
3081 msgstr "Stampa di un indice «%s» unito in un altro indice «%s»"
30543082
30553083 #: tp/Texinfo/Parser.pm:5322
3056 #, perl-format
3084 #, fuzzy, perl-format
30573085 msgid "Printindex before document beginning: @printindex %s"
3058 msgstr ""
3086 msgstr "Printindex prima dell'inizio del documento: @printindex %s"
30593087
30603088 #: tp/Texinfo/Parser.pm:5337
3061 #, fuzzy, perl-format
3089 #, perl-format
30623090 msgid "@%s arg must be `top' or `bottom', not `%s'"
3063 msgstr "%s: l'argomento %s deve essere un numero, non «%s».\n"
3091 msgstr "L'argomento @%s deve essere «top» o «bottom», non «%s»"
30643092
30653093 #: tp/Texinfo/Parser.pm:5343
30663094 #, perl-format
30683096 msgstr "Solo @%s \"10\" o \"11\" è supportata, non «%s»"
30693097
30703098 #: tp/Texinfo/Parser.pm:5349
3071 #, fuzzy, perl-format
3099 #, perl-format
30723100 msgid "@%s arg must be `separate' or `end', not `%s'"
3073 msgstr ""
3074 "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n"
3101 msgstr "L'argomento @%s deve essere «separate» o «end», non «%s»"
30753102
30763103 #: tp/Texinfo/Parser.pm:5355
3077 #, fuzzy, perl-format
3104 #, perl-format
30783105 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
3079 msgstr "%s: l'argomento %s deve essere un numero, non «%s».\n"
3106 msgstr "L'argomento @%s deve essere «on», «off» oppure «odd», non «%s»"
30803107
30813108 #: tp/Texinfo/Parser.pm:5370 tp/Texinfo/Parser.pm:5373
3082 #, fuzzy, perl-format
3109 #, perl-format
30833110 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
30843111 msgstr ""
3085 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», non "
3086 "«%s».\n"
3112 "L'argomento @paragraphindent deve essere numerico/«none»/«asis», non «%s»"
30873113
30883114 #: tp/Texinfo/Parser.pm:5379
3089 #, fuzzy, perl-format
3115 #, perl-format
30903116 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
30913117 msgstr ""
3092 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», non "
3093 "«%s».\n"
3118 "L'argomento @firstparagraphindent deve essere «none» o «insert», non «%s»"
30943119
30953120 #: tp/Texinfo/Parser.pm:5387
3096 #, fuzzy, perl-format
3121 #, perl-format
30973122 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
3098 msgstr ""
3099 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», non "
3100 "«%s».\n"
3123 msgstr "L'argomento @exampleindent deve essere numerico/«asis», non «%s»"
31013124
31023125 #: tp/Texinfo/Parser.pm:5397
31033126 #, perl-format
31083131 #, perl-format
31093132 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
31103133 msgstr ""
3134 "L'argomento @kbdinputstyle deve essere «code»/«example»/«distinct», non «%s»"
31113135
31123136 #: tp/Texinfo/Parser.pm:5410
3113 #, fuzzy, perl-format
3137 #, perl-format
31143138 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
3115 msgstr ""
3116 "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n"
3139 msgstr "L'argomento @allowcodebreaks deve essere «true» o «false», non «%s»"
31173140
31183141 #: tp/Texinfo/Parser.pm:5416
3119 #, fuzzy, perl-format
3142 #, perl-format
31203143 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
31213144 msgstr ""
3122 "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n"
3145 "L'argomento @urefbreakstyle deve essere «after»/«before»/«none», non «%s»"
31233146
31243147 #: tp/Texinfo/Report.pm:100
31253148 #, perl-format
31263149 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3127 msgstr ""
3150 msgstr "%s:%d: avvertimento: %s (forse implica @%s)\n"
31283151
31293152 #: tp/Texinfo/Report.pm:103
3130 #, fuzzy, perl-format
3153 #, perl-format
31313154 msgid "%s:%d: warning: %s\n"
3132 msgstr "%s:%d: avvertimento: "
3155 msgstr "%s:%d: avvertimento: %s\n"
31333156
31343157 #: tp/Texinfo/Report.pm:146
3135 #, fuzzy, perl-format
3158 #, perl-format
31363159 msgid "warning: %s\n"
3137 msgstr "%s:%d: avvertimento: "
3160 msgstr "avvertimento: %s\n"
31383161
31393162 #: tp/Texinfo/Structuring.pm:231
31403163 #, perl-format
31413164 msgid "Raising the section level of @%s which is too low"
3142 msgstr ""
3165 msgstr "Il livello della sezione di @%s che è troppo basso verrà alzato"
31433166
31443167 #: tp/Texinfo/Structuring.pm:263
31453168 #, perl-format
31463169 msgid "No chapter-level command before @%s"
3147 msgstr ""
3170 msgstr "Nessun comando a livello di capitolo prima di @%s"
31483171
31493172 #: tp/Texinfo/Structuring.pm:268
31503173 #, perl-format
31513174 msgid "Lowering the section level of @%s appearing after a lower element"
31523175 msgstr ""
3176 "Il livello della sezione di @%s che appare dopo un elemente più basso verrà "
3177 "abbassato"
31533178
31543179 #: tp/Texinfo/Structuring.pm:347
31553180 #, perl-format
31563181 msgid "No sectioning command associated with @%s"
3157 msgstr ""
3182 msgstr "Nessun comando di sezionamento associato con @%s"
31583183
31593184 #: tp/Texinfo/Structuring.pm:568
3160 #, fuzzy, perl-format
3185 #, perl-format
31613186 msgid "Menu reference to nonexistent node `%s'"
3162 msgstr "nodo «%s» non referenziato"
3187 msgstr "Riferimento del menù all'inesistente nodo «%s»"
31633188
31643189 #: tp/Texinfo/Structuring.pm:583
31653190 #, perl-format
31663191 msgid "Menu entry node name `%s' different from %s name `%s'"
3167 msgstr ""
3192 msgstr "Nome del nodo della voce di menù «%s» diverso dal nome %s «%s»"
31683193
31693194 #: tp/Texinfo/Structuring.pm:619
31703195 #, perl-format
31743199 #: tp/Texinfo/Structuring.pm:665
31753200 #, perl-format
31763201 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3177 msgstr ""
3202 msgstr "Il nodo «%s» è %s per «%s» nel sezionamento, ma non nel menù"
31783203
31793204 #: tp/Texinfo/Structuring.pm:672
31803205 #, perl-format
31813206 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3182 msgstr ""
3207 msgstr "I nodi %s «%s» nel menù «%s» e nel sezionamento «%s» sono diversi"
31833208
31843209 #: tp/Texinfo/Structuring.pm:690
31853210 #, perl-format
31863211 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3187 msgstr ""
3212 msgstr "Il nodo «%s» è %s per «%s» nel menù, ma non nel sezionamento"
31883213
31893214 #: tp/Texinfo/Structuring.pm:744
31903215 #, perl-format
31913216 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
3192 msgstr ""
3217 msgstr "Il puntatore %s «%s» (per il nodo «%s») è diverso dal nome %s «%s»"
31933218
31943219 #: tp/Texinfo/Structuring.pm:771
3195 #, fuzzy, perl-format
3220 #, perl-format
31963221 msgid "%s reference to nonexistent `%s'"
3197 msgstr "nodo «%s» non referenziato"
3222 msgstr "%s si riferisce all'inesistente «%s»"
31983223
31993224 #: tp/Texinfo/Structuring.pm:790
32003225 #, perl-format
32063231 #: tp/Texinfo/Structuring.pm:798
32073232 #, perl-format
32083233 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3209 msgstr ""
3234 msgstr "Per «%s», «Up» nel menù «%s» e «%s» «Up» non coincidono"
32103235
32113236 #: tp/Texinfo/Structuring.pm:1282
3237 #, perl-format
3238 msgid "@%s reference to nonexistent node `%s'"
3239 msgstr "%s si riferisce al nodo inesistente «%s»"
3240
3241 #: tp/Texinfo/Structuring.pm:1294
3242 #, perl-format
3243 msgid "@%s to `%s', different from %s name `%s'"
3244 msgstr "@%s a «%s», diverso dal nome %s «%s»"
3245
3246 #: tp/Texinfo/Structuring.pm:1906
3247 #, perl-format
3248 msgid "Empty index key in @%s"
3249 msgstr "Chiave indice vuota in @%s"
3250
3251 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
32123252 #, fuzzy, perl-format
3213 msgid "@%s reference to nonexistent node `%s'"
3214 msgstr ""
3215 "%s si riferisce al nodo inesistente «%s» (forse a causa di un sezionamento "
3216 "errato?)"
3217
3218 #: tp/Texinfo/Structuring.pm:1294
3219 #, perl-format
3220 msgid "@%s to `%s', different from %s name `%s'"
3221 msgstr ""
3222
3223 #: tp/Texinfo/Structuring.pm:1906
3253 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3254 msgstr "Impossibile aprire %s per la scrittura: %s\n"
3255
3256 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32243257 #, fuzzy, perl-format
3225 msgid "Empty index key in @%s"
3226 msgstr "nessuna voce dell'indice trovata per «%s»\n"
3227
3228 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3258 msgid "chm.pm:%s: Error on closing: %s"
3259 msgstr "Errore durante la chiusura di %s: %s"
3260
3261 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
32293262 #, fuzzy, perl-format
3230 msgid "Can't open %s for writing: %s\n"
3231 msgstr "%s: impossibile aprire --css-file: %s"
3232
3233 #: tp/init/tex4ht.pm:122
3263 msgid "tex4ht.pm:%s: Cannot open: %s"
3264 msgstr "%s: impossibile aprire %s: %s"
3265
3266 #: tp/init/tex4ht.pm:219
32343267 #, fuzzy, perl-format
3235 msgid "tex4ht error opening %s: %s"
3236 msgstr "errore durante la scrittura del file «%s»"
3237
3238 #: tp/init/tex4ht.pm:218
3239 #, perl-format
3240 msgid "chdir to %s failed"
3241 msgstr ""
3242
3243 #: tp/init/tex4ht.pm:242
3268 msgid "tex4ht.pm:%s: chdir failed: %s"
3269 msgstr "Rinomina di %s fallita: %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
32443277 #, fuzzy, perl-format
3245 msgid "tex4ht output file missing: %s"
3246 msgstr "impossibile creare il file di output «%s»"
3247
3248 #: tp/init/tex4ht.pm:295
3249 #, perl-format
3250 msgid ""
3251 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3278 msgid "tex4ht.pm: Output file missing: %s"
3279 msgstr "File output di tex4ht mancante: %s"
3280
3281 #: tp/init/tex4ht.pm:260
3282 #, perl-format
3283 msgid "tex4ht.pm: Command failed: %s"
3284 msgstr ""
3285
3286 #: tp/init/tex4ht.pm:293
3287 #, perl-format
3288 msgid "tex4ht.pm: end of @%s item %d not found"
3289 msgstr ""
3290
3291 #: tp/init/tex4ht.pm:300
3292 #, fuzzy, perl-format
3293 msgid ""
3294 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32523295 "items found in the document"
32533296 msgstr ""
3254
3255 #: tp/init/tex4ht.pm:313
3256 #, perl-format
3257 msgid "tex4ht output has no HTML item for @%s %s"
3258 msgstr ""
3259
3260 #: tp/texi2any.pl:373
3297 "L'elaborazioine di tex4ht ha prodotto %d voci in HTML; si aspettava %d, il "
3298 "numero di voci trovate nel documento"
3299
3300 #: tp/init/tex4ht.pm:319
32613301 #, fuzzy, perl-format
3302 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3303 msgstr "L'output di tex4ht non ha nessuna voce HTML per @%s %s"
3304
3305 #: tp/texi2any.pl:374
3306 #, perl-format
32623307 msgid "error loading %s: %s\n"
3263 msgstr "errore durante la scrittura del file «%s»"
3264
3265 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3266 #, fuzzy, perl-format
3308 msgstr "errore durante il carimento di %s: %s\n"
3309
3310 #: tp/texi2any.pl:383 tp/texi2any.pl:400
3311 #, perl-format
32673312 msgid "Unknown variable %s\n"
3268 msgstr "Comando «%s» sconosciuto"
3269
3270 #: tp/texi2any.pl:466
3271 #, fuzzy, perl-format
3313 msgstr "Variabile %s sconosciuta\n"
3314
3315 #: tp/texi2any.pl:467
3316 #, perl-format
32723317 msgid "Can't read init file %s"
3273 msgstr "impossibile aprire il file di input «%s»"
3274
3275 #: tp/texi2any.pl:597
3276 #, fuzzy
3318 msgstr "Impossibile leggere il file di inizializzazione %s"
3319
3320 #: tp/texi2any.pl:598
32773321 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
3278 msgstr "Uso: %s [OPZIONE]... FILE-TEXINFO...\n"
3279
3280 #: tp/texi2any.pl:598
3281 #, fuzzy
3322 msgstr "Uso: makeinfo [OPZIONE]... FILE-TEXINFO...\n"
3323
3324 #: tp/texi2any.pl:599
32823325 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
3283 msgstr "Uso: %s [OPZIONE]... FILE-TEXINFO...\n"
3284
3285 #: tp/texi2any.pl:600
3326 msgstr " oppure: texi2any [OPZIONE]... FILE-TEXINFO...\n"
3327
3328 #: tp/texi2any.pl:601
32863329 msgid ""
32873330 "Translate Texinfo source documentation to various other formats, by default\n"
32883331 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32913334 "per impostazione predefinita i file Info sono adatti alla lettura con Emacs\n"
32923335 "oppure con GNU Info.\n"
32933336
3294 #: tp/texi2any.pl:603
3295 #, fuzzy, perl-format
3337 #: tp/texi2any.pl:604
3338 #, perl-format
32963339 msgid ""
32973340 "General options:\n"
32983341 " --document-language=STR locale to use in translating Texinfo keywords\n"
33093352 " -v, --verbose explain what is being done.\n"
33103353 " --version display version information and exit.\n"
33113354 msgstr ""
3312 " --error-limit=NUM esci dopo NUM errori (predefinito %d).\n"
3355 "Opzioni generali:\n"
33133356 " --document-language=STR localizzazione da usare nella traduzione "
33143357 "delle\n"
3315 " parole chiavi di Texinfo per il documento "
3358 " parole chiave di Texinfo per il documento "
33163359 "di\n"
33173360 " output (predefinito C).\n"
3361 " --error-limit=NUM esce dopo NUM errori (predefinito %d).\n"
33183362 " --force genera il documento di output anche in "
33193363 "presenza di errori.\n"
33203364 " --help mostra questa guida ed esce.\n"
3321 " --no-validate ignora la convalida dei link.\n"
3322 " --no-warn ignora gli avvertimenti (ma non gli errori).\n"
3365 " --no-validate disabilita la la validazione dei riferimenti "
3366 "incrociati dei nodi.\n"
3367 " --no-warn disabilita gli avvertimenti (ma non gli "
3368 "errori).\n"
3369 " --conf-dir=DIR cerca anche file di inizializzazione in DIR.\n"
3370 " --init-file=FILE carica il file FILE per modificare il "
3371 "comportamento predefinito.\n"
3372 " -c, --set-customization-variable VAR=VAL imposta la variabile di\n"
3373 " personalizzazione VAR a VAL.\n"
33233374 " -v, --verbose spiega cosa sta facendo.\n"
33243375 " --version mostra le informazioni di versione ed esce.\n"
33253376
3326 #: tp/texi2any.pl:618
3327 #, fuzzy
3377 #: tp/texi2any.pl:619
33283378 msgid ""
33293379 "Output format selection (default is to produce Info):\n"
33303380 " --docbook output Docbook XML rather than Info.\n"
33363386 "Selezione del formato di output (predefinito Info):\n"
33373387 " --docbook genera un file in formato Docbook XML.\n"
33383388 " --html genera un file in formato HTML.\n"
3389 " --plaintext genera un file in formato testo.\n"
33393390 " --xml genera un file in formato Texinfo.\n"
3340 " --plaintext genera un file in formato testo.\n"
3341
3342 #: tp/texi2any.pl:626
3343 #, fuzzy
3391 " --dvi, --dvipdf, --ps, --pdf chiama texi2dvi per generare l'output "
3392 "passato.\n"
3393
3394 #: tp/texi2any.pl:627
33443395 msgid ""
33453396 "General output options:\n"
33463397 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33673418 " Otherwise, DEST names the output file.\n"
33683419 msgstr ""
33693420 "Opzioni generali di output:\n"
3370 " -E, --macro-expand=FILE scrivi un file FILE con i sorgenti macro-"
3371 "expanded,\n"
3421 " -E, --macro-expand=FILE scrive un file FILE con i sorgenti delle macro "
3422 "espanse,\n"
33723423 " ignorando qualunque @setfilename.\n"
3373 " --no-headers ignora i separatori dei nodi, le righe del "
3374 "«Nodo:»\n"
3375 " e i menù dal file di output (generando un "
3376 "file di\n"
3377 " testo) o dal formato HTML (generando un file "
3378 "più corto);\n"
3379 " in modo predefinito scrive sullo standard "
3380 "output.\n"
3381 " --no-split ignora la scrittura multipagina del formato "
3382 "Info o HTML,\n"
3383 " generando un solo file di output.\n"
3384 " --number-sections scrive capitoli e numeri di sezione.\n"
3385 " -o, --output=FILE scrive sul file FILE (o viene considerato come "
3386 "cartella se\n"
3387 " il formato di output è HTML multipagina).\n"
3388
3389 #: tp/texi2any.pl:646
3424 " --no-headers disabilita i separatori dei nodi, le\n"
3425 " righe Node e i menù nell'output Info\n"
3426 " (generando così un file di testo)\n"
3427 " o dal formato HTML (generando così un\n"
3428 " file più corto).\n"
3429 " Inoltre, se genera il formato Info,\n"
3430 " scrive sullo standard output in\n"
3431 " modo predefinito \n"
3432 " --no-split ignora la scrittura multipagina dell'output; "
3433 "genera un solo file di output.\n"
3434 " --[no-]number-sections scrive capitoli e numeri di sezione;\n"
3435 " il valore predefinito è on.\n"
3436 " -o, --output=DEST scrive su DEST.\n"
3437 " Con la scrittura multipagina, crea\n"
3438 " DEST come una directory e posiziona lì\n"
3439 " il file di output.\n"
3440 " Senza la scrittura multipagina, se\n"
3441 " DEST è già una directory o termina\n"
3442 " con uno «/», posiziona lì il file\n"
3443 " di output.\n"
3444 " Altrimenti, DEST dà il nome al file\n"
3445 " di output.\n"
3446
3447 #: tp/texi2any.pl:647
33903448 #, perl-format
33913449 msgid ""
33923450 "Options for Info and plain text:\n"
34293487 " --split-size=NUM genera un documento multipagina di dimensioni "
34303488 "NUM (predefinito %d).\n"
34313489
3432 #: tp/texi2any.pl:663
3433 #, fuzzy
3490 #: tp/texi2any.pl:664
34343491 msgid ""
34353492 "Options for HTML:\n"
34363493 " --css-include=FILE include FILE in HTML <style> output;\n"
34443501 " anchors; default is set only if split.\n"
34453502 msgstr ""
34463503 "Opzioni per HTML:\n"
3447 " --css-include=FILE include il file FILE nella direttiva <style>;\n"
3504 " --css-include=FILE includi il file FILE nell'output HTML "
3505 "<style>;\n"
34483506 " legge lo standard input se FILE è «-».\n"
3449 " --css-ref=URL genera un riferimento al file CSS.\n"
3507 " --css-ref=URL genera un riferimento al file CSS per URL.\n"
34503508 " --internal-links=FILE genera una lista dei collegamenti interni nel "
34513509 "file FILE.\n"
3452 " --transliterate-file-names\n"
3453 " genera nomi di file nella traslitterazione "
3510 " --split=SPLIT dividi a SPLIT, dove SPLIT può essere\n"
3511 " «chapter», «section» oppure «node».\n"
3512 " --transliterate-file-names usa nomi di file nella traslitterazione "
34543513 "ASCII.\n"
3455
3456 #: tp/texi2any.pl:674
3514 " --node-files genera file di redirezione per nodi e \n"
3515 " ancore; in modo predefinito\n"
3516 " è abilitato solo con l'opzione «--split».\n"
3517
3518 #: tp/texi2any.pl:675
34573519 msgid ""
34583520 "Options for XML and Docbook:\n"
34593521 " --output-indent=VAL does nothing, retained for compatibility.\n"
34603522 msgstr ""
3461
3462 #: tp/texi2any.pl:677
3523 "Opzioni per XML e Docbook:\n"
3524 " --output-indent=VAL non fare nulla, mantenuto per compatibilità.\n"
3525
3526 #: tp/texi2any.pl:678
34633527 msgid ""
34643528 "Options for DVI/PS/PDF:\n"
34653529 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34663530 msgstr ""
3467
3468 #: tp/texi2any.pl:680
3469 #, fuzzy
3531 "Opzioni per DVI/PS/PDF:\n"
3532 " --Xopt=OPT passa OPT a texi2dvi; può essere ripetuto.\n"
3533
3534 #: tp/texi2any.pl:681
34703535 msgid ""
34713536 "Input file options:\n"
34723537 " --commands-in-node-names does nothing, retained for compatibility.\n"
34763541 " -U VAR undefine the variable VAR, as with @clear.\n"
34773542 msgstr ""
34783543 "Opzioni file input:\n"
3479 " --commands-in-node-names consenti comandi «@» nei nomi del nodo.\n"
3480 " -D VAR definisce la variabile VAR, simile a @set.\n"
3544 " --commands-in-node-names non fare niente, mantenuto per "
3545 "compatibilità.\n"
3546 " -D VAR definisci la variabile VAR, simile a @set.\n"
34813547 " -I DIR aggiungi DIR al percorso di ricerca "
34823548 "@include.\n"
34833549 " -P DIR anteponi DIR al percorso di ricerca "
34843550 "@include.\n"
3485 " -U VAR indefinisci la variabile VAR, simile a "
3486 "@clear.\n"
3487
3488 #: tp/texi2any.pl:687
3489 #, fuzzy
3551 " -U VAR rimuovi la definizione della variabile VAR, "
3552 "simile a @clear.\n"
3553
3554 #: tp/texi2any.pl:688
34903555 msgid ""
34913556 "Conditional processing in input:\n"
34923557 " --ifdocbook process @ifdocbook and @docbook even if\n"
35223587 " --no-iftex non processare @iftex e @tex.\n"
35233588 " --no-ifxml non processare @ifxml e @xml.\n"
35243589 "\n"
3525 " Inoltre, per le opzioni «--no-ifFORMAT» non processare @ifnotFORMAT.\n"
3526
3527 #: tp/texi2any.pl:704
3528 #, fuzzy
3590 " Inoltre, per le opzioni «--no-ifFORMAT» processa il testo @ifnotFORMAT.\n"
3591
3592 #: tp/texi2any.pl:705
35293593 msgid ""
35303594 " The defaults for the @if... conditionals depend on the output format:\n"
35313595 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35363600 msgstr ""
35373601 " L'azione predefinita per gli @if... condizionali dipende dal formato di "
35383602 "output:\n"
3539 " se è HTML, --ifhtml è attivo e tutti gli altri no;\n"
3540 " se è Info, --ifinfo è attivo e tutti gli altri no;\n"
3541 " se è testo, --ifplaintext è attivo e tutti gli altri no;\n"
3542 " se è XML, --ifxml è attivo e tutti gli altri no.\n"
3543
3544 #: tp/texi2any.pl:711
3545 #, fuzzy
3603 " se è Docbook, --ifdocbook è attiva e tutte le altre no;\n"
3604 " se è HTML, --ifhtml è attiva e tutte le altre no;\n"
3605 " se è Info, --ifinfo è è attiva e tutte le altre no;\n"
3606 " se è testo semplice, --ifplaintext è attiva e tutte le altre no;\n"
3607 " se è XML, --ifxml è attiva e tutte le altre no;\n"
3608
3609 #: tp/texi2any.pl:712
35463610 msgid ""
35473611 "Examples:\n"
35483612 " makeinfo foo.texi write Info to foo's @setfilename\n"
35603624 msgstr ""
35613625 "Esempi:\n"
35623626 " makeinfo foo.texi scrive in formato Info; il nome "
3563 "viene ricavato dalla variabile @setfilename\n"
3627 "viene ricavato dalla variabile @setfilename di foo\n"
35643628 " makeinfo --html foo.texi scrive in formato HTML; il nome "
35653629 "viene ricavato dalla variabile @setfilename\n"
35663630 " makeinfo --xml foo.texi scrive in formato Texinfo XML; il "
35673631 "nome viene ricavato dalla variabile @setfilename\n"
35683632 " makeinfo --docbook foo.texi scrive in formato DocBook XML; il "
35693633 "nome viene ricavato dalla variabile @setfilename\n"
3570 " makeinfo --no-headers foo.texi scrive in formato testo sullo "
3634 " makeinfo --plaintext foo.texi scrive in formato testo sullo "
35713635 "standard output\n"
3636 " makeinfo --pdf foo.texi scrive in formato PDF usando "
3637 "texi2dvi\n"
3638 "\n"
35723639 " makeinfo --html --no-headers foo.texi scrive in formato HTML senza righe "
3573 "e menù\n"
3640 "per i nodi e i menù\n"
35743641 " makeinfo --number-sections foo.texi scrive in formato Info con le "
35753642 "sezioni numerate\n"
35763643 " makeinfo --no-split foo.texi scrive in un solo file Info\n"
35773644
3578 #: tp/texi2any.pl:758
3645 #: tp/texi2any.pl:759
35793646 #, perl-format
35803647 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35813648 msgstr ""
35823649 "%s: l'argomento --footnote-style deve essere «separate» o «end», non «%s».\n"
35833650
3584 #: tp/texi2any.pl:848
3651 #: tp/texi2any.pl:849
35853652 #, perl-format
35863653 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35873654 msgstr ""
35883655 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», non "
35893656 "«%s».\n"
35903657
3591 #: tp/texi2any.pl:962
3658 #: tp/texi2any.pl:963
35923659 #, perl-format
35933660 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35943661 msgstr "%s: ignora il valore sconosciuto di TEXINFO_OUTPUT_FORMAT («%s»)\n"
35953662
3596 #: tp/texi2any.pl:975
3663 #: tp/texi2any.pl:976
35973664 #, perl-format
35983665 msgid "when generating %s, only one input FILE may be specified with -o"
35993666 msgstr ""
3600
3601 #: tp/texi2any.pl:979
3667 "Quando si produce %s, può essere specificato con l'opzione «-o» un solo FILE "
3668 "di input"
3669
3670 #: tp/texi2any.pl:980
36023671 msgid "--Xopt option without printed output"
3603 msgstr ""
3604
3605 #: tp/texi2any.pl:989
3606 #, fuzzy, perl-format
3672 msgstr "Opzione --Xopt senza stampa dell'output"
3673
3674 #: tp/texi2any.pl:990
3675 #, perl-format
36073676 msgid "Unknown tree transformation %s"
3608 msgstr "Comando «%s» sconosciuto"
3609
3610 #: tp/texi2any.pl:996
3677 msgstr "Trasformazione albero %s sconosciuta"
3678
3679 #: tp/texi2any.pl:997
36113680 #, perl-format
36123681 msgid "Ignoring splitting for format %s"
3613 msgstr ""
3614
3615 #: tp/texi2any.pl:1045
3682 msgstr "Scrittura multipagina per il formato %s ignorata"
3683
3684 #: tp/texi2any.pl:1046
36163685 #, perl-format
36173686 msgid "%s: missing file argument.\n"
36183687 msgstr "%s: nome file mancante.\n"
36193688
3620 #: tp/texi2any.pl:1046
3689 #: tp/texi2any.pl:1047
36213690 #, perl-format
36223691 msgid "Try `%s --help' for more information.\n"
36233692 msgstr "Usare «%s --help» per maggiori informazioni.\n"
36243693
3625 #: tp/texi2any.pl:1117
3694 #: tp/texi2any.pl:1118
36263695 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36273696 msgstr ""
3628
3629 #: tp/texi2any.pl:1139
3630 #, fuzzy, perl-format
3697 "La trasformazione fill_gaps_in_sectioning non ha restituito alcun risultato. "
3698 "Nessuna sezione?"
3699
3700 #: tp/texi2any.pl:1140
3701 #, perl-format
36313702 msgid "Error on closing macro expand file %s: %s\n"
3632 msgstr "errore durante la chiusura del file di output «%s»"
3633
3634 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3635 #, fuzzy, perl-format
3703 msgstr "Errore durante la chiusura del file di espansione della macro %s: %s\n"
3704
3705 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
3706 #, perl-format
36363707 msgid "Could not open %s for writing: %s\n"
3637 msgstr "%s: impossibile aprire --css-file: %s"
3638
3639 #: tp/texi2any.pl:1169
3708 msgstr "Impossibile aprire %s per la scrittura: %s\n"
3709
3710 #: tp/texi2any.pl:1170
36403711 msgid ""
36413712 "insert_nodes_for_sectioning_commands transformation return no result. No "
36423713 "section?"
36433714 msgstr ""
3644
3645 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3646 #, fuzzy, perl-format
3715 "La trasformazione insert_nodes_for_sectioning_commands non ha restituito "
3716 "alcun risultato. Nessuna sezione?"
3717
3718 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
3719 #, perl-format
36473720 msgid "Error on closing %s: %s\n"
3648 msgstr "errore durante la scrittura del file «%s»"
3649
3650 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3721 msgstr "Errore durante la chiusura %s: %s\n"
3722
3723 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36513724 #, perl-format
36523725 msgid "Error on closing internal links file %s: %s\n"
3653 msgstr ""
3726 msgstr "Errore durante la chiusura del file dei collegamenti interni %s: %s\n"
36543727
36553728 #: util/texindex.c:223
36563729 msgid "display this help and exit"
37103783 msgid "entry %s follows an entry with a secondary name"
37113784 msgstr "la voce %s segue un elemento con un nome secondario"
37123785
3713 #, fuzzy
3714 #~ msgid "Error on closing renamed nodes file %s: %s"
3715 #~ msgstr "errore durante la chiusura del file di output «%s»"
3716
3717 #, fuzzy
3718 #~ msgid "Node `%s' that is to be renamed exists"
3719 #~ msgstr "Indice «%s» già esistente"
3720
3721 #, fuzzy
3722 #~ msgid "Unknown variable %s"
3723 #~ msgstr "Comando «%s» sconosciuto"
3786 #~ msgid "tex4ht error opening %s: %s"
3787 #~ msgstr "Errore di tex4ht durante l'apertura di %s: %s"
3788
3789 #~ msgid "chdir to %s failed"
3790 #~ msgstr "Cambio della directory di lavoro in %s fallito"
3791
3792 #~ msgid "%s: illegal option -- %c\n"
3793 #~ msgstr "%s: opzione non lecita -- %c\n"
3794
3795 #~ msgid "One completion:\n"
3796 #~ msgstr "Un completamento:\n"
3797
3798 #~ msgid "more "
3799 #~ msgstr "altra "
37243800
37253801 #~ msgid "ferror on stdout\n"
37263802 #~ msgstr "errore della funzione \"ferror\" sullo standard output\n"
37813857 #~ msgid "`}' expected, but saw `%c'"
37823858 #~ msgstr "si aspettava il carattere «}», ma è stato letto il carattere «%c»"
37833859
3784 #~ msgid "%c%s is obsolete"
3785 #~ msgstr "%c%s è obsoleto"
3786
37873860 #~ msgid "@sp requires a positive numeric argument, not `%s'"
37883861 #~ msgstr "@sp richiede un argomento numerico positivo, non «%s»"
37893862
38023875 #~ msgid "Missing `}' in @def arg"
38033876 #~ msgstr "Carattere «}» assente nella costruzione di «@def arg»"
38043877
3805 #~ msgid "Must be in `@%s' environment to use `@%s'"
3806 #~ msgstr "Deve essere nell'ambiente «@%s» per usare «@%s»"
3807
38083878 #~ msgid "%s: getwd: %s, %s\n"
38093879 #~ msgstr "%s: getwd: %s, %s\n"
38103880
38323902 #~ msgid "Footnote defined without parent node"
38333903 #~ msgstr "Note a piè di pagina definite senza un nodo di riferimento"
38343904
3835 #~ msgid "Footnotes inside footnotes are not allowed"
3836 #~ msgstr "Le note a piè di pagina all'interno di se stesse non sono permesse"
3837
38383905 #~ msgid "Footnotes"
38393906 #~ msgstr "Note a piè di pagina"
38403907
3841 #~ msgid "%s: could not open --css-file: %s"
3842 #~ msgstr "%s: impossibile aprire --css-file: %s"
3843
38443908 #~ msgid "[unexpected] no html tag to pop"
38453909 #~ msgstr "[inaspettato] nessun etichetta HTML da estrarre"
38463910
38473911 #~ msgid "[unexpected] invalid node name: `%s'"
38483912 #~ msgstr "[inaspettato] nome del nodo non valido: «%s»"
38493913
3850 #~ msgid "Unknown index `%s'"
3851 #~ msgstr "Indice «%s» sconosciuto"
3852
38533914 #~ msgid "Info cannot handle `:' in index entry `%s'"
38543915 #~ msgstr "Info non può gestire «:» nella voce dell'indice «%s»"
38553916
38653926 #~ msgid "(line %*d)"
38663927 #~ msgstr "(riga %*d)"
38673928
3868 #~ msgid "(outside of any node)"
3869 #~ msgstr "(non presente in alcun nodo)"
3870
38713929 #~ msgid "@item not allowed in argument to @itemize"
38723930 #~ msgstr "@item non permesso come argomento di @itemize"
38733931
38883946
38893947 #~ msgid "end of file inside verbatim block"
38903948 #~ msgstr "fine del file all'interno del blocco letterale"
3891
3892 #~ msgid "@%s not meaningful outside `@float' environment"
3893 #~ msgstr "@%s è privo di significato aldifuori dell'ambiente «@float»"
3894
3895 #~ msgid "@menu seen before first @node, creating `Top' node"
3896 #~ msgstr "@menu è stato letto prima del primo @node, creazione del nodo «Top»"
38973949
38983950 #~ msgid "@detailmenu seen before first node, creating `Top' node"
38993951 #~ msgstr ""
39003952 #~ "@detailmenu è stato letto prima del primo nodo, creazione del nodo «Top»"
39013953
3902 #~ msgid "@%s not meaningful outside `@titlepage' environment"
3903 #~ msgstr "@%s è privo di significato aldifuori dell'ambiente «@titlepage»"
3904
39053954 #~ msgid "`%c%s' needs something after it"
39063955 #~ msgstr "«%c%s» necessita di un argomento dopo la sua dichiarazione"
39073956
39173966 #~ msgid "no default territory known for language `%s'"
39183967 #~ msgstr "nessun territorio predefinito conosciuto per la linga «%s»"
39193968
3920 #~ msgid "%s is not a valid ISO 639 language code"
3921 #~ msgstr "%s non è un codice di lingua valido conforme all'ISO 639"
3922
39233969 #~ msgid "sorry, encoding `%s' not supported"
39243970 #~ msgstr "spiacente, la codifica «%s» non è supportata"
39253971
3926 #~ msgid "%c%s expects `i' or `j' as argument, not `%c'"
3927 #~ msgstr "%c%s si aspettava «i» o «j» come argomento, non «%c»"
3928
39293972 #~ msgid "%c%s expects a single character `i' or `j' as argument"
39303973 #~ msgstr "%c%s si aspettava un singolo carattere «i» o «j» come argomento"
39313974
3932 #~ msgid "\\ in macro expansion followed by `%s' instead of parameter name"
3933 #~ msgstr ""
3934 #~ "\\ è stato letto nell'espansione della macro seguita da «%s» anziché dal "
3935 #~ "nome del parametro"
3936
3937 #~ msgid "Macro `%s' called on line %d with too many args"
3938 #~ msgstr "La macro «%s» chiamata sulla riga %d contiene troppi argomenti"
3939
3940 #~ msgid "%cend macro not found"
3941 #~ msgstr "%cend macro non trovata"
3942
39433975 #~ msgid "@allow-recursion is deprecated; please use @rmacro instead"
39443976 #~ msgstr "@allow-recursion è deprecata; al suo posto usare @rmacro"
39453977
3946 #~ msgid "@quote-arg is deprecated; arguments are quoted by default"
3947 #~ msgstr ""
3948 #~ "@quote-arg è deprecata; gli argomenti vengono quotati come predefinito"
3949
39503978 #~ msgid "mismatched @end %s with @%s"
39513979 #~ msgstr "@end %s mancante con @%s"
39523980
39533981 #~ msgid "Too many errors! Gave up.\n"
39543982 #~ msgstr "Troppi errori! Rinuncio.\n"
3955
3956 #~ msgid "%s:%d: warning: "
3957 #~ msgstr "%s:%d: avvertimento: "
3958
3959 #~ msgid ""
3960 #~ "General options:\n"
3961 #~ " --error-limit=NUM quit after NUM errors (default %d).\n"
3962 #~ " --document-language=STR locale to use in translating Texinfo "
3963 #~ "keywords\n"
3964 #~ " for the output document (default C).\n"
3965 #~ " --force preserve output even if errors.\n"
3966 #~ " --help display this help and exit.\n"
3967 #~ " --no-validate suppress node cross-reference validation.\n"
3968 #~ " --no-warn suppress warnings (but not errors).\n"
3969 #~ " -v, --verbose explain what is being done.\n"
3970 #~ " --version display version information and exit.\n"
3971 #~ msgstr ""
3972 #~ " --error-limit=NUM esci dopo NUM errori (predefinito %d).\n"
3973 #~ " --document-language=STR localizzazione da usare nella traduzione "
3974 #~ "delle\n"
3975 #~ " parole chiavi di Texinfo per il documento "
3976 #~ "di\n"
3977 #~ " output (predefinito C).\n"
3978 #~ " --force genera il documento di output anche in "
3979 #~ "presenza di errori.\n"
3980 #~ " --help mostra questa guida ed esce.\n"
3981 #~ " --no-validate ignora la convalida dei link.\n"
3982 #~ " --no-warn ignora gli avvertimenti (ma non gli "
3983 #~ "errori).\n"
3984 #~ " -v, --verbose spiega cosa sta facendo.\n"
3985 #~ " --version mostra le informazioni di versione ed "
3986 #~ "esce.\n"
3987
3988 #~ msgid ""
3989 #~ "Output format selection (default is to produce Info):\n"
3990 #~ " --docbook output Docbook XML rather than Info.\n"
3991 #~ " --html output HTML rather than Info.\n"
3992 #~ " --xml output Texinfo XML rather than Info.\n"
3993 #~ " --plaintext output plain text rather than Info.\n"
3994 #~ msgstr ""
3995 #~ "Selezione del formato di output (predefinito Info):\n"
3996 #~ " --docbook genera un file in formato Docbook XML.\n"
3997 #~ " --html genera un file in formato HTML.\n"
3998 #~ " --xml genera un file in formato Texinfo.\n"
3999 #~ " --plaintext genera un file in formato testo.\n"
4000
4001 #~ msgid ""
4002 #~ "General output options:\n"
4003 #~ " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
4004 #~ " ignoring any @setfilename.\n"
4005 #~ " --no-headers suppress node separators, Node: lines, and "
4006 #~ "menus\n"
4007 #~ " from Info output (thus producing plain "
4008 #~ "text)\n"
4009 #~ " or from HTML (thus producing shorter "
4010 #~ "output);\n"
4011 #~ " also, write to standard output by "
4012 #~ "default.\n"
4013 #~ " --no-split suppress the splitting of Info or HTML "
4014 #~ "output,\n"
4015 #~ " generate only one output file.\n"
4016 #~ " --number-sections output chapter and sectioning numbers.\n"
4017 #~ " -o, --output=FILE output to FILE (or directory if split "
4018 #~ "HTML).\n"
4019 #~ msgstr ""
4020 #~ "Opzioni generali di output:\n"
4021 #~ " -E, --macro-expand=FILE scrivi un file FILE con i sorgenti macro-"
4022 #~ "expanded,\n"
4023 #~ " ignorando qualunque @setfilename.\n"
4024 #~ " --no-headers ignora i separatori dei nodi, le righe del "
4025 #~ "«Nodo:»\n"
4026 #~ " e i menù dal file di output (generando un "
4027 #~ "file di\n"
4028 #~ " testo) o dal formato HTML (generando un "
4029 #~ "file più corto);\n"
4030 #~ " in modo predefinito scrive sullo standard "
4031 #~ "output.\n"
4032 #~ " --no-split ignora la scrittura multipagina del formato "
4033 #~ "Info o HTML,\n"
4034 #~ " generando un solo file di output.\n"
4035 #~ " --number-sections scrive capitoli e numeri di sezione.\n"
4036 #~ " -o, --output=FILE scrive sul file FILE (o viene considerato "
4037 #~ "come cartella se\n"
4038 #~ " il formato di output è HTML multipagina).\n"
4039
4040 #~ msgid ""
4041 #~ "Options for HTML:\n"
4042 #~ " --css-include=FILE include FILE in HTML <style> output;\n"
4043 #~ " read stdin if FILE is -.\n"
4044 #~ " --css-ref=URL generate reference to a CSS file.\n"
4045 #~ " --internal-links=FILE produce list of internal links in FILE.\n"
4046 #~ " --transliterate-file-names\n"
4047 #~ " produce file names in ASCII "
4048 #~ "transliteration.\n"
4049 #~ msgstr ""
4050 #~ "Opzioni per HTML:\n"
4051 #~ " --css-include=FILE include il file FILE nella direttiva "
4052 #~ "<style>;\n"
4053 #~ " legge lo standard input se FILE è «-».\n"
4054 #~ " --css-ref=URL genera un riferimento al file CSS.\n"
4055 #~ " --internal-links=FILE genera una lista dei collegamenti interni "
4056 #~ "nel file FILE.\n"
4057 #~ " --transliterate-file-names\n"
4058 #~ " genera nomi di file nella traslitterazione "
4059 #~ "ASCII.\n"
40603983
40613984 #~ msgid ""
40623985 #~ "Options for XML and Docbook:\n"
40713994 #~ " Se VAL è 0, gli spazi bianchi sono "
40723995 #~ "ignorati.\n"
40733996
4074 #~ msgid ""
4075 #~ "Input file options:\n"
4076 #~ " --commands-in-node-names allow @ commands in node names.\n"
4077 #~ " -D VAR define the variable VAR, as with @set.\n"
4078 #~ " -I DIR append DIR to the @include search path.\n"
4079 #~ " -P DIR prepend DIR to the @include search path.\n"
4080 #~ " -U VAR undefine the variable VAR, as with "
4081 #~ "@clear.\n"
4082 #~ msgstr ""
4083 #~ "Opzioni file input:\n"
4084 #~ " --commands-in-node-names consenti comandi «@» nei nomi del nodo.\n"
4085 #~ " -D VAR definisce la variabile VAR, simile a "
4086 #~ "@set.\n"
4087 #~ " -I DIR aggiungi DIR al percorso di ricerca "
4088 #~ "@include.\n"
4089 #~ " -P DIR anteponi DIR al percorso di ricerca "
4090 #~ "@include.\n"
4091 #~ " -U VAR indefinisci la variabile VAR, simile a "
4092 #~ "@clear.\n"
4093
4094 #~ msgid ""
4095 #~ "Conditional processing in input:\n"
4096 #~ " --ifdocbook process @ifdocbook and @docbook even if\n"
4097 #~ " not generating Docbook.\n"
4098 #~ " --ifhtml process @ifhtml and @html even if not generating "
4099 #~ "HTML.\n"
4100 #~ " --ifinfo process @ifinfo even if not generating Info.\n"
4101 #~ " --ifplaintext process @ifplaintext even if not generating plain "
4102 #~ "text.\n"
4103 #~ " --iftex process @iftex and @tex; implies --no-split.\n"
4104 #~ " --ifxml process @ifxml and @xml.\n"
4105 #~ " --no-ifdocbook do not process @ifdocbook and @docbook text.\n"
4106 #~ " --no-ifhtml do not process @ifhtml and @html text.\n"
4107 #~ " --no-ifinfo do not process @ifinfo text.\n"
4108 #~ " --no-ifplaintext do not process @ifplaintext text.\n"
4109 #~ " --no-iftex do not process @iftex and @tex text.\n"
4110 #~ " --no-ifxml do not process @ifxml and @xml text.\n"
4111 #~ "\n"
4112 #~ " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
4113 #~ msgstr ""
4114 #~ "Elaborazione condizionale in input:\n"
4115 #~ " --ifdocbook processa @ifdocbook e @docbook anche quando il "
4116 #~ "formato non è Docbook.\n"
4117 #~ " --ifhtml processa @ifhtml e @html anche quando il formato non "
4118 #~ "è HTML.\n"
4119 #~ " --ifinfo processa @ifinfo anche quando il formato non è Info.\n"
4120 #~ " --ifplaintext processa @ifplaintext anche quando il formato non è "
4121 #~ "testo.\n"
4122 #~ " --iftex processa @iftex e @tex; implica l'opzione --no-"
4123 #~ "split.\n"
4124 #~ " --ifxml processa @ifxml e @xml.\n"
4125 #~ " --no-ifdocbook non processare @no-ifdocbook e @ifdocbook.\n"
4126 #~ " --no-ifhtml non processare @ifhtml e @html.\n"
4127 #~ " --no-ifinfo non processare @ifinfo.\n"
4128 #~ " --no-ifplaintext non processare @ifplaintext.\n"
4129 #~ " --no-iftex non processare @iftex e @tex.\n"
4130 #~ " --no-ifxml non processare @ifxml e @xml.\n"
4131 #~ "\n"
4132 #~ " Inoltre, per le opzioni «--no-ifFORMAT» non processare @ifnotFORMAT.\n"
4133
4134 #~ msgid "%s: %s arg must be numeric, not `%s'.\n"
4135 #~ msgstr "%s: l'argomento %s deve essere un numero, non «%s».\n"
4136
41373997 #~ msgid "%s: could not open macro expansion output `%s'"
41383998 #~ msgstr "%s: impossibile aprire il file «%s» per l'espansione della macro"
41393999
41494009
41504010 #~ msgid "Multiline command %c%s used improperly"
41514011 #~ msgstr "Comandi multiriga %c%s impropriamente usati"
4152
4153 #~ msgid "Expected `%s'"
4154 #~ msgstr "Si aspettava «%s»"
4155
4156 #~ msgid "Can't create directory `%s': %s"
4157 #~ msgstr "Impossibile creare la directory «%s»: %s"
41584012
41594013 #~ msgid "No `%s' found in `%s'"
41604014 #~ msgstr "Nessun «%s» trovato in «%s»"
41854039 #~ "%s: Rimuovi il file dei collegamenti interni «%s» a causa degli errori; "
41864040 #~ "usa --force per preservarlo.\n"
41874041
4188 #~ msgid "%c%s expected braces"
4189 #~ msgstr "%c%s si aspettava le parentesi graffe"
4190
41914042 #~ msgid "NO_NAME!"
41924043 #~ msgstr "NO_NAME!"
4193
4194 #~ msgid "@image file `%s' (for HTML) not readable: %s"
4195 #~ msgstr "Il file immagine «%s» non è leggibile (per il formato HTML): %s"
41964044
41974045 #~ msgid "No such file `%s'"
41984046 #~ msgstr "Il file «%s» non esiste"
42564104
42574105 #~ msgid "@anchor command ignored; references to it will not work"
42584106 #~ msgstr "comando @anchor ignorato; i riferimenti a esso non funzioneranno"
4259
4260 #~ msgid ""
4261 #~ "%s reference to nonexistent node `%s' (perhaps incorrect sectioning?)"
4262 #~ msgstr ""
4263 #~ "%s si riferisce al nodo inesistente «%s» (forse a causa di un "
4264 #~ "sezionamento errato?)"
42654107
42664108 #~ msgid ""
42674109 #~ "Next field of node `%s' not pointed to (perhaps incorrect sectioning?)"
42854127 #~ msgid "Removing %s\n"
42864128 #~ msgstr "Rimozione %s\n"
42874129
4288 #~ msgid "Can't remove file `%s': %s"
4289 #~ msgstr "Impossibile rimuovere il file «%s»: %s"
4130 #~ msgid "Appendix %c"
4131 #~ msgstr "Appendice %c"
42904132
42914133 #~ msgid "Internal error (search_sectioning) `%s'!"
42924134 #~ msgstr "Errore interno (search_sectioning) «%s»!"
43284170 #~ msgid "End of file reached while looking for `.' or `,'"
43294171 #~ msgstr "Raggiunta la fine del file durante la ricerca di «.» o «,»"
43304172
4331 #~ msgid "`.' or `,' must follow @%s, not `%c'"
4332 #~ msgstr "«.» o «,» devono seguire @%s, non «%c»"
4333
43344173 #~ msgid "for cross-references in parentheses, use @pxref"
43354174 #~ msgstr "per i collegamenti nelle parentesi, usa @pxref"
43364175
43374176 #~ msgid "First argument to @inforef may not be empty"
43384177 #~ msgstr "Il primo argomento di @inforef non dovrebbe essere vuoto"
4339
4340 #, fuzzy
4341 #~ msgid "Encoding %s certainly poorly supported"
4342 #~ msgstr "spiacente, la codifica «%s» non è supportata"
4343
4344 #, fuzzy
4345 #~ msgid ""
4346 #~ "General options:\n"
4347 #~ " --error-limit=NUM quit after NUM errors (default %d).\n"
4348 #~ " --document-language=STR locale to use in translating Texinfo "
4349 #~ "keywords\n"
4350 #~ " for the output document (default C).\n"
4351 #~ " --force preserve output even if errors.\n"
4352 #~ " --help display this help and exit.\n"
4353 #~ " --no-validate suppress node cross-reference validation.\n"
4354 #~ " --no-warn suppress warnings (but not errors).\n"
4355 #~ " --conf-dir=DIR search also for initialization files in "
4356 #~ "DIR.\n"
4357 #~ " --init-file=FILE load FILE to modify the default behaviour.\n"
4358 #~ " --set-init-variable VAR=VAL set configuration variable VAR to "
4359 #~ "VAL.\n"
4360 #~ " -v, --verbose explain what is being done.\n"
4361 #~ " --version display version information and exit.\n"
4362 #~ msgstr ""
4363 #~ " --error-limit=NUM esci dopo NUM errori (predefinito %d).\n"
4364 #~ " --document-language=STR localizzazione da usare nella traduzione "
4365 #~ "delle\n"
4366 #~ " parole chiavi di Texinfo per il documento "
4367 #~ "di\n"
4368 #~ " output (predefinito C).\n"
4369 #~ " --force genera il documento di output anche in "
4370 #~ "presenza di errori.\n"
4371 #~ " --help mostra questa guida ed esce.\n"
4372 #~ " --no-validate ignora la convalida dei link.\n"
4373 #~ " --no-warn ignora gli avvertimenti (ma non gli "
4374 #~ "errori).\n"
4375 #~ " -v, --verbose spiega cosa sta facendo.\n"
4376 #~ " --version mostra le informazioni di versione ed "
4377 #~ "esce.\n"
4378
4379 #, fuzzy
4380 #~ msgid ""
4381 #~ "General output options:\n"
4382 #~ " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
4383 #~ " ignoring any @setfilename.\n"
4384 #~ " --no-headers suppress node separators, Node: lines, and "
4385 #~ "menus\n"
4386 #~ " from Info output (thus producing plain "
4387 #~ "text)\n"
4388 #~ " or from HTML (thus producing shorter "
4389 #~ "output);\n"
4390 #~ " also, write to standard output by default "
4391 #~ "if\n"
4392 #~ " producing Info.\n"
4393 #~ " --split=SPLIT split at SPLIT, where SPLIT may be "
4394 #~ "chapter, \n"
4395 #~ " section or node if output supports "
4396 #~ "splitting.\n"
4397 #~ " --no-split suppress the splitting of Info or HTML "
4398 #~ "output,\n"
4399 #~ " generate only one output file.\n"
4400 #~ " --number-sections output chapter and sectioning numbers.\n"
4401 #~ " -o, --output=FILE output to FILE (or directory if split).\n"
4402 #~ " If not split and FILE is a directory, put "
4403 #~ "the\n"
4404 #~ " resulting files in FILE.\n"
4405 #~ msgstr ""
4406 #~ "Opzioni generali di output:\n"
4407 #~ " -E, --macro-expand=FILE scrivi un file FILE con i sorgenti macro-"
4408 #~ "expanded,\n"
4409 #~ " ignorando qualunque @setfilename.\n"
4410 #~ " --no-headers ignora i separatori dei nodi, le righe del "
4411 #~ "«Nodo:»\n"
4412 #~ " e i menù dal file di output (generando un "
4413 #~ "file di\n"
4414 #~ " testo) o dal formato HTML (generando un "
4415 #~ "file più corto);\n"
4416 #~ " in modo predefinito scrive sullo standard "
4417 #~ "output.\n"
4418 #~ " --no-split ignora la scrittura multipagina del formato "
4419 #~ "Info o HTML,\n"
4420 #~ " generando un solo file di output.\n"
4421 #~ " --number-sections scrive capitoli e numeri di sezione.\n"
4422 #~ " -o, --output=FILE scrive sul file FILE (o viene considerato "
4423 #~ "come cartella se\n"
4424 #~ " il formato di output è HTML multipagina).\n"
4425
4426 #, fuzzy
4427 #~ msgid ""
4428 #~ "Options for HTML:\n"
4429 #~ " --css-include=FILE include FILE in HTML <style> output;\n"
4430 #~ " read stdin if FILE is -.\n"
4431 #~ " --css-ref=URL generate reference to a CSS file.\n"
4432 #~ " --internal-links=FILE produce list of internal links in FILE.\n"
4433 #~ " --transliterate-file-names\n"
4434 #~ " produce file names in ASCII "
4435 #~ "transliteration.\n"
4436 #~ " --node-files produce redirection files for nodes and \n"
4437 #~ " anchors. Default is set only if split.\n"
4438 #~ msgstr ""
4439 #~ "Opzioni per HTML:\n"
4440 #~ " --css-include=FILE include il file FILE nella direttiva "
4441 #~ "<style>;\n"
4442 #~ " legge lo standard input se FILE è «-».\n"
4443 #~ " --css-ref=URL genera un riferimento al file CSS.\n"
4444 #~ " --internal-links=FILE genera una lista dei collegamenti interni "
4445 #~ "nel file FILE.\n"
4446 #~ " --transliterate-file-names\n"
4447 #~ " genera nomi di file nella traslitterazione "
4448 #~ "ASCII.\n"
4449
4450 #, fuzzy
4451 #~ msgid "Cannot split output %s"
4452 #~ msgstr "impossibile creare il file di output «%s»"
4453
4454 #, fuzzy
4455 #~ msgid " end of file"
4456 #~ msgstr "Cerca un file: "
4457
4458 #, fuzzy
4459 #~ msgid "Node `%s' previously defined %s"
4460 #~ msgstr "Nodo «%s» definito precedentemente alla riga %d"
4461
4462 #, fuzzy
4463 #~ msgid "@%s requires an argument"
4464 #~ msgstr "%c%s richiede un nome"
4465
4466 #, fuzzy
4467 #~ msgid "Node `%s' that is to be renamed exists "
4468 #~ msgstr "Indice «%s» già esistente"
4469
4470 #, fuzzy
4471 #~ msgid "%s: Removing output files due to errors; use --force to preserve.\n"
4472 #~ msgstr ""
4473 #~ "%s: Rimuovi file «%s» a causa degli errori; usa --force per preservarlo.\n"
4474
4475 #, fuzzy
4476 #~ msgid "Missing `}' on @%s line"
4477 #~ msgstr "Carattere «}» assente nella costruzione di «@def arg»"
4478
4479 #, fuzzy
4480 #~ msgid "Anchor `%s' ignored in %s expanded more than once"
4481 #~ msgstr "Il collegamento «%s» e il nodo «%s» puntano allo stesso file"
4482
4483 #, fuzzy
4484 #~ msgid "@%s (argument nr %d)"
4485 #~ msgstr "Argomento errato per @%s"
4486
4487 #, fuzzy
4488 #~ msgid "First argument to @%s may not be empty"
4489 #~ msgstr "Il primo argomento di @inforef non dovrebbe essere vuoto"
4490
4491 #, fuzzy
4492 #~ msgid "@image file name"
4493 #~ msgstr "file @image «%s» non leggibile: %s"
4494
4495 #, fuzzy
4496 #~ msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
4497 #~ msgstr ""
4498 #~ "\\ è stato letto nell'espansione della macro seguita da «%s» anziché dal "
4499 #~ "nome del parametro"
4500
4501 #, fuzzy
4502 #~ msgid "No index prefix found for @%s"
4503 #~ msgstr "nessuna voce dell'indice trovata per «%s»\n"
4504
4505 #, fuzzy
4506 #~ msgid "@%s not allowed in argument to @%s"
4507 #~ msgstr "@item non permesso come argomento di @itemize"
4508
4509 #, fuzzy
4510 #~ msgid "@%s already set"
4511 #~ msgstr "Indice «%s» già esistente"
4512
4513 #, fuzzy
4514 #~ msgid "Anchor `%s' previously defined %s"
4515 #~ msgstr "macro «%s» già definita precedentemente"
4516
4517 #, fuzzy
4518 #~ msgid "No closing brace for specially handled command %s"
4519 #~ msgstr "Nessuna parentesi di chiusura per le note a piè di pagina «%s»"
4520
4521 #, fuzzy
4522 #~ msgid "Float label `%s' previously defined %s"
4523 #~ msgstr "macro «%s» già definita precedentemente"
4524
4525 #, fuzzy
4526 #~ msgid "ignoring @tab in empty multitable"
4527 #~ msgstr "ignora @tab fuori della multitabella"
4528
4529 #, fuzzy
4530 #~ msgid "Unknown command with braces `@%s'"
4531 #~ msgstr "Comando «%s» sconosciuto"
4532
4533 #, fuzzy
4534 #~ msgid "Unexpected command `%s' here"
4535 #~ msgstr "Comando «%s» inesistente"
4536
4537 #, fuzzy
4538 #~ msgid "%s should not appear in %s"
4539 #~ msgstr "%s: impossibile aprire --css-file: %s"
4540
4541 #, fuzzy
4542 #~ msgid "%s: could not open --css-file %s: %s\n"
4543 #~ msgstr "%s: impossibile aprire --css-file: %s"
4544
4545 #, fuzzy
4546 #~ msgid "`.' or `,' must follow @xref."
4547 #~ msgstr "«.» o «,» devono seguire @%s, non «%c»"
4548
4549 #, fuzzy
4550 #~ msgid "@menu before first node"
4551 #~ msgstr "@menu è stato letto prima del primo @node, creazione del nodo «Top»"
4552
4553 #~ msgid "One completion:\n"
4554 #~ msgstr "Un completamento:\n"
4555
4556 #~ msgid "more "
4557 #~ msgstr "altra "
4558
4559 #, fuzzy
4560 #~ msgid "\\@image file `%s' unreadable: %s"
4561 #~ msgstr "file @image «%s» non leggibile: %s"
4562
4563 #, fuzzy
4564 #~ msgid "Cannot find \\@image file `%s.txt'"
4565 #~ msgstr "Impossibile trovare il nodo «%s»."
4566
4567 #, fuzzy
4568 #~ msgid ""
4569 #~ "\\@strong{Note...} produces a spurious cross-reference in Info; reword to "
4570 #~ "avoid that"
4571 #~ msgstr ""
4572 #~ "@strong{Nota...} produce un riferimento falso; riscrivilo per evitare che "
4573 #~ "non succeda"
4574
4575 #, fuzzy
4576 #~ msgid "`.' or `,' must follow \\@xref, not %s"
4577 #~ msgstr "«.» o «,» devono seguire @%s, non «%c»"
4578
4579 #~ msgid "%s: warning: "
4580 #~ msgstr "%s: avvertimento: "
4581
4582 #, fuzzy
4583 #~ msgid "@top already exists"
4584 #~ msgstr "Indice «%s» già esistente"
4585
4586 #~ msgid "%s: illegal option -- %c\n"
4587 #~ msgstr "%s: opzione non lecita -- %c\n"
4588
4589 #~ msgid "Appendix %c"
4590 #~ msgstr "Appendice %c"
Binary diff not shown
+213
-155
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: 2012-12-17 17:27-0800\n"
15 "POT-Creation-Date: 2013-01-01 17:33-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"
8383 msgid "%s: option '-W %s' requires an argument\n"
8484 msgstr "%s: オプション '-W %s' には引数が必要です\n"
8585
86 #: gnulib/lib/regcomp.c:130
86 #: gnulib/lib/regcomp.c:131
8787 msgid "Success"
8888 msgstr "成功です"
8989
90 #: gnulib/lib/regcomp.c:133
90 #: gnulib/lib/regcomp.c:134
9191 msgid "No match"
9292 msgstr "一致しません"
9393
94 #: gnulib/lib/regcomp.c:136
94 #: gnulib/lib/regcomp.c:137
9595 msgid "Invalid regular expression"
9696 msgstr "無効な正規表現です"
9797
98 #: gnulib/lib/regcomp.c:139
98 #: gnulib/lib/regcomp.c:140
9999 msgid "Invalid collation character"
100100 msgstr "無効な照合文字です"
101101
102 #: gnulib/lib/regcomp.c:142
102 #: gnulib/lib/regcomp.c:143
103103 msgid "Invalid character class name"
104104 msgstr "無効な文字クラス名です"
105105
106 #: gnulib/lib/regcomp.c:145
106 #: gnulib/lib/regcomp.c:146
107107 msgid "Trailing backslash"
108108 msgstr "終端のバックスラッシュ"
109109
110 #: gnulib/lib/regcomp.c:148
110 #: gnulib/lib/regcomp.c:149
111111 msgid "Invalid back reference"
112112 msgstr "無効な前方参照です"
113113
114 #: gnulib/lib/regcomp.c:151
114 #: gnulib/lib/regcomp.c:152
115115 msgid "Unmatched [ or [^"
116116 msgstr "[ または [^ が不一致です"
117117
118 #: gnulib/lib/regcomp.c:154
118 #: gnulib/lib/regcomp.c:155
119119 msgid "Unmatched ( or \\("
120120 msgstr "( または \\( が不一致です"
121121
122 #: gnulib/lib/regcomp.c:157
122 #: gnulib/lib/regcomp.c:158
123123 msgid "Unmatched \\{"
124124 msgstr "\\{ が不一致です"
125125
126 #: gnulib/lib/regcomp.c:160
126 #: gnulib/lib/regcomp.c:161
127127 msgid "Invalid content of \\{\\}"
128128 msgstr "\\{\\} の中身が無効です"
129129
130 #: gnulib/lib/regcomp.c:163
130 #: gnulib/lib/regcomp.c:164
131131 msgid "Invalid range end"
132132 msgstr "無効な範囲終了です"
133133
134 #: gnulib/lib/regcomp.c:166
134 #: gnulib/lib/regcomp.c:167
135135 msgid "Memory exhausted"
136136 msgstr "メモリを使い果たしました"
137137
138 #: gnulib/lib/regcomp.c:169
138 #: gnulib/lib/regcomp.c:170
139139 msgid "Invalid preceding regular expression"
140140 msgstr "無効な前方正規表現です"
141141
142 #: gnulib/lib/regcomp.c:172
142 #: gnulib/lib/regcomp.c:173
143143 msgid "Premature end of regular expression"
144144 msgstr "正規表現が途中で終了しました"
145145
146 #: gnulib/lib/regcomp.c:175
146 #: gnulib/lib/regcomp.c:176
147147 msgid "Regular expression too big"
148148 msgstr "正規表現が大きすぎます"
149149
150 #: gnulib/lib/regcomp.c:178
150 #: gnulib/lib/regcomp.c:179
151151 msgid "Unmatched ) or \\)"
152152 msgstr ") または \\) が不一致です"
153153
154 #: gnulib/lib/regcomp.c:703
154 #: gnulib/lib/regcomp.c:704
155155 msgid "No previous regular expression"
156156 msgstr "以前に正規表現がありません"
157157
399399 msgid "Try --help for more information.\n"
400400 msgstr "詳しくは --help オプションを試してみてください。\n"
401401
402 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
403 #: tp/texi2any.pl:735 util/texindex.c:295
402 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
403 #: tp/texi2any.pl:736 util/texindex.c:295
404404 #, c-format, perl-format
405405 msgid ""
406406 "Copyright (C) %s Free Software Foundation, Inc.\n"
19301930 msgid " Subfile: %s"
19311931 msgstr " 副ファイル: %s"
19321932
1933 #: install-info/install-info.c:285
1933 #: install-info/install-info.c:286
19341934 #, fuzzy, c-format
19351935 msgid "%s for %s"
19361936 msgstr " %s"
19371937
1938 #: install-info/install-info.c:519
1938 #: install-info/install-info.c:520
19391939 #, c-format
19401940 msgid "\tTry `%s --help' for a complete list of options.\n"
19411941 msgstr "\t完全な オプションリストを得るには `%s --help' を実行してください。\n"
19421942
1943 #: install-info/install-info.c:527
1943 #: install-info/install-info.c:528
19441944 #, c-format
19451945 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19461946 msgstr "使用法: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19471947
1948 #: install-info/install-info.c:529
1948 #: install-info/install-info.c:530
19491949 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19501950 msgstr ""
19511951 "Info ディレクトリー DIR-FILE 対して INFO-FILE 項目の追加または削除を行いま"
19521952 "す。"
19531953
1954 #: install-info/install-info.c:531
1955 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1956 msgstr ""
1957
19541958 #: install-info/install-info.c:532
1959 msgid "--dir-file (or --info-dir) options are given, respectively."
1960 msgstr ""
1961
1962 #: install-info/install-info.c:535
19551963 msgid ""
19561964 "Options:\n"
1965 " --add-once add only to first matching section, not all.\n"
1966 " --align=COL start description of new entries at column COL.\n"
1967 " --calign=COL format second and subsequent description lines to\n"
1968 " start at column COL."
1969 msgstr ""
1970
1971 #: install-info/install-info.c:542
1972 #, fuzzy
1973 msgid ""
19571974 " --debug report what is being done.\n"
19581975 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19591976 " don't insert any new entries.\n"
19741991 " DIR-FILE 引数の使用と同様。\n"
19751992 " --dry-run --test と同様。"
19761993
1977 #: install-info/install-info.c:544
1978 msgid ""
1979 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1994 #: install-info/install-info.c:553
1995 #, fuzzy
1996 msgid ""
1997 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1998 " overriding any corresponding entry from DIR-FILE.\n"
19801999 " TEXT is written as an Info menu item line followed\n"
19812000 " by zero or more extra lines starting with "
19822001 "whitespace.\n"
19832002 " If you specify more than one entry, all are added.\n"
19842003 " If you don't specify any entries, they are determined\n"
1985 " from information in the Info file itself.\n"
1986 " When removing, TEXT specifies the entry to remove.\n"
1987 " TEXT is only removed as a last resort, if the\n"
1988 " entry as determined from the Info file is not "
1989 "present,\n"
1990 " and the basename of the Info file isn't found either."
2004 " from information in the Info file itself."
19912005 msgstr ""
19922006 " --entry=TEXT TEXT を Info ディレクトリーエントリとして追加する。\n"
19932007 " TEXT は Info メニュー項目行として、0個以上の空白で開\n"
20012015 " Info ファイルのベース名が見つからない場合に、最後に\n"
20022016 " 削除されます。"
20032017
2004 #: install-info/install-info.c:556
2018 #: install-info/install-info.c:562
2019 #, fuzzy
20052020 msgid ""
20062021 " --help display this help and exit.\n"
20072022 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20082023 " --info-file=FILE specify Info file to install in the directory;\n"
20092024 " equivalent to using the INFO-FILE argument.\n"
20102025 " --item=TEXT same as --entry=TEXT.\n"
2011 " --keep-old do not replace entries, or remove empty sections.\n"
2012 " --menuentry=TEXT same as --name=TEXT.\n"
2013 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2014 " to become synonymous with the --entry option.\n"
2015 " --no-indent do not format new entries in the DIR file.\n"
2016 " --quiet suppress warnings."
2026 " --keep-old do not replace entries, or remove empty sections."
20172027 msgstr ""
20182028 " --help このヘルプを表示して終了する。\n"
20192029 " --info-dir=DIR --dir-file=DIR/dir と同様。\n"
20282038 " --no-indent DIR ファイルにある新規エントリを整形しない。\n"
20292039 " --quiet 警告を抑止する。"
20302040
2031 #: install-info/install-info.c:569
2041 #: install-info/install-info.c:570
2042 #, fuzzy
2043 msgid ""
2044 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2045 " --menuentry=TEXT same as --name=TEXT.\n"
2046 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2047 " to become synonymous with the --entry option.\n"
2048 " --no-indent do not format new entries in the DIR file.\n"
2049 " --quiet suppress warnings."
2050 msgstr ""
2051 " --help このヘルプを表示して終了する。\n"
2052 " --info-dir=DIR --dir-file=DIR/dir と同様。\n"
2053 " --info-file=FILE Info ファイルをインストールするディレクトリーを指定す"
2054 "る。\n"
2055 " INFO-FILE 引数の使用と同様。\n"
2056 " --item=TEXT --entry=TEXT と同様。\n"
2057 " --keep-old エントリを置換せず、または空のセクションを削除しない。\n"
2058 " --menuentry=TEXT --name=TEXT と同様。\n"
2059 " --name=TEXT エントリの名前を TEXT にする。--description と\n"
2060 " 併せて使用した時は --entry と同様。\n"
2061 " --no-indent DIR ファイルにある新規エントリを整形しない。\n"
2062 " --quiet 警告を抑止する。"
2063
2064 #: install-info/install-info.c:578
20322065 msgid ""
20332066 " --regex=R put this file's entries in all sections that match the\n"
20342067 " regular expression R (ignoring case).\n"
20592092 "る。\n"
20602093 " --section R SEC --regex=R --section=SEC --add-once と同様。"
20612094
2062 #: install-info/install-info.c:582
2095 #: install-info/install-info.c:591
20632096 msgid ""
20642097 " --silent suppress warnings.\n"
20652098 " --test suppress updating of DIR-FILE.\n"
20692102 " --test DIR-FILE の更新を抑止する。\n"
20702103 " --version バージョン情報を表示して終了する。"
20712104
2072 #: install-info/install-info.c:589 tp/texi2any.pl:723
2105 #: install-info/install-info.c:598 tp/texi2any.pl:724
20732106 msgid ""
20742107 "Email bug reports to bug-texinfo@gnu.org,\n"
20752108 "general questions and discussion to help-texinfo@gnu.org.\n"
20812114 "一般的な質問や議論は help-texinfo@gnu.org に連絡してください。\n"
20822115 "Texinfoホームページ: http://www.gnu.org/software/texinfo/"
20832116
2084 #: install-info/install-info.c:616
2117 #: install-info/install-info.c:625
20852118 #, c-format
20862119 msgid ""
20872120 "This is the file .../info/dir, which contains the\n"
21192152 "\n"
21202153 "%s\n"
21212154
2122 #: install-info/install-info.c:640
2155 #: install-info/install-info.c:649
21232156 #, c-format
21242157 msgid "%s: could not read (%s) and could not create (%s)"
21252158 msgstr "%s: (%s) を読み込むことができず、(%s) を作成できませんでした"
21262159
2127 #: install-info/install-info.c:736
2160 #: install-info/install-info.c:745
21282161 #, c-format
21292162 msgid "%s: empty file"
21302163 msgstr "%s: 空のファイル"
21312164
2132 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2165 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21332166 #, c-format
21342167 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21352168 msgstr "START-INFO-DIR-ENTRY に対応する END-INFO-DIR-ENTRY がありません"
21362169
2137 #: install-info/install-info.c:1114
2170 #: install-info/install-info.c:1123
21382171 #, c-format
21392172 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21402173 msgstr "END-INFO-DIR-ENTRY に対応する START-INFO-DIR-ENTRY がありません"
21412174
2142 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2175 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21432176 #, c-format
21442177 msgid "%s: already have dir file: %s\n"
21452178 msgstr "%s: 既に dir ファイル %s があります\n"
21462179
2147 #: install-info/install-info.c:2068
2180 #: install-info/install-info.c:2077
21482181 #, c-format
21492182 msgid "%s: Specify the Info file only once.\n"
21502183 msgstr "%s: Info ファイルは一度だけ指定してください。\n"
21512184
2152 #: install-info/install-info.c:2101
2185 #: install-info/install-info.c:2110
21532186 #, c-format
21542187 msgid "Extra regular expression specified, ignoring `%s'"
21552188 msgstr "余分な正規表現が指定されています。`%s' を無視します"
21562189
2157 #: install-info/install-info.c:2113
2190 #: install-info/install-info.c:2122
21582191 #, c-format
21592192 msgid "Error in regular expression `%s': %s"
21602193 msgstr "正規表現 `%s' にエラーがあります: %s"
21612194
2162 #: install-info/install-info.c:2171
2195 #: install-info/install-info.c:2180
21632196 #, c-format
21642197 msgid "excess command line argument `%s'"
21652198 msgstr "コマンドライン引数が多すぎます `%s'"
21662199
2167 #: install-info/install-info.c:2175
2200 #: install-info/install-info.c:2184
21682201 #, c-format
21692202 msgid "No input file specified; try --help for more information."
21702203 msgstr ""
21712204 "入力ファイルが指定されていません -- 詳しくは --help 付で実行してください。"
21722205
2173 #: install-info/install-info.c:2177
2206 #: install-info/install-info.c:2186
21742207 #, c-format
21752208 msgid "No dir file specified; try --help for more information."
21762209 msgstr ""
21772210 "dir ファイルが指定されていません -- 詳しくは --help 付で実行して下さい。"
21782211
2179 #: install-info/install-info.c:2319
2212 #: install-info/install-info.c:2328
21802213 #, c-format
21812214 msgid "no info dir entry in `%s'"
21822215 msgstr "`%s' に Info dir 用の項目がありません"
21832216
2184 #: install-info/install-info.c:2567
2217 #: install-info/install-info.c:2576
21852218 #, c-format
21862219 msgid "no entries found for `%s'; nothing deleted"
21872220 msgstr "`%s' 項目が見つかりません -- 何も削除しませんでした"
21882221
2189 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2190 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2191 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2192 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2193 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2222 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21942227 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21952228 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21962229 #, fuzzy, perl-format
22722305 msgstr ""
22732306
22742307 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2275 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2308 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22762309 #, fuzzy, perl-format
22772310 msgid "Obsolete variable %s\n"
22782311 msgstr "変数を設定: "
22872320 msgid "Can't create directories `%s': %s"
22882321 msgstr "%s/linux シンボリックリンクを作成できませんでした!"
22892322
2290 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2291 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2323 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2324 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22922325 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22932326 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2294 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2295 #: tp/init/chm.pm:399
2327 #: tp/Texinfo/Parser.pm:1871
22962328 #, fuzzy, perl-format
22972329 msgid "Error on closing %s: %s"
22982330 msgstr "%(service)s on %(device)s"
22992331
2300 #: tp/Texinfo/Convert/DocBook.pm:919
2332 #: tp/Texinfo/Convert/DocBook.pm:897
23012333 #, fuzzy, perl-format
23022334 msgid "@image file `%s' not found, using `%s'"
23032335 msgstr "@image ファイル `%s' が読めません: %s"
23122344 msgid "Raw format %s is not converted"
23132345 msgstr ""
23142346
2315 #: tp/Texinfo/Convert/HTML.pm:4832
2347 #: tp/Texinfo/Convert/HTML.pm:4814
23162348 #, perl-format
23172349 msgid "%s:%d: string not closed in css file"
23182350 msgstr ""
23192351
2320 #: tp/Texinfo/Convert/HTML.pm:4834
2352 #: tp/Texinfo/Convert/HTML.pm:4816
23212353 #, perl-format
23222354 msgid "%s:%d: --css-include ended in comment"
23232355 msgstr "%s:%d: --css-include がコメント内で終了しています"
23242356
2325 #: tp/Texinfo/Convert/HTML.pm:4836
2326 #, perl-format
2327 msgid "%s:%d @import not finished in css file"
2328 msgstr ""
2329
2330 #: tp/Texinfo/Convert/HTML.pm:4862
2357 #: tp/Texinfo/Convert/HTML.pm:4818
2358 #, perl-format
2359 msgid "%s:%d: @import not finished in css file"
2360 msgstr ""
2361
2362 #: tp/Texinfo/Convert/HTML.pm:4844
23312363 #, perl-format
23322364 msgid "css file %s not found"
23332365 msgstr "css ファイル %s が見つかりません"
23342366
2335 #: tp/Texinfo/Convert/HTML.pm:4868
2367 #: tp/Texinfo/Convert/HTML.pm:4850
23362368 #, fuzzy, perl-format
23372369 msgid "could not open --include-file %s: %s"
23382370 msgstr "%s: --css-file %s を開くことができません"
23392371
2340 #: tp/Texinfo/Convert/HTML.pm:4878
2372 #: tp/Texinfo/Convert/HTML.pm:4860
23412373 #, fuzzy, perl-format
23422374 msgid "Error on closing CSS file %s: %s"
23432375 msgstr "ファイルクローズエラー"
23442376
2345 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2377 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23462378 #, fuzzy, perl-format
23472379 msgid "No htmlxref.cnf entry found for `%s'"
23482380 msgstr "`%s' に対する項目が見つかりません\n"
23492381
2350 #: tp/Texinfo/Convert/HTML.pm:6513
2382 #: tp/Texinfo/Convert/HTML.pm:6495
23512383 #, fuzzy, perl-format
23522384 msgid "Error on closing frame file %s: %s"
23532385 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
23542386
2355 #: tp/Texinfo/Convert/HTML.pm:6537
2387 #: tp/Texinfo/Convert/HTML.pm:6519
23562388 #, fuzzy, perl-format
23572389 msgid "Error on closing TOC frame file %s: %s"
23582390 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
23592391
2360 #: tp/Texinfo/Convert/HTML.pm:6652
2392 #: tp/Texinfo/Convert/HTML.pm:6634
23612393 #, perl-format
23622394 msgid "Handler %s of stage %s priority %s failed"
23632395 msgstr ""
23642396
2365 #: tp/Texinfo/Convert/HTML.pm:6853
2397 #: tp/Texinfo/Convert/HTML.pm:6835
23662398 msgid "Must specify a title with a title command or @top"
23672399 msgstr ""
23682400
2369 #: tp/Texinfo/Convert/HTML.pm:7058
2401 #: tp/Texinfo/Convert/HTML.pm:7040
23702402 #, perl-format
23712403 msgid "Error on closing redirection node file %s: %s"
23722404 msgstr ""
23732405
2374 #: tp/Texinfo/Convert/HTML.pm:7083
2406 #: tp/Texinfo/Convert/HTML.pm:7065
23752407 #, fuzzy, perl-format
23762408 msgid "Old name for `%s' is a node of the document"
23772409 msgstr "このドキュメントでは、このノードの `前' や `上' はありません。"
23782410
2379 #: tp/Texinfo/Convert/HTML.pm:7087
2411 #: tp/Texinfo/Convert/HTML.pm:7069
23802412 #, fuzzy, perl-format
23812413 msgid "File empty for renamed node `%s'"
23822414 msgstr "参照されていないノード `%s'"
23832415
2384 #: tp/Texinfo/Convert/HTML.pm:7099
2416 #: tp/Texinfo/Convert/HTML.pm:7081
23852417 #, perl-format
23862418 msgid "Target node (new name for `%s') not in document: %s"
23872419 msgstr ""
23882420
2389 #: tp/Texinfo/Convert/HTML.pm:7131
2421 #: tp/Texinfo/Convert/HTML.pm:7113
23902422 #, fuzzy, perl-format
23912423 msgid "Error on closing renamed node redirection file %s: %s"
23922424 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
23932425
2394 #: tp/Texinfo/Convert/HTML.pm:7169
2426 #: tp/Texinfo/Convert/HTML.pm:7151
23952427 #, fuzzy
23962428 msgid "Empty node name"
23972429 msgstr "認識できないエミュレーション名 `%s' です"
23982430
2399 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2431 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24002432 #, perl-format
24012433 msgid "Syntax for an external node used for `%s'"
24022434 msgstr ""
26952727 msgstr "ノード `%s' にメニューがありません。"
26962728
26972729 #: tp/Texinfo/Parser.pm:3455
2698 msgid "Empty node in menu entry"
2699 msgstr ""
2730 #, fuzzy
2731 msgid "Empty node name in menu entry"
2732 msgstr "認識できないエミュレーション名 `%s' です"
27002733
27012734 #: tp/Texinfo/Parser.pm:3525
27022735 #, fuzzy, perl-format
31733206 msgid "Empty index key in @%s"
31743207 msgstr ""
31753208
3176 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3177 #, fuzzy, perl-format
3178 msgid "Can't open %s for writing: %s\n"
3209 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3210 #, fuzzy, perl-format
3211 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31793212 msgstr "書込み用バックアップファイル\"%s\"を開くことができません"
31803213
3181 #: tp/init/tex4ht.pm:122
3182 #, fuzzy, perl-format
3183 msgid "tex4ht error opening %s: %s"
3184 msgstr "libnotify の初期化に失敗しました"
3185
3186 #: tp/init/tex4ht.pm:218
3187 #, fuzzy, perl-format
3188 msgid "chdir to %s failed"
3189 msgstr "名前の取得に失敗しました: %s"
3190
3191 #: tp/init/tex4ht.pm:242
3192 #, fuzzy, perl-format
3193 msgid "tex4ht output file missing: %s"
3214 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3215 #, fuzzy, perl-format
3216 msgid "chm.pm:%s: Error on closing: %s"
3217 msgstr "%(service)s on %(device)s"
3218
3219 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3220 #, fuzzy, perl-format
3221 msgid "tex4ht.pm:%s: Cannot open: %s"
3222 msgstr "@%s: %s を開くことができません: %s"
3223
3224 #: tp/init/tex4ht.pm:219
3225 #, fuzzy, perl-format
3226 msgid "tex4ht.pm:%s: chdir failed: %s"
3227 msgstr "%s: `%s' のアンマウントに失敗\n"
3228
3229 #: tp/init/tex4ht.pm:232
3230 #, fuzzy, perl-format
3231 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3232 msgstr "初期作業ディレクトリに戻るのに失敗しました"
3233
3234 #: tp/init/tex4ht.pm:244
3235 #, fuzzy, perl-format
3236 msgid "tex4ht.pm: Output file missing: %s"
31943237 msgstr "設定ファイルの欠落。"
31953238
3196 #: tp/init/tex4ht.pm:295
3197 #, perl-format
3198 msgid ""
3199 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3239 #: tp/init/tex4ht.pm:260
3240 #, perl-format
3241 msgid "tex4ht.pm: Command failed: %s"
3242 msgstr ""
3243
3244 #: tp/init/tex4ht.pm:293
3245 #, perl-format
3246 msgid "tex4ht.pm: end of @%s item %d not found"
3247 msgstr ""
3248
3249 #: tp/init/tex4ht.pm:300
3250 #, perl-format
3251 msgid ""
3252 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32003253 "items found in the document"
32013254 msgstr ""
32023255
3203 #: tp/init/tex4ht.pm:313
3204 #, perl-format
3205 msgid "tex4ht output has no HTML item for @%s %s"
3206 msgstr ""
3207
3208 #: tp/texi2any.pl:373
3256 #: tp/init/tex4ht.pm:319
3257 #, perl-format
3258 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3259 msgstr ""
3260
3261 #: tp/texi2any.pl:374
32093262 #, perl-format
32103263 msgid "error loading %s: %s\n"
32113264 msgstr "%sの読込み中にエラーが発生しました: %s\n"
32123265
3213 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3266 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32143267 #, fuzzy, perl-format
32153268 msgid "Unknown variable %s\n"
32163269 msgstr "不明なシグナル %d"
32173270
3218 #: tp/texi2any.pl:466
3271 #: tp/texi2any.pl:467
32193272 #, fuzzy, perl-format
32203273 msgid "Can't read init file %s"
32213274 msgstr " @FILE オプションを FILE から読み込む\n"
32223275
3223 #: tp/texi2any.pl:597
3276 #: tp/texi2any.pl:598
32243277 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32253278 msgstr "使用法: makeinfo [OPTION]... TEXINFO-FILE...\n"
32263279
3227 #: tp/texi2any.pl:598
3280 #: tp/texi2any.pl:599
32283281 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32293282 msgstr " または: texi2any [OPTION]... TEXINFO-FILE...\n"
32303283
3231 #: tp/texi2any.pl:600
3284 #: tp/texi2any.pl:601
32323285 msgid ""
32333286 "Translate Texinfo source documentation to various other formats, by default\n"
32343287 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32363289 "Texinfo ソース文書を様々な形式で読めるように変換します。デフォルトでは\n"
32373290 "オンラインで Emacs や単独の GNU Info で読むのに適した Info ファイルです。\n"
32383291
3239 #: tp/texi2any.pl:603
3292 #: tp/texi2any.pl:604
32403293 #, fuzzy, perl-format
32413294 msgid ""
32423295 "General options:\n"
32713324 " -v, --verbose 行なわれる事を説明する。\n"
32723325 " --version バージョン情報を表示して終了する。\n"
32733326
3274 #: tp/texi2any.pl:618
3327 #: tp/texi2any.pl:619
32753328 msgid ""
32763329 "Output format selection (default is to produce Info):\n"
32773330 " --docbook output Docbook XML rather than Info.\n"
32883341 " --dvi, --dvipdf, --ps, --pdf texi2dvi を呼び出して指定された出力を生成"
32893342 "する。\n"
32903343
3291 #: tp/texi2any.pl:626
3344 #: tp/texi2any.pl:627
32923345 #, fuzzy
32933346 msgid ""
32943347 "General output options:\n"
33313384 " -o, --output=FILE FILE へ出力する (分割 HTML の場合ディレクト"
33323385 "リ)。\n"
33333386
3334 #: tp/texi2any.pl:646
3387 #: tp/texi2any.pl:647
33353388 #, perl-format
33363389 msgid ""
33373390 "Options for Info and plain text:\n"
33713424 " --split-size=NUM Info ファイルをサイズ NUM で分割する (default "
33723425 "%d)。\n"
33733426
3374 #: tp/texi2any.pl:663
3427 #: tp/texi2any.pl:664
33753428 msgid ""
33763429 "Options for HTML:\n"
33773430 " --css-include=FILE include FILE in HTML <style> output;\n"
33983451 "成する;\n"
33993452 " デフォルトでは分割時にのみ設定される。\n"
34003453
3401 #: tp/texi2any.pl:674
3454 #: tp/texi2any.pl:675
34023455 msgid ""
34033456 "Options for XML and Docbook:\n"
34043457 " --output-indent=VAL does nothing, retained for compatibility.\n"
34053458 msgstr ""
34063459
3407 #: tp/texi2any.pl:677
3460 #: tp/texi2any.pl:678
34083461 msgid ""
34093462 "Options for DVI/PS/PDF:\n"
34103463 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34113464 msgstr ""
34123465
3413 #: tp/texi2any.pl:680
3466 #: tp/texi2any.pl:681
34143467 msgid ""
34153468 "Input file options:\n"
34163469 " --commands-in-node-names does nothing, retained for compatibility.\n"
34263479 " -P DIR @include 探索パスの先頭に DIR を挿入する。\n"
34273480 " -U VAR 変数 VAR を未定義にする。@clear と同じ。\n"
34283481
3429 #: tp/texi2any.pl:687
3482 #: tp/texi2any.pl:688
34303483 #, fuzzy
34313484 msgid ""
34323485 "Conditional processing in input:\n"
34683521 " また、--no-ifFORMAT オプションを指定すると @ifnotFORMAT テキストを処理す"
34693522 "る。\n"
34703523
3471 #: tp/texi2any.pl:704
3524 #: tp/texi2any.pl:705
34723525 msgid ""
34733526 " The defaults for the @if... conditionals depend on the output format:\n"
34743527 " if generating Docbook, --ifdocbook is on and the others are off;\n"
34843537 " 平文テキストを生成する場合、--ifplaintext が有効で、他は無効になります。\n"
34853538 " XML を生成する場合、--ifxml が有効で、他は無効になります。\n"
34863539
3487 #: tp/texi2any.pl:711
3540 #: tp/texi2any.pl:712
34883541 #, fuzzy
34893542 msgid ""
34903543 "Examples:\n"
35203573 " makeinfo --no-split foo.texi 大きさにかかわらず一つの Info ファイ"
35213574 "ルに書き込む\n"
35223575
3523 #: tp/texi2any.pl:758
3576 #: tp/texi2any.pl:759
35243577 #, perl-format
35253578 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35263579 msgstr ""
35273580 "%s: --footnote-style 引数は `%s' ではなく、`separate' 又は `end' でなければ\n"
35283581 " なりません。\n"
35293582
3530 #: tp/texi2any.pl:848
3583 #: tp/texi2any.pl:849
35313584 #, perl-format
35323585 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35333586 msgstr ""
35343587 "%s: --paragraph-indent 引数は `%s' ではなく、数値/`none'/`asis' でなければ\n"
35353588 " なりません。\n"
35363589
3537 #: tp/texi2any.pl:962
3590 #: tp/texi2any.pl:963
35383591 #, perl-format
35393592 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35403593 msgstr "%s: 認識できない TEXINFO_OUTPUT_FORMAT の値 `%s' を無視しています。\n"
35413594
3542 #: tp/texi2any.pl:975
3595 #: tp/texi2any.pl:976
35433596 #, perl-format
35443597 msgid "when generating %s, only one input FILE may be specified with -o"
35453598 msgstr "%s を生成するときに、-o には入力ファイルを1つだけ指定します。"
35463599
3547 #: tp/texi2any.pl:979
3600 #: tp/texi2any.pl:980
35483601 msgid "--Xopt option without printed output"
35493602 msgstr ""
35503603
3551 #: tp/texi2any.pl:989
3604 #: tp/texi2any.pl:990
35523605 #, fuzzy, perl-format
35533606 msgid "Unknown tree transformation %s"
35543607 msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました"
35553608
3556 #: tp/texi2any.pl:996
3609 #: tp/texi2any.pl:997
35573610 #, perl-format
35583611 msgid "Ignoring splitting for format %s"
35593612 msgstr ""
35603613
3561 #: tp/texi2any.pl:1045
3614 #: tp/texi2any.pl:1046
35623615 #, perl-format
35633616 msgid "%s: missing file argument.\n"
35643617 msgstr "%s: ファイル引数を忘れていますよ\n"
35653618
3566 #: tp/texi2any.pl:1046
3619 #: tp/texi2any.pl:1047
35673620 #, perl-format
35683621 msgid "Try `%s --help' for more information.\n"
35693622 msgstr "詳しくは `%s --help' を実行してください。\n"
35703623
3571 #: tp/texi2any.pl:1117
3624 #: tp/texi2any.pl:1118
35723625 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35733626 msgstr ""
35743627
3575 #: tp/texi2any.pl:1139
3628 #: tp/texi2any.pl:1140
35763629 #, fuzzy, perl-format
35773630 msgid "Error on closing macro expand file %s: %s\n"
35783631 msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました"
35793632
3580 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3633 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35813634 #, fuzzy, perl-format
35823635 msgid "Could not open %s for writing: %s\n"
35833636 msgstr "%s: --css-file %s を開くことができません"
35843637
3585 #: tp/texi2any.pl:1169
3638 #: tp/texi2any.pl:1170
35863639 msgid ""
35873640 "insert_nodes_for_sectioning_commands transformation return no result. No "
35883641 "section?"
35893642 msgstr ""
35903643
3591 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3644 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35923645 #, fuzzy, perl-format
35933646 msgid "Error on closing %s: %s\n"
35943647 msgstr "%(service)s on %(device)s"
35953648
3596 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3649 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35973650 #, perl-format
35983651 msgid "Error on closing internal links file %s: %s\n"
35993652 msgstr ""
36533706 #, c-format
36543707 msgid "entry %s follows an entry with a secondary name"
36553708 msgstr "%s 項目に二つ目の項目名が続いています"
3709
3710 #, fuzzy
3711 #~ msgid "tex4ht error opening %s: %s"
3712 #~ msgstr "libnotify の初期化に失敗しました"
3713
3714 #, fuzzy
3715 #~ msgid "chdir to %s failed"
3716 #~ msgstr "名前の取得に失敗しました: %s"
36563717
36573718 #, fuzzy
36583719 #~ msgid "Error on closing renamed nodes file %s: %s"
43204381
43214382 #~ msgid "unable to record current working directory"
43224383 #~ msgstr "現在の作業ディレクトリを記録することができません"
4323
4324 #~ msgid "failed to return to initial working directory"
4325 #~ msgstr "初期作業ディレクトリに戻るのに失敗しました"
43264384
43274385 #~ msgid "Failed to open /dev/zero for read"
43284386 #~ msgstr "/dev/zeroを読込み用に開けません"
47964854 #~ " file, and select the node referenced by the first entry "
47974855 #~ "found.\n"
47984856 #~ " \\%-10[goto-node] Move to node specified by name.\n"
4799 #~ " You may include a filename as well, as in (FILENAME)"
4800 #~ "NODENAME.\n"
4857 #~ " You may include a filename as well, as in "
4858 #~ "(FILENAME)NODENAME.\n"
48014859 #~ " \\%-10[search] Search forward through this Info file for a specified "
48024860 #~ "string,\n"
48034861 #~ " and select the node in which the next occurrence is found.\n"
Binary diff not shown
+194
-154
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: 2012-12-17 17:27-0800\n"
23 "POT-Creation-Date: 2013-01-01 17:33-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"
8989 msgid "%s: option '-W %s' requires an argument\n"
9090 msgstr "%s: valget «%s» krever et argument\n"
9191
92 #: gnulib/lib/regcomp.c:130
92 #: gnulib/lib/regcomp.c:131
9393 msgid "Success"
9494 msgstr ""
9595
96 #: gnulib/lib/regcomp.c:133
96 #: gnulib/lib/regcomp.c:134
9797 msgid "No match"
9898 msgstr ""
9999
100 #: gnulib/lib/regcomp.c:136
100 #: gnulib/lib/regcomp.c:137
101101 msgid "Invalid regular expression"
102102 msgstr ""
103103
104 #: gnulib/lib/regcomp.c:139
104 #: gnulib/lib/regcomp.c:140
105105 #, fuzzy
106106 msgid "Invalid collation character"
107107 msgstr "Ugyldig kodet tegn «%s»"
108108
109 #: gnulib/lib/regcomp.c:142
109 #: gnulib/lib/regcomp.c:143
110110 #, fuzzy
111111 msgid "Invalid character class name"
112112 msgstr "usannsynlig tegn %c i @var"
113113
114 #: gnulib/lib/regcomp.c:145
114 #: gnulib/lib/regcomp.c:146
115115 msgid "Trailing backslash"
116116 msgstr ""
117117
118 #: gnulib/lib/regcomp.c:148
118 #: gnulib/lib/regcomp.c:149
119119 msgid "Invalid back reference"
120120 msgstr ""
121121
122 #: gnulib/lib/regcomp.c:151
122 #: gnulib/lib/regcomp.c:152
123123 #, fuzzy
124124 msgid "Unmatched [ or [^"
125125 msgstr "Umatchet }"
126126
127 #: gnulib/lib/regcomp.c:154
127 #: gnulib/lib/regcomp.c:155
128128 #, fuzzy
129129 msgid "Unmatched ( or \\("
130130 msgstr "Umatchet }"
131131
132 #: gnulib/lib/regcomp.c:157
132 #: gnulib/lib/regcomp.c:158
133133 #, fuzzy
134134 msgid "Unmatched \\{"
135135 msgstr "Umatchet }"
136136
137 #: gnulib/lib/regcomp.c:160
137 #: gnulib/lib/regcomp.c:161
138138 msgid "Invalid content of \\{\\}"
139139 msgstr ""
140140
141 #: gnulib/lib/regcomp.c:163
141 #: gnulib/lib/regcomp.c:164
142142 msgid "Invalid range end"
143143 msgstr ""
144144
145 #: gnulib/lib/regcomp.c:166
145 #: gnulib/lib/regcomp.c:167
146146 msgid "Memory exhausted"
147147 msgstr ""
148148
149 #: gnulib/lib/regcomp.c:169
149 #: gnulib/lib/regcomp.c:170
150150 msgid "Invalid preceding regular expression"
151151 msgstr ""
152152
153 #: gnulib/lib/regcomp.c:172
153 #: gnulib/lib/regcomp.c:173
154154 msgid "Premature end of regular expression"
155155 msgstr ""
156156
157 #: gnulib/lib/regcomp.c:175
157 #: gnulib/lib/regcomp.c:176
158158 msgid "Regular expression too big"
159159 msgstr ""
160160
161 #: gnulib/lib/regcomp.c:178
161 #: gnulib/lib/regcomp.c:179
162162 #, fuzzy
163163 msgid "Unmatched ) or \\)"
164164 msgstr "Umatchet }"
165165
166 #: gnulib/lib/regcomp.c:703
166 #: gnulib/lib/regcomp.c:704
167167 #, fuzzy
168168 msgid "No previous regular expression"
169169 msgstr "Ingen tidligere søkestreng"
416416 msgid "Try --help for more information.\n"
417417 msgstr "Prøv --help for mer informasjon.\n"
418418
419 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
420 #: tp/texi2any.pl:735 util/texindex.c:295
419 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
420 #: tp/texi2any.pl:736 util/texindex.c:295
421421 #, c-format, perl-format
422422 msgid ""
423423 "Copyright (C) %s Free Software Foundation, Inc.\n"
913913 " You may include a filename as well, as in (FILENAME)NODENAME.\n"
914914 msgstr ""
915915 "\\%-10[goto-node] Flytte til en node angitt ved navn.\n"
916 " Du kan like godt inkludere et filnavn, som i (FILNAVN)"
917 "NODENAVN.\n"
916 " Du kan like godt inkludere et filnavn, som i "
917 "(FILNAVN)NODENAVN.\n"
918918
919919 #: info/infodoc.c:132
920920 #, fuzzy, c-format
19361936 msgid " Subfile: %s"
19371937 msgstr " Delfil: %s"
19381938
1939 #: install-info/install-info.c:285
1939 #: install-info/install-info.c:286
19401940 #, fuzzy, c-format
19411941 msgid "%s for %s"
19421942 msgstr " for %s"
19431943
1944 #: install-info/install-info.c:519
1944 #: install-info/install-info.c:520
19451945 #, c-format
19461946 msgid "\tTry `%s --help' for a complete list of options.\n"
19471947 msgstr "\tPrøv «%s --help» for en komplett liste over valg.\n"
19481948
1949 #: install-info/install-info.c:527
1949 #: install-info/install-info.c:528
19501950 #, fuzzy, c-format
19511951 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19521952 msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n"
19531953
1954 #: install-info/install-info.c:529
1954 #: install-info/install-info.c:530
19551955 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19561956 msgstr ""
19571957
1958 #: install-info/install-info.c:531
1959 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1960 msgstr ""
1961
19581962 #: install-info/install-info.c:532
1963 msgid "--dir-file (or --info-dir) options are given, respectively."
1964 msgstr ""
1965
1966 #: install-info/install-info.c:535
19591967 msgid ""
19601968 "Options:\n"
1969 " --add-once add only to first matching section, not all.\n"
1970 " --align=COL start description of new entries at column COL.\n"
1971 " --calign=COL format second and subsequent description lines to\n"
1972 " start at column COL."
1973 msgstr ""
1974
1975 #: install-info/install-info.c:542
1976 msgid ""
19611977 " --debug report what is being done.\n"
19621978 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19631979 " don't insert any new entries.\n"
19691985 " --dry-run same as --test."
19701986 msgstr ""
19711987
1972 #: install-info/install-info.c:544
1973 msgid ""
1974 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1988 #: install-info/install-info.c:553
1989 msgid ""
1990 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1991 " overriding any corresponding entry from DIR-FILE.\n"
19751992 " TEXT is written as an Info menu item line followed\n"
19761993 " by zero or more extra lines starting with "
19771994 "whitespace.\n"
19781995 " If you specify more than one entry, all are added.\n"
19791996 " If you don't specify any entries, they are determined\n"
1980 " from information in the Info file itself.\n"
1981 " When removing, TEXT specifies the entry to remove.\n"
1982 " TEXT is only removed as a last resort, if the\n"
1983 " entry as determined from the Info file is not "
1984 "present,\n"
1985 " and the basename of the Info file isn't found either."
1986 msgstr ""
1987
1988 #: install-info/install-info.c:556
1997 " from information in the Info file itself."
1998 msgstr ""
1999
2000 #: install-info/install-info.c:562
19892001 msgid ""
19902002 " --help display this help and exit.\n"
19912003 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19922004 " --info-file=FILE specify Info file to install in the directory;\n"
19932005 " equivalent to using the INFO-FILE argument.\n"
19942006 " --item=TEXT same as --entry=TEXT.\n"
1995 " --keep-old do not replace entries, or remove empty sections.\n"
2007 " --keep-old do not replace entries, or remove empty sections."
2008 msgstr ""
2009
2010 #: install-info/install-info.c:570
2011 msgid ""
2012 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19962013 " --menuentry=TEXT same as --name=TEXT.\n"
19972014 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19982015 " to become synonymous with the --entry option.\n"
20002017 " --quiet suppress warnings."
20012018 msgstr ""
20022019
2003 #: install-info/install-info.c:569
2020 #: install-info/install-info.c:578
20042021 msgid ""
20052022 " --regex=R put this file's entries in all sections that match the\n"
20062023 " regular expression R (ignoring case).\n"
20162033 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
20172034 msgstr ""
20182035
2019 #: install-info/install-info.c:582
2036 #: install-info/install-info.c:591
20202037 msgid ""
20212038 " --silent suppress warnings.\n"
20222039 " --test suppress updating of DIR-FILE.\n"
20232040 " --version display version information and exit."
20242041 msgstr ""
20252042
2026 #: install-info/install-info.c:589 tp/texi2any.pl:723
2043 #: install-info/install-info.c:598 tp/texi2any.pl:724
20272044 #, fuzzy
20282045 msgid ""
20292046 "Email bug reports to bug-texinfo@gnu.org,\n"
20352052 "generelle spørsmål og diskusjoner til help-texinfo@gnu.org.\n"
20362053 "Websida for Texinfo: http://www.gnu.org/software/texinfo/"
20372054
2038 #: install-info/install-info.c:616
2055 #: install-info/install-info.c:625
20392056 #, c-format
20402057 msgid ""
20412058 "This is the file .../info/dir, which contains the\n"
20712088 "\n"
20722089 "%s\n"
20732090
2074 #: install-info/install-info.c:640
2091 #: install-info/install-info.c:649
20752092 #, fuzzy, c-format
20762093 msgid "%s: could not read (%s) and could not create (%s)"
20772094 msgstr "%s: kunne ikke lese (%s) og kunne ikke opprette (%s)\n"
20782095
2079 #: install-info/install-info.c:736
2096 #: install-info/install-info.c:745
20802097 #, c-format
20812098 msgid "%s: empty file"
20822099 msgstr "%s: tom fil"
20832100
2084 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2101 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20852102 #, c-format
20862103 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20872104 msgstr "START-INFO-DIR-ENTRY uten tilhørende END-INFO-DIR-ENTRY"
20882105
2089 #: install-info/install-info.c:1114
2106 #: install-info/install-info.c:1123
20902107 #, c-format
20912108 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20922109 msgstr "END-INFO-DIR-ENTRY uten tilhørende START-INFO-DIR-ENTRY"
20932110
2094 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2111 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20952112 #, c-format
20962113 msgid "%s: already have dir file: %s\n"
20972114 msgstr "%s: har allerede en dirfil: %s\n"
20982115
2099 #: install-info/install-info.c:2068
2116 #: install-info/install-info.c:2077
21002117 #, c-format
21012118 msgid "%s: Specify the Info file only once.\n"
21022119 msgstr "%s: Spesifiser infofilen bare en gang.\n"
21032120
2104 #: install-info/install-info.c:2101
2121 #: install-info/install-info.c:2110
21052122 #, c-format
21062123 msgid "Extra regular expression specified, ignoring `%s'"
21072124 msgstr ""
21082125
2109 #: install-info/install-info.c:2113
2126 #: install-info/install-info.c:2122
21102127 #, c-format
21112128 msgid "Error in regular expression `%s': %s"
21122129 msgstr ""
21132130
2114 #: install-info/install-info.c:2171
2131 #: install-info/install-info.c:2180
21152132 #, c-format
21162133 msgid "excess command line argument `%s'"
21172134 msgstr "overflødig argument på kommandolinjen «%s»"
21182135
2119 #: install-info/install-info.c:2175
2136 #: install-info/install-info.c:2184
21202137 #, c-format
21212138 msgid "No input file specified; try --help for more information."
21222139 msgstr "Ingen innfil angitt; prøv --help for mer informasjon."
21232140
2124 #: install-info/install-info.c:2177
2141 #: install-info/install-info.c:2186
21252142 #, c-format
21262143 msgid "No dir file specified; try --help for more information."
21272144 msgstr "Ingen dir-fil angitt; prøv --help for mer informasjon."
21282145
2129 #: install-info/install-info.c:2319
2146 #: install-info/install-info.c:2328
21302147 #, c-format
21312148 msgid "no info dir entry in `%s'"
21322149 msgstr "ingen info-dir-oppføring i «%s»"
21332150
2134 #: install-info/install-info.c:2567
2151 #: install-info/install-info.c:2576
21352152 #, c-format
21362153 msgid "no entries found for `%s'; nothing deleted"
21372154 msgstr "fant ingen oppføringer for «%s»; ingenting slettet"
21382155
2139 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2140 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2141 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2142 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2143 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2156 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21442161 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21452162 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21462163 #, fuzzy, perl-format
22202237 msgstr ""
22212238
22222239 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2223 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2240 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22242241 #, fuzzy, perl-format
22252242 msgid "Obsolete variable %s\n"
22262243 msgstr "Sett variabel: "
22352252 msgid "Can't create directories `%s': %s"
22362253 msgstr "Kan ikke opprette katalogen «%s»: %s"
22372254
2238 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2239 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2255 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2256 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22402257 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22412258 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2242 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2243 #: tp/init/chm.pm:399
2259 #: tp/Texinfo/Parser.pm:1871
22442260 #, fuzzy, perl-format
22452261 msgid "Error on closing %s: %s"
22462262 msgstr "feil ved skriving til «%s»"
22472263
2248 #: tp/Texinfo/Convert/DocBook.pm:919
2264 #: tp/Texinfo/Convert/DocBook.pm:897
22492265 #, fuzzy, perl-format
22502266 msgid "@image file `%s' not found, using `%s'"
22512267 msgstr "@image-fil «%s» er uleselig: %s"
22602276 msgid "Raw format %s is not converted"
22612277 msgstr ""
22622278
2263 #: tp/Texinfo/Convert/HTML.pm:4832
2279 #: tp/Texinfo/Convert/HTML.pm:4814
22642280 #, perl-format
22652281 msgid "%s:%d: string not closed in css file"
22662282 msgstr ""
22672283
2268 #: tp/Texinfo/Convert/HTML.pm:4834
2284 #: tp/Texinfo/Convert/HTML.pm:4816
22692285 #, fuzzy, perl-format
22702286 msgid "%s:%d: --css-include ended in comment"
22712287 msgstr "%s:%d: --css-file endte i en kommentar"
22722288
2273 #: tp/Texinfo/Convert/HTML.pm:4836
2274 #, perl-format
2275 msgid "%s:%d @import not finished in css file"
2276 msgstr ""
2277
2278 #: tp/Texinfo/Convert/HTML.pm:4862
2289 #: tp/Texinfo/Convert/HTML.pm:4818
2290 #, perl-format
2291 msgid "%s:%d: @import not finished in css file"
2292 msgstr ""
2293
2294 #: tp/Texinfo/Convert/HTML.pm:4844
22792295 #, fuzzy, perl-format
22802296 msgid "css file %s not found"
22812297 msgstr "%cend macro ikke funnet"
22822298
2283 #: tp/Texinfo/Convert/HTML.pm:4868
2299 #: tp/Texinfo/Convert/HTML.pm:4850
22842300 #, fuzzy, perl-format
22852301 msgid "could not open --include-file %s: %s"
22862302 msgstr "%s: kunne ikke åpne --css-file: %s"
22872303
2288 #: tp/Texinfo/Convert/HTML.pm:4878
2304 #: tp/Texinfo/Convert/HTML.pm:4860
22892305 #, fuzzy, perl-format
22902306 msgid "Error on closing CSS file %s: %s"
22912307 msgstr "Feil ved lukking av outputfila «%s»"
22922308
2293 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2309 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
22942310 #, fuzzy, perl-format
22952311 msgid "No htmlxref.cnf entry found for `%s'"
22962312 msgstr "ingen innslag funnet for «%s»\n"
22972313
2298 #: tp/Texinfo/Convert/HTML.pm:6513
2314 #: tp/Texinfo/Convert/HTML.pm:6495
22992315 #, fuzzy, perl-format
23002316 msgid "Error on closing frame file %s: %s"
23012317 msgstr "Feil ved lukking av outputfila «%s»"
23022318
2303 #: tp/Texinfo/Convert/HTML.pm:6537
2319 #: tp/Texinfo/Convert/HTML.pm:6519
23042320 #, fuzzy, perl-format
23052321 msgid "Error on closing TOC frame file %s: %s"
23062322 msgstr "Feil ved lukking av outputfila «%s»"
23072323
2308 #: tp/Texinfo/Convert/HTML.pm:6652
2324 #: tp/Texinfo/Convert/HTML.pm:6634
23092325 #, perl-format
23102326 msgid "Handler %s of stage %s priority %s failed"
23112327 msgstr ""
23122328
2313 #: tp/Texinfo/Convert/HTML.pm:6853
2329 #: tp/Texinfo/Convert/HTML.pm:6835
23142330 msgid "Must specify a title with a title command or @top"
23152331 msgstr ""
23162332
2317 #: tp/Texinfo/Convert/HTML.pm:7058
2333 #: tp/Texinfo/Convert/HTML.pm:7040
23182334 #, perl-format
23192335 msgid "Error on closing redirection node file %s: %s"
23202336 msgstr ""
23212337
2322 #: tp/Texinfo/Convert/HTML.pm:7083
2338 #: tp/Texinfo/Convert/HTML.pm:7065
23232339 #, fuzzy, perl-format
23242340 msgid "Old name for `%s' is a node of the document"
23252341 msgstr "Ingen «forrige» eller «opp» for denne noden i dette dokumentet."
23262342
2327 #: tp/Texinfo/Convert/HTML.pm:7087
2343 #: tp/Texinfo/Convert/HTML.pm:7069
23282344 #, fuzzy, perl-format
23292345 msgid "File empty for renamed node `%s'"
23302346 msgstr "ureferert node «%s»"
23312347
2332 #: tp/Texinfo/Convert/HTML.pm:7099
2348 #: tp/Texinfo/Convert/HTML.pm:7081
23332349 #, perl-format
23342350 msgid "Target node (new name for `%s') not in document: %s"
23352351 msgstr ""
23362352
2337 #: tp/Texinfo/Convert/HTML.pm:7131
2353 #: tp/Texinfo/Convert/HTML.pm:7113
23382354 #, fuzzy, perl-format
23392355 msgid "Error on closing renamed node redirection file %s: %s"
23402356 msgstr "Feil ved lukking av outputfila «%s»"
23412357
2342 #: tp/Texinfo/Convert/HTML.pm:7169
2358 #: tp/Texinfo/Convert/HTML.pm:7151
23432359 #, fuzzy
23442360 msgid "Empty node name"
23452361 msgstr "ingen innslag funnet for «%s»\n"
23462362
2347 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2363 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23482364 #, perl-format
23492365 msgid "Syntax for an external node used for `%s'"
23502366 msgstr ""
26432659
26442660 #: tp/Texinfo/Parser.pm:3455
26452661 #, fuzzy
2646 msgid "Empty node in menu entry"
2662 msgid "Empty node name in menu entry"
26472663 msgstr "ingen innslag funnet for «%s»\n"
26482664
26492665 #: tp/Texinfo/Parser.pm:3525
31103126 msgid "Empty index key in @%s"
31113127 msgstr "ingen innslag funnet for «%s»\n"
31123128
3113 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3114 #, fuzzy, perl-format
3115 msgid "Can't open %s for writing: %s\n"
3129 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3130 #, fuzzy, perl-format
3131 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31163132 msgstr "%s: kunne ikke åpne --css-file: %s"
31173133
3118 #: tp/init/tex4ht.pm:122
3119 #, fuzzy, perl-format
3120 msgid "tex4ht error opening %s: %s"
3134 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3135 #, fuzzy, perl-format
3136 msgid "chm.pm:%s: Error on closing: %s"
31213137 msgstr "feil ved skriving til «%s»"
31223138
3123 #: tp/init/tex4ht.pm:218
3124 #, perl-format
3125 msgid "chdir to %s failed"
3126 msgstr ""
3127
3128 #: tp/init/tex4ht.pm:242
3129 #, fuzzy, perl-format
3130 msgid "tex4ht output file missing: %s"
3139 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3140 #, fuzzy, perl-format
3141 msgid "tex4ht.pm:%s: Cannot open: %s"
3142 msgstr "Kan ikke finne «%s»."
3143
3144 #: tp/init/tex4ht.pm:219
3145 #, perl-format
3146 msgid "tex4ht.pm:%s: chdir failed: %s"
3147 msgstr ""
3148
3149 #: tp/init/tex4ht.pm:232
3150 #, perl-format
3151 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3152 msgstr ""
3153
3154 #: tp/init/tex4ht.pm:244
3155 #, fuzzy, perl-format
3156 msgid "tex4ht.pm: Output file missing: %s"
31313157 msgstr "Kunne ikke opprette outputfila «%s»"
31323158
3133 #: tp/init/tex4ht.pm:295
3134 #, perl-format
3135 msgid ""
3136 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3159 #: tp/init/tex4ht.pm:260
3160 #, perl-format
3161 msgid "tex4ht.pm: Command failed: %s"
3162 msgstr ""
3163
3164 #: tp/init/tex4ht.pm:293
3165 #, perl-format
3166 msgid "tex4ht.pm: end of @%s item %d not found"
3167 msgstr ""
3168
3169 #: tp/init/tex4ht.pm:300
3170 #, perl-format
3171 msgid ""
3172 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31373173 "items found in the document"
31383174 msgstr ""
31393175
3140 #: tp/init/tex4ht.pm:313
3141 #, perl-format
3142 msgid "tex4ht output has no HTML item for @%s %s"
3143 msgstr ""
3144
3145 #: tp/texi2any.pl:373
3176 #: tp/init/tex4ht.pm:319
3177 #, perl-format
3178 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3179 msgstr ""
3180
3181 #: tp/texi2any.pl:374
31463182 #, fuzzy, perl-format
31473183 msgid "error loading %s: %s\n"
31483184 msgstr "feil ved skriving til «%s»"
31493185
3150 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3186 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31513187 #, fuzzy, perl-format
31523188 msgid "Unknown variable %s\n"
31533189 msgstr "Ukjent kommando «%s»"
31543190
3155 #: tp/texi2any.pl:466
3191 #: tp/texi2any.pl:467
31563192 #, fuzzy, perl-format
31573193 msgid "Can't read init file %s"
31583194 msgstr "Kan ikke åpne inputfilen «%s»"
31593195
3160 #: tp/texi2any.pl:597
3196 #: tp/texi2any.pl:598
31613197 #, fuzzy
31623198 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31633199 msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n"
31643200
3165 #: tp/texi2any.pl:598
3201 #: tp/texi2any.pl:599
31663202 #, fuzzy
31673203 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31683204 msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n"
31693205
3170 #: tp/texi2any.pl:600
3206 #: tp/texi2any.pl:601
31713207 msgid ""
31723208 "Translate Texinfo source documentation to various other formats, by default\n"
31733209 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31753211 "Oversette Texinfodokumentasjon til forskjellige andre formater:\n"
31763212 "Infofiler for lesing online med Emacs eller den frittstående GNU Info.\n"
31773213
3178 #: tp/texi2any.pl:603
3214 #: tp/texi2any.pl:604
31793215 #, fuzzy, perl-format
31803216 msgid ""
31813217 "General options:\n"
32043240 " -v, --verbose forklare hva som blir gjort.\n"
32053241 " --version vise programversjon og avslutte.\n"
32063242
3207 #: tp/texi2any.pl:618
3243 #: tp/texi2any.pl:619
32083244 #, fuzzy
32093245 msgid ""
32103246 "Output format selection (default is to produce Info):\n"
32203256 " --xml generere Texinfo XML i stedet for Info.\n"
32213257 " --plaintext generere ren tekst i stedet for Info.\n"
32223258
3223 #: tp/texi2any.pl:626
3259 #: tp/texi2any.pl:627
32243260 #, fuzzy
32253261 msgid ""
32263262 "General output options:\n"
32643300 " -o, --output=FIL sende output til FIL (eller katalog dersom "
32653301 "splittet HTML),\n"
32663302
3267 #: tp/texi2any.pl:646
3303 #: tp/texi2any.pl:647
32683304 #, fuzzy, perl-format
32693305 msgid ""
32703306 "Options for Info and plain text:\n"
33043340 " --split-size=ANT splitte Infofilene ved lengde ANT (standard "
33053341 "%d).\n"
33063342
3307 #: tp/texi2any.pl:663
3343 #: tp/texi2any.pl:664
33083344 #, fuzzy
33093345 msgid ""
33103346 "Options for HTML:\n"
33223358 " --css-include=FIL inkluder FIL i HTML <style>-taggen;\n"
33233359 " les stdin dersom FIL er -.\n"
33243360
3325 #: tp/texi2any.pl:674
3361 #: tp/texi2any.pl:675
33263362 msgid ""
33273363 "Options for XML and Docbook:\n"
33283364 " --output-indent=VAL does nothing, retained for compatibility.\n"
33293365 msgstr ""
33303366
3331 #: tp/texi2any.pl:677
3367 #: tp/texi2any.pl:678
33323368 msgid ""
33333369 "Options for DVI/PS/PDF:\n"
33343370 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33353371 msgstr ""
33363372
3337 #: tp/texi2any.pl:680
3373 #: tp/texi2any.pl:681
33383374 #, fuzzy
33393375 msgid ""
33403376 "Input file options:\n"
33553391 " -U VAR udefiner variabelen VAR, som om @clear "
33563392 "brukes.\n"
33573393
3358 #: tp/texi2any.pl:687
3394 #: tp/texi2any.pl:688
33593395 #, fuzzy
33603396 msgid ""
33613397 "Conditional processing in input:\n"
33923428 " --no-iftex ikke behandle @iftex og @tex.\n"
33933429 " --no-ifxml ikke behandle @ifxml og @xml.\n"
33943430
3395 #: tp/texi2any.pl:704
3431 #: tp/texi2any.pl:705
33963432 #, fuzzy
33973433 msgid ""
33983434 " The defaults for the @if... conditionals depend on the output format:\n"
34083444 " dersom ren tekst genereres er --ifplaintext påslått og de andre av;\n"
34093445 " dersom XML genereres er --ifxml påslått og de andre av.\n"
34103446
3411 #: tp/texi2any.pl:711
3447 #: tp/texi2any.pl:712
34123448 #, fuzzy
34133449 msgid ""
34143450 "Examples:\n"
34363472 " makeinfo --number-sections foo.texi skrive Info med nummererte avsnitt\n"
34373473 " makeinfo --no-split foo.texi skrive en Infofil uansett størrelse\n"
34383474
3439 #: tp/texi2any.pl:758
3475 #: tp/texi2any.pl:759
34403476 #, perl-format
34413477 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34423478 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
34433479
3444 #: tp/texi2any.pl:848
3480 #: tp/texi2any.pl:849
34453481 #, perl-format
34463482 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34473483 msgstr ""
34483484 "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke «%s».\n"
34493485
3450 #: tp/texi2any.pl:962
3486 #: tp/texi2any.pl:963
34513487 #, perl-format
34523488 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34533489 msgstr "%s: Ignorerer ugjenkjennelig TEXINFO_OUTPUT_FORMAT-verdi «%s».\n"
34543490
3455 #: tp/texi2any.pl:975
3491 #: tp/texi2any.pl:976
34563492 #, perl-format
34573493 msgid "when generating %s, only one input FILE may be specified with -o"
34583494 msgstr ""
34593495
3460 #: tp/texi2any.pl:979
3496 #: tp/texi2any.pl:980
34613497 msgid "--Xopt option without printed output"
34623498 msgstr ""
34633499
3464 #: tp/texi2any.pl:989
3500 #: tp/texi2any.pl:990
34653501 #, fuzzy, perl-format
34663502 msgid "Unknown tree transformation %s"
34673503 msgstr "Ukjent kommando «%s»"
34683504
3469 #: tp/texi2any.pl:996
3505 #: tp/texi2any.pl:997
34703506 #, perl-format
34713507 msgid "Ignoring splitting for format %s"
34723508 msgstr ""
34733509
3474 #: tp/texi2any.pl:1045
3510 #: tp/texi2any.pl:1046
34753511 #, perl-format
34763512 msgid "%s: missing file argument.\n"
34773513 msgstr "%s: mangler filargument.\n"
34783514
3479 #: tp/texi2any.pl:1046
3515 #: tp/texi2any.pl:1047
34803516 #, perl-format
34813517 msgid "Try `%s --help' for more information.\n"
34823518 msgstr "Prøv «%s --help» for mer informasjon.\n"
34833519
3484 #: tp/texi2any.pl:1117
3520 #: tp/texi2any.pl:1118
34853521 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34863522 msgstr ""
34873523
3488 #: tp/texi2any.pl:1139
3524 #: tp/texi2any.pl:1140
34893525 #, fuzzy, perl-format
34903526 msgid "Error on closing macro expand file %s: %s\n"
34913527 msgstr "Feil ved lukking av outputfila «%s»"
34923528
3493 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3529 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
34943530 #, fuzzy, perl-format
34953531 msgid "Could not open %s for writing: %s\n"
34963532 msgstr "%s: kunne ikke åpne --css-file: %s"
34973533
3498 #: tp/texi2any.pl:1169
3534 #: tp/texi2any.pl:1170
34993535 msgid ""
35003536 "insert_nodes_for_sectioning_commands transformation return no result. No "
35013537 "section?"
35023538 msgstr ""
35033539
3504 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3540 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35053541 #, fuzzy, perl-format
35063542 msgid "Error on closing %s: %s\n"
35073543 msgstr "feil ved skriving til «%s»"
35083544
3509 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3545 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35103546 #, perl-format
35113547 msgid "Error on closing internal links file %s: %s\n"
35123548 msgstr ""
35673603 #, c-format
35683604 msgid "entry %s follows an entry with a secondary name"
35693605 msgstr "oppføring %s følger en oppføring med et annet navn"
3606
3607 #, fuzzy
3608 #~ msgid "tex4ht error opening %s: %s"
3609 #~ msgstr "feil ved skriving til «%s»"
35703610
35713611 #, fuzzy
35723612 #~ msgid "Error on closing renamed nodes file %s: %s"
44574497
44584498 #~ msgid ""
44594499 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4460 #~ " You may include a filename as well, as in (FILENAME)"
4461 #~ "NODENAME.\n"
4500 #~ " You may include a filename as well, as in "
4501 #~ "(FILENAME)NODENAME.\n"
44624502 #~ msgstr ""
44634503 #~ "\\%-10[goto-node] Flytte til en node angitt ved navn.\n"
4464 #~ " Du kan like godt inkludere et filnavn, som i (FILNAVN)"
4465 #~ "NODENAVN.\n"
4504 #~ " Du kan like godt inkludere et filnavn, som i "
4505 #~ "(FILNAVN)NODENAVN.\n"
44664506
44674507 #, fuzzy
44684508 #~ msgid "\\%-10[next-node] Move to the next node of current section.\n"
45864626 #~ " Valg av menypunkt fører til at en annen node blir valgt.\n"
45874627
45884628 #~ msgid ""
4589 #~ " You may include a filename as well, as in (FILENAME)"
4590 #~ "NODENAME.\n"
4629 #~ " You may include a filename as well, as in "
4630 #~ "(FILENAME)NODENAME.\n"
45914631 #~ msgstr ""
4592 #~ " Du kan like godt inkludere et filnavn, som i (FILNAVN)"
4593 #~ "NODENAVN.\n"
4632 #~ " Du kan like godt inkludere et filnavn, som i "
4633 #~ "(FILNAVN)NODENAVN.\n"
45944634
45954635 #~ msgid " %-10s Search backward for a specified string\n"
45964636 #~ msgstr ""
Binary diff not shown
+229
-168
po/nl.po less more
88 # Ivo Timmermans <zarq@iname.com>, 1998.
99 msgid ""
1010 msgstr ""
11 "Project-Id-Version: texinfo-4.13.91\n"
11 "Project-Id-Version: texinfo-4.13.92\n"
1212 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
13 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
14 "PO-Revision-Date: 2012-12-15 21:34+0100\n"
13 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
14 "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"
1717 "Language: nl\n"
8181 msgid "%s: option '-W %s' requires an argument\n"
8282 msgstr "%s: optie '-W %s' vereist een argument\n"
8383
84 #: gnulib/lib/regcomp.c:130
84 #: gnulib/lib/regcomp.c:131
8585 msgid "Success"
8686 msgstr "Gelukt"
8787
88 #: gnulib/lib/regcomp.c:133
88 #: gnulib/lib/regcomp.c:134
8989 msgid "No match"
9090 msgstr "Geen overeenkomsten"
9191
92 #: gnulib/lib/regcomp.c:136
92 #: gnulib/lib/regcomp.c:137
9393 msgid "Invalid regular expression"
9494 msgstr "Ongeldige reguliere expressie"
9595
96 #: gnulib/lib/regcomp.c:139
96 #: gnulib/lib/regcomp.c:140
9797 msgid "Invalid collation character"
9898 msgstr "Ongeldig samengesteld teken"
9999
100 #: gnulib/lib/regcomp.c:142
100 #: gnulib/lib/regcomp.c:143
101101 msgid "Invalid character class name"
102102 msgstr "Ongeldige tekenklassenaam"
103103
104 #: gnulib/lib/regcomp.c:145
104 #: gnulib/lib/regcomp.c:146
105105 msgid "Trailing backslash"
106106 msgstr "Backslash aan het eind"
107107
108 #: gnulib/lib/regcomp.c:148
108 #: gnulib/lib/regcomp.c:149
109109 msgid "Invalid back reference"
110110 msgstr "Ongeldige terugverwijzing"
111111
112 #: gnulib/lib/regcomp.c:151
112 #: gnulib/lib/regcomp.c:152
113113 msgid "Unmatched [ or [^"
114114 msgstr "Ongepaarde [ of [^"
115115
116 #: gnulib/lib/regcomp.c:154
116 #: gnulib/lib/regcomp.c:155
117117 msgid "Unmatched ( or \\("
118118 msgstr "Ongepaarde ( of \\("
119119
120 #: gnulib/lib/regcomp.c:157
120 #: gnulib/lib/regcomp.c:158
121121 msgid "Unmatched \\{"
122122 msgstr "Ongepaarde \\{"
123123
124 #: gnulib/lib/regcomp.c:160
124 #: gnulib/lib/regcomp.c:161
125125 msgid "Invalid content of \\{\\}"
126126 msgstr "Ongeldige inhoud van \\{\\}"
127127
128 #: gnulib/lib/regcomp.c:163
128 #: gnulib/lib/regcomp.c:164
129129 msgid "Invalid range end"
130130 msgstr "Ongeldig bereikeinde"
131131
132 #: gnulib/lib/regcomp.c:166
132 #: gnulib/lib/regcomp.c:167
133133 msgid "Memory exhausted"
134134 msgstr "Onvoldoende geheugen beschikbaar"
135135
136 #: gnulib/lib/regcomp.c:169
136 #: gnulib/lib/regcomp.c:170
137137 msgid "Invalid preceding regular expression"
138138 msgstr "Ongeldige voorafgaande reguliere expressie"
139139
140 #: gnulib/lib/regcomp.c:172
140 #: gnulib/lib/regcomp.c:173
141141 msgid "Premature end of regular expression"
142142 msgstr "Voortijdig einde van reguliere expressie"
143143
144 #: gnulib/lib/regcomp.c:175
144 #: gnulib/lib/regcomp.c:176
145145 msgid "Regular expression too big"
146146 msgstr "Reguliere expressie is te groot"
147147
148 #: gnulib/lib/regcomp.c:178
148 #: gnulib/lib/regcomp.c:179
149149 msgid "Unmatched ) or \\)"
150150 msgstr "Ongepaarde ) of \\)"
151151
152 #: gnulib/lib/regcomp.c:703
152 #: gnulib/lib/regcomp.c:704
153153 msgid "No previous regular expression"
154154 msgstr "Geen eerdere reguliere expressie"
155155
400400 msgid "Try --help for more information.\n"
401401 msgstr "Gebruik '--help' voor meer informatie.\n"
402402
403 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
404 #: tp/texi2any.pl:735 util/texindex.c:295
403 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
404 #: tp/texi2any.pl:736 util/texindex.c:295
405405 #, c-format, perl-format
406406 msgid ""
407407 "Copyright (C) %s Free Software Foundation, Inc.\n"
19431943 msgid " Subfile: %s"
19441944 msgstr " Subbestand: %s"
19451945
1946 #: install-info/install-info.c:285
1946 #: install-info/install-info.c:286
19471947 #, c-format
19481948 msgid "%s for %s"
19491949 msgstr "%s voor %s"
19501950
1951 #: install-info/install-info.c:519
1951 #: install-info/install-info.c:520
19521952 #, c-format
19531953 msgid "\tTry `%s --help' for a complete list of options.\n"
19541954 msgstr "\tTyp '%s --help' voor een volledige lijst van opties.\n"
19551955
1956 #: install-info/install-info.c:527
1956 #: install-info/install-info.c:528
19571957 #, c-format
19581958 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19591959 msgstr "Gebruik: %s [OPTIE...] [INFO-BESTAND [INHOUDSBESTAND]]\n"
19601960
1961 #: install-info/install-info.c:529
1961 #: install-info/install-info.c:530
19621962 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19631963 msgstr ""
19641964 "De items die voorkomen in INFO-BESTAND toevoegen aan of\n"
19651965 "verwijderen uit het Info-inhoudsbestand INHOUDSBESTAND."
19661966
1967 #: install-info/install-info.c:531
1968 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1969 msgstr ""
1970
19671971 #: install-info/install-info.c:532
1972 msgid "--dir-file (or --info-dir) options are given, respectively."
1973 msgstr ""
1974
1975 #: install-info/install-info.c:535
19681976 msgid ""
19691977 "Options:\n"
1978 " --add-once add only to first matching section, not all.\n"
1979 " --align=COL start description of new entries at column COL.\n"
1980 " --calign=COL format second and subsequent description lines to\n"
1981 " start at column COL."
1982 msgstr ""
1983
1984 #: install-info/install-info.c:542
1985 #, fuzzy
1986 msgid ""
19701987 " --debug report what is being done.\n"
19711988 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19721989 " don't insert any new entries.\n"
19892006 " equivalent aan het argument INHOUDSBESTAND\n"
19902007 " --dry-run hetzelfde als '--test'"
19912008
1992 #: install-info/install-info.c:544
1993 msgid ""
1994 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2009 #: install-info/install-info.c:553
2010 #, fuzzy
2011 msgid ""
2012 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2013 " overriding any corresponding entry from DIR-FILE.\n"
19952014 " TEXT is written as an Info menu item line followed\n"
19962015 " by zero or more extra lines starting with "
19972016 "whitespace.\n"
19982017 " If you specify more than one entry, all are added.\n"
19992018 " If you don't specify any entries, they are determined\n"
2000 " from information in the Info file itself.\n"
2001 " When removing, TEXT specifies the entry to remove.\n"
2002 " TEXT is only removed as a last resort, if the\n"
2003 " entry as determined from the Info file is not "
2004 "present,\n"
2005 " and the basename of the Info file isn't found either."
2019 " from information in the Info file itself."
20062020 msgstr ""
20072021 " --entry=TEKST deze tekst toevoegen als een Info-inhoudsitem;\n"
20082022 " de TEKST moet de vorm van een Info-menu-item "
20152029 "uit\n"
20162030 " het gegeven Info-bestand gehaald"
20172031
2018 #: install-info/install-info.c:556
2032 #: install-info/install-info.c:562
2033 #, fuzzy
20192034 msgid ""
20202035 " --help display this help and exit.\n"
20212036 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20222037 " --info-file=FILE specify Info file to install in the directory;\n"
20232038 " equivalent to using the INFO-FILE argument.\n"
20242039 " --item=TEXT same as --entry=TEXT.\n"
2025 " --keep-old do not replace entries, or remove empty sections.\n"
2026 " --menuentry=TEXT same as --name=TEXT.\n"
2027 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2028 " to become synonymous with the --entry option.\n"
2029 " --no-indent do not format new entries in the DIR file.\n"
2030 " --quiet suppress warnings."
2040 " --keep-old do not replace entries, or remove empty sections."
20312041 msgstr ""
20322042 " --help deze hulptekst tonen en stoppen\n"
20332043 " --info-dir=MAP hetzelfde als '--dir-file=MAP/dir'\n"
20412051 " --no-indent nieuwe items in het inhoudsbestand niet opmaken\n"
20422052 " --quiet waarschuwingen onderdrukken"
20432053
2044 #: install-info/install-info.c:569
2054 #: install-info/install-info.c:570
2055 #, fuzzy
2056 msgid ""
2057 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2058 " --menuentry=TEXT same as --name=TEXT.\n"
2059 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2060 " to become synonymous with the --entry option.\n"
2061 " --no-indent do not format new entries in the DIR file.\n"
2062 " --quiet suppress warnings."
2063 msgstr ""
2064 " --help deze hulptekst tonen en stoppen\n"
2065 " --info-dir=MAP hetzelfde als '--dir-file=MAP/dir'\n"
2066 " --info-file=BESTAND een Info-bestand waarvan de items opgenomen moeten "
2067 "worden;\n"
2068 " equivalent aan het argument INFO-BESTAND\n"
2069 " --item=TEKST hetzelfde als '--entry=TEKST'\n"
2070 " --keep-old geen items vervangen, en lege secties niet "
2071 "verwijderen\n"
2072 " --menuentry=TEKST hetzelfde als '--name=TEKST'\n"
2073 " --no-indent nieuwe items in het inhoudsbestand niet opmaken\n"
2074 " --quiet waarschuwingen onderdrukken"
2075
2076 #: install-info/install-info.c:578
20452077 msgid ""
20462078 " --regex=R put this file's entries in all sections that match the\n"
20472079 " regular expression R (ignoring case).\n"
20752107 "gehaald\n"
20762108 " --section EXP SEC hetzelfde asl '--regex=EXP --section=SEC --add-once'"
20772109
2078 #: install-info/install-info.c:582
2110 #: install-info/install-info.c:591
20792111 msgid ""
20802112 " --silent suppress warnings.\n"
20812113 " --test suppress updating of DIR-FILE.\n"
20852117 " --test het INHOUDSBESTAND niet bijwerken, slechts doen alsof\n"
20862118 " --version versie-informatie tonen en stoppen"
20872119
2088 #: install-info/install-info.c:589 tp/texi2any.pl:723
2120 #: install-info/install-info.c:598 tp/texi2any.pl:724
20892121 msgid ""
20902122 "Email bug reports to bug-texinfo@gnu.org,\n"
20912123 "general questions and discussion to help-texinfo@gnu.org.\n"
20962128 "en opmerkingen over de vertaling naar <vertaling@vrijschrift.org>.\n"
20972129 "De Texinfo-webpagina is: http://www.gnu.org/software/texinfo/"
20982130
2099 #: install-info/install-info.c:616
2131 #: install-info/install-info.c:625
21002132 #, c-format
21012133 msgid ""
21022134 "This is the file .../info/dir, which contains the\n"
21292161 "\n"
21302162 "%s\n"
21312163
2132 #: install-info/install-info.c:640
2164 #: install-info/install-info.c:649
21332165 #, c-format
21342166 msgid "%s: could not read (%s) and could not create (%s)"
21352167 msgstr "%s: kan deze niet lezen (%s) en niet aanmaken (%s)"
21362168
2137 #: install-info/install-info.c:736
2169 #: install-info/install-info.c:745
21382170 #, c-format
21392171 msgid "%s: empty file"
21402172 msgstr "%s: is een leeg bestand"
21412173
2142 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2174 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21432175 #, c-format
21442176 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21452177 msgstr "START-INFO-DIR-ENTRY zonder bijpassende END-INFO-DIR-ENTRY"
21462178
2147 #: install-info/install-info.c:1114
2179 #: install-info/install-info.c:1123
21482180 #, c-format
21492181 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21502182 msgstr "END-INFO-DIR-ENTRY zonder bijpassende START-INFO-DIR-ENTRY"
21512183
2152 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2184 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21532185 #, c-format
21542186 msgid "%s: already have dir file: %s\n"
21552187 msgstr "%s: hebben al een inhoudsbestand: %s\n"
21562188
2157 #: install-info/install-info.c:2068
2189 #: install-info/install-info.c:2077
21582190 #, c-format
21592191 msgid "%s: Specify the Info file only once.\n"
21602192 msgstr "%s: Geef het Info-bestand slechts één keer op.\n"
21612193
2162 #: install-info/install-info.c:2101
2194 #: install-info/install-info.c:2110
21632195 #, c-format
21642196 msgid "Extra regular expression specified, ignoring `%s'"
21652197 msgstr "Extra reguliere expressie opgegeven; '%s' wordt genegeerd"
21662198
2167 #: install-info/install-info.c:2113
2199 #: install-info/install-info.c:2122
21682200 #, c-format
21692201 msgid "Error in regular expression `%s': %s"
21702202 msgstr "Fout in reguliere expressie '%s': %s"
21712203
2172 #: install-info/install-info.c:2171
2204 #: install-info/install-info.c:2180
21732205 #, c-format
21742206 msgid "excess command line argument `%s'"
21752207 msgstr "commandoregel-argument '%s' is overbodig"
21762208
2177 #: install-info/install-info.c:2175
2209 #: install-info/install-info.c:2184
21782210 #, c-format
21792211 msgid "No input file specified; try --help for more information."
21802212 msgstr "Geen invoerbestand gegeven; gebruik '--help' voor meer informatie."
21812213
2182 #: install-info/install-info.c:2177
2214 #: install-info/install-info.c:2186
21832215 #, c-format
21842216 msgid "No dir file specified; try --help for more information."
21852217 msgstr "Geen inhoudsbestand gegeven; gebruik '--help' voor meer informatie."
21862218
2187 #: install-info/install-info.c:2319
2219 #: install-info/install-info.c:2328
21882220 #, c-format
21892221 msgid "no info dir entry in `%s'"
21902222 msgstr "geen Info-inhoudsitem in '%s'"
21912223
2192 #: install-info/install-info.c:2567
2224 #: install-info/install-info.c:2576
21932225 #, c-format
21942226 msgid "no entries found for `%s'; nothing deleted"
21952227 msgstr "geen items voor '%s' gevonden; er is niets verwijderd"
21962228
2197 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2198 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2199 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2200 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2201 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2229 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22022234 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22032235 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22042236 #, perl-format
22782310 msgstr "'protect_hashchar_at_line_beginning()' kan niet beschermen in @%s"
22792311
22802312 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2281 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2313 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22822314 #, perl-format
22832315 msgid "Obsolete variable %s\n"
22842316 msgstr "Verouderde variabele %s\n"
22932325 msgid "Can't create directories `%s': %s"
22942326 msgstr "Kan mappen '%s' niet aanmaken: %s"
22952327
2296 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2297 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2328 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2329 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22982330 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22992331 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2300 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2301 #: tp/init/chm.pm:399
2332 #: tp/Texinfo/Parser.pm:1871
23022333 #, perl-format
23032334 msgid "Error on closing %s: %s"
23042335 msgstr "Fout bij sluiten van %s: %s"
23052336
2306 #: tp/Texinfo/Convert/DocBook.pm:919
2337 #: tp/Texinfo/Convert/DocBook.pm:897
23072338 #, perl-format
23082339 msgid "@image file `%s' not found, using `%s'"
23092340 msgstr "@image-bestand '%s' is niet gevonden; '%s' wordt gebruikt"
23192350 msgid "Raw format %s is not converted"
23202351 msgstr "Rauwe opmaak %s is niet omgezet"
23212352
2322 #: tp/Texinfo/Convert/HTML.pm:4832
2353 #: tp/Texinfo/Convert/HTML.pm:4814
23232354 #, perl-format
23242355 msgid "%s:%d: string not closed in css file"
23252356 msgstr "%s:%d: tekenreeks niet afgesloten in CSS-bestand"
23262357
2327 #: tp/Texinfo/Convert/HTML.pm:4834
2358 #: tp/Texinfo/Convert/HTML.pm:4816
23282359 #, perl-format
23292360 msgid "%s:%d: --css-include ended in comment"
23302361 msgstr "%s:%d: '--css-include' eindigt in commentaar"
23312362
2332 #: tp/Texinfo/Convert/HTML.pm:4836
2333 #, perl-format
2334 msgid "%s:%d @import not finished in css file"
2363 #: tp/Texinfo/Convert/HTML.pm:4818
2364 #, fuzzy, perl-format
2365 msgid "%s:%d: @import not finished in css file"
23352366 msgstr "%s:%d '@import' is niet afgesloten in CSS-bestand"
23362367
2337 #: tp/Texinfo/Convert/HTML.pm:4862
2368 #: tp/Texinfo/Convert/HTML.pm:4844
23382369 #, perl-format
23392370 msgid "css file %s not found"
23402371 msgstr "CSS-bestand %s is niet gevonden"
23412372
2342 #: tp/Texinfo/Convert/HTML.pm:4868
2373 #: tp/Texinfo/Convert/HTML.pm:4850
23432374 #, perl-format
23442375 msgid "could not open --include-file %s: %s"
23452376 msgstr "kan '--include-file'-bestand %s niet openen: %s"
23462377
2347 #: tp/Texinfo/Convert/HTML.pm:4878
2378 #: tp/Texinfo/Convert/HTML.pm:4860
23482379 #, perl-format
23492380 msgid "Error on closing CSS file %s: %s"
23502381 msgstr "Fout bij sluiten van CSS-bestand %s: %s"
23512382
2352 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2383 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23532384 #, perl-format
23542385 msgid "No htmlxref.cnf entry found for `%s'"
23552386 msgstr "Geen 'htmlxref.cnf'-item gevonden voor '%s'"
23562387
2357 #: tp/Texinfo/Convert/HTML.pm:6513
2388 #: tp/Texinfo/Convert/HTML.pm:6495
23582389 #, perl-format
23592390 msgid "Error on closing frame file %s: %s"
23602391 msgstr "Fout bij sluiten van frames-bestand %s: %s"
23612392
2362 #: tp/Texinfo/Convert/HTML.pm:6537
2393 #: tp/Texinfo/Convert/HTML.pm:6519
23632394 #, perl-format
23642395 msgid "Error on closing TOC frame file %s: %s"
23652396 msgstr "Fout bij sluiten van TOC-frames-bestand %s: %s"
23662397
2367 #: tp/Texinfo/Convert/HTML.pm:6652
2398 #: tp/Texinfo/Convert/HTML.pm:6634
23682399 #, perl-format
23692400 msgid "Handler %s of stage %s priority %s failed"
23702401 msgstr "Verwerker %s van fase %s, prioriteit %s, is gestruikeld"
23712402
2372 #: tp/Texinfo/Convert/HTML.pm:6853
2403 #: tp/Texinfo/Convert/HTML.pm:6835
23732404 msgid "Must specify a title with a title command or @top"
23742405 msgstr "Een 'title'-commando en '@top' vereisen een titel"
23752406
2376 #: tp/Texinfo/Convert/HTML.pm:7058
2407 #: tp/Texinfo/Convert/HTML.pm:7040
23772408 #, perl-format
23782409 msgid "Error on closing redirection node file %s: %s"
23792410 msgstr "Fout bij sluiten van %s, bestand met doorverwijzende pagina's: %s"
23802411
2381 #: tp/Texinfo/Convert/HTML.pm:7083
2382 #, fuzzy, perl-format
2412 #: tp/Texinfo/Convert/HTML.pm:7065
2413 #, perl-format
23832414 msgid "Old name for `%s' is a node of the document"
2384 msgstr "Dit is de eerste pagina van dit document."
2385
2386 #: tp/Texinfo/Convert/HTML.pm:7087
2415 msgstr "Oude naam van '%s' is een pagina in het document"
2416
2417 #: tp/Texinfo/Convert/HTML.pm:7069
23872418 #, perl-format
23882419 msgid "File empty for renamed node `%s'"
23892420 msgstr "Bestand is leeg voor hernoemde pagina '%s'"
23902421
2391 #: tp/Texinfo/Convert/HTML.pm:7099
2422 #: tp/Texinfo/Convert/HTML.pm:7081
23922423 #, perl-format
23932424 msgid "Target node (new name for `%s') not in document: %s"
2394 msgstr ""
2425 msgstr "Doelpagina (nieuwe naam voor '%s') zit niet in document: %s"
23952426
23962427 # XXX Is het node of nodes?
2397 #: tp/Texinfo/Convert/HTML.pm:7131
2398 #, fuzzy, perl-format
2428 #: tp/Texinfo/Convert/HTML.pm:7113
2429 #, perl-format
23992430 msgid "Error on closing renamed node redirection file %s: %s"
2400 msgstr "Fout bij sluiten van %s, bestand met hernoemde pagina's: %s"
2401
2402 #: tp/Texinfo/Convert/HTML.pm:7169
2431 msgstr ""
2432 "Fout bij sluiten van %s, bestand met doorverwijzingen van hernoemde "
2433 "pagina's: %s"
2434
2435 #: tp/Texinfo/Convert/HTML.pm:7151
24032436 msgid "Empty node name"
24042437 msgstr "Lege paginanaam"
24052438
2406 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2439 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24072440 #, perl-format
24082441 msgid "Syntax for an external node used for `%s'"
24092442 msgstr "Syntax voor een externe pagina is gebruikt voor '%s'"
24222455 msgstr "Hernoemen van %s is mislukt: %s"
24232456
24242457 #: tp/Texinfo/Convert/Info.pm:226
2425 #, fuzzy, perl-format
2458 #, perl-format
24262459 msgid "@%s output more than once: %s"
2427 msgstr "@%s '%s' is meer dan eens uitgevoerd"
2460 msgstr "@%s is meer dan eens uitgevoerd: %s"
24282461
24292462 #: tp/Texinfo/Convert/Info.pm:340
24302463 #, perl-format
26862719 msgstr "@%s hoort niet gerelateerd te zijn aan @top"
26872720
26882721 #: tp/Texinfo/Parser.pm:3303
2689 #, fuzzy, perl-format
2722 #, perl-format
26902723 msgid "@node precedes @%s, but parts may not be associated with nodes"
26912724 msgstr ""
2692 "@node gevonden voor @%s, maar een deel is niet gerelateerd aan pagina's"
2725 "@node gevonden vóór @%s, maar delen mogen niet gerelateerd zijn aan pagina's"
26932726
26942727 #: tp/Texinfo/Parser.pm:3400
26952728 #, perl-format
27082741
27092742 #: tp/Texinfo/Parser.pm:3455
27102743 #, fuzzy
2711 msgid "Empty node in menu entry"
2744 msgid "Empty node name in menu entry"
27122745 msgstr "Lege paginanaam in menu-item"
27132746
27142747 #: tp/Texinfo/Parser.pm:3525
29923025 msgstr "Gereserveerde indexnaam %s"
29933026
29943027 #: tp/Texinfo/Parser.pm:5264
2995 #, fuzzy, perl-format
3028 #, perl-format
29963029 msgid "Unknown source index in @%s: %s"
2997 msgstr "Onbekende uit index '%s' in @%s"
3030 msgstr "Onbekende bronindex in @%s: %s"
29983031
29993032 #: tp/Texinfo/Parser.pm:5267
3000 #, fuzzy, perl-format
3033 #, perl-format
30013034 msgid "Unknown destination index in @%s: %s"
3002 msgstr "Onbekende naar indexnaam '%s' in @%s"
3035 msgstr "Onbekende doelindex in @%s: %s"
30033036
30043037 #: tp/Texinfo/Parser.pm:5298
30053038 #, perl-format
30063039 msgid "@%s leads to a merging of %s in itself, ignoring"
30073040 msgstr ""
3008 "@%s zou leiden tot het samenvoegen van %s met zichzelf -- wordt genegeerd"
3041 "@%s zou leiden tot het samenvoegen van %s met zichzelf -- wordt genegeerd"
30093042
30103043 #: tp/Texinfo/Parser.pm:5310
30113044 #, perl-format
31853218 msgid "Empty index key in @%s"
31863219 msgstr "Lege indexsleutel in @%s"
31873220
3188 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3189 #, perl-format
3190 msgid "Can't open %s for writing: %s\n"
3221 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3222 #, fuzzy, perl-format
3223 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31913224 msgstr "Kan %s niet openen om te schrijven: %s\n"
31923225
3193 #: tp/init/tex4ht.pm:122
3194 #, perl-format
3195 msgid "tex4ht error opening %s: %s"
3196 msgstr "tex4ht: fout bij openen van %s: %s"
3197
3198 #: tp/init/tex4ht.pm:218
3199 #, perl-format
3200 msgid "chdir to %s failed"
3201 msgstr "Kan huidige map niet instellen op %s"
3202
3203 #: tp/init/tex4ht.pm:242
3226 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32043227 #, fuzzy, perl-format
3205 msgid "tex4ht output file missing: %s"
3206 msgstr "tex4ht: %s ontbreekt"
3207
3208 #: tp/init/tex4ht.pm:295
3209 #, perl-format
3210 msgid ""
3211 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3228 msgid "chm.pm:%s: Error on closing: %s"
3229 msgstr "Fout bij sluiten van %s: %s"
3230
3231 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3232 #, fuzzy, perl-format
3233 msgid "tex4ht.pm:%s: Cannot open: %s"
3234 msgstr "@%s: Kan %s niet openen: %s"
3235
3236 #: tp/init/tex4ht.pm:219
3237 #, fuzzy, perl-format
3238 msgid "tex4ht.pm:%s: chdir failed: %s"
3239 msgstr "Hernoemen van %s is mislukt: %s"
3240
3241 #: tp/init/tex4ht.pm:232
3242 #, perl-format
3243 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3244 msgstr ""
3245
3246 #: tp/init/tex4ht.pm:244
3247 #, fuzzy, perl-format
3248 msgid "tex4ht.pm: Output file missing: %s"
3249 msgstr "tex4ht-uitvoerbestand ontbreekt: %s"
3250
3251 #: tp/init/tex4ht.pm:260
3252 #, perl-format
3253 msgid "tex4ht.pm: Command failed: %s"
3254 msgstr ""
3255
3256 #: tp/init/tex4ht.pm:293
3257 #, perl-format
3258 msgid "tex4ht.pm: end of @%s item %d not found"
3259 msgstr ""
3260
3261 #: tp/init/tex4ht.pm:300
3262 #, fuzzy, perl-format
3263 msgid ""
3264 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32123265 "items found in the document"
32133266 msgstr ""
3214
3215 #: tp/init/tex4ht.pm:313
3267 "tex4ht-bewerking produceerde %d items in HTML;\n"
3268 "verwacht werden %d, het aantal items in het document"
3269
3270 #: tp/init/tex4ht.pm:319
32163271 #, fuzzy, perl-format
3217 msgid "tex4ht output has no HTML item for @%s %s"
3218 msgstr "tex4ht: geen tekst voor @%s %s"
3219
3220 #: tp/texi2any.pl:373
3272 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3273 msgstr "tex4ht-uitvoer bevat geen HTML-item voor @%s %s"
3274
3275 #: tp/texi2any.pl:374
32213276 #, perl-format
32223277 msgid "error loading %s: %s\n"
32233278 msgstr "fout bij laden van %s: %s\n"
32243279
3225 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3280 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32263281 #, perl-format
32273282 msgid "Unknown variable %s\n"
32283283 msgstr "Onbekende variabele %s\n"
32293284
3230 #: tp/texi2any.pl:466
3285 #: tp/texi2any.pl:467
32313286 #, perl-format
32323287 msgid "Can't read init file %s"
32333288 msgstr "Kan initialisatiebestand %s niet lezen"
32343289
3235 #: tp/texi2any.pl:597
3290 #: tp/texi2any.pl:598
32363291 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32373292 msgstr "Gebruik: makeinfo [OPTIE...] TEXINFO-BESTAND...\n"
32383293
3239 #: tp/texi2any.pl:598
3294 #: tp/texi2any.pl:599
32403295 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32413296 msgstr " of: texi2any [OPTIE...] TEXINFO-BESTAND...\n"
32423297
3243 #: tp/texi2any.pl:600
3298 #: tp/texi2any.pl:601
32443299 msgid ""
32453300 "Translate Texinfo source documentation to various other formats, by default\n"
32463301 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32493304 "Standaard worden 'Info'-bestanden aangemaakt. Deze kunnen\n"
32503305 "gelezen worden met 'emacs' of met het zelfstandige 'info'.\n"
32513306
3252 #: tp/texi2any.pl:603
3253 #, fuzzy, perl-format
3307 #: tp/texi2any.pl:604
3308 #, perl-format
32543309 msgid ""
32553310 "General options:\n"
32563311 " --document-language=STR locale to use in translating Texinfo keywords\n"
32823337 "zoeken\n"
32833338 " --init-file=BESTAND dit bestand laden om standaardgedrag te "
32843339 "veranderen\n"
3285 " --set-customization-variable VARIABELE=WAARDE een variabele "
3340 " -c, --set-customization-variable VARIABELE=WAARDE een variabele "
32863341 "instellen\n"
32873342 " -v, --verbose tonen wat er gedaan wordt\n"
32883343 " --version versie-informatie tonen en stoppen\n"
32893344
3290 #: tp/texi2any.pl:618
3345 #: tp/texi2any.pl:619
32913346 msgid ""
32923347 "Output format selection (default is to produce Info):\n"
32933348 " --docbook output Docbook XML rather than Info.\n"
33043359 " --dvi, --dvipdf,\n"
33053360 " --pdf, --ps aangegeven uitvoer produceren via 'texi2dvi'\n"
33063361
3307 #: tp/texi2any.pl:626
3362 #: tp/texi2any.pl:627
33083363 msgid ""
33093364 "General output options:\n"
33103365 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33453400 " -o, --output=DOEL uitvoerbestand (of map indien gesplitste "
33463401 "HTML)\n"
33473402
3348 #: tp/texi2any.pl:646
3403 #: tp/texi2any.pl:647
33493404 #, perl-format
33503405 msgid ""
33513406 "Options for Info and plain text:\n"
33843439 " --split-size=GETAL bestanden opsplitsen vanaf deze grootte\n"
33853440 " (standaard %d bytes)\n"
33863441
3387 #: tp/texi2any.pl:663
3442 #: tp/texi2any.pl:664
33883443 msgid ""
33893444 "Options for HTML:\n"
33903445 " --css-include=FILE include FILE in HTML <style> output;\n"
34143469 " en ankers; is standaard alleen bij "
34153470 "opsplitsen\n"
34163471
3417 #: tp/texi2any.pl:674
3472 #: tp/texi2any.pl:675
34183473 msgid ""
34193474 "Options for XML and Docbook:\n"
34203475 " --output-indent=VAL does nothing, retained for compatibility.\n"
34223477 "Opties voor XML en DocBook:\n"
34233478 " --output-indent=WAARDE (doet niets; herkend voor compatibilteit)\n"
34243479
3425 #: tp/texi2any.pl:677
3480 #: tp/texi2any.pl:678
34263481 msgid ""
34273482 "Options for DVI/PS/PDF:\n"
34283483 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34313486 " --Xopt=OPTIE te gebruiken optie voor 'texi2dvi'; mag "
34323487 "herhaald\n"
34333488
3434 #: tp/texi2any.pl:680
3489 #: tp/texi2any.pl:681
34353490 msgid ""
34363491 "Input file options:\n"
34373492 " --commands-in-node-names does nothing, retained for compatibility.\n"
34473502 " -P MAP MAP vooraantoevoegen aan @include-zoekpad\n"
34483503 " -U VAR variabele VAR wissen (als met '@clear')\n"
34493504
3450 #: tp/texi2any.pl:687
3505 #: tp/texi2any.pl:688
34513506 msgid ""
34523507 "Conditional processing in input:\n"
34533508 " --ifdocbook process @ifdocbook and @docbook even if\n"
34823537 "\n"
34833538 " Voor de '--no-ifOPMAAK'-opties geldt: '@ifnotOPMAAK' _wel_ verwerken.\n"
34843539
3485 #: tp/texi2any.pl:704
3540 #: tp/texi2any.pl:705
34863541 msgid ""
34873542 " The defaults for the @if... conditionals depend on the output format:\n"
34883543 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35003555 "niet;\n"
35013556 " als XML gemaakt wordt, staat '--ifxml' aan en de anderen niet.\n"
35023557
3503 #: tp/texi2any.pl:711
3558 #: tp/texi2any.pl:712
35043559 msgid ""
35053560 "Examples:\n"
35063561 " makeinfo foo.texi write Info to foo's @setfilename\n"
35353590 " makeinfo --no-split foo.texi één Info-bestand ongeacht de "
35363591 "grootte\n"
35373592
3538 #: tp/texi2any.pl:758
3593 #: tp/texi2any.pl:759
35393594 #, perl-format
35403595 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35413596 msgstr ""
35423597 "%s: Argument van --footnote-style moet 'separate' of 'end' zijn, niet '%s'.\n"
35433598
3544 #: tp/texi2any.pl:848
3599 #: tp/texi2any.pl:849
35453600 #, perl-format
35463601 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35473602 msgstr ""
35483603 "%s: Argument van --paragraph-indent moet numeriek, 'none' of 'asis' zijn, "
35493604 "niet '%s'.\n"
35503605
3551 #: tp/texi2any.pl:962
3606 #: tp/texi2any.pl:963
35523607 #, perl-format
35533608 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35543609 msgstr "%s: Onbekende waarde '%s' van TEXINFO_OUTPUT_FORMAT wordt genegeerd.\n"
35553610
3556 #: tp/texi2any.pl:975
3611 #: tp/texi2any.pl:976
35573612 #, perl-format
35583613 msgid "when generating %s, only one input FILE may be specified with -o"
35593614 msgstr ""
35603615 "bij het genereren van %s, kan met optie '-o' slechts één invoerbestand "
35613616 "gegeven worden"
35623617
3563 #: tp/texi2any.pl:979
3618 #: tp/texi2any.pl:980
35643619 msgid "--Xopt option without printed output"
35653620 msgstr "Optie '--Xopt' gegeven zonder dat er afdrukuitvoer gemaakt wordt"
35663621
3567 #: tp/texi2any.pl:989
3622 #: tp/texi2any.pl:990
35683623 #, perl-format
35693624 msgid "Unknown tree transformation %s"
35703625 msgstr "Onbekende boomtransformatie %s"
35713626
3572 #: tp/texi2any.pl:996
3627 #: tp/texi2any.pl:997
35733628 #, perl-format
35743629 msgid "Ignoring splitting for format %s"
35753630 msgstr "Het splitsen voor opmaak %s wordt genegeerd."
35763631
3577 #: tp/texi2any.pl:1045
3632 #: tp/texi2any.pl:1046
35783633 #, perl-format
35793634 msgid "%s: missing file argument.\n"
35803635 msgstr "%s: Ontbrekend bestandsargument.\n"
35813636
3582 #: tp/texi2any.pl:1046
3637 #: tp/texi2any.pl:1047
35833638 #, perl-format
35843639 msgid "Try `%s --help' for more information.\n"
35853640 msgstr "Typ '%s --help' voor meer informatie.\n"
35863641
3587 #: tp/texi2any.pl:1117
3642 #: tp/texi2any.pl:1118
35883643 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35893644 msgstr ""
35903645 "Transformatie 'fill_gaps_in_sectioning()' leverde geen resultaat af. Geen "
35913646 "sectie?"
35923647
3593 #: tp/texi2any.pl:1139
3648 #: tp/texi2any.pl:1140
35943649 #, perl-format
35953650 msgid "Error on closing macro expand file %s: %s\n"
35963651 msgstr "Fout bij sluiten van %s, bestand met macro-expansies: %s\n"
35973652
3598 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3653 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35993654 #, perl-format
36003655 msgid "Could not open %s for writing: %s\n"
36013656 msgstr "Kan %s niet openen om te schrijven: %s\n"
36023657
3603 #: tp/texi2any.pl:1169
3658 #: tp/texi2any.pl:1170
36043659 msgid ""
36053660 "insert_nodes_for_sectioning_commands transformation return no result. No "
36063661 "section?"
36083663 "Transformatie 'insert_nodes_for_sectioning_commands()' leverde geen "
36093664 "resultaat af. Geen sectie?"
36103665
3611 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3666 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36123667 #, perl-format
36133668 msgid "Error on closing %s: %s\n"
36143669 msgstr "Fout bij sluiten van %s: %s\n"
36153670
3616 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3671 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36173672 #, perl-format
36183673 msgid "Error on closing internal links file %s: %s\n"
36193674 msgstr "Fout bij sluiten van %s, bestand met interne koppelingen: %s\n"
36753730 #, c-format
36763731 msgid "entry %s follows an entry with a secondary name"
36773732 msgstr "item %s volgt op een item met een alternatieve naam"
3733
3734 #~ msgid "tex4ht error opening %s: %s"
3735 #~ msgstr "tex4ht: fout bij openen van %s: %s"
3736
3737 #~ msgid "chdir to %s failed"
3738 #~ msgstr "Kan huidige map niet instellen op %s"
36783739
36793740 #, fuzzy
36803741 #~ msgid "Error on closing renamed nodes file %s: %s"
Binary diff not shown
+229
-180
po/pl.po less more
44 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: texinfo 4.13.91\n"
7 "Project-Id-Version: texinfo 4.13.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
10 "PO-Revision-Date: 2012-11-28 19:35+0100\n"
9 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
10 "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"
1313 "Language: pl\n"
7777 msgid "%s: option '-W %s' requires an argument\n"
7878 msgstr "%s: opcja '-W %s' musi mieć argument\n"
7979
80 #: gnulib/lib/regcomp.c:130
80 #: gnulib/lib/regcomp.c:131
8181 msgid "Success"
8282 msgstr "Sukces"
8383
84 #: gnulib/lib/regcomp.c:133
84 #: gnulib/lib/regcomp.c:134
8585 msgid "No match"
8686 msgstr "Nic nie pasuje"
8787
88 #: gnulib/lib/regcomp.c:136
88 #: gnulib/lib/regcomp.c:137
8989 msgid "Invalid regular expression"
9090 msgstr "Błędne wyrażenie regularne"
9191
92 #: gnulib/lib/regcomp.c:139
92 #: gnulib/lib/regcomp.c:140
9393 msgid "Invalid collation character"
9494 msgstr "Błędny znak sortowany"
9595
96 #: gnulib/lib/regcomp.c:142
96 #: gnulib/lib/regcomp.c:143
9797 msgid "Invalid character class name"
9898 msgstr "Błędna nazwa klasy znaków"
9999
100 #: gnulib/lib/regcomp.c:145
100 #: gnulib/lib/regcomp.c:146
101101 msgid "Trailing backslash"
102102 msgstr "Kończący znak `\\'"
103103
104 #: gnulib/lib/regcomp.c:148
104 #: gnulib/lib/regcomp.c:149
105105 msgid "Invalid back reference"
106106 msgstr "Błędne odniesienie wstecz"
107107
108 #: gnulib/lib/regcomp.c:151
108 #: gnulib/lib/regcomp.c:152
109109 msgid "Unmatched [ or [^"
110110 msgstr "Niesparowane [ lub [^"
111111
112 #: gnulib/lib/regcomp.c:154
112 #: gnulib/lib/regcomp.c:155
113113 msgid "Unmatched ( or \\("
114114 msgstr "Niesparowane ( lub \\("
115115
116 #: gnulib/lib/regcomp.c:157
116 #: gnulib/lib/regcomp.c:158
117117 msgid "Unmatched \\{"
118118 msgstr "Niesparowane \\{"
119119
120 #: gnulib/lib/regcomp.c:160
120 #: gnulib/lib/regcomp.c:161
121121 msgid "Invalid content of \\{\\}"
122122 msgstr "Błędna zawartość \\{\\}"
123123
124 #: gnulib/lib/regcomp.c:163
124 #: gnulib/lib/regcomp.c:164
125125 msgid "Invalid range end"
126126 msgstr "Błędny koniec zakresu"
127127
128 #: gnulib/lib/regcomp.c:166
128 #: gnulib/lib/regcomp.c:167
129129 msgid "Memory exhausted"
130130 msgstr "Pamięć wyczerpana"
131131
132 #: gnulib/lib/regcomp.c:169
132 #: gnulib/lib/regcomp.c:170
133133 msgid "Invalid preceding regular expression"
134134 msgstr "Błędne poprzedzające wyrażenie regularne"
135135
136 #: gnulib/lib/regcomp.c:172
136 #: gnulib/lib/regcomp.c:173
137137 msgid "Premature end of regular expression"
138138 msgstr "Przedwczesny koniec wyrażenia regularnego"
139139
140 #: gnulib/lib/regcomp.c:175
140 #: gnulib/lib/regcomp.c:176
141141 msgid "Regular expression too big"
142142 msgstr "Wyrażenie regularne zbyt duże"
143143
144 #: gnulib/lib/regcomp.c:178
144 #: gnulib/lib/regcomp.c:179
145145 msgid "Unmatched ) or \\)"
146146 msgstr "Niesparowane ) lub \\)"
147147
148 #: gnulib/lib/regcomp.c:703
148 #: gnulib/lib/regcomp.c:704
149149 msgid "No previous regular expression"
150150 msgstr "Brak poprzedniego wyrażenia regularnego"
151151
395395 msgid "Try --help for more information.\n"
396396 msgstr "Więcej informacji można uzyskać przez --help.\n"
397397
398 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
399 #: tp/texi2any.pl:735 util/texindex.c:295
398 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
399 #: tp/texi2any.pl:736 util/texindex.c:295
400400 #, c-format, perl-format
401401 msgid ""
402402 "Copyright (C) %s Free Software Foundation, Inc.\n"
19291929 msgid " Subfile: %s"
19301930 msgstr " Podplik: %s"
19311931
1932 #: install-info/install-info.c:285
1932 #: install-info/install-info.c:286
19331933 #, c-format
19341934 msgid "%s for %s"
19351935 msgstr "%s dla %s"
19361936
1937 #: install-info/install-info.c:519
1937 #: install-info/install-info.c:520
19381938 #, c-format
19391939 msgid "\tTry `%s --help' for a complete list of options.\n"
19401940 msgstr "\t`%s --help' poda pełną listę opcji.\n"
19411941
1942 #: install-info/install-info.c:527
1942 #: install-info/install-info.c:528
19431943 #, c-format
19441944 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19451945 msgstr "Składnia: %s [OPCJA]... [PLIK-INFO [PLIK-DIR]]\n"
19461946
1947 #: install-info/install-info.c:529
1947 #: install-info/install-info.c:530
19481948 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19491949 msgstr ""
19501950 "Dodanie lub usunięcie wpisów dla PLIKU-INFO w pliku katalogu PLIK-KATALOGU."
19511951
1952 #: install-info/install-info.c:531
1953 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1954 msgstr ""
1955
19521956 #: install-info/install-info.c:532
1957 msgid "--dir-file (or --info-dir) options are given, respectively."
1958 msgstr ""
1959
1960 #: install-info/install-info.c:535
19531961 msgid ""
19541962 "Options:\n"
1963 " --add-once add only to first matching section, not all.\n"
1964 " --align=COL start description of new entries at column COL.\n"
1965 " --calign=COL format second and subsequent description lines to\n"
1966 " start at column COL."
1967 msgstr ""
1968
1969 #: install-info/install-info.c:542
1970 #, fuzzy
1971 msgid ""
19551972 " --debug report what is being done.\n"
19561973 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19571974 " don't insert any new entries.\n"
19711988 " odpowiednik użycia argumentu PLIK-KATALOGU.\n"
19721989 " --dry-run to samo co --test."
19731990
1974 #: install-info/install-info.c:544
1975 msgid ""
1976 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1991 #: install-info/install-info.c:553
1992 #, fuzzy
1993 msgid ""
1994 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1995 " overriding any corresponding entry from DIR-FILE.\n"
19771996 " TEXT is written as an Info menu item line followed\n"
19781997 " by zero or more extra lines starting with "
19791998 "whitespace.\n"
19801999 " If you specify more than one entry, all are added.\n"
19812000 " If you don't specify any entries, they are determined\n"
1982 " from information in the Info file itself.\n"
1983 " When removing, TEXT specifies the entry to remove.\n"
1984 " TEXT is only removed as a last resort, if the\n"
1985 " entry as determined from the Info file is not "
1986 "present,\n"
1987 " and the basename of the Info file isn't found either."
2001 " from information in the Info file itself."
19882002 msgstr ""
19892003 " --entry=TEKST wstawienie TEKSTU jako wpisu katalogu Info.\n"
19902004 " TEKST powinien mieć formę linii elementu menu Info\n"
20012015 " wpisu określonego przez plik Info ani nazwy pliku "
20022016 "Info."
20032017
2004 #: install-info/install-info.c:556
2018 #: install-info/install-info.c:562
2019 #, fuzzy
20052020 msgid ""
20062021 " --help display this help and exit.\n"
20072022 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20082023 " --info-file=FILE specify Info file to install in the directory;\n"
20092024 " equivalent to using the INFO-FILE argument.\n"
20102025 " --item=TEXT same as --entry=TEXT.\n"
2011 " --keep-old do not replace entries, or remove empty sections.\n"
2012 " --menuentry=TEXT same as --name=TEXT.\n"
2013 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2014 " to become synonymous with the --entry option.\n"
2015 " --no-indent do not format new entries in the DIR file.\n"
2016 " --quiet suppress warnings."
2026 " --keep-old do not replace entries, or remove empty sections."
20172027 msgstr ""
20182028 " --help wyświetlenie tego opisu i zakończenie.\n"
20192029 " --info-dir=KATALOG to samo co --dir-file=KATALOG/dir.\n"
20282038 " --no-indent nie formatowanie nowych wpisów w pliku DIR.\n"
20292039 " --quiet pominięcie ostrzeżeń."
20302040
2031 #: install-info/install-info.c:569
2041 #: install-info/install-info.c:570
2042 #, fuzzy
2043 msgid ""
2044 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2045 " --menuentry=TEXT same as --name=TEXT.\n"
2046 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2047 " to become synonymous with the --entry option.\n"
2048 " --no-indent do not format new entries in the DIR file.\n"
2049 " --quiet suppress warnings."
2050 msgstr ""
2051 " --help wyświetlenie tego opisu i zakończenie.\n"
2052 " --info-dir=KATALOG to samo co --dir-file=KATALOG/dir.\n"
2053 " --info-file=PLIK podanie pliku Info do zainstalowania w katalogu;\n"
2054 " odpowiednik użycia argumentu PLIK-INFO.\n"
2055 " --item=TEKST to samo co --entry=TEKST.\n"
2056 " --keep-old nie zastępowanie wpisów, nie usuwanie pustych sekcji.\n"
2057 " --menuentry=TEKST to samo co --name=TEKST.\n"
2058 " --name=TEKST nazwa wpisu to TEKST; używane wraz z --description "
2059 "jest\n"
2060 " odpowiednikiem opcji --entry.\n"
2061 " --no-indent nie formatowanie nowych wpisów w pliku DIR.\n"
2062 " --quiet pominięcie ostrzeżeń."
2063
2064 #: install-info/install-info.c:578
20322065 msgid ""
20332066 " --regex=R put this file's entries in all sections that match the\n"
20342067 " regular expression R (ignoring case).\n"
20612094 " informacji w samym pliku Info.\n"
20622095 " --section WYR SEK odpowiednik --regex=WYR --section=SEK --add-once."
20632096
2064 #: install-info/install-info.c:582
2097 #: install-info/install-info.c:591
20652098 msgid ""
20662099 " --silent suppress warnings.\n"
20672100 " --test suppress updating of DIR-FILE.\n"
20712104 " --test pominięcie uaktualniania PLIKU-KATALOGU.\n"
20722105 " --version wyświetlenie informacji o wersji i zakończenie."
20732106
2074 #: install-info/install-info.c:589 tp/texi2any.pl:723
2107 #: install-info/install-info.c:598 tp/texi2any.pl:724
20752108 msgid ""
20762109 "Email bug reports to bug-texinfo@gnu.org,\n"
20772110 "general questions and discussion to help-texinfo@gnu.org.\n"
20812114 "bug-texinfo@gnu.org, a ogólne pytania i dyskusję na help-texinfo@gnu.org.\n"
20822115 "Strona domowa texinfo: http://www.gnu.org/software/texinfo/"
20832116
2084 #: install-info/install-info.c:616
2117 #: install-info/install-info.c:625
20852118 #, c-format
20862119 msgid ""
20872120 "This is the file .../info/dir, which contains the\n"
21172150 "\n"
21182151 "%s\n"
21192152
2120 #: install-info/install-info.c:640
2153 #: install-info/install-info.c:649
21212154 #, c-format
21222155 msgid "%s: could not read (%s) and could not create (%s)"
21232156 msgstr "%s: nie można odczytać (%s) ani utworzyć (%s)"
21242157
2125 #: install-info/install-info.c:736
2158 #: install-info/install-info.c:745
21262159 #, c-format
21272160 msgid "%s: empty file"
21282161 msgstr "%s: pusty plik"
21292162
2130 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2163 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21312164 #, c-format
21322165 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21332166 msgstr "START-INFO-DIR-ENTRY bez odpowiadającego END-INFO-DIR-ENTRY"
21342167
2135 #: install-info/install-info.c:1114
2168 #: install-info/install-info.c:1123
21362169 #, c-format
21372170 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21382171 msgstr "END-INFO-DIR-ENTRY bez odpowiadającego START-INFO-DIR-ENTRY"
21392172
2140 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2173 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21412174 #, c-format
21422175 msgid "%s: already have dir file: %s\n"
21432176 msgstr "%s: plik katalogu już istnieje: %s\n"
21442177
2145 #: install-info/install-info.c:2068
2178 #: install-info/install-info.c:2077
21462179 #, c-format
21472180 msgid "%s: Specify the Info file only once.\n"
21482181 msgstr "%s: Należy podać plik Info tylko raz.\n"
21492182
2150 #: install-info/install-info.c:2101
2183 #: install-info/install-info.c:2110
21512184 #, c-format
21522185 msgid "Extra regular expression specified, ignoring `%s'"
21532186 msgstr "Podano dodatkowe wyrażenie regularne, zignorowano `%s'"
21542187
2155 #: install-info/install-info.c:2113
2188 #: install-info/install-info.c:2122
21562189 #, c-format
21572190 msgid "Error in regular expression `%s': %s"
21582191 msgstr "Błąd w wyrażeniu regularnym `%s': %s"
21592192
2160 #: install-info/install-info.c:2171
2193 #: install-info/install-info.c:2180
21612194 #, c-format
21622195 msgid "excess command line argument `%s'"
21632196 msgstr "nadmiarowy argument linii poleceń `%s'"
21642197
2165 #: install-info/install-info.c:2175
2198 #: install-info/install-info.c:2184
21662199 #, c-format
21672200 msgid "No input file specified; try --help for more information."
21682201 msgstr "Nie podano pliku wejściowego; --help może podać więcej informacji."
21692202
2170 #: install-info/install-info.c:2177
2203 #: install-info/install-info.c:2186
21712204 #, c-format
21722205 msgid "No dir file specified; try --help for more information."
21732206 msgstr "Nie podano pliku katalogu; --help może podać więcej informacji."
21742207
2175 #: install-info/install-info.c:2319
2208 #: install-info/install-info.c:2328
21762209 #, c-format
21772210 msgid "no info dir entry in `%s'"
21782211 msgstr "brak wpisu do katalogu info w `%s'"
21792212
2180 #: install-info/install-info.c:2567
2213 #: install-info/install-info.c:2576
21812214 #, c-format
21822215 msgid "no entries found for `%s'; nothing deleted"
21832216 msgstr "nie znaleziono wpisów dla `%s'; nic nie usunięto"
21842217
2185 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2186 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2187 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2188 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2189 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2218 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21902223 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21912224 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21922225 #, perl-format
22662299 msgstr "protect_hashchar_at_line_beginning nie może zabezpieczyć w @%s"
22672300
22682301 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2269 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2302 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22702303 #, perl-format
22712304 msgid "Obsolete variable %s\n"
22722305 msgstr "Przestarzała zmienna %s\n"
22812314 msgid "Can't create directories `%s': %s"
22822315 msgstr "Nie można utworzyć katalogów `%s': %s"
22832316
2284 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2285 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2317 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2318 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22862319 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22872320 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2288 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2289 #: tp/init/chm.pm:399
2321 #: tp/Texinfo/Parser.pm:1871
22902322 #, perl-format
22912323 msgid "Error on closing %s: %s"
22922324 msgstr "Błąd podczas zamykania %s: %s"
22932325
2294 #: tp/Texinfo/Convert/DocBook.pm:919
2326 #: tp/Texinfo/Convert/DocBook.pm:897
22952327 #, perl-format
22962328 msgid "@image file `%s' not found, using `%s'"
22972329 msgstr "Plik @image `%s' nie znaleziony, użyto `%s'"
23062338 msgid "Raw format %s is not converted"
23072339 msgstr "Format surowy %s nie jest przekonwertowany"
23082340
2309 #: tp/Texinfo/Convert/HTML.pm:4832
2341 #: tp/Texinfo/Convert/HTML.pm:4814
23102342 #, perl-format
23112343 msgid "%s:%d: string not closed in css file"
23122344 msgstr "%s:%d: niedomknięty łańcuch w pliku css"
23132345
2314 #: tp/Texinfo/Convert/HTML.pm:4834
2346 #: tp/Texinfo/Convert/HTML.pm:4816
23152347 #, perl-format
23162348 msgid "%s:%d: --css-include ended in comment"
23172349 msgstr "%s:%d: plik --css-include zakończył się wewnątrz komentarza"
23182350
2319 #: tp/Texinfo/Convert/HTML.pm:4836
2320 #, perl-format
2321 msgid "%s:%d @import not finished in css file"
2351 #: tp/Texinfo/Convert/HTML.pm:4818
2352 #, fuzzy, perl-format
2353 msgid "%s:%d: @import not finished in css file"
23222354 msgstr "%s:%d @import nie zakończony w pliku css"
23232355
2324 #: tp/Texinfo/Convert/HTML.pm:4862
2356 #: tp/Texinfo/Convert/HTML.pm:4844
23252357 #, perl-format
23262358 msgid "css file %s not found"
23272359 msgstr "nie znaleziono pliku css %s"
23282360
2329 #: tp/Texinfo/Convert/HTML.pm:4868
2361 #: tp/Texinfo/Convert/HTML.pm:4850
23302362 #, perl-format
23312363 msgid "could not open --include-file %s: %s"
23322364 msgstr "nie można otworzyć pliku --include-file %s: %s"
23332365
2334 #: tp/Texinfo/Convert/HTML.pm:4878
2366 #: tp/Texinfo/Convert/HTML.pm:4860
23352367 #, perl-format
23362368 msgid "Error on closing CSS file %s: %s"
23372369 msgstr "Błąd podczas zamykania pliku CSS %s: %s"
23382370
2339 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2371 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23402372 #, perl-format
23412373 msgid "No htmlxref.cnf entry found for `%s'"
23422374 msgstr "Brak wpisu htmlxref.cnf dla `%s'"
23432375
2344 #: tp/Texinfo/Convert/HTML.pm:6513
2376 #: tp/Texinfo/Convert/HTML.pm:6495
23452377 #, perl-format
23462378 msgid "Error on closing frame file %s: %s"
23472379 msgstr "Błąd podczas zamykania pliku ramki %s: %s"
23482380
2349 #: tp/Texinfo/Convert/HTML.pm:6537
2381 #: tp/Texinfo/Convert/HTML.pm:6519
23502382 #, perl-format
23512383 msgid "Error on closing TOC frame file %s: %s"
23522384 msgstr "Błąd podczas zamykania pliku ramki TOC %s: %s"
23532385
2354 #: tp/Texinfo/Convert/HTML.pm:6652
2386 #: tp/Texinfo/Convert/HTML.pm:6634
23552387 #, perl-format
23562388 msgid "Handler %s of stage %s priority %s failed"
23572389 msgstr "Obsługa %s, etapu %s, priorytet %s nie powiodła się"
23582390
2359 #: tp/Texinfo/Convert/HTML.pm:6853
2391 #: tp/Texinfo/Convert/HTML.pm:6835
23602392 msgid "Must specify a title with a title command or @top"
23612393 msgstr "Trzeba określić tytuł poleceniem title lub @top"
23622394
2363 #: tp/Texinfo/Convert/HTML.pm:7058
2395 #: tp/Texinfo/Convert/HTML.pm:7040
23642396 #, perl-format
23652397 msgid "Error on closing redirection node file %s: %s"
23662398 msgstr "Błąd podczas zamykania pliku przekierowania węzłów %s: %s"
23672399
2368 #: tp/Texinfo/Convert/HTML.pm:7083
2369 #, fuzzy, perl-format
2400 #: tp/Texinfo/Convert/HTML.pm:7065
2401 #, perl-format
23702402 msgid "Old name for `%s' is a node of the document"
2371 msgstr ""
2372 "Nie ma węzłów `Poprzedni' ani `W górę' dla tego węzła w tym dokumencie."
2373
2374 #: tp/Texinfo/Convert/HTML.pm:7087
2403 msgstr "Stara nazwa `%s' jest węzłem dokumentu"
2404
2405 #: tp/Texinfo/Convert/HTML.pm:7069
23752406 #, perl-format
23762407 msgid "File empty for renamed node `%s'"
23772408 msgstr "Pusty plik dla przemianowanego węzła `%s'"
23782409
2379 #: tp/Texinfo/Convert/HTML.pm:7099
2410 #: tp/Texinfo/Convert/HTML.pm:7081
23802411 #, perl-format
23812412 msgid "Target node (new name for `%s') not in document: %s"
2382 msgstr ""
2383
2384 #: tp/Texinfo/Convert/HTML.pm:7131
2385 #, fuzzy, perl-format
2413 msgstr "Węzeł docelowy (nowa nazwa dla `%s') nie istnieje w dokumencie: %s"
2414
2415 #: tp/Texinfo/Convert/HTML.pm:7113
2416 #, perl-format
23862417 msgid "Error on closing renamed node redirection file %s: %s"
2387 msgstr "Błąd podczas zamykania pliku przemianowanego węzła %s: %s"
2388
2389 #: tp/Texinfo/Convert/HTML.pm:7169
2418 msgstr ""
2419 "Błąd podczas zamykania przekierowanego pliku przemianowanego węzła %s: %s"
2420
2421 #: tp/Texinfo/Convert/HTML.pm:7151
23902422 msgid "Empty node name"
23912423 msgstr "Pusta nazwa węzłą"
23922424
2393 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2425 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23942426 #, perl-format
23952427 msgid "Syntax for an external node used for `%s'"
23962428 msgstr "Użyto składni węzła zewnętrznego dla `%s'"
24092441 msgstr "Zmiana nazwy %s nie powiodła się: %s"
24102442
24112443 #: tp/Texinfo/Convert/Info.pm:226
2412 #, fuzzy, perl-format
2444 #, perl-format
24132445 msgid "@%s output more than once: %s"
2414 msgstr "@%s `%s' zapisano więcej niż raz"
2446 msgstr "@%s zapisano więcej niż raz: %s"
24152447
24162448 #: tp/Texinfo/Convert/Info.pm:340
24172449 #, perl-format
26682700 msgstr "@%s nie powinno być wiązane z @top"
26692701
26702702 #: tp/Texinfo/Parser.pm:3303
2671 #, fuzzy, perl-format
2703 #, perl-format
26722704 msgid "@node precedes @%s, but parts may not be associated with nodes"
2673 msgstr "@node poprzedza @%s, ale część nei jest powiązana z węzłami"
2705 msgstr "@node poprzedza @%s, ale części mogą nie być powiązane z węzłami"
26742706
26752707 #: tp/Texinfo/Parser.pm:3400
26762708 #, perl-format
26882720 msgstr "Pusta nazwa wpisu menu w `%s'"
26892721
26902722 #: tp/Texinfo/Parser.pm:3455
2691 msgid "Empty node in menu entry"
2723 #, fuzzy
2724 msgid "Empty node name in menu entry"
26922725 msgstr "Pusty węzeł we wpisie menu"
26932726
26942727 #: tp/Texinfo/Parser.pm:3525
29713004 msgstr "Zarezerwowana nazwa indeksu %s"
29723005
29733006 #: tp/Texinfo/Parser.pm:5264
2974 #, fuzzy, perl-format
3007 #, perl-format
29753008 msgid "Unknown source index in @%s: %s"
2976 msgstr "Nieznany indeks od `%s' w @%s"
3009 msgstr "Nieznany indeks źródłowy w @%s: %s"
29773010
29783011 #: tp/Texinfo/Parser.pm:5267
2979 #, fuzzy, perl-format
3012 #, perl-format
29803013 msgid "Unknown destination index in @%s: %s"
2981 msgstr "Nieznana nazwa indeksu do `%s' w @%s"
3014 msgstr "Nieznany indeks docelowy w @%s: %s"
29823015
29833016 #: tp/Texinfo/Parser.pm:5298
29843017 #, perl-format
31613194 msgid "Empty index key in @%s"
31623195 msgstr "Pusty klucz indeksu w @%s"
31633196
3164 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3165 #, perl-format
3166 msgid "Can't open %s for writing: %s\n"
3197 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3198 #, fuzzy, perl-format
3199 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31673200 msgstr "Nie można otworzyć %s do zapisu: %s\n"
31683201
3169 #: tp/init/tex4ht.pm:122
3170 #, perl-format
3171 msgid "tex4ht error opening %s: %s"
3172 msgstr "Błąd otwierania tex4ht %s: %s"
3173
3174 #: tp/init/tex4ht.pm:218
3175 #, perl-format
3176 msgid "chdir to %s failed"
3177 msgstr "chdir do %s nie powiodło się"
3178
3179 #: tp/init/tex4ht.pm:242
3202 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
31803203 #, fuzzy, perl-format
3181 msgid "tex4ht output file missing: %s"
3182 msgstr "Brak wyjścia tex4ht %s"
3183
3184 #: tp/init/tex4ht.pm:295
3185 #, perl-format
3186 msgid ""
3187 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3204 msgid "chm.pm:%s: Error on closing: %s"
3205 msgstr "Błąd podczas zamykania %s: %s"
3206
3207 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3208 #, fuzzy, perl-format
3209 msgid "tex4ht.pm:%s: Cannot open: %s"
3210 msgstr "@%s: nie można otworzyć pliku %s: %s"
3211
3212 #: tp/init/tex4ht.pm:219
3213 #, fuzzy, perl-format
3214 msgid "tex4ht.pm:%s: chdir failed: %s"
3215 msgstr "Zmiana nazwy %s nie powiodła się: %s"
3216
3217 #: tp/init/tex4ht.pm:232
3218 #, perl-format
3219 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3220 msgstr ""
3221
3222 #: tp/init/tex4ht.pm:244
3223 #, fuzzy, perl-format
3224 msgid "tex4ht.pm: Output file missing: %s"
3225 msgstr "Brak wyjścia tex4ht: %s"
3226
3227 #: tp/init/tex4ht.pm:260
3228 #, perl-format
3229 msgid "tex4ht.pm: Command failed: %s"
3230 msgstr ""
3231
3232 #: tp/init/tex4ht.pm:293
3233 #, perl-format
3234 msgid "tex4ht.pm: end of @%s item %d not found"
3235 msgstr ""
3236
3237 #: tp/init/tex4ht.pm:300
3238 #, fuzzy, perl-format
3239 msgid ""
3240 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31883241 "items found in the document"
31893242 msgstr ""
3190
3191 #: tp/init/tex4ht.pm:313
3243 "Przetwarzanie tex4ht wytworzyło elementów w HTML-u: %d; oczekiwano %d - "
3244 "liczba elementów znalezionych w dokumencie"
3245
3246 #: tp/init/tex4ht.pm:319
31923247 #, fuzzy, perl-format
3193 msgid "tex4ht output has no HTML item for @%s %s"
3194 msgstr "Wyjście tex4ht nie ma tekstu dla @%s %s"
3195
3196 #: tp/texi2any.pl:373
3248 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3249 msgstr "Wyjście tex4ht nie ma elementu HTML dla @%s %s"
3250
3251 #: tp/texi2any.pl:374
31973252 #, perl-format
31983253 msgid "error loading %s: %s\n"
31993254 msgstr "błąd podczas wczytywania %s: %s\n"
32003255
3201 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3256 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32023257 #, perl-format
32033258 msgid "Unknown variable %s\n"
32043259 msgstr "Nieznana zmienna %s\n"
32053260
3206 #: tp/texi2any.pl:466
3261 #: tp/texi2any.pl:467
32073262 #, perl-format
32083263 msgid "Can't read init file %s"
32093264 msgstr "Nie można odczytać pliku init %s"
32103265
3211 #: tp/texi2any.pl:597
3266 #: tp/texi2any.pl:598
32123267 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32133268 msgstr "Składnia: makeinfo [OPCJA]... PLIK-TEXINFO...\n"
32143269
3215 #: tp/texi2any.pl:598
3270 #: tp/texi2any.pl:599
32163271 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32173272 msgstr " lub: texi2any [OPCJA]... PLIK-TEXINFO...\n"
32183273
3219 #: tp/texi2any.pl:600
3274 #: tp/texi2any.pl:601
32203275 msgid ""
32213276 "Translate Texinfo source documentation to various other formats, by default\n"
32223277 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32263281 "samodzielnym\n"
32273282 "GNU Info.\n"
32283283
3229 #: tp/texi2any.pl:603
3230 #, fuzzy, perl-format
3284 #: tp/texi2any.pl:604
3285 #, perl-format
32313286 msgid ""
32323287 "General options:\n"
32333288 " --document-language=STR locale to use in translating Texinfo keywords\n"
32583313 " w KATALOGU.\n"
32593314 " --init-file=PLIK wczytanie PLIKU w celu zmiany domyślnego\n"
32603315 " zachowania.\n"
3261 " --set-customization-variable ZMIENNA=WARTOŚĆ ustawienie ZMIENNEJ\n"
3316 " -c, --set-customization-variable ZMIENNA=WARTOŚĆ ustawienie ZMIENNEJ\n"
32623317 " konfiguracyjnej na WARTOŚĆ.\n"
32633318 " -v, --verbose wyjaśnianie co się dzieje.\n"
32643319 " --version wyświetlenie informacji o wersji i "
32653320 "zakończenie.\n"
32663321
3267 #: tp/texi2any.pl:618
3322 #: tp/texi2any.pl:619
32683323 msgid ""
32693324 "Output format selection (default is to produce Info):\n"
32703325 " --docbook output Docbook XML rather than Info.\n"
32813336 " --dvi, --dvipdf, --ps, --pdf wywołanie texi2dvi w celu wygenerowania\n"
32823337 " podanego wyjścia.\n"
32833338
3284 #: tp/texi2any.pl:626
3339 #: tp/texi2any.pl:627
32853340 msgid ""
32863341 "General output options:\n"
32873342 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33323387 " W innym przypadku CEL to nazwa pliku\n"
33333388 " wyjściowego.\n"
33343389
3335 #: tp/texi2any.pl:646
3390 #: tp/texi2any.pl:647
33363391 #, perl-format
33373392 msgid ""
33383393 "Options for Info and plain text:\n"
33753430 " --split-size=ROZMIAR podział Info na pliki o ROZMIARZE (domyślnie "
33763431 "%d).\n"
33773432
3378 #: tp/texi2any.pl:663
3433 #: tp/texi2any.pl:664
33793434 msgid ""
33803435 "Options for HTML:\n"
33813436 " --css-include=FILE include FILE in HTML <style> output;\n"
34003455 " --node-files tworzenie plików przekierowań dla węzłów\n"
34013456 " i znaczników; domyśnie tylko przy podziale.\n"
34023457
3403 #: tp/texi2any.pl:674
3458 #: tp/texi2any.pl:675
34043459 msgid ""
34053460 "Options for XML and Docbook:\n"
34063461 " --output-indent=VAL does nothing, retained for compatibility.\n"
34083463 "Opcje dla XML-a i Docbooka:\n"
34093464 " --output-indent=ILE nic, zachowane dla kompatybilności.\n"
34103465
3411 #: tp/texi2any.pl:677
3466 #: tp/texi2any.pl:678
34123467 msgid ""
34133468 "Options for DVI/PS/PDF:\n"
34143469 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34173472 " --Xopt=OPCJA przekazanie OPCJI do texi2dvi; można "
34183473 "powtarzać.\n"
34193474
3420 #: tp/texi2any.pl:680
3475 #: tp/texi2any.pl:681
34213476 msgid ""
34223477 "Input file options:\n"
34233478 " --commands-in-node-names does nothing, retained for compatibility.\n"
34363491 " -U ZMIENNA usunięcie definicji ZMIENNEJ, tak jak "
34373492 "@clear.\n"
34383493
3439 #: tp/texi2any.pl:687
3494 #: tp/texi2any.pl:688
34403495 msgid ""
34413496 "Conditional processing in input:\n"
34423497 " --ifdocbook process @ifdocbook and @docbook even if\n"
34773532 "\n"
34783533 " Ponadto opcje --no-ifFORMAT powodują przetwarzanie tekstu @ifnotFORMAT.\n"
34793534
3480 #: tp/texi2any.pl:704
3535 #: tp/texi2any.pl:705
34813536 msgid ""
34823537 " The defaults for the @if... conditionals depend on the output format:\n"
34833538 " if generating Docbook, --ifdocbook is on and the others are off;\n"
34953550 "wyłączone;\n"
34963551 " jeśli generowany jest XML, --ifxml jest włączone, a reszta wyłączona.\n"
34973552
3498 #: tp/texi2any.pl:711
3553 #: tp/texi2any.pl:712
34993554 msgid ""
35003555 "Examples:\n"
35013556 " makeinfo foo.texi write Info to foo's @setfilename\n"
35303585 " makeinfo --no-split foo.texi zapisanie jednego wielkiego pliku "
35313586 "Info\n"
35323587
3533 #: tp/texi2any.pl:758
3588 #: tp/texi2any.pl:759
35343589 #, perl-format
35353590 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35363591 msgstr ""
35373592 "%s: argumentem --footnote-style musi być `separate' lub `end', a nie `%s'.\n"
35383593
3539 #: tp/texi2any.pl:848
3594 #: tp/texi2any.pl:849
35403595 #, perl-format
35413596 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35423597 msgstr ""
35433598 "%s: argument --paragraph-indent musi być liczbą/`none'/`asis', a nie `%s'.\n"
35443599
3545 #: tp/texi2any.pl:962
3600 #: tp/texi2any.pl:963
35463601 #, perl-format
35473602 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35483603 msgstr "%s: Zignorowano nierozpoznaną wartość TEXINFO_OUTPUT_FORMAT `%s'.\n"
35493604
3550 #: tp/texi2any.pl:975
3605 #: tp/texi2any.pl:976
35513606 #, perl-format
35523607 msgid "when generating %s, only one input FILE may be specified with -o"
35533608 msgstr "przy generowaniu %s, opcją -o można podać tylko jeden PLIK wejściowy"
35543609
3555 #: tp/texi2any.pl:979
3610 #: tp/texi2any.pl:980
35563611 msgid "--Xopt option without printed output"
35573612 msgstr "opcja --Xopt bez drukowanego wyjścia"
35583613
3559 #: tp/texi2any.pl:989
3614 #: tp/texi2any.pl:990
35603615 #, perl-format
35613616 msgid "Unknown tree transformation %s"
35623617 msgstr "Nieznane przekształcenie drzewa %s"
35633618
3564 #: tp/texi2any.pl:996
3619 #: tp/texi2any.pl:997
35653620 #, perl-format
35663621 msgid "Ignoring splitting for format %s"
35673622 msgstr "Zignorowano podział dla formatu %s"
35683623
3569 #: tp/texi2any.pl:1045
3624 #: tp/texi2any.pl:1046
35703625 #, perl-format
35713626 msgid "%s: missing file argument.\n"
35723627 msgstr "%s: brakujący argument plikowy.\n"
35733628
3574 #: tp/texi2any.pl:1046
3629 #: tp/texi2any.pl:1047
35753630 #, perl-format
35763631 msgid "Try `%s --help' for more information.\n"
35773632 msgstr "Polecenie `%s --help' poda więcej informacji.\n"
35783633
3579 #: tp/texi2any.pl:1117
3634 #: tp/texi2any.pl:1118
35803635 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35813636 msgstr ""
35823637 "Przekształcenie fill_gaps_in_sectioning zwróciło pusty wynik. Brak sekcji?"
35833638
3584 #: tp/texi2any.pl:1139
3639 #: tp/texi2any.pl:1140
35853640 #, perl-format
35863641 msgid "Error on closing macro expand file %s: %s\n"
35873642 msgstr "Błąd podczas zamykania pliku rozwinięć makr %s: %s\n"
35883643
3589 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3644 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35903645 #, perl-format
35913646 msgid "Could not open %s for writing: %s\n"
35923647 msgstr "Nie można otworzyć pliku %s do zapisu: %s\n"
35933648
3594 #: tp/texi2any.pl:1169
3649 #: tp/texi2any.pl:1170
35953650 msgid ""
35963651 "insert_nodes_for_sectioning_commands transformation return no result. No "
35973652 "section?"
35993654 "Przekształcenie insert_nodes_for_sectioning_commands zwróciło pusty wynik. "
36003655 "Brak sekcji?"
36013656
3602 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3657 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36033658 #, perl-format
36043659 msgid "Error on closing %s: %s\n"
36053660 msgstr "Błąd podczas zamykania %s: %s\n"
36063661
3607 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3662 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36083663 #, perl-format
36093664 msgid "Error on closing internal links file %s: %s\n"
36103665 msgstr "Błąd podczas zamykania pliku odnośników wewnętrznych %s: %s\n"
36673722 msgid "entry %s follows an entry with a secondary name"
36683723 msgstr "wpis %s wystąpił po wpisie z dodatkową nazwą"
36693724
3670 #~ msgid "Error on closing renamed nodes file %s: %s"
3671 #~ msgstr "Błąd podczas zamykania pliku przemianowanych węzłów %s: %s"
3672
3673 #~ msgid "Node `%s' that is to be renamed exists"
3674 #~ msgstr "Węzeł `%s' do przemianowania już istnieje"
3675
3676 #~ msgid "Node to be renamed as, `%s' not found"
3677 #~ msgstr "Węzeł do przemianowania `%s' nie został znaleziony"
3678
3679 #~ msgid "tex4ht output got %d for %d items entered"
3680 #~ msgstr "Wyjście tex4ht ma %d dla %d wprowadzonych elementów"
3725 #~ msgid "tex4ht error opening %s: %s"
3726 #~ msgstr "Błąd otwierania tex4ht %s: %s"
3727
3728 #~ msgid "chdir to %s failed"
3729 #~ msgstr "chdir do %s nie powiodło się"
Binary diff not shown
+194
-154
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: 2012-12-17 17:27-0800\n"
10 "POT-Creation-Date: 2013-01-01 17:33-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"
7777 msgid "%s: option '-W %s' requires an argument\n"
7878 msgstr "%s: opþiunea `%s' necesitã un argument\n"
7979
80 #: gnulib/lib/regcomp.c:130
80 #: gnulib/lib/regcomp.c:131
8181 msgid "Success"
8282 msgstr ""
8383
84 #: gnulib/lib/regcomp.c:133
84 #: gnulib/lib/regcomp.c:134
8585 msgid "No match"
8686 msgstr ""
8787
88 #: gnulib/lib/regcomp.c:136
88 #: gnulib/lib/regcomp.c:137
8989 msgid "Invalid regular expression"
9090 msgstr ""
9191
92 #: gnulib/lib/regcomp.c:139
92 #: gnulib/lib/regcomp.c:140
9393 #, fuzzy
9494 msgid "Invalid collation character"
9595 msgstr "caracter codat invalid `%s'"
9696
97 #: gnulib/lib/regcomp.c:142
97 #: gnulib/lib/regcomp.c:143
9898 #, fuzzy
9999 msgid "Invalid character class name"
100100 msgstr "caracter neverosimil %c în @var"
101101
102 #: gnulib/lib/regcomp.c:145
102 #: gnulib/lib/regcomp.c:146
103103 msgid "Trailing backslash"
104104 msgstr ""
105105
106 #: gnulib/lib/regcomp.c:148
106 #: gnulib/lib/regcomp.c:149
107107 msgid "Invalid back reference"
108108 msgstr ""
109109
110 #: gnulib/lib/regcomp.c:151
110 #: gnulib/lib/regcomp.c:152
111111 #, fuzzy
112112 msgid "Unmatched [ or [^"
113113 msgstr "} fãrã pereche"
114114
115 #: gnulib/lib/regcomp.c:154
115 #: gnulib/lib/regcomp.c:155
116116 #, fuzzy
117117 msgid "Unmatched ( or \\("
118118 msgstr "} fãrã pereche"
119119
120 #: gnulib/lib/regcomp.c:157
120 #: gnulib/lib/regcomp.c:158
121121 #, fuzzy
122122 msgid "Unmatched \\{"
123123 msgstr "} fãrã pereche"
124124
125 #: gnulib/lib/regcomp.c:160
125 #: gnulib/lib/regcomp.c:161
126126 msgid "Invalid content of \\{\\}"
127127 msgstr ""
128128
129 #: gnulib/lib/regcomp.c:163
129 #: gnulib/lib/regcomp.c:164
130130 msgid "Invalid range end"
131131 msgstr ""
132132
133 #: gnulib/lib/regcomp.c:166
133 #: gnulib/lib/regcomp.c:167
134134 msgid "Memory exhausted"
135135 msgstr ""
136136
137 #: gnulib/lib/regcomp.c:169
137 #: gnulib/lib/regcomp.c:170
138138 msgid "Invalid preceding regular expression"
139139 msgstr ""
140140
141 #: gnulib/lib/regcomp.c:172
141 #: gnulib/lib/regcomp.c:173
142142 msgid "Premature end of regular expression"
143143 msgstr ""
144144
145 #: gnulib/lib/regcomp.c:175
145 #: gnulib/lib/regcomp.c:176
146146 msgid "Regular expression too big"
147147 msgstr ""
148148
149 #: gnulib/lib/regcomp.c:178
149 #: gnulib/lib/regcomp.c:179
150150 #, fuzzy
151151 msgid "Unmatched ) or \\)"
152152 msgstr "} fãrã pereche"
153153
154 #: gnulib/lib/regcomp.c:703
154 #: gnulib/lib/regcomp.c:704
155155 #, fuzzy
156156 msgid "No previous regular expression"
157157 msgstr "Nici un ºir cãutat anterior"
404404 msgid "Try --help for more information.\n"
405405 msgstr "Încercaþi --help pentru informaþii suplimentare.\n"
406406
407 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
408 #: tp/texi2any.pl:735 util/texindex.c:295
407 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
408 #: tp/texi2any.pl:736 util/texindex.c:295
409409 #, c-format, perl-format
410410 msgid ""
411411 "Copyright (C) %s Free Software Foundation, Inc.\n"
899899 " You may include a filename as well, as in (FILENAME)NODENAME.\n"
900900 msgstr ""
901901 "\\%-10[goto-node] Mergi la nodul specificat prin nume.\n"
902 " Puteþi include ºi un nume de fiºier, ca în (NUMEFIªIER)"
903 "NUMENOD.\n"
902 " Puteþi include ºi un nume de fiºier, ca în "
903 "(NUMEFIªIER)NUMENOD.\n"
904904
905905 #: info/infodoc.c:132
906906 #, fuzzy, c-format
19331933 msgid " Subfile: %s"
19341934 msgstr " Subfiºier: %s"
19351935
1936 #: install-info/install-info.c:285
1936 #: install-info/install-info.c:286
19371937 #, fuzzy, c-format
19381938 msgid "%s for %s"
19391939 msgstr " pentru %s"
19401940
1941 #: install-info/install-info.c:519
1941 #: install-info/install-info.c:520
19421942 #, c-format
19431943 msgid "\tTry `%s --help' for a complete list of options.\n"
19441944 msgstr "\tÎncercaþi `%s --help' pentru o lipsã completã de opþiuni.\n"
19451945
1946 #: install-info/install-info.c:527
1946 #: install-info/install-info.c:528
19471947 #, fuzzy, c-format
19481948 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19491949 msgstr "Folosire: %s [OPÞIUNE]... FIªIER-TEXINFO...\n"
19501950
1951 #: install-info/install-info.c:529
1951 #: install-info/install-info.c:530
19521952 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19531953 msgstr ""
19541954
1955 #: install-info/install-info.c:531
1956 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1957 msgstr ""
1958
19551959 #: install-info/install-info.c:532
1960 msgid "--dir-file (or --info-dir) options are given, respectively."
1961 msgstr ""
1962
1963 #: install-info/install-info.c:535
19561964 msgid ""
19571965 "Options:\n"
1966 " --add-once add only to first matching section, not all.\n"
1967 " --align=COL start description of new entries at column COL.\n"
1968 " --calign=COL format second and subsequent description lines to\n"
1969 " start at column COL."
1970 msgstr ""
1971
1972 #: install-info/install-info.c:542
1973 msgid ""
19581974 " --debug report what is being done.\n"
19591975 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19601976 " don't insert any new entries.\n"
19661982 " --dry-run same as --test."
19671983 msgstr ""
19681984
1969 #: install-info/install-info.c:544
1970 msgid ""
1971 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1985 #: install-info/install-info.c:553
1986 msgid ""
1987 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1988 " overriding any corresponding entry from DIR-FILE.\n"
19721989 " TEXT is written as an Info menu item line followed\n"
19731990 " by zero or more extra lines starting with "
19741991 "whitespace.\n"
19751992 " If you specify more than one entry, all are added.\n"
19761993 " If you don't specify any entries, they are determined\n"
1977 " from information in the Info file itself.\n"
1978 " When removing, TEXT specifies the entry to remove.\n"
1979 " TEXT is only removed as a last resort, if the\n"
1980 " entry as determined from the Info file is not "
1981 "present,\n"
1982 " and the basename of the Info file isn't found either."
1983 msgstr ""
1984
1985 #: install-info/install-info.c:556
1994 " from information in the Info file itself."
1995 msgstr ""
1996
1997 #: install-info/install-info.c:562
19861998 msgid ""
19871999 " --help display this help and exit.\n"
19882000 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19892001 " --info-file=FILE specify Info file to install in the directory;\n"
19902002 " equivalent to using the INFO-FILE argument.\n"
19912003 " --item=TEXT same as --entry=TEXT.\n"
1992 " --keep-old do not replace entries, or remove empty sections.\n"
2004 " --keep-old do not replace entries, or remove empty sections."
2005 msgstr ""
2006
2007 #: install-info/install-info.c:570
2008 msgid ""
2009 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19932010 " --menuentry=TEXT same as --name=TEXT.\n"
19942011 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19952012 " to become synonymous with the --entry option.\n"
19972014 " --quiet suppress warnings."
19982015 msgstr ""
19992016
2000 #: install-info/install-info.c:569
2017 #: install-info/install-info.c:578
20012018 msgid ""
20022019 " --regex=R put this file's entries in all sections that match the\n"
20032020 " regular expression R (ignoring case).\n"
20132030 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
20142031 msgstr ""
20152032
2016 #: install-info/install-info.c:582
2033 #: install-info/install-info.c:591
20172034 msgid ""
20182035 " --silent suppress warnings.\n"
20192036 " --test suppress updating of DIR-FILE.\n"
20202037 " --version display version information and exit."
20212038 msgstr ""
20222039
2023 #: install-info/install-info.c:589 tp/texi2any.pl:723
2040 #: install-info/install-info.c:598 tp/texi2any.pl:724
20242041 #, fuzzy
20252042 msgid ""
20262043 "Email bug reports to bug-texinfo@gnu.org,\n"
20322049 "întrebãri generale ºi discuþii la help-texinfo@gnu.org.\n"
20332050 "Texinfo homepage: http://www.gnu.org/software/texinfo/"
20342051
2035 #: install-info/install-info.c:616
2052 #: install-info/install-info.c:625
20362053 #, c-format
20372054 msgid ""
20382055 "This is the file .../info/dir, which contains the\n"
20692086 "\n"
20702087 "%s\n"
20712088
2072 #: install-info/install-info.c:640
2089 #: install-info/install-info.c:649
20732090 #, fuzzy, c-format
20742091 msgid "%s: could not read (%s) and could not create (%s)"
20752092 msgstr "%s: nu am putut citi (%s) ºi nu am putut crea (%s)\n"
20762093
2077 #: install-info/install-info.c:736
2094 #: install-info/install-info.c:745
20782095 #, c-format
20792096 msgid "%s: empty file"
20802097 msgstr "%s: fiºier gol"
20812098
2082 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2099 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20832100 #, c-format
20842101 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20852102 msgstr "START-INFO-DIR-ENTRY fãrã un END-INFO-DIR-ENTRY corespunzãtor"
20862103
2087 #: install-info/install-info.c:1114
2104 #: install-info/install-info.c:1123
20882105 #, c-format
20892106 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20902107 msgstr "END-INFO-DIR-ENTRY fãrã un START-INFO-DIR-ENTRY corespunzãtor"
20912108
2092 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2109 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20932110 #, c-format
20942111 msgid "%s: already have dir file: %s\n"
20952112 msgstr "%s: are deja fiºier dir: %s\n"
20962113
2097 #: install-info/install-info.c:2068
2114 #: install-info/install-info.c:2077
20982115 #, c-format
20992116 msgid "%s: Specify the Info file only once.\n"
21002117 msgstr "%s: Specificã fiºierul Info o singurã datã.\n"
21012118
2102 #: install-info/install-info.c:2101
2119 #: install-info/install-info.c:2110
21032120 #, c-format
21042121 msgid "Extra regular expression specified, ignoring `%s'"
21052122 msgstr ""
21062123
2107 #: install-info/install-info.c:2113
2124 #: install-info/install-info.c:2122
21082125 #, c-format
21092126 msgid "Error in regular expression `%s': %s"
21102127 msgstr ""
21112128
2112 #: install-info/install-info.c:2171
2129 #: install-info/install-info.c:2180
21132130 #, c-format
21142131 msgid "excess command line argument `%s'"
21152132 msgstr "argument suplimentar în linia de comandã `%s'"
21162133
2117 #: install-info/install-info.c:2175
2134 #: install-info/install-info.c:2184
21182135 #, c-format
21192136 msgid "No input file specified; try --help for more information."
21202137 msgstr ""
21212138 "Nici un fiºier de intrare specificat; încercaþi --help pentru informaþii "
21222139 "suplimentare."
21232140
2124 #: install-info/install-info.c:2177
2141 #: install-info/install-info.c:2186
21252142 #, c-format
21262143 msgid "No dir file specified; try --help for more information."
21272144 msgstr ""
21282145 "Nici un fiºier dir specificat; încercaþi --help pentru informaþii "
21292146 "suplimentare."
21302147
2131 #: install-info/install-info.c:2319
2148 #: install-info/install-info.c:2328
21322149 #, c-format
21332150 msgid "no info dir entry in `%s'"
21342151 msgstr "nici o intrare dir info în `%s'"
21352152
2136 #: install-info/install-info.c:2567
2153 #: install-info/install-info.c:2576
21372154 #, c-format
21382155 msgid "no entries found for `%s'; nothing deleted"
21392156 msgstr "nici o intrare gãsitã pentru `%s'; n-am ºters nimic"
21402157
2141 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2142 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2143 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2144 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2145 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2158 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21462163 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21472164 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21482165 #, fuzzy, perl-format
22222239 msgstr ""
22232240
22242241 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2225 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2242 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22262243 #, fuzzy, perl-format
22272244 msgid "Obsolete variable %s\n"
22282245 msgstr "Seteazã variabilã: "
22372254 msgid "Can't create directories `%s': %s"
22382255 msgstr "Nu pot crea directorul `%s': %s"
22392256
2240 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2241 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2257 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2258 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22422259 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22432260 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2244 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2245 #: tp/init/chm.pm:399
2261 #: tp/Texinfo/Parser.pm:1871
22462262 #, fuzzy, perl-format
22472263 msgid "Error on closing %s: %s"
22482264 msgstr "eroare la scrierea în `%s'"
22492265
2250 #: tp/Texinfo/Convert/DocBook.pm:919
2266 #: tp/Texinfo/Convert/DocBook.pm:897
22512267 #, fuzzy, perl-format
22522268 msgid "@image file `%s' not found, using `%s'"
22532269 msgstr "Fiºierul @image `%s' nu poate fi citit: %s"
22622278 msgid "Raw format %s is not converted"
22632279 msgstr ""
22642280
2265 #: tp/Texinfo/Convert/HTML.pm:4832
2281 #: tp/Texinfo/Convert/HTML.pm:4814
22662282 #, perl-format
22672283 msgid "%s:%d: string not closed in css file"
22682284 msgstr ""
22692285
2270 #: tp/Texinfo/Convert/HTML.pm:4834
2286 #: tp/Texinfo/Convert/HTML.pm:4816
22712287 #, fuzzy, perl-format
22722288 msgid "%s:%d: --css-include ended in comment"
22732289 msgstr "%s:%d: --css-file s-a terminat cu un comentariu"
22742290
2275 #: tp/Texinfo/Convert/HTML.pm:4836
2276 #, perl-format
2277 msgid "%s:%d @import not finished in css file"
2278 msgstr ""
2279
2280 #: tp/Texinfo/Convert/HTML.pm:4862
2291 #: tp/Texinfo/Convert/HTML.pm:4818
2292 #, perl-format
2293 msgid "%s:%d: @import not finished in css file"
2294 msgstr ""
2295
2296 #: tp/Texinfo/Convert/HTML.pm:4844
22812297 #, fuzzy, perl-format
22822298 msgid "css file %s not found"
22832299 msgstr "%cend macro nu a fost gãsit"
22842300
2285 #: tp/Texinfo/Convert/HTML.pm:4868
2301 #: tp/Texinfo/Convert/HTML.pm:4850
22862302 #, fuzzy, perl-format
22872303 msgid "could not open --include-file %s: %s"
22882304 msgstr "%s: nu am putut deschide --css-file: %s"
22892305
2290 #: tp/Texinfo/Convert/HTML.pm:4878
2306 #: tp/Texinfo/Convert/HTML.pm:4860
22912307 #, fuzzy, perl-format
22922308 msgid "Error on closing CSS file %s: %s"
22932309 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
22942310
2295 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2311 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
22962312 #, fuzzy, perl-format
22972313 msgid "No htmlxref.cnf entry found for `%s'"
22982314 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
22992315
2300 #: tp/Texinfo/Convert/HTML.pm:6513
2316 #: tp/Texinfo/Convert/HTML.pm:6495
23012317 #, fuzzy, perl-format
23022318 msgid "Error on closing frame file %s: %s"
23032319 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
23042320
2305 #: tp/Texinfo/Convert/HTML.pm:6537
2321 #: tp/Texinfo/Convert/HTML.pm:6519
23062322 #, fuzzy, perl-format
23072323 msgid "Error on closing TOC frame file %s: %s"
23082324 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
23092325
2310 #: tp/Texinfo/Convert/HTML.pm:6652
2326 #: tp/Texinfo/Convert/HTML.pm:6634
23112327 #, perl-format
23122328 msgid "Handler %s of stage %s priority %s failed"
23132329 msgstr ""
23142330
2315 #: tp/Texinfo/Convert/HTML.pm:6853
2331 #: tp/Texinfo/Convert/HTML.pm:6835
23162332 msgid "Must specify a title with a title command or @top"
23172333 msgstr ""
23182334
2319 #: tp/Texinfo/Convert/HTML.pm:7058
2335 #: tp/Texinfo/Convert/HTML.pm:7040
23202336 #, perl-format
23212337 msgid "Error on closing redirection node file %s: %s"
23222338 msgstr ""
23232339
2324 #: tp/Texinfo/Convert/HTML.pm:7083
2340 #: tp/Texinfo/Convert/HTML.pm:7065
23252341 #, fuzzy, perl-format
23262342 msgid "Old name for `%s' is a node of the document"
23272343 msgstr "Nici un `Prec' sau `Sus' pentru acest nod în acest document."
23282344
2329 #: tp/Texinfo/Convert/HTML.pm:7087
2345 #: tp/Texinfo/Convert/HTML.pm:7069
23302346 #, fuzzy, perl-format
23312347 msgid "File empty for renamed node `%s'"
23322348 msgstr "nod nereferit `%s'"
23332349
2334 #: tp/Texinfo/Convert/HTML.pm:7099
2350 #: tp/Texinfo/Convert/HTML.pm:7081
23352351 #, perl-format
23362352 msgid "Target node (new name for `%s') not in document: %s"
23372353 msgstr ""
23382354
2339 #: tp/Texinfo/Convert/HTML.pm:7131
2355 #: tp/Texinfo/Convert/HTML.pm:7113
23402356 #, fuzzy, perl-format
23412357 msgid "Error on closing renamed node redirection file %s: %s"
23422358 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
23432359
2344 #: tp/Texinfo/Convert/HTML.pm:7169
2360 #: tp/Texinfo/Convert/HTML.pm:7151
23452361 #, fuzzy
23462362 msgid "Empty node name"
23472363 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
23482364
2349 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2365 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23502366 #, perl-format
23512367 msgid "Syntax for an external node used for `%s'"
23522368 msgstr ""
26452661
26462662 #: tp/Texinfo/Parser.pm:3455
26472663 #, fuzzy
2648 msgid "Empty node in menu entry"
2664 msgid "Empty node name in menu entry"
26492665 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
26502666
26512667 #: tp/Texinfo/Parser.pm:3525
31163132 msgid "Empty index key in @%s"
31173133 msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
31183134
3119 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3120 #, fuzzy, perl-format
3121 msgid "Can't open %s for writing: %s\n"
3135 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3136 #, fuzzy, perl-format
3137 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31223138 msgstr "%s: nu am putut deschide --css-file: %s"
31233139
3124 #: tp/init/tex4ht.pm:122
3125 #, fuzzy, perl-format
3126 msgid "tex4ht error opening %s: %s"
3140 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3141 #, fuzzy, perl-format
3142 msgid "chm.pm:%s: Error on closing: %s"
31273143 msgstr "eroare la scrierea în `%s'"
31283144
3129 #: tp/init/tex4ht.pm:218
3130 #, perl-format
3131 msgid "chdir to %s failed"
3132 msgstr ""
3133
3134 #: tp/init/tex4ht.pm:242
3135 #, fuzzy, perl-format
3136 msgid "tex4ht output file missing: %s"
3145 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3146 #, fuzzy, perl-format
3147 msgid "tex4ht.pm:%s: Cannot open: %s"
3148 msgstr "Nu pot gãsi `%s'."
3149
3150 #: tp/init/tex4ht.pm:219
3151 #, perl-format
3152 msgid "tex4ht.pm:%s: chdir failed: %s"
3153 msgstr ""
3154
3155 #: tp/init/tex4ht.pm:232
3156 #, perl-format
3157 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3158 msgstr ""
3159
3160 #: tp/init/tex4ht.pm:244
3161 #, fuzzy, perl-format
3162 msgid "tex4ht.pm: Output file missing: %s"
31373163 msgstr "nu pot crea fiºierul de ieºire `%s'"
31383164
3139 #: tp/init/tex4ht.pm:295
3140 #, perl-format
3141 msgid ""
3142 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3165 #: tp/init/tex4ht.pm:260
3166 #, perl-format
3167 msgid "tex4ht.pm: Command failed: %s"
3168 msgstr ""
3169
3170 #: tp/init/tex4ht.pm:293
3171 #, perl-format
3172 msgid "tex4ht.pm: end of @%s item %d not found"
3173 msgstr ""
3174
3175 #: tp/init/tex4ht.pm:300
3176 #, perl-format
3177 msgid ""
3178 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31433179 "items found in the document"
31443180 msgstr ""
31453181
3146 #: tp/init/tex4ht.pm:313
3147 #, perl-format
3148 msgid "tex4ht output has no HTML item for @%s %s"
3149 msgstr ""
3150
3151 #: tp/texi2any.pl:373
3182 #: tp/init/tex4ht.pm:319
3183 #, perl-format
3184 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3185 msgstr ""
3186
3187 #: tp/texi2any.pl:374
31523188 #, fuzzy, perl-format
31533189 msgid "error loading %s: %s\n"
31543190 msgstr "eroare la scrierea în `%s'"
31553191
3156 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3192 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31573193 #, fuzzy, perl-format
31583194 msgid "Unknown variable %s\n"
31593195 msgstr "Comandã necunoscutã `%s'"
31603196
3161 #: tp/texi2any.pl:466
3197 #: tp/texi2any.pl:467
31623198 #, fuzzy, perl-format
31633199 msgid "Can't read init file %s"
31643200 msgstr "nu pot deschide fiºierul de intrare `%s'"
31653201
3166 #: tp/texi2any.pl:597
3202 #: tp/texi2any.pl:598
31673203 #, fuzzy
31683204 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31693205 msgstr "Folosire: %s [OPÞIUNE]... FIªIER-TEXINFO...\n"
31703206
3171 #: tp/texi2any.pl:598
3207 #: tp/texi2any.pl:599
31723208 #, fuzzy
31733209 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31743210 msgstr "Folosire: %s [OPÞIUNE]... FIªIER-TEXINFO...\n"
31753211
3176 #: tp/texi2any.pl:600
3212 #: tp/texi2any.pl:601
31773213 msgid ""
31783214 "Translate Texinfo source documentation to various other formats, by default\n"
31793215 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31813217 "Translateazã documentaþia sursã Texinfo în diferite alte formate, implicit\n"
31823218 "fiºiere Info potrivite pentru citit online cu Emacs sau GNU Info.\n"
31833219
3184 #: tp/texi2any.pl:603
3220 #: tp/texi2any.pl:604
31853221 #, fuzzy, perl-format
31863222 msgid ""
31873223 "General options:\n"
32113247 " --version afiºeazã informaþii despre versiune ºi "
32123248 "terminã.\n"
32133249
3214 #: tp/texi2any.pl:618
3250 #: tp/texi2any.pl:619
32153251 #, fuzzy
32163252 msgid ""
32173253 "Output format selection (default is to produce Info):\n"
32273263 " --xml ieºire Texinfo XML în loc de Info.\n"
32283264 " --plaintext ieºire text simplu în loc de Info.\n"
32293265
3230 #: tp/texi2any.pl:626
3266 #: tp/texi2any.pl:627
32313267 #, fuzzy
32323268 msgid ""
32333269 "General output options:\n"
32683304 " --number-sections scrie numere de capitole ºi secþiuni.\n"
32693305 " -o, --output=FIªIER scrie în FIªIER (director dacã multiple HTML),\n"
32703306
3271 #: tp/texi2any.pl:646
3307 #: tp/texi2any.pl:647
32723308 #, fuzzy, perl-format
32733309 msgid ""
32743310 "Options for Info and plain text:\n"
33083344 " --split-size=NUM împarte fiºierele Info de dimens. NUM "
33093345 "(implicit %d).\n"
33103346
3311 #: tp/texi2any.pl:663
3347 #: tp/texi2any.pl:664
33123348 #, fuzzy
33133349 msgid ""
33143350 "Options for HTML:\n"
33263362 " --css-include=FIªIER include FIªIER în HTML <stil> ieºire;\n"
33273363 " citeºte stdin dacã FIªIER este -.\n"
33283364
3329 #: tp/texi2any.pl:674
3365 #: tp/texi2any.pl:675
33303366 msgid ""
33313367 "Options for XML and Docbook:\n"
33323368 " --output-indent=VAL does nothing, retained for compatibility.\n"
33333369 msgstr ""
33343370
3335 #: tp/texi2any.pl:677
3371 #: tp/texi2any.pl:678
33363372 msgid ""
33373373 "Options for DVI/PS/PDF:\n"
33383374 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33393375 msgstr ""
33403376
3341 #: tp/texi2any.pl:680
3377 #: tp/texi2any.pl:681
33423378 #, fuzzy
33433379 msgid ""
33443380 "Input file options:\n"
33553391 " -P DIR prepend DIR la calea de cãutare @include.\n"
33563392 " -U VAR nedefineºte variabila VAR, ca ºi @clear.\n"
33573393
3358 #: tp/texi2any.pl:687
3394 #: tp/texi2any.pl:688
33593395 #, fuzzy
33603396 msgid ""
33613397 "Conditional processing in input:\n"
33953431 " De asemenea, pentru opþiunile --no-ifFORMAT, proceseazã text "
33963432 "@ifnotFORMAT.\n"
33973433
3398 #: tp/texi2any.pl:704
3434 #: tp/texi2any.pl:705
33993435 #, fuzzy
34003436 msgid ""
34013437 " The defaults for the @if... conditionals depend on the output format:\n"
34123448 " dacã generaþi text simplu, --ifplaintext este selectat iar restul sunt "
34133449 "deselectate;\n"
34143450
3415 #: tp/texi2any.pl:711
3451 #: tp/texi2any.pl:712
34163452 #, fuzzy
34173453 msgid ""
34183454 "Examples:\n"
34443480 " makeinfo --no-split foo.texi scrie un singur fiºier Info "
34453481 "indiferent cât de mare\n"
34463482
3447 #: tp/texi2any.pl:758
3483 #: tp/texi2any.pl:759
34483484 #, perl-format
34493485 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34503486 msgstr ""
34513487 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
34523488
3453 #: tp/texi2any.pl:848
3489 #: tp/texi2any.pl:849
34543490 #, perl-format
34553491 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34563492 msgstr ""
34573493 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
34583494
3459 #: tp/texi2any.pl:962
3495 #: tp/texi2any.pl:963
34603496 #, perl-format
34613497 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34623498 msgstr "%s: Ignor valoare nerecunoscutã TEXINFO_OUTPUT_FORMAT `%s'.\n"
34633499
3464 #: tp/texi2any.pl:975
3500 #: tp/texi2any.pl:976
34653501 #, perl-format
34663502 msgid "when generating %s, only one input FILE may be specified with -o"
34673503 msgstr ""
34683504
3469 #: tp/texi2any.pl:979
3505 #: tp/texi2any.pl:980
34703506 msgid "--Xopt option without printed output"
34713507 msgstr ""
34723508
3473 #: tp/texi2any.pl:989
3509 #: tp/texi2any.pl:990
34743510 #, fuzzy, perl-format
34753511 msgid "Unknown tree transformation %s"
34763512 msgstr "Comandã necunoscutã `%s'"
34773513
3478 #: tp/texi2any.pl:996
3514 #: tp/texi2any.pl:997
34793515 #, perl-format
34803516 msgid "Ignoring splitting for format %s"
34813517 msgstr ""
34823518
3483 #: tp/texi2any.pl:1045
3519 #: tp/texi2any.pl:1046
34843520 #, perl-format
34853521 msgid "%s: missing file argument.\n"
34863522 msgstr "%s: lipseºte fiºierul argument.\n"
34873523
3488 #: tp/texi2any.pl:1046
3524 #: tp/texi2any.pl:1047
34893525 #, perl-format
34903526 msgid "Try `%s --help' for more information.\n"
34913527 msgstr "Încercaþi `%s --help' pentru informaþii suplimentare.\n"
34923528
3493 #: tp/texi2any.pl:1117
3529 #: tp/texi2any.pl:1118
34943530 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34953531 msgstr ""
34963532
3497 #: tp/texi2any.pl:1139
3533 #: tp/texi2any.pl:1140
34983534 #, fuzzy, perl-format
34993535 msgid "Error on closing macro expand file %s: %s\n"
35003536 msgstr "eroare la închiderea fiºierului de ieºire `%s'"
35013537
3502 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3538 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35033539 #, fuzzy, perl-format
35043540 msgid "Could not open %s for writing: %s\n"
35053541 msgstr "%s: nu am putut deschide --css-file: %s"
35063542
3507 #: tp/texi2any.pl:1169
3543 #: tp/texi2any.pl:1170
35083544 msgid ""
35093545 "insert_nodes_for_sectioning_commands transformation return no result. No "
35103546 "section?"
35113547 msgstr ""
35123548
3513 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3549 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35143550 #, fuzzy, perl-format
35153551 msgid "Error on closing %s: %s\n"
35163552 msgstr "eroare la scrierea în `%s'"
35173553
3518 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3554 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35193555 #, perl-format
35203556 msgid "Error on closing internal links file %s: %s\n"
35213557 msgstr ""
35773613 #, c-format
35783614 msgid "entry %s follows an entry with a secondary name"
35793615 msgstr "intrarea %s urmeazã o intrare cu nume secundar"
3616
3617 #, fuzzy
3618 #~ msgid "tex4ht error opening %s: %s"
3619 #~ msgstr "eroare la scrierea în `%s'"
35803620
35813621 #, fuzzy
35823622 #~ msgid "Error on closing renamed nodes file %s: %s"
44664506
44674507 #~ msgid ""
44684508 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4469 #~ " You may include a filename as well, as in (FILENAME)"
4470 #~ "NODENAME.\n"
4509 #~ " You may include a filename as well, as in "
4510 #~ "(FILENAME)NODENAME.\n"
44714511 #~ msgstr ""
44724512 #~ "\\%-10[goto-node] Mergi la nodul specificat prin nume.\n"
4473 #~ " Puteþi include ºi un nume de fiºier, ca în (NUMEFIªIER)"
4474 #~ "NUMENOD.\n"
4513 #~ " Puteþi include ºi un nume de fiºier, ca în "
4514 #~ "(NUMEFIªIER)NUMENOD.\n"
44754515
44764516 #, fuzzy
44774517 #~ msgid "\\%-10[next-node] Move to the next node of current section.\n"
46074647 #~ "selectat.\n"
46084648
46094649 #~ msgid ""
4610 #~ " You may include a filename as well, as in (FILENAME)"
4611 #~ "NODENAME.\n"
4650 #~ " You may include a filename as well, as in "
4651 #~ "(FILENAME)NODENAME.\n"
46124652 #~ msgstr ""
4613 #~ " Puteþi include ºi un nume de fiºier, ca în (NUMEFIªIER)"
4614 #~ "NUMENOD.\n"
4653 #~ " Puteþi include ºi un nume de fiºier, ca în "
4654 #~ "(NUMEFIªIER)NUMENOD.\n"
46154655
46164656 #~ msgid " %-10s Search backward for a specified string\n"
46174657 #~ msgstr " %-10s Cautã înapoi un ºir specificat\n"
Binary diff not shown
+188
-148
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: 2012-12-17 17:27-0800\n"
8 "POT-Creation-Date: 2013-01-01 17:33-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"
7474 msgid "%s: option '-W %s' requires an argument\n"
7575 msgstr "%s: ключ `%s' должен использоваться c аргументом\n"
7676
77 #: gnulib/lib/regcomp.c:130
77 #: gnulib/lib/regcomp.c:131
7878 msgid "Success"
7979 msgstr ""
8080
81 #: gnulib/lib/regcomp.c:133
81 #: gnulib/lib/regcomp.c:134
8282 msgid "No match"
8383 msgstr ""
8484
85 #: gnulib/lib/regcomp.c:136
85 #: gnulib/lib/regcomp.c:137
8686 msgid "Invalid regular expression"
8787 msgstr ""
8888
89 #: gnulib/lib/regcomp.c:139
89 #: gnulib/lib/regcomp.c:140
9090 #, fuzzy
9191 msgid "Invalid collation character"
9292 msgstr "неправильно закодированный знак `%s'"
9393
94 #: gnulib/lib/regcomp.c:142
94 #: gnulib/lib/regcomp.c:143
9595 #, fuzzy
9696 msgid "Invalid character class name"
9797 msgstr "маловероятный знак %c в @var"
9898
99 #: gnulib/lib/regcomp.c:145
99 #: gnulib/lib/regcomp.c:146
100100 msgid "Trailing backslash"
101101 msgstr ""
102102
103 #: gnulib/lib/regcomp.c:148
103 #: gnulib/lib/regcomp.c:149
104104 msgid "Invalid back reference"
105105 msgstr ""
106106
107 #: gnulib/lib/regcomp.c:151
107 #: gnulib/lib/regcomp.c:152
108108 #, fuzzy
109109 msgid "Unmatched [ or [^"
110110 msgstr "Непарная }"
111111
112 #: gnulib/lib/regcomp.c:154
112 #: gnulib/lib/regcomp.c:155
113113 #, fuzzy
114114 msgid "Unmatched ( or \\("
115115 msgstr "Непарная }"
116116
117 #: gnulib/lib/regcomp.c:157
117 #: gnulib/lib/regcomp.c:158
118118 #, fuzzy
119119 msgid "Unmatched \\{"
120120 msgstr "Непарная }"
121121
122 #: gnulib/lib/regcomp.c:160
122 #: gnulib/lib/regcomp.c:161
123123 msgid "Invalid content of \\{\\}"
124124 msgstr ""
125125
126 #: gnulib/lib/regcomp.c:163
126 #: gnulib/lib/regcomp.c:164
127127 msgid "Invalid range end"
128128 msgstr ""
129129
130 #: gnulib/lib/regcomp.c:166
130 #: gnulib/lib/regcomp.c:167
131131 msgid "Memory exhausted"
132132 msgstr ""
133133
134 #: gnulib/lib/regcomp.c:169
134 #: gnulib/lib/regcomp.c:170
135135 msgid "Invalid preceding regular expression"
136136 msgstr ""
137137
138 #: gnulib/lib/regcomp.c:172
138 #: gnulib/lib/regcomp.c:173
139139 msgid "Premature end of regular expression"
140140 msgstr ""
141141
142 #: gnulib/lib/regcomp.c:175
142 #: gnulib/lib/regcomp.c:176
143143 msgid "Regular expression too big"
144144 msgstr ""
145145
146 #: gnulib/lib/regcomp.c:178
146 #: gnulib/lib/regcomp.c:179
147147 #, fuzzy
148148 msgid "Unmatched ) or \\)"
149149 msgstr "Непарная }"
150150
151 #: gnulib/lib/regcomp.c:703
151 #: gnulib/lib/regcomp.c:704
152152 #, fuzzy
153153 msgid "No previous regular expression"
154154 msgstr "Нет строки предыдущего поиска"
402402 msgid "Try --help for more information.\n"
403403 msgstr "Попробуйте --help для получения более подробного описания.\n"
404404
405 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
406 #: tp/texi2any.pl:735 util/texindex.c:295
405 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
406 #: tp/texi2any.pl:736 util/texindex.c:295
407407 #, c-format, perl-format
408408 msgid ""
409409 "Copyright (C) %s Free Software Foundation, Inc.\n"
19161916 msgid " Subfile: %s"
19171917 msgstr " Ê¡ Ã: %s"
19181918
1919 #: install-info/install-info.c:285
1919 #: install-info/install-info.c:286
19201920 #, fuzzy, c-format
19211921 msgid "%s for %s"
19221922 msgstr " для %s"
19231923
1924 #: install-info/install-info.c:519
1924 #: install-info/install-info.c:520
19251925 #, c-format
19261926 msgid "\tTry `%s --help' for a complete list of options.\n"
19271927 msgstr "\tЗапустите `%s --help' для получения полного списка ключей.\n"
19281928
1929 #: install-info/install-info.c:527
1929 #: install-info/install-info.c:528
19301930 #, fuzzy, c-format
19311931 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19321932 msgstr "Использование: %s [КЛЮЧ]... TEXINFO-ФАЙЛ...\n"
19331933
1934 #: install-info/install-info.c:529
1934 #: install-info/install-info.c:530
19351935 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19361936 msgstr ""
19371937
1938 #: install-info/install-info.c:531
1939 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1940 msgstr ""
1941
19381942 #: install-info/install-info.c:532
1943 msgid "--dir-file (or --info-dir) options are given, respectively."
1944 msgstr ""
1945
1946 #: install-info/install-info.c:535
19391947 msgid ""
19401948 "Options:\n"
1949 " --add-once add only to first matching section, not all.\n"
1950 " --align=COL start description of new entries at column COL.\n"
1951 " --calign=COL format second and subsequent description lines to\n"
1952 " start at column COL."
1953 msgstr ""
1954
1955 #: install-info/install-info.c:542
1956 msgid ""
19411957 " --debug report what is being done.\n"
19421958 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19431959 " don't insert any new entries.\n"
19491965 " --dry-run same as --test."
19501966 msgstr ""
19511967
1952 #: install-info/install-info.c:544
1953 msgid ""
1954 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1968 #: install-info/install-info.c:553
1969 msgid ""
1970 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1971 " overriding any corresponding entry from DIR-FILE.\n"
19551972 " TEXT is written as an Info menu item line followed\n"
19561973 " by zero or more extra lines starting with "
19571974 "whitespace.\n"
19581975 " If you specify more than one entry, all are added.\n"
19591976 " If you don't specify any entries, they are determined\n"
1960 " from information in the Info file itself.\n"
1961 " When removing, TEXT specifies the entry to remove.\n"
1962 " TEXT is only removed as a last resort, if the\n"
1963 " entry as determined from the Info file is not "
1964 "present,\n"
1965 " and the basename of the Info file isn't found either."
1966 msgstr ""
1967
1968 #: install-info/install-info.c:556
1977 " from information in the Info file itself."
1978 msgstr ""
1979
1980 #: install-info/install-info.c:562
19691981 msgid ""
19701982 " --help display this help and exit.\n"
19711983 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19721984 " --info-file=FILE specify Info file to install in the directory;\n"
19731985 " equivalent to using the INFO-FILE argument.\n"
19741986 " --item=TEXT same as --entry=TEXT.\n"
1975 " --keep-old do not replace entries, or remove empty sections.\n"
1987 " --keep-old do not replace entries, or remove empty sections."
1988 msgstr ""
1989
1990 #: install-info/install-info.c:570
1991 msgid ""
1992 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19761993 " --menuentry=TEXT same as --name=TEXT.\n"
19771994 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19781995 " to become synonymous with the --entry option.\n"
19801997 " --quiet suppress warnings."
19811998 msgstr ""
19821999
1983 #: install-info/install-info.c:569
2000 #: install-info/install-info.c:578
19842001 msgid ""
19852002 " --regex=R put this file's entries in all sections that match the\n"
19862003 " regular expression R (ignoring case).\n"
19962013 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
19972014 msgstr ""
19982015
1999 #: install-info/install-info.c:582
2016 #: install-info/install-info.c:591
20002017 msgid ""
20012018 " --silent suppress warnings.\n"
20022019 " --test suppress updating of DIR-FILE.\n"
20032020 " --version display version information and exit."
20042021 msgstr ""
20052022
2006 #: install-info/install-info.c:589 tp/texi2any.pl:723
2023 #: install-info/install-info.c:598 tp/texi2any.pl:724
20072024 #, fuzzy
20082025 msgid ""
20092026 "Email bug reports to bug-texinfo@gnu.org,\n"
20152032 "общее обсуждение и вопросы направляйте по адресу help-texinfo@gnu.org.\n"
20162033 "Домашная страница Texinfo: http://www.gnu.org/software/texinfo/"
20172034
2018 #: install-info/install-info.c:616
2035 #: install-info/install-info.c:625
20192036 #, c-format
20202037 msgid ""
20212038 "This is the file .../info/dir, which contains the\n"
20502067 "\n"
20512068 "%s\n"
20522069
2053 #: install-info/install-info.c:640
2070 #: install-info/install-info.c:649
20542071 #, fuzzy, c-format
20552072 msgid "%s: could not read (%s) and could not create (%s)"
20562073 msgstr "%s: невозможно прочитать (%s) и создать (%s)\n"
20572074
2058 #: install-info/install-info.c:736
2075 #: install-info/install-info.c:745
20592076 #, c-format
20602077 msgid "%s: empty file"
20612078 msgstr "%s: пустой файл"
20622079
2063 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2080 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20642081 #, c-format
20652082 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20662083 msgstr "START-INFO-DIR-ENTRY без соответствующего END-INFO-DIR-ENTRY"
20672084
2068 #: install-info/install-info.c:1114
2085 #: install-info/install-info.c:1123
20692086 #, c-format
20702087 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20712088 msgstr "END-INFO-DIR-ENTRY без соответствующего START-INFO-DIR-ENTRY"
20722089
2073 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2090 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20742091 #, c-format
20752092 msgid "%s: already have dir file: %s\n"
20762093 msgstr "%s: уже существует файл dir: %s\n"
20772094
2078 #: install-info/install-info.c:2068
2095 #: install-info/install-info.c:2077
20792096 #, c-format
20802097 msgid "%s: Specify the Info file only once.\n"
20812098 msgstr "%s: Можно задать только один Info-файл.\n"
20822099
2083 #: install-info/install-info.c:2101
2100 #: install-info/install-info.c:2110
20842101 #, c-format
20852102 msgid "Extra regular expression specified, ignoring `%s'"
20862103 msgstr ""
20872104
2088 #: install-info/install-info.c:2113
2105 #: install-info/install-info.c:2122
20892106 #, c-format
20902107 msgid "Error in regular expression `%s': %s"
20912108 msgstr ""
20922109
2093 #: install-info/install-info.c:2171
2110 #: install-info/install-info.c:2180
20942111 #, c-format
20952112 msgid "excess command line argument `%s'"
20962113 msgstr "излишний аргумент `%s'"
20972114
2098 #: install-info/install-info.c:2175
2115 #: install-info/install-info.c:2184
20992116 #, fuzzy, c-format
21002117 msgid "No input file specified; try --help for more information."
21012118 msgstr ""
21022119 "Не задан входной файл.\n"
21032120 "Попробуйте `%s --help' для получения более подробного описания."
21042121
2105 #: install-info/install-info.c:2177
2122 #: install-info/install-info.c:2186
21062123 #, fuzzy, c-format
21072124 msgid "No dir file specified; try --help for more information."
21082125 msgstr ""
21092126 "Не задан файл каталога.\n"
21102127 "Попробуйте `%s --help' для получения более подробного описания."
21112128
2112 #: install-info/install-info.c:2319
2129 #: install-info/install-info.c:2328
21132130 #, c-format
21142131 msgid "no info dir entry in `%s'"
21152132 msgstr "в `%s' нет вхождения для каталога Info"
21162133
2117 #: install-info/install-info.c:2567
2134 #: install-info/install-info.c:2576
21182135 #, c-format
21192136 msgid "no entries found for `%s'; nothing deleted"
21202137 msgstr "не найдено вхождений для `%s'; ничего не удалено"
21212138
2122 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2123 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2124 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2125 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2126 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2139 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21272144 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21282145 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21292146 #, fuzzy, perl-format
22032220 msgstr ""
22042221
22052222 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2206 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2223 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22072224 #, fuzzy, perl-format
22082225 msgid "Obsolete variable %s\n"
22092226 msgstr "Установить переменную: "
22182235 msgid "Can't create directories `%s': %s"
22192236 msgstr "Невозможно создать каталог `%s': %s"
22202237
2221 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2222 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2238 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2239 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22232240 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22242241 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2225 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2226 #: tp/init/chm.pm:399
2242 #: tp/Texinfo/Parser.pm:1871
22272243 #, fuzzy, perl-format
22282244 msgid "Error on closing %s: %s"
22292245 msgstr "ошибка записи в `%s'"
22302246
2231 #: tp/Texinfo/Convert/DocBook.pm:919
2247 #: tp/Texinfo/Convert/DocBook.pm:897
22322248 #, fuzzy, perl-format
22332249 msgid "@image file `%s' not found, using `%s'"
22342250 msgstr "невозможно прочитать @image файл `%s': %s"
22432259 msgid "Raw format %s is not converted"
22442260 msgstr ""
22452261
2246 #: tp/Texinfo/Convert/HTML.pm:4832
2262 #: tp/Texinfo/Convert/HTML.pm:4814
22472263 #, perl-format
22482264 msgid "%s:%d: string not closed in css file"
22492265 msgstr ""
22502266
2251 #: tp/Texinfo/Convert/HTML.pm:4834
2267 #: tp/Texinfo/Convert/HTML.pm:4816
22522268 #, fuzzy, perl-format
22532269 msgid "%s:%d: --css-include ended in comment"
22542270 msgstr "%s:%d: css-файл обрывается в комментарии"
22552271
2256 #: tp/Texinfo/Convert/HTML.pm:4836
2257 #, perl-format
2258 msgid "%s:%d @import not finished in css file"
2259 msgstr ""
2260
2261 #: tp/Texinfo/Convert/HTML.pm:4862
2272 #: tp/Texinfo/Convert/HTML.pm:4818
2273 #, perl-format
2274 msgid "%s:%d: @import not finished in css file"
2275 msgstr ""
2276
2277 #: tp/Texinfo/Convert/HTML.pm:4844
22622278 #, fuzzy, perl-format
22632279 msgid "css file %s not found"
22642280 msgstr "не встречено %cend macro"
22652281
2266 #: tp/Texinfo/Convert/HTML.pm:4868
2282 #: tp/Texinfo/Convert/HTML.pm:4850
22672283 #, fuzzy, perl-format
22682284 msgid "could not open --include-file %s: %s"
22692285 msgstr "%s: невозможно открыть css-файл: %s"
22702286
2271 #: tp/Texinfo/Convert/HTML.pm:4878
2287 #: tp/Texinfo/Convert/HTML.pm:4860
22722288 #, fuzzy, perl-format
22732289 msgid "Error on closing CSS file %s: %s"
22742290 msgstr "невозможно закрыть выходной файл `%s'"
22752291
2276 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2292 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
22772293 #, fuzzy, perl-format
22782294 msgid "No htmlxref.cnf entry found for `%s'"
22792295 msgstr "для `%s' не найдено вхождений в именном указателе\n"
22802296
2281 #: tp/Texinfo/Convert/HTML.pm:6513
2297 #: tp/Texinfo/Convert/HTML.pm:6495
22822298 #, fuzzy, perl-format
22832299 msgid "Error on closing frame file %s: %s"
22842300 msgstr "невозможно закрыть выходной файл `%s'"
22852301
2286 #: tp/Texinfo/Convert/HTML.pm:6537
2302 #: tp/Texinfo/Convert/HTML.pm:6519
22872303 #, fuzzy, perl-format
22882304 msgid "Error on closing TOC frame file %s: %s"
22892305 msgstr "невозможно закрыть выходной файл `%s'"
22902306
2291 #: tp/Texinfo/Convert/HTML.pm:6652
2307 #: tp/Texinfo/Convert/HTML.pm:6634
22922308 #, perl-format
22932309 msgid "Handler %s of stage %s priority %s failed"
22942310 msgstr ""
22952311
2296 #: tp/Texinfo/Convert/HTML.pm:6853
2312 #: tp/Texinfo/Convert/HTML.pm:6835
22972313 msgid "Must specify a title with a title command or @top"
22982314 msgstr ""
22992315
2300 #: tp/Texinfo/Convert/HTML.pm:7058
2316 #: tp/Texinfo/Convert/HTML.pm:7040
23012317 #, perl-format
23022318 msgid "Error on closing redirection node file %s: %s"
23032319 msgstr ""
23042320
2305 #: tp/Texinfo/Convert/HTML.pm:7083
2321 #: tp/Texinfo/Convert/HTML.pm:7065
23062322 #, fuzzy, perl-format
23072323 msgid "Old name for `%s' is a node of the document"
23082324 msgstr "В этом документе нет ссылки `Предыдущая' или `Вверх' для этой ноды."
23092325
2310 #: tp/Texinfo/Convert/HTML.pm:7087
2326 #: tp/Texinfo/Convert/HTML.pm:7069
23112327 #, fuzzy, perl-format
23122328 msgid "File empty for renamed node `%s'"
23132329 msgstr "на ноду `%s' нет ссылок"
23142330
2315 #: tp/Texinfo/Convert/HTML.pm:7099
2331 #: tp/Texinfo/Convert/HTML.pm:7081
23162332 #, perl-format
23172333 msgid "Target node (new name for `%s') not in document: %s"
23182334 msgstr ""
23192335
2320 #: tp/Texinfo/Convert/HTML.pm:7131
2336 #: tp/Texinfo/Convert/HTML.pm:7113
23212337 #, fuzzy, perl-format
23222338 msgid "Error on closing renamed node redirection file %s: %s"
23232339 msgstr "невозможно закрыть выходной файл `%s'"
23242340
2325 #: tp/Texinfo/Convert/HTML.pm:7169
2341 #: tp/Texinfo/Convert/HTML.pm:7151
23262342 #, fuzzy
23272343 msgid "Empty node name"
23282344 msgstr "для `%s' не найдено вхождений в именном указателе\n"
23292345
2330 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2346 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23312347 #, perl-format
23322348 msgid "Syntax for an external node used for `%s'"
23332349 msgstr ""
26262642
26272643 #: tp/Texinfo/Parser.pm:3455
26282644 #, fuzzy
2629 msgid "Empty node in menu entry"
2645 msgid "Empty node name in menu entry"
26302646 msgstr "для `%s' не найдено вхождений в именном указателе\n"
26312647
26322648 #: tp/Texinfo/Parser.pm:3525
31043120 msgid "Empty index key in @%s"
31053121 msgstr "для `%s' не найдено вхождений в именном указателе\n"
31063122
3107 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3108 #, fuzzy, perl-format
3109 msgid "Can't open %s for writing: %s\n"
3123 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3124 #, fuzzy, perl-format
3125 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31103126 msgstr "%s: невозможно открыть css-файл: %s"
31113127
3112 #: tp/init/tex4ht.pm:122
3113 #, fuzzy, perl-format
3114 msgid "tex4ht error opening %s: %s"
3128 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3129 #, fuzzy, perl-format
3130 msgid "chm.pm:%s: Error on closing: %s"
31153131 msgstr "ошибка записи в `%s'"
31163132
3117 #: tp/init/tex4ht.pm:218
3118 #, perl-format
3119 msgid "chdir to %s failed"
3120 msgstr ""
3121
3122 #: tp/init/tex4ht.pm:242
3123 #, fuzzy, perl-format
3124 msgid "tex4ht output file missing: %s"
3133 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3134 #, fuzzy, perl-format
3135 msgid "tex4ht.pm:%s: Cannot open: %s"
3136 msgstr "Невозможно найти `%s'."
3137
3138 #: tp/init/tex4ht.pm:219
3139 #, perl-format
3140 msgid "tex4ht.pm:%s: chdir failed: %s"
3141 msgstr ""
3142
3143 #: tp/init/tex4ht.pm:232
3144 #, perl-format
3145 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3146 msgstr ""
3147
3148 #: tp/init/tex4ht.pm:244
3149 #, fuzzy, perl-format
3150 msgid "tex4ht.pm: Output file missing: %s"
31253151 msgstr "невозможно создать выходной файл `%s'"
31263152
3127 #: tp/init/tex4ht.pm:295
3128 #, perl-format
3129 msgid ""
3130 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3153 #: tp/init/tex4ht.pm:260
3154 #, perl-format
3155 msgid "tex4ht.pm: Command failed: %s"
3156 msgstr ""
3157
3158 #: tp/init/tex4ht.pm:293
3159 #, perl-format
3160 msgid "tex4ht.pm: end of @%s item %d not found"
3161 msgstr ""
3162
3163 #: tp/init/tex4ht.pm:300
3164 #, perl-format
3165 msgid ""
3166 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31313167 "items found in the document"
31323168 msgstr ""
31333169
3134 #: tp/init/tex4ht.pm:313
3135 #, perl-format
3136 msgid "tex4ht output has no HTML item for @%s %s"
3137 msgstr ""
3138
3139 #: tp/texi2any.pl:373
3170 #: tp/init/tex4ht.pm:319
3171 #, perl-format
3172 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3173 msgstr ""
3174
3175 #: tp/texi2any.pl:374
31403176 #, fuzzy, perl-format
31413177 msgid "error loading %s: %s\n"
31423178 msgstr "ошибка записи в `%s'"
31433179
3144 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3180 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31453181 #, fuzzy, perl-format
31463182 msgid "Unknown variable %s\n"
31473183 msgstr "Неизвестная команда `%s'"
31483184
3149 #: tp/texi2any.pl:466
3185 #: tp/texi2any.pl:467
31503186 #, fuzzy, perl-format
31513187 msgid "Can't read init file %s"
31523188 msgstr "невозможно открыть выходной файл `%s'"
31533189
3154 #: tp/texi2any.pl:597
3190 #: tp/texi2any.pl:598
31553191 #, fuzzy
31563192 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31573193 msgstr "Использование: %s [КЛЮЧ]... TEXINFO-ФАЙЛ...\n"
31583194
3159 #: tp/texi2any.pl:598
3195 #: tp/texi2any.pl:599
31603196 #, fuzzy
31613197 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31623198 msgstr "Использование: %s [КЛЮЧ]... TEXINFO-ФАЙЛ...\n"
31633199
3164 #: tp/texi2any.pl:600
3200 #: tp/texi2any.pl:601
31653201 msgid ""
31663202 "Translate Texinfo source documentation to various other formats, by default\n"
31673203 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31703206 "умолчанию в Info-файлы, которые можно читать с помощью Emacs или\n"
31713207 "отдельной программы GNU Info.\n"
31723208
3173 #: tp/texi2any.pl:603
3209 #: tp/texi2any.pl:604
31743210 #, fuzzy, perl-format
31753211 msgid ""
31763212 "General options:\n"
32023238 " -v, --verbose пояснять действия.\n"
32033239 " --version показать информацию о версии и выйти.\n"
32043240
3205 #: tp/texi2any.pl:618
3241 #: tp/texi2any.pl:619
32063242 #, fuzzy
32073243 msgid ""
32083244 "Output format selection (default is to produce Info):\n"
32183254 " --xml выводить в формате Texinfo XML, а не в Info.\n"
32193255 " --plaintext выводить простой текст, а не Info.\n"
32203256
3221 #: tp/texi2any.pl:626
3257 #: tp/texi2any.pl:627
32223258 #, fuzzy
32233259 msgid ""
32243260 "General output options:\n"
32613297 " -o, --output=ФАЙЛ выводить в указанный ФАЙЛ (каталог для HTML с \n"
32623298 " разбиением).\n"
32633299
3264 #: tp/texi2any.pl:646
3300 #: tp/texi2any.pl:647
32653301 #, fuzzy, perl-format
32663302 msgid ""
32673303 "Options for Info and plain text:\n"
33023338 " --split-size=РАЗМЕР разбивать на файлы заданного РАЗМЕРА (по\n"
33033339 " умолчанию %d).\n"
33043340
3305 #: tp/texi2any.pl:663
3341 #: tp/texi2any.pl:664
33063342 #, fuzzy
33073343 msgid ""
33083344 "Options for HTML:\n"
33213357 " читать стандартный ввод, если ФАЙЛ задан как "
33223358 "-.\n"
33233359
3324 #: tp/texi2any.pl:674
3360 #: tp/texi2any.pl:675
33253361 msgid ""
33263362 "Options for XML and Docbook:\n"
33273363 " --output-indent=VAL does nothing, retained for compatibility.\n"
33283364 msgstr ""
33293365
3330 #: tp/texi2any.pl:677
3366 #: tp/texi2any.pl:678
33313367 msgid ""
33323368 "Options for DVI/PS/PDF:\n"
33333369 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33343370 msgstr ""
33353371
3336 #: tp/texi2any.pl:680
3372 #: tp/texi2any.pl:681
33373373 #, fuzzy
33383374 msgid ""
33393375 "Input file options:\n"
33553391 " -U ПЕРЕМЕННАЯ сделать ПЕРЕМЕННУЮ неопределенной, аналогично\n"
33563392 " использованию @clear.\n"
33573393
3358 #: tp/texi2any.pl:687
3394 #: tp/texi2any.pl:688
33593395 #, fuzzy
33603396 msgid ""
33613397 "Conditional processing in input:\n"
33933429 "\n"
33943430 " Кроме того, для ключей --no-ifФОРМАТ, обрабатывать блоки @ifnotФОРМАТ.\n"
33953431
3396 #: tp/texi2any.pl:704
3432 #: tp/texi2any.pl:705
33973433 #, fuzzy
33983434 msgid ""
33993435 " The defaults for the @if... conditionals depend on the output format:\n"
34093445 " при выводе простого текста включен --ifplaintext, остальные выключены;\n"
34103446 " при выводе XML включен --ifxml, остальные выключены.\n"
34113447
3412 #: tp/texi2any.pl:711
3448 #: tp/texi2any.pl:712
34133449 #, fuzzy
34143450 msgid ""
34153451 "Examples:\n"
34403476 "разделами\n"
34413477 " makeinfo --no-split foo.texi записать один большой Info-файл\n"
34423478
3443 #: tp/texi2any.pl:758
3479 #: tp/texi2any.pl:759
34443480 #, perl-format
34453481 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34463482 msgstr ""
34473483 "%s: аргумент --footnote-style должен быть `separate' или `end'; а не `%s'.\n"
34483484
3449 #: tp/texi2any.pl:848
3485 #: tp/texi2any.pl:849
34503486 #, perl-format
34513487 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34523488 msgstr ""
34533489 "%s: аргумент --paragraph-indent должен быть числовым, или\n"
34543490 "`none', или `asis'; не `%s'.\n"
34553491
3456 #: tp/texi2any.pl:962
3492 #: tp/texi2any.pl:963
34573493 #, perl-format
34583494 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34593495 msgstr "%s: неизвестное значение TEXINFO_OUTPUT_FORMAT `%s' игнорировано.\n"
34603496
3461 #: tp/texi2any.pl:975
3497 #: tp/texi2any.pl:976
34623498 #, perl-format
34633499 msgid "when generating %s, only one input FILE may be specified with -o"
34643500 msgstr ""
34653501
3466 #: tp/texi2any.pl:979
3502 #: tp/texi2any.pl:980
34673503 msgid "--Xopt option without printed output"
34683504 msgstr ""
34693505
3470 #: tp/texi2any.pl:989
3506 #: tp/texi2any.pl:990
34713507 #, fuzzy, perl-format
34723508 msgid "Unknown tree transformation %s"
34733509 msgstr "Неизвестная команда `%s'"
34743510
3475 #: tp/texi2any.pl:996
3511 #: tp/texi2any.pl:997
34763512 #, perl-format
34773513 msgid "Ignoring splitting for format %s"
34783514 msgstr ""
34793515
3480 #: tp/texi2any.pl:1045
3516 #: tp/texi2any.pl:1046
34813517 #, perl-format
34823518 msgid "%s: missing file argument.\n"
34833519 msgstr "%s: пропущен аргумент, задающий файл.\n"
34843520
3485 #: tp/texi2any.pl:1046
3521 #: tp/texi2any.pl:1047
34863522 #, perl-format
34873523 msgid "Try `%s --help' for more information.\n"
34883524 msgstr "Попробуйте `%s --help' для получения более подробного описания.\n"
34893525
3490 #: tp/texi2any.pl:1117
3526 #: tp/texi2any.pl:1118
34913527 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34923528 msgstr ""
34933529
3494 #: tp/texi2any.pl:1139
3530 #: tp/texi2any.pl:1140
34953531 #, fuzzy, perl-format
34963532 msgid "Error on closing macro expand file %s: %s\n"
34973533 msgstr "невозможно закрыть выходной файл `%s'"
34983534
3499 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3535 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35003536 #, fuzzy, perl-format
35013537 msgid "Could not open %s for writing: %s\n"
35023538 msgstr "%s: невозможно открыть css-файл: %s"
35033539
3504 #: tp/texi2any.pl:1169
3540 #: tp/texi2any.pl:1170
35053541 msgid ""
35063542 "insert_nodes_for_sectioning_commands transformation return no result. No "
35073543 "section?"
35083544 msgstr ""
35093545
3510 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3546 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35113547 #, fuzzy, perl-format
35123548 msgid "Error on closing %s: %s\n"
35133549 msgstr "ошибка записи в `%s'"
35143550
3515 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3551 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35163552 #, perl-format
35173553 msgid "Error on closing internal links file %s: %s\n"
35183554 msgstr ""
35743610 #, c-format
35753611 msgid "entry %s follows an entry with a secondary name"
35763612 msgstr "за вхождением %s следует вхождение с вторичным именем"
3613
3614 #, fuzzy
3615 #~ msgid "tex4ht error opening %s: %s"
3616 #~ msgstr "ошибка записи в `%s'"
35773617
35783618 #, fuzzy
35793619 #~ msgid "Error on closing renamed nodes file %s: %s"
44914531
44924532 #~ msgid ""
44934533 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4494 #~ " You may include a filename as well, as in (FILENAME)"
4495 #~ "NODENAME.\n"
4534 #~ " You may include a filename as well, as in "
4535 #~ "(FILENAME)NODENAME.\n"
44964536 #~ msgstr ""
44974537 #~ "\\%-10[goto-node] Перейти к ноде, заданной по имени.\n"
44984538 #~ " Вы можете задать также имя файла, например (ФАЙЛ)НОДА.\n"
46204660 #~ "нода.\n"
46214661
46224662 #~ msgid ""
4623 #~ " You may include a filename as well, as in (FILENAME)"
4624 #~ "NODENAME.\n"
4663 #~ " You may include a filename as well, as in "
4664 #~ "(FILENAME)NODENAME.\n"
46254665 #~ msgstr ""
46264666 #~ " Вы можете задать также имя файла, например (ФАЙЛ)НОДА.\n"
46274667
Binary diff not shown
+188
-148
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: 2012-12-17 17:27-0800\n"
18 "POT-Creation-Date: 2013-01-01 17:33-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"
8484 msgid "%s: option '-W %s' requires an argument\n"
8585 msgstr "%s:Ihitamo"
8686
87 #: gnulib/lib/regcomp.c:130
87 #: gnulib/lib/regcomp.c:131
8888 msgid "Success"
8989 msgstr ""
9090
91 #: gnulib/lib/regcomp.c:133
91 #: gnulib/lib/regcomp.c:134
9292 msgid "No match"
9393 msgstr ""
9494
95 #: gnulib/lib/regcomp.c:136
95 #: gnulib/lib/regcomp.c:137
9696 msgid "Invalid regular expression"
9797 msgstr ""
9898
99 #: gnulib/lib/regcomp.c:139
99 #: gnulib/lib/regcomp.c:140
100100 #, fuzzy
101101 msgid "Invalid collation character"
102102 msgstr "Sibyo Inyuguti"
103103
104 #: gnulib/lib/regcomp.c:142
104 #: gnulib/lib/regcomp.c:143
105105 #, fuzzy
106106 msgid "Invalid character class name"
107107 msgstr "Inyuguti in VAR"
108108
109 #: gnulib/lib/regcomp.c:145
109 #: gnulib/lib/regcomp.c:146
110110 msgid "Trailing backslash"
111111 msgstr ""
112112
113 #: gnulib/lib/regcomp.c:148
113 #: gnulib/lib/regcomp.c:149
114114 msgid "Invalid back reference"
115115 msgstr ""
116116
117 #: gnulib/lib/regcomp.c:151
117 #: gnulib/lib/regcomp.c:152
118118 msgid "Unmatched [ or [^"
119119 msgstr ""
120120
121 #: gnulib/lib/regcomp.c:154
121 #: gnulib/lib/regcomp.c:155
122122 msgid "Unmatched ( or \\("
123123 msgstr ""
124124
125 #: gnulib/lib/regcomp.c:157
125 #: gnulib/lib/regcomp.c:158
126126 msgid "Unmatched \\{"
127127 msgstr ""
128128
129 #: gnulib/lib/regcomp.c:160
129 #: gnulib/lib/regcomp.c:161
130130 msgid "Invalid content of \\{\\}"
131131 msgstr ""
132132
133 #: gnulib/lib/regcomp.c:163
133 #: gnulib/lib/regcomp.c:164
134134 msgid "Invalid range end"
135135 msgstr ""
136136
137 #: gnulib/lib/regcomp.c:166
137 #: gnulib/lib/regcomp.c:167
138138 msgid "Memory exhausted"
139139 msgstr ""
140140
141 #: gnulib/lib/regcomp.c:169
141 #: gnulib/lib/regcomp.c:170
142142 msgid "Invalid preceding regular expression"
143143 msgstr ""
144144
145 #: gnulib/lib/regcomp.c:172
145 #: gnulib/lib/regcomp.c:173
146146 msgid "Premature end of regular expression"
147147 msgstr ""
148148
149 #: gnulib/lib/regcomp.c:175
149 #: gnulib/lib/regcomp.c:176
150150 msgid "Regular expression too big"
151151 msgstr ""
152152
153 #: gnulib/lib/regcomp.c:178
153 #: gnulib/lib/regcomp.c:179
154154 msgid "Unmatched ) or \\)"
155155 msgstr ""
156156
157 #: gnulib/lib/regcomp.c:703
157 #: gnulib/lib/regcomp.c:704
158158 #, fuzzy
159159 msgid "No previous regular expression"
160160 msgstr "Ibanjirije Gushaka Ikurikiranyanyuguti"
436436 msgid "Try --help for more information.\n"
437437 msgstr "Ifashayobora kugirango Birenzeho Ibisobanuro"
438438
439 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
440 #: tp/texi2any.pl:735 util/texindex.c:295
439 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
440 #: tp/texi2any.pl:736 util/texindex.c:295
441441 #, c-format, perl-format
442442 msgid ""
443443 "Copyright (C) %s Free Software Foundation, Inc.\n"
20252025 msgid " Subfile: %s"
20262026 msgstr ""
20272027
2028 #: install-info/install-info.c:285
2028 #: install-info/install-info.c:286
20292029 #, fuzzy, c-format
20302030 msgid "%s for %s"
20312031 msgstr "ya:"
20322032
2033 #: install-info/install-info.c:519
2033 #: install-info/install-info.c:520
20342034 #, fuzzy, c-format
20352035 msgid "\tTry `%s --help' for a complete list of options.\n"
20362036 msgstr "kugirango a Byuzuye Urutonde Bya Amahitamo"
20372037
2038 #: install-info/install-info.c:527
2038 #: install-info/install-info.c:528
20392039 #, c-format
20402040 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
20412041 msgstr ""
20422042
2043 #: install-info/install-info.c:529
2043 #: install-info/install-info.c:530
20442044 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
20452045 msgstr ""
20462046
2047 #: install-info/install-info.c:531
2048 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
2049 msgstr ""
2050
20472051 #: install-info/install-info.c:532
2052 msgid "--dir-file (or --info-dir) options are given, respectively."
2053 msgstr ""
2054
2055 #: install-info/install-info.c:535
20482056 msgid ""
20492057 "Options:\n"
2058 " --add-once add only to first matching section, not all.\n"
2059 " --align=COL start description of new entries at column COL.\n"
2060 " --calign=COL format second and subsequent description lines to\n"
2061 " start at column COL."
2062 msgstr ""
2063
2064 #: install-info/install-info.c:542
2065 msgid ""
20502066 " --debug report what is being done.\n"
20512067 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
20522068 " don't insert any new entries.\n"
20582074 " --dry-run same as --test."
20592075 msgstr ""
20602076
2061 #: install-info/install-info.c:544
2062 msgid ""
2063 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2077 #: install-info/install-info.c:553
2078 msgid ""
2079 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2080 " overriding any corresponding entry from DIR-FILE.\n"
20642081 " TEXT is written as an Info menu item line followed\n"
20652082 " by zero or more extra lines starting with "
20662083 "whitespace.\n"
20672084 " If you specify more than one entry, all are added.\n"
20682085 " If you don't specify any entries, they are determined\n"
2069 " from information in the Info file itself.\n"
2070 " When removing, TEXT specifies the entry to remove.\n"
2071 " TEXT is only removed as a last resort, if the\n"
2072 " entry as determined from the Info file is not "
2073 "present,\n"
2074 " and the basename of the Info file isn't found either."
2075 msgstr ""
2076
2077 #: install-info/install-info.c:556
2086 " from information in the Info file itself."
2087 msgstr ""
2088
2089 #: install-info/install-info.c:562
20782090 msgid ""
20792091 " --help display this help and exit.\n"
20802092 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20812093 " --info-file=FILE specify Info file to install in the directory;\n"
20822094 " equivalent to using the INFO-FILE argument.\n"
20832095 " --item=TEXT same as --entry=TEXT.\n"
2084 " --keep-old do not replace entries, or remove empty sections.\n"
2096 " --keep-old do not replace entries, or remove empty sections."
2097 msgstr ""
2098
2099 #: install-info/install-info.c:570
2100 msgid ""
2101 " --maxwidth, --max-width=COL wrap description at column COL.\n"
20852102 " --menuentry=TEXT same as --name=TEXT.\n"
20862103 " --name=TEXT the name of the entry is TEXT; used with --description\n"
20872104 " to become synonymous with the --entry option.\n"
20892106 " --quiet suppress warnings."
20902107 msgstr ""
20912108
2092 #: install-info/install-info.c:569
2109 #: install-info/install-info.c:578
20932110 msgid ""
20942111 " --regex=R put this file's entries in all sections that match the\n"
20952112 " regular expression R (ignoring case).\n"
21052122 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
21062123 msgstr ""
21072124
2108 #: install-info/install-info.c:582
2125 #: install-info/install-info.c:591
21092126 msgid ""
21102127 " --silent suppress warnings.\n"
21112128 " --test suppress updating of DIR-FILE.\n"
21122129 " --version display version information and exit."
21132130 msgstr ""
21142131
2115 #: install-info/install-info.c:589 tp/texi2any.pl:723
2132 #: install-info/install-info.c:598 tp/texi2any.pl:724
21162133 #, fuzzy
21172134 msgid ""
21182135 "Email bug reports to bug-texinfo@gnu.org,\n"
21202137 "Texinfo home page: http://www.gnu.org/software/texinfo/"
21212138 msgstr "org."
21222139
2123 #: install-info/install-info.c:616
2140 #: install-info/install-info.c:625
21242141 #, fuzzy, c-format
21252142 msgid ""
21262143 "This is the file .../info/dir, which contains the\n"
21442161 "kugirango Itangira i Bikorwa Kanda Imbeba Akabuto 2. ku a Ibikubiyemo Ikintu "
21452162 "Cyangwa Kwambukiranya Kuri Guhitamo"
21462163
2147 #: install-info/install-info.c:640
2164 #: install-info/install-info.c:649
21482165 #, fuzzy, c-format
21492166 msgid "%s: could not read (%s) and could not create (%s)"
21502167 msgstr "%s:OYA Gusoma Na OYA Kurema"
21512168
2152 #: install-info/install-info.c:736
2169 #: install-info/install-info.c:745
21532170 #, fuzzy, c-format
21542171 msgid "%s: empty file"
21552172 msgstr "%s:ubusa IDOSIYE"
21562173
2157 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2174 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21582175 #, c-format
21592176 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21602177 msgstr ""
21612178
2162 #: install-info/install-info.c:1114
2179 #: install-info/install-info.c:1123
21632180 #, c-format
21642181 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21652182 msgstr ""
21662183
2167 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2184 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21682185 #, fuzzy, c-format
21692186 msgid "%s: already have dir file: %s\n"
21702187 msgstr "%s:IDOSIYE"
21712188
2172 #: install-info/install-info.c:2068
2189 #: install-info/install-info.c:2077
21732190 #, fuzzy, c-format
21742191 msgid "%s: Specify the Info file only once.\n"
21752192 msgstr "%s:i IDOSIYE Rimwe"
21762193
2177 #: install-info/install-info.c:2101
2194 #: install-info/install-info.c:2110
21782195 #, c-format
21792196 msgid "Extra regular expression specified, ignoring `%s'"
21802197 msgstr ""
21812198
2182 #: install-info/install-info.c:2113
2199 #: install-info/install-info.c:2122
21832200 #, c-format
21842201 msgid "Error in regular expression `%s': %s"
21852202 msgstr ""
21862203
2187 #: install-info/install-info.c:2171
2204 #: install-info/install-info.c:2180
21882205 #, fuzzy, c-format
21892206 msgid "excess command line argument `%s'"
21902207 msgstr "Komandi: Umurongo"
21912208
2192 #: install-info/install-info.c:2175
2209 #: install-info/install-info.c:2184
21932210 #, fuzzy, c-format
21942211 msgid "No input file specified; try --help for more information."
21952212 msgstr "Iyinjiza IDOSIYE Ifashayobora kugirango Birenzeho Ibisobanuro"
21962213
2197 #: install-info/install-info.c:2177
2214 #: install-info/install-info.c:2186
21982215 #, fuzzy, c-format
21992216 msgid "No dir file specified; try --help for more information."
22002217 msgstr "IDOSIYE Ifashayobora kugirango Birenzeho Ibisobanuro"
22012218
2202 #: install-info/install-info.c:2319
2219 #: install-info/install-info.c:2328
22032220 #, fuzzy, c-format
22042221 msgid "no info dir entry in `%s'"
22052222 msgstr "Oya Ibisobanuro Icyinjijwe in"
22062223
2207 #: install-info/install-info.c:2567
2224 #: install-info/install-info.c:2576
22082225 #, fuzzy, c-format
22092226 msgid "no entries found for `%s'; nothing deleted"
22102227 msgstr "Oya Ibyinjijwe Byabonetse kugirango Cyasibwe"
22112228
2212 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2213 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2214 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2215 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2216 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2229 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22172234 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22182235 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22192236 #, fuzzy, perl-format
22942311
22952312 # sw/source\ui\fldui\fldui.src:STR_SETFLD.text
22962313 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2297 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2314 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22982315 #, fuzzy, perl-format
22992316 msgid "Obsolete variable %s\n"
23002317 msgstr "Gushyiraho igihinduka"
23092326 msgid "Can't create directories `%s': %s"
23102327 msgstr "Kurema bushyinguro"
23112328
2312 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2313 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2329 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2330 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23142331 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23152332 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2316 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2317 #: tp/init/chm.pm:399
2333 #: tp/Texinfo/Parser.pm:1871
23182334 #, fuzzy, perl-format
23192335 msgid "Error on closing %s: %s"
23202336 msgstr "Ikosa Kuri"
23212337
2322 #: tp/Texinfo/Convert/DocBook.pm:919
2338 #: tp/Texinfo/Convert/DocBook.pm:897
23232339 #, fuzzy, perl-format
23242340 msgid "@image file `%s' not found, using `%s'"
23252341 msgstr "@Ishusho IDOSIYE"
23342350 msgid "Raw format %s is not converted"
23352351 msgstr ""
23362352
2337 #: tp/Texinfo/Convert/HTML.pm:4832
2353 #: tp/Texinfo/Convert/HTML.pm:4814
23382354 #, perl-format
23392355 msgid "%s:%d: string not closed in css file"
23402356 msgstr ""
23412357
2342 #: tp/Texinfo/Convert/HTML.pm:4834
2358 #: tp/Texinfo/Convert/HTML.pm:4816
23432359 #, fuzzy, perl-format
23442360 msgid "%s:%d: --css-include ended in comment"
23452361 msgstr "%s:%d:--IDOSIYE in Icyo wongeraho"
23462362
2347 #: tp/Texinfo/Convert/HTML.pm:4836
2348 #, perl-format
2349 msgid "%s:%d @import not finished in css file"
2350 msgstr ""
2351
2352 #: tp/Texinfo/Convert/HTML.pm:4862
2363 #: tp/Texinfo/Convert/HTML.pm:4818
2364 #, perl-format
2365 msgid "%s:%d: @import not finished in css file"
2366 msgstr ""
2367
2368 #: tp/Texinfo/Convert/HTML.pm:4844
23532369 #, fuzzy, perl-format
23542370 msgid "css file %s not found"
23552371 msgstr "%cendMakoro OYA Byabonetse"
23562372
2357 #: tp/Texinfo/Convert/HTML.pm:4868
2373 #: tp/Texinfo/Convert/HTML.pm:4850
23582374 #, fuzzy, perl-format
23592375 msgid "could not open --include-file %s: %s"
23602376 msgstr "%s:OYA Gufungura IDOSIYE"
23612377
2362 #: tp/Texinfo/Convert/HTML.pm:4878
2378 #: tp/Texinfo/Convert/HTML.pm:4860
23632379 #, fuzzy, perl-format
23642380 msgid "Error on closing CSS file %s: %s"
23652381 msgstr "Ikosa Ibisohoka IDOSIYE"
23662382
2367 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2383 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23682384 #, fuzzy, perl-format
23692385 msgid "No htmlxref.cnf entry found for `%s'"
23702386 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
23712387
2372 #: tp/Texinfo/Convert/HTML.pm:6513
2388 #: tp/Texinfo/Convert/HTML.pm:6495
23732389 #, fuzzy, perl-format
23742390 msgid "Error on closing frame file %s: %s"
23752391 msgstr "Ikosa Ibisohoka IDOSIYE"
23762392
2377 #: tp/Texinfo/Convert/HTML.pm:6537
2393 #: tp/Texinfo/Convert/HTML.pm:6519
23782394 #, fuzzy, perl-format
23792395 msgid "Error on closing TOC frame file %s: %s"
23802396 msgstr "Ikosa Ibisohoka IDOSIYE"
23812397
2382 #: tp/Texinfo/Convert/HTML.pm:6652
2398 #: tp/Texinfo/Convert/HTML.pm:6634
23832399 #, perl-format
23842400 msgid "Handler %s of stage %s priority %s failed"
23852401 msgstr ""
23862402
2387 #: tp/Texinfo/Convert/HTML.pm:6853
2403 #: tp/Texinfo/Convert/HTML.pm:6835
23882404 msgid "Must specify a title with a title command or @top"
23892405 msgstr ""
23902406
2391 #: tp/Texinfo/Convert/HTML.pm:7058
2407 #: tp/Texinfo/Convert/HTML.pm:7040
23922408 #, perl-format
23932409 msgid "Error on closing redirection node file %s: %s"
23942410 msgstr ""
23952411
2396 #: tp/Texinfo/Convert/HTML.pm:7083
2412 #: tp/Texinfo/Convert/HTML.pm:7065
23972413 #, fuzzy, perl-format
23982414 msgid "Old name for `%s' is a node of the document"
23992415 msgstr "Cyangwa kugirango iyi muri iyi Inyandiko"
24002416
2401 #: tp/Texinfo/Convert/HTML.pm:7087
2417 #: tp/Texinfo/Convert/HTML.pm:7069
24022418 #, perl-format
24032419 msgid "File empty for renamed node `%s'"
24042420 msgstr ""
24052421
2406 #: tp/Texinfo/Convert/HTML.pm:7099
2422 #: tp/Texinfo/Convert/HTML.pm:7081
24072423 #, perl-format
24082424 msgid "Target node (new name for `%s') not in document: %s"
24092425 msgstr ""
24102426
2411 #: tp/Texinfo/Convert/HTML.pm:7131
2427 #: tp/Texinfo/Convert/HTML.pm:7113
24122428 #, fuzzy, perl-format
24132429 msgid "Error on closing renamed node redirection file %s: %s"
24142430 msgstr "Ikosa Ibisohoka IDOSIYE"
24152431
2416 #: tp/Texinfo/Convert/HTML.pm:7169
2432 #: tp/Texinfo/Convert/HTML.pm:7151
24172433 #, fuzzy
24182434 msgid "Empty node name"
24192435 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
24202436
2421 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2437 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24222438 #, perl-format
24232439 msgid "Syntax for an external node used for `%s'"
24242440 msgstr ""
27162732
27172733 #: tp/Texinfo/Parser.pm:3455
27182734 #, fuzzy
2719 msgid "Empty node in menu entry"
2735 msgid "Empty node name in menu entry"
27202736 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
27212737
27222738 #: tp/Texinfo/Parser.pm:3525
31813197 msgid "Empty index key in @%s"
31823198 msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
31833199
3184 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3185 #, fuzzy, perl-format
3186 msgid "Can't open %s for writing: %s\n"
3200 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3201 #, fuzzy, perl-format
3202 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31873203 msgstr "%s:OYA Gufungura IDOSIYE"
31883204
3189 #: tp/init/tex4ht.pm:122
3190 #, fuzzy, perl-format
3191 msgid "tex4ht error opening %s: %s"
3205 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3206 #, fuzzy, perl-format
3207 msgid "chm.pm:%s: Error on closing: %s"
31923208 msgstr "Ikosa Kuri"
31933209
3194 #: tp/init/tex4ht.pm:218
3195 #, perl-format
3196 msgid "chdir to %s failed"
3197 msgstr ""
3198
3199 #: tp/init/tex4ht.pm:242
3200 #, fuzzy, perl-format
3201 msgid "tex4ht output file missing: %s"
3210 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3211 #, fuzzy, perl-format
3212 msgid "tex4ht.pm:%s: Cannot open: %s"
3213 msgstr "Gushaka"
3214
3215 #: tp/init/tex4ht.pm:219
3216 #, perl-format
3217 msgid "tex4ht.pm:%s: chdir failed: %s"
3218 msgstr ""
3219
3220 #: tp/init/tex4ht.pm:232
3221 #, perl-format
3222 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3223 msgstr ""
3224
3225 #: tp/init/tex4ht.pm:244
3226 #, fuzzy, perl-format
3227 msgid "tex4ht.pm: Output file missing: %s"
32023228 msgstr "Kurema Ibisohoka IDOSIYE"
32033229
3204 #: tp/init/tex4ht.pm:295
3205 #, perl-format
3206 msgid ""
3207 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3230 #: tp/init/tex4ht.pm:260
3231 #, perl-format
3232 msgid "tex4ht.pm: Command failed: %s"
3233 msgstr ""
3234
3235 #: tp/init/tex4ht.pm:293
3236 #, perl-format
3237 msgid "tex4ht.pm: end of @%s item %d not found"
3238 msgstr ""
3239
3240 #: tp/init/tex4ht.pm:300
3241 #, perl-format
3242 msgid ""
3243 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32083244 "items found in the document"
32093245 msgstr ""
32103246
3211 #: tp/init/tex4ht.pm:313
3212 #, perl-format
3213 msgid "tex4ht output has no HTML item for @%s %s"
3214 msgstr ""
3215
3216 #: tp/texi2any.pl:373
3247 #: tp/init/tex4ht.pm:319
3248 #, perl-format
3249 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3250 msgstr ""
3251
3252 #: tp/texi2any.pl:374
32173253 #, fuzzy, perl-format
32183254 msgid "error loading %s: %s\n"
32193255 msgstr "Ikosa Kuri"
32203256
3221 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3257 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32223258 #, fuzzy, perl-format
32233259 msgid "Unknown variable %s\n"
32243260 msgstr "Komandi:"
32253261
3226 #: tp/texi2any.pl:466
3262 #: tp/texi2any.pl:467
32273263 #, fuzzy, perl-format
32283264 msgid "Can't read init file %s"
32293265 msgstr "Gufungura Iyinjiza IDOSIYE"
32303266
3231 #: tp/texi2any.pl:597
3267 #: tp/texi2any.pl:598
32323268 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32333269 msgstr ""
32343270
3235 #: tp/texi2any.pl:598
3271 #: tp/texi2any.pl:599
32363272 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32373273 msgstr ""
32383274
3239 #: tp/texi2any.pl:600
3275 #: tp/texi2any.pl:601
32403276 #, fuzzy
32413277 msgid ""
32423278 "Translate Texinfo source documentation to various other formats, by default\n"
32453281 "Inkomoko Kuri Ikindi Imiterere ku Idosiye kugirango kiri kuri interineti Na: "
32463282 "Cyangwa"
32473283
3248 #: tp/texi2any.pl:603
3284 #: tp/texi2any.pl:604
32493285 #, fuzzy, perl-format
32503286 msgid ""
32513287 "General options:\n"
32693305 "Indango Mburabuzi v ni Byakozwe Verisiyo Kugaragaza Verisiyo Ibisobanuro Na "
32703306 "Gusohoka"
32713307
3272 #: tp/texi2any.pl:618
3308 #: tp/texi2any.pl:619
32733309 #, fuzzy
32743310 msgid ""
32753311 "Output format selection (default is to produce Info):\n"
32823318 "Imiterere Ihitamo Mburabuzi ni Kuri InyandikoGitabo Ibisohoka HTML Ibisohoka "
32833319 "xml Ibisohoka Ibisohoka Byuzuye Umwandiko"
32843320
3285 #: tp/texi2any.pl:626
3321 #: tp/texi2any.pl:627
32863322 #, fuzzy
32873323 msgid ""
32883324 "General output options:\n"
33153351 "Cyangwa Ibisohoka Ibisohoka IDOSIYE Umubare Ibyatoranyijwe Ibisohoka Umutwe "
33163352 "Na Imibare o Ibisohoka Ibisohoka Kuri bushyinguro NIBA Gutandukanya"
33173353
3318 #: tp/texi2any.pl:646
3354 #: tp/texi2any.pl:647
33193355 #, fuzzy, perl-format
33203356 msgid ""
33213357 "Options for Info and plain text:\n"
33433379 "Mburabuzi Igika Ikurura Ikurura Ibika ku Imyanya Mburabuzi ni OYA Ikurura "
33443380 "NIBA Gutandukanya Ingano Gutandukanya Idosiye ku Ingano Mburabuzi"
33453381
3346 #: tp/texi2any.pl:663
3382 #: tp/texi2any.pl:664
33473383 #, fuzzy
33483384 msgid ""
33493385 "Options for HTML:\n"
33583394 " anchors; default is set only if split.\n"
33593395 msgstr "kugirango Gushyiramo Gushyiramo in IMISUSIRE Ibisohoka Gusoma NIBA ni"
33603396
3361 #: tp/texi2any.pl:674
3397 #: tp/texi2any.pl:675
33623398 msgid ""
33633399 "Options for XML and Docbook:\n"
33643400 " --output-indent=VAL does nothing, retained for compatibility.\n"
33653401 msgstr ""
33663402
3367 #: tp/texi2any.pl:677
3403 #: tp/texi2any.pl:678
33683404 msgid ""
33693405 "Options for DVI/PS/PDF:\n"
33703406 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33713407 msgstr ""
33723408
3373 #: tp/texi2any.pl:680
3409 #: tp/texi2any.pl:681
33743410 #, fuzzy
33753411 msgid ""
33763412 "Input file options:\n"
33853421 "Gushyiramo Gushaka Inzira Kuri i Gushyiramo Gushaka Inzira U i "
33863422 "IMPINDURAGACIRO Nka Na: Gusiba"
33873423
3388 #: tp/texi2any.pl:687
3424 #: tp/texi2any.pl:688
33893425 #, fuzzy
33903426 msgid ""
33913427 "Conditional processing in input:\n"
34113447 "Oya OYA Na HTML Umwandiko Oya OYA Umwandiko Oya OYA Umwandiko Oya OYA Na "
34123448 "Umwandiko Oya OYA Na xml Umwandiko kugirango i Oya Amahitamo Umwandiko"
34133449
3414 #: tp/texi2any.pl:704
3450 #: tp/texi2any.pl:705
34153451 #, fuzzy
34163452 msgid ""
34173453 " The defaults for the @if... conditionals depend on the output format:\n"
34253461 "NIBA ni ku Na i Ibindi Bidakora NIBA Byuzuye Umwandiko ni ku Na i Ibindi "
34263462 "Bidakora NIBA ni ku Na i Ibindi Bidakora"
34273463
3428 #: tp/texi2any.pl:711
3464 #: tp/texi2any.pl:712
34293465 #, fuzzy
34303466 msgid ""
34313467 "Examples:\n"
34473483 "Kwandika HTML Imirongo Umubare Ibyatoranyijwe Kwandika Na: Iriho Imibare Oya "
34483484 "Gutandukanya Kwandika IDOSIYE"
34493485
3450 #: tp/texi2any.pl:758
3486 #: tp/texi2any.pl:759
34513487 #, fuzzy, perl-format
34523488 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34533489 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
34543490
3455 #: tp/texi2any.pl:848
3491 #: tp/texi2any.pl:849
34563492 #, fuzzy, perl-format
34573493 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34583494 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
34593495
3460 #: tp/texi2any.pl:962
3496 #: tp/texi2any.pl:963
34613497 #, fuzzy, perl-format
34623498 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34633499 msgstr "%s:Kwirengagiza Agaciro"
34643500
3465 #: tp/texi2any.pl:975
3501 #: tp/texi2any.pl:976
34663502 #, perl-format
34673503 msgid "when generating %s, only one input FILE may be specified with -o"
34683504 msgstr ""
34693505
3470 #: tp/texi2any.pl:979
3506 #: tp/texi2any.pl:980
34713507 msgid "--Xopt option without printed output"
34723508 msgstr ""
34733509
3474 #: tp/texi2any.pl:989
3510 #: tp/texi2any.pl:990
34753511 #, fuzzy, perl-format
34763512 msgid "Unknown tree transformation %s"
34773513 msgstr "Komandi:"
34783514
3479 #: tp/texi2any.pl:996
3515 #: tp/texi2any.pl:997
34803516 #, perl-format
34813517 msgid "Ignoring splitting for format %s"
34823518 msgstr ""
34833519
3484 #: tp/texi2any.pl:1045
3520 #: tp/texi2any.pl:1046
34853521 #, fuzzy, perl-format
34863522 msgid "%s: missing file argument.\n"
34873523 msgstr "%s:Ibuze IDOSIYE"
34883524
3489 #: tp/texi2any.pl:1046
3525 #: tp/texi2any.pl:1047
34903526 #, fuzzy, perl-format
34913527 msgid "Try `%s --help' for more information.\n"
34923528 msgstr "kugirango Birenzeho Ibisobanuro"
34933529
3494 #: tp/texi2any.pl:1117
3530 #: tp/texi2any.pl:1118
34953531 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34963532 msgstr ""
34973533
3498 #: tp/texi2any.pl:1139
3534 #: tp/texi2any.pl:1140
34993535 #, fuzzy, perl-format
35003536 msgid "Error on closing macro expand file %s: %s\n"
35013537 msgstr "Ikosa Ibisohoka IDOSIYE"
35023538
3503 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3539 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35043540 #, fuzzy, perl-format
35053541 msgid "Could not open %s for writing: %s\n"
35063542 msgstr "%s:OYA Gufungura IDOSIYE"
35073543
3508 #: tp/texi2any.pl:1169
3544 #: tp/texi2any.pl:1170
35093545 msgid ""
35103546 "insert_nodes_for_sectioning_commands transformation return no result. No "
35113547 "section?"
35123548 msgstr ""
35133549
3514 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3550 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35153551 #, fuzzy, perl-format
35163552 msgid "Error on closing %s: %s\n"
35173553 msgstr "Ikosa Kuri"
35183554
3519 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3555 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35203556 #, perl-format
35213557 msgid "Error on closing internal links file %s: %s\n"
35223558 msgstr ""
35793615 #, fuzzy, c-format
35803616 msgid "entry %s follows an entry with a secondary name"
35813617 msgstr "Icyinjijwe Icyinjijwe Na: a Izina:"
3618
3619 #, fuzzy
3620 #~ msgid "tex4ht error opening %s: %s"
3621 #~ msgstr "Ikosa Kuri"
35823622
35833623 #, fuzzy
35843624 #~ msgid "Error on closing renamed nodes file %s: %s"
44744514 #, fuzzy
44754515 #~ msgid ""
44764516 #~ "\\%-10[goto-node] Move to node specified by name.\n"
4477 #~ " You may include a filename as well, as in (FILENAME)"
4478 #~ "NODENAME.\n"
4517 #~ " You may include a filename as well, as in "
4518 #~ "(FILENAME)NODENAME.\n"
44794519 #~ msgstr ""
44804520 #~ "\\%-10 Kuri ku Izina: Gicurasi Gushyiramo a Izina ry'idosiye: Nka Nka in"
44814521
45764616
45774617 #, fuzzy
45784618 #~ msgid ""
4579 #~ " You may include a filename as well, as in (FILENAME)"
4580 #~ "NODENAME.\n"
4619 #~ " You may include a filename as well, as in "
4620 #~ "(FILENAME)NODENAME.\n"
45814621 #~ msgstr "Gicurasi Gushyiramo a Izina ry'idosiye: Nka Nka in"
45824622
45834623 #, fuzzy
Binary diff not shown
+204
-153
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: 2012-12-17 17:27-0800\n"
11 "POT-Creation-Date: 2013-01-01 17:33-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"
7777 msgid "%s: option '-W %s' requires an argument\n"
7878 msgstr "%s: možnost `%s' zahteva argument\n"
7979
80 #: gnulib/lib/regcomp.c:130
80 #: gnulib/lib/regcomp.c:131
8181 msgid "Success"
8282 msgstr ""
8383
84 #: gnulib/lib/regcomp.c:133
84 #: gnulib/lib/regcomp.c:134
8585 msgid "No match"
8686 msgstr ""
8787
88 #: gnulib/lib/regcomp.c:136
88 #: gnulib/lib/regcomp.c:137
8989 #, fuzzy
9090 msgid "Invalid regular expression"
9191 msgstr "Napaka v logičnem izrazu `%s': %s"
9292
93 #: gnulib/lib/regcomp.c:139
93 #: gnulib/lib/regcomp.c:140
9494 #, fuzzy
9595 msgid "Invalid collation character"
9696 msgstr "neveljaven kodiran znak `%s'"
9797
98 #: gnulib/lib/regcomp.c:142
98 #: gnulib/lib/regcomp.c:143
9999 #, fuzzy
100100 msgid "Invalid character class name"
101101 msgstr "neverjeten znak %c v @var"
102102
103 #: gnulib/lib/regcomp.c:145
103 #: gnulib/lib/regcomp.c:146
104104 msgid "Trailing backslash"
105105 msgstr ""
106106
107 #: gnulib/lib/regcomp.c:148
107 #: gnulib/lib/regcomp.c:149
108108 msgid "Invalid back reference"
109109 msgstr ""
110110
111 #: gnulib/lib/regcomp.c:151
111 #: gnulib/lib/regcomp.c:152
112112 #, fuzzy
113113 msgid "Unmatched [ or [^"
114114 msgstr "Neujemajoč }"
115115
116 #: gnulib/lib/regcomp.c:154
116 #: gnulib/lib/regcomp.c:155
117117 #, fuzzy
118118 msgid "Unmatched ( or \\("
119119 msgstr "Neujemajoč }"
120120
121 #: gnulib/lib/regcomp.c:157
121 #: gnulib/lib/regcomp.c:158
122122 #, fuzzy
123123 msgid "Unmatched \\{"
124124 msgstr "Neujemajoč }"
125125
126 #: gnulib/lib/regcomp.c:160
126 #: gnulib/lib/regcomp.c:161
127127 msgid "Invalid content of \\{\\}"
128128 msgstr ""
129129
130 #: gnulib/lib/regcomp.c:163
130 #: gnulib/lib/regcomp.c:164
131131 msgid "Invalid range end"
132132 msgstr ""
133133
134 #: gnulib/lib/regcomp.c:166
134 #: gnulib/lib/regcomp.c:167
135135 #, fuzzy
136136 msgid "Memory exhausted"
137137 msgstr "pomnilnik je izčrpan"
138138
139 #: gnulib/lib/regcomp.c:169
139 #: gnulib/lib/regcomp.c:170
140140 #, fuzzy
141141 msgid "Invalid preceding regular expression"
142142 msgstr "Napaka v logičnem izrazu `%s': %s"
143143
144 #: gnulib/lib/regcomp.c:172
144 #: gnulib/lib/regcomp.c:173
145145 #, fuzzy
146146 msgid "Premature end of regular expression"
147147 msgstr "Napaka v logičnem izrazu `%s': %s"
148148
149 #: gnulib/lib/regcomp.c:175
149 #: gnulib/lib/regcomp.c:176
150150 #, fuzzy
151151 msgid "Regular expression too big"
152152 msgstr "Uporaba logičnih izrazov za iskanja"
153153
154 #: gnulib/lib/regcomp.c:178
154 #: gnulib/lib/regcomp.c:179
155155 #, fuzzy
156156 msgid "Unmatched ) or \\)"
157157 msgstr "Neujemajoč }"
158158
159 #: gnulib/lib/regcomp.c:703
159 #: gnulib/lib/regcomp.c:704
160160 #, fuzzy
161161 msgid "No previous regular expression"
162162 msgstr "Brez niza predhodnega iskanja"
407407 msgid "Try --help for more information.\n"
408408 msgstr "Za več podrobnosti poskusite --help.\n"
409409
410 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
411 #: tp/texi2any.pl:735 util/texindex.c:295
410 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
411 #: tp/texi2any.pl:736 util/texindex.c:295
412412 #, c-format, perl-format
413413 msgid ""
414414 "Copyright (C) %s Free Software Foundation, Inc.\n"
916916 " You may include a filename as well, as in (FILENAME)NODENAME.\n"
917917 msgstr ""
918918 " %-10s Premakni se v vozlišče, podano z imenom.\n"
919 " Vključite lahko tudi ime datoteke na način (IME_DATOTEKE)"
920 "IME_VOZLIŠČA.\n"
919 " Vključite lahko tudi ime datoteke na način "
920 "(IME_DATOTEKE)IME_VOZLIŠČA.\n"
921921
922922 #: info/infodoc.c:132
923923 #, c-format
19351935 msgid " Subfile: %s"
19361936 msgstr " Poddatoteka: %s"
19371937
1938 #: install-info/install-info.c:285
1938 #: install-info/install-info.c:286
19391939 #, fuzzy, c-format
19401940 msgid "%s for %s"
19411941 msgstr " za %s"
19421942
1943 #: install-info/install-info.c:519
1943 #: install-info/install-info.c:520
19441944 #, c-format
19451945 msgid "\tTry `%s --help' for a complete list of options.\n"
19461946 msgstr "\tZa popoln seznam možnosti poskusite `%s --help'.\n"
19471947
1948 #: install-info/install-info.c:527
1948 #: install-info/install-info.c:528
19491949 #, c-format
19501950 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19511951 msgstr "Uporaba: %s [MOŽNOST]... [DATOTEKA-INFO. [DATOTEKA-MAP]]\n"
19521952
1953 #: install-info/install-info.c:529
1953 #: install-info/install-info.c:530
19541954 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19551955 msgstr "Dodaj ali odstrani vnose v DATOTEKI-INFO iz mape Info MAPA-DATOTEK"
19561956
1957 #: install-info/install-info.c:531
1958 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1959 msgstr ""
1960
19571961 #: install-info/install-info.c:532
1962 msgid "--dir-file (or --info-dir) options are given, respectively."
1963 msgstr ""
1964
1965 #: install-info/install-info.c:535
19581966 msgid ""
19591967 "Options:\n"
1968 " --add-once add only to first matching section, not all.\n"
1969 " --align=COL start description of new entries at column COL.\n"
1970 " --calign=COL format second and subsequent description lines to\n"
1971 " start at column COL."
1972 msgstr ""
1973
1974 #: install-info/install-info.c:542
1975 #, fuzzy
1976 msgid ""
19601977 " --debug report what is being done.\n"
19611978 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19621979 " don't insert any new entries.\n"
19781995 " enakovredno uporabi argument MAPE-DATOTEK.\n"
19791996 " --dry-run enako kot --test."
19801997
1981 #: install-info/install-info.c:544
1982 msgid ""
1983 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1998 #: install-info/install-info.c:553
1999 #, fuzzy
2000 msgid ""
2001 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2002 " overriding any corresponding entry from DIR-FILE.\n"
19842003 " TEXT is written as an Info menu item line followed\n"
19852004 " by zero or more extra lines starting with "
19862005 "whitespace.\n"
19872006 " If you specify more than one entry, all are added.\n"
19882007 " If you don't specify any entries, they are determined\n"
1989 " from information in the Info file itself.\n"
1990 " When removing, TEXT specifies the entry to remove.\n"
1991 " TEXT is only removed as a last resort, if the\n"
1992 " entry as determined from the Info file is not "
1993 "present,\n"
1994 " and the basename of the Info file isn't found either."
2008 " from information in the Info file itself."
19952009 msgstr ""
19962010 " --entry=BESEDILO vstavi BESEDILO kot vnos mape Info.\n"
19972011 " BESEDILO je napisano kot predmet menija Info, čemur\n"
20062020 " če vnos, naveden iz datoteke Info ni prisoten in če\n"
20072021 " osnovnega imena datoteke Info tudi ni mogoče najti."
20082022
2009 #: install-info/install-info.c:556
2023 #: install-info/install-info.c:562
2024 #, fuzzy
20102025 msgid ""
20112026 " --help display this help and exit.\n"
20122027 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20132028 " --info-file=FILE specify Info file to install in the directory;\n"
20142029 " equivalent to using the INFO-FILE argument.\n"
20152030 " --item=TEXT same as --entry=TEXT.\n"
2016 " --keep-old do not replace entries, or remove empty sections.\n"
2017 " --menuentry=TEXT same as --name=TEXT.\n"
2018 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2019 " to become synonymous with the --entry option.\n"
2020 " --no-indent do not format new entries in the DIR file.\n"
2021 " --quiet suppress warnings."
2031 " --keep-old do not replace entries, or remove empty sections."
20222032 msgstr ""
20232033 " --help prikaži to pomoč in končaj.\n"
20242034 " --info-dir=MAPA enako kot --dir-file=MAPA/mapa.\n"
20322042 " --no-indent ne oblikuj novih vnosov v datoteki MAPA.\n"
20332043 " --quiet zatri opozorila."
20342044
2035 #: install-info/install-info.c:569
2045 #: install-info/install-info.c:570
2046 #, fuzzy
2047 msgid ""
2048 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2049 " --menuentry=TEXT same as --name=TEXT.\n"
2050 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2051 " to become synonymous with the --entry option.\n"
2052 " --no-indent do not format new entries in the DIR file.\n"
2053 " --quiet suppress warnings."
2054 msgstr ""
2055 " --help prikaži to pomoč in končaj.\n"
2056 " --info-dir=MAPA enako kot --dir-file=MAPA/mapa.\n"
2057 " --info-file=DATOTEKA navedi datoteko Info za namestitev v mapi;\n"
2058 " enakovredno uporabi argumenta DATOTEKA-INFO.\n"
2059 " --item=BESEDILO enako kot --entry=BESEDILO.\n"
2060 " --keep-old ne zamenjaj vnosov ali odstrani prazne odseke.\n"
2061 " --menuentry=BESEDILO enako kot --name=BESEDILO.\n"
2062 " --name=BESEDILO ime vnosa je BESEDILO; uporaba z --description\n"
2063 " da postane sopomenka z možnostjo --entry.\n"
2064 " --no-indent ne oblikuj novih vnosov v datoteki MAPA.\n"
2065 " --quiet zatri opozorila."
2066
2067 #: install-info/install-info.c:578
20362068 msgid ""
20372069 " --regex=R put this file's entries in all sections that match the\n"
20382070 " regular expression R (ignoring case).\n"
20482080 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
20492081 msgstr ""
20502082
2051 #: install-info/install-info.c:582
2083 #: install-info/install-info.c:591
20522084 msgid ""
20532085 " --silent suppress warnings.\n"
20542086 " --test suppress updating of DIR-FILE.\n"
20582090 " --test zatri posodabljanje MAPE-DATOTEK.\n"
20592091 " --version prikaži podrobnosti različice in končaj."
20602092
2061 #: install-info/install-info.c:589 tp/texi2any.pl:723
2093 #: install-info/install-info.c:598 tp/texi2any.pl:724
20622094 msgid ""
20632095 "Email bug reports to bug-texinfo@gnu.org,\n"
20642096 "general questions and discussion to help-texinfo@gnu.org.\n"
20682100 "splošna vprašanja in razprave na help-texinfo@gnu.org.\n"
20692101 "Domača stran texinfo: http://www.gnu.org/software/texinfo/"
20702102
2071 #: install-info/install-info.c:616
2103 #: install-info/install-info.c:625
20722104 #, c-format
20732105 msgid ""
20742106 "This is the file .../info/dir, which contains the\n"
21032135 "\n"
21042136 "%s\n"
21052137
2106 #: install-info/install-info.c:640
2138 #: install-info/install-info.c:649
21072139 #, fuzzy, c-format
21082140 msgid "%s: could not read (%s) and could not create (%s)"
21092141 msgstr "%s: ni mogoče brati (%s) in ni mogoče ustvariti (%s)\n"
21102142
2111 #: install-info/install-info.c:736
2143 #: install-info/install-info.c:745
21122144 #, c-format
21132145 msgid "%s: empty file"
21142146 msgstr "%s: prazna datoteka"
21152147
2116 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2148 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21172149 #, c-format
21182150 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21192151 msgstr "START-INFO-DIR-ENTRY nima ujemajočega END-INFO-DIR-ENTRY"
21202152
2121 #: install-info/install-info.c:1114
2153 #: install-info/install-info.c:1123
21222154 #, c-format
21232155 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21242156 msgstr "END-INFO-DIR-ENTRY nima ujemajočega START-INFO-DIR-ENTRY"
21252157
2126 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2158 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21272159 #, c-format
21282160 msgid "%s: already have dir file: %s\n"
21292161 msgstr "%s: datoteka map že obstaja: %s\n"
21302162
2131 #: install-info/install-info.c:2068
2163 #: install-info/install-info.c:2077
21322164 #, c-format
21332165 msgid "%s: Specify the Info file only once.\n"
21342166 msgstr "%s: Navedi datoteko Info samo enkrat.\n"
21352167
2136 #: install-info/install-info.c:2101
2168 #: install-info/install-info.c:2110
21372169 #, c-format
21382170 msgid "Extra regular expression specified, ignoring `%s'"
21392171 msgstr "Naveden je dodaten logični izraz, prezrtje `%s'"
21402172
2141 #: install-info/install-info.c:2113
2173 #: install-info/install-info.c:2122
21422174 #, c-format
21432175 msgid "Error in regular expression `%s': %s"
21442176 msgstr "Napaka v logičnem izrazu `%s': %s"
21452177
2146 #: install-info/install-info.c:2171
2178 #: install-info/install-info.c:2180
21472179 #, c-format
21482180 msgid "excess command line argument `%s'"
21492181 msgstr "presežen argument ukazne vrstice `%s'"
21502182
2151 #: install-info/install-info.c:2175
2183 #: install-info/install-info.c:2184
21522184 #, c-format
21532185 msgid "No input file specified; try --help for more information."
21542186 msgstr "Navedene ni nobene datoteke vnosa; za več podrobnosti poskusite --help"
21552187
2156 #: install-info/install-info.c:2177
2188 #: install-info/install-info.c:2186
21572189 #, c-format
21582190 msgid "No dir file specified; try --help for more information."
21592191 msgstr "Navedene ni nobene datoteke map; za več podrobnosti poskusite --help"
21602192
2161 #: install-info/install-info.c:2319
2193 #: install-info/install-info.c:2328
21622194 #, c-format
21632195 msgid "no info dir entry in `%s'"
21642196 msgstr "v `%s' ni nobene datoteke info"
21652197
2166 #: install-info/install-info.c:2567
2198 #: install-info/install-info.c:2576
21672199 #, c-format
21682200 msgid "no entries found for `%s'; nothing deleted"
21692201 msgstr "za `%s' ni najdenih nobenih vnosov; nič ni izbrisano"
21702202
2171 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2172 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2173 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2174 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2175 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2203 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21762208 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21772209 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21782210 #, fuzzy, perl-format
22532285 msgstr ""
22542286
22552287 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2256 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2288 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22572289 #, fuzzy, perl-format
22582290 msgid "Obsolete variable %s\n"
22592291 msgstr "Nastavi spremenljivko: "
22682300 msgid "Can't create directories `%s': %s"
22692301 msgstr "Ni mogoče ustvariti mape `%s': %s"
22702302
2271 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2272 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2303 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2304 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22732305 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22742306 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2275 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2276 #: tp/init/chm.pm:399
2307 #: tp/Texinfo/Parser.pm:1871
22772308 #, fuzzy, perl-format
22782309 msgid "Error on closing %s: %s"
22792310 msgstr "Napaka v logičnem izrazu `%s': %s"
22802311
2281 #: tp/Texinfo/Convert/DocBook.pm:919
2312 #: tp/Texinfo/Convert/DocBook.pm:897
22822313 #, fuzzy, perl-format
22832314 msgid "@image file `%s' not found, using `%s'"
22842315 msgstr "datoteka @image `%s' je neberljiva: %s"
22932324 msgid "Raw format %s is not converted"
22942325 msgstr ""
22952326
2296 #: tp/Texinfo/Convert/HTML.pm:4832
2327 #: tp/Texinfo/Convert/HTML.pm:4814
22972328 #, perl-format
22982329 msgid "%s:%d: string not closed in css file"
22992330 msgstr ""
23002331
2301 #: tp/Texinfo/Convert/HTML.pm:4834
2332 #: tp/Texinfo/Convert/HTML.pm:4816
23022333 #, fuzzy, perl-format
23032334 msgid "%s:%d: --css-include ended in comment"
23042335 msgstr "%s:%d: --css-file se je končala v komentarju"
23052336
2306 #: tp/Texinfo/Convert/HTML.pm:4836
2307 #, perl-format
2308 msgid "%s:%d @import not finished in css file"
2309 msgstr ""
2310
2311 #: tp/Texinfo/Convert/HTML.pm:4862
2337 #: tp/Texinfo/Convert/HTML.pm:4818
2338 #, perl-format
2339 msgid "%s:%d: @import not finished in css file"
2340 msgstr ""
2341
2342 #: tp/Texinfo/Convert/HTML.pm:4844
23122343 #, fuzzy, perl-format
23132344 msgid "css file %s not found"
23142345 msgstr "%cend makra ni mogoče najti"
23152346
2316 #: tp/Texinfo/Convert/HTML.pm:4868
2347 #: tp/Texinfo/Convert/HTML.pm:4850
23172348 #, fuzzy, perl-format
23182349 msgid "could not open --include-file %s: %s"
23192350 msgstr "%s: ni mogoče odpreti --css-file: %s"
23202351
2321 #: tp/Texinfo/Convert/HTML.pm:4878
2352 #: tp/Texinfo/Convert/HTML.pm:4860
23222353 #, fuzzy, perl-format
23232354 msgid "Error on closing CSS file %s: %s"
23242355 msgstr "napaka med končanjem datoteke vnosa `%s'"
23252356
2326 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2357 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23272358 #, fuzzy, perl-format
23282359 msgid "No htmlxref.cnf entry found for `%s'"
23292360 msgstr "Za `%s' ni najdenih nobenih vnosov kazal\n"
23302361
2331 #: tp/Texinfo/Convert/HTML.pm:6513
2362 #: tp/Texinfo/Convert/HTML.pm:6495
23322363 #, fuzzy, perl-format
23332364 msgid "Error on closing frame file %s: %s"
23342365 msgstr "napaka med končanjem datoteke vnosa `%s'"
23352366
2336 #: tp/Texinfo/Convert/HTML.pm:6537
2367 #: tp/Texinfo/Convert/HTML.pm:6519
23372368 #, fuzzy, perl-format
23382369 msgid "Error on closing TOC frame file %s: %s"
23392370 msgstr "napaka med končanjem datoteke vnosa `%s'"
23402371
2341 #: tp/Texinfo/Convert/HTML.pm:6652
2372 #: tp/Texinfo/Convert/HTML.pm:6634
23422373 #, perl-format
23432374 msgid "Handler %s of stage %s priority %s failed"
23442375 msgstr ""
23452376
2346 #: tp/Texinfo/Convert/HTML.pm:6853
2377 #: tp/Texinfo/Convert/HTML.pm:6835
23472378 msgid "Must specify a title with a title command or @top"
23482379 msgstr ""
23492380
2350 #: tp/Texinfo/Convert/HTML.pm:7058
2381 #: tp/Texinfo/Convert/HTML.pm:7040
23512382 #, perl-format
23522383 msgid "Error on closing redirection node file %s: %s"
23532384 msgstr ""
23542385
2355 #: tp/Texinfo/Convert/HTML.pm:7083
2386 #: tp/Texinfo/Convert/HTML.pm:7065
23562387 #, fuzzy, perl-format
23572388 msgid "Old name for `%s' is a node of the document"
23582389 msgstr "Brez `Pred' ali `Gor' za to vozlišče znotraj tega dokumenta."
23592390
2360 #: tp/Texinfo/Convert/HTML.pm:7087
2391 #: tp/Texinfo/Convert/HTML.pm:7069
23612392 #, fuzzy, perl-format
23622393 msgid "File empty for renamed node `%s'"
23632394 msgstr "nesklicevano vozlišče `%s'"
23642395
2365 #: tp/Texinfo/Convert/HTML.pm:7099
2396 #: tp/Texinfo/Convert/HTML.pm:7081
23662397 #, perl-format
23672398 msgid "Target node (new name for `%s') not in document: %s"
23682399 msgstr ""
23692400
2370 #: tp/Texinfo/Convert/HTML.pm:7131
2401 #: tp/Texinfo/Convert/HTML.pm:7113
23712402 #, fuzzy, perl-format
23722403 msgid "Error on closing renamed node redirection file %s: %s"
23732404 msgstr "napaka med končanjem datoteke vnosa `%s'"
23742405
2375 #: tp/Texinfo/Convert/HTML.pm:7169
2406 #: tp/Texinfo/Convert/HTML.pm:7151
23762407 msgid "Empty node name"
23772408 msgstr ""
23782409
2379 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2410 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23802411 #, perl-format
23812412 msgid "Syntax for an external node used for `%s'"
23822413 msgstr ""
26752706 msgstr "V vozlišču `%s' ni menijev."
26762707
26772708 #: tp/Texinfo/Parser.pm:3455
2678 msgid "Empty node in menu entry"
2709 msgid "Empty node name in menu entry"
26792710 msgstr ""
26802711
26812712 #: tp/Texinfo/Parser.pm:3525
31463177 msgid "Empty index key in @%s"
31473178 msgstr ""
31483179
3149 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3150 #, perl-format
3151 msgid "Can't open %s for writing: %s\n"
3152 msgstr ""
3153
3154 #: tp/init/tex4ht.pm:122
3155 #, perl-format
3156 msgid "tex4ht error opening %s: %s"
3157 msgstr ""
3158
3159 #: tp/init/tex4ht.pm:218
3160 #, perl-format
3161 msgid "chdir to %s failed"
3162 msgstr ""
3163
3164 #: tp/init/tex4ht.pm:242
3165 #, fuzzy, perl-format
3166 msgid "tex4ht output file missing: %s"
3180 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3181 #, fuzzy, perl-format
3182 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3183 msgstr "%s: ni mogoče odpreti --css-file: %s"
3184
3185 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3186 #, fuzzy, perl-format
3187 msgid "chm.pm:%s: Error on closing: %s"
3188 msgstr "Napaka v logičnem izrazu `%s': %s"
3189
3190 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3191 #, fuzzy, perl-format
3192 msgid "tex4ht.pm:%s: Cannot open: %s"
3193 msgstr "%s: ni mogoče odpreti --css-file: %s"
3194
3195 #: tp/init/tex4ht.pm:219
3196 #, perl-format
3197 msgid "tex4ht.pm:%s: chdir failed: %s"
3198 msgstr ""
3199
3200 #: tp/init/tex4ht.pm:232
3201 #, perl-format
3202 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3203 msgstr ""
3204
3205 #: tp/init/tex4ht.pm:244
3206 #, fuzzy, perl-format
3207 msgid "tex4ht.pm: Output file missing: %s"
31673208 msgstr "ni mogoče ustvariti datoteke vnosa `%s'"
31683209
3169 #: tp/init/tex4ht.pm:295
3170 #, perl-format
3171 msgid ""
3172 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3210 #: tp/init/tex4ht.pm:260
3211 #, perl-format
3212 msgid "tex4ht.pm: Command failed: %s"
3213 msgstr ""
3214
3215 #: tp/init/tex4ht.pm:293
3216 #, perl-format
3217 msgid "tex4ht.pm: end of @%s item %d not found"
3218 msgstr ""
3219
3220 #: tp/init/tex4ht.pm:300
3221 #, perl-format
3222 msgid ""
3223 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31733224 "items found in the document"
31743225 msgstr ""
31753226
3176 #: tp/init/tex4ht.pm:313
3177 #, perl-format
3178 msgid "tex4ht output has no HTML item for @%s %s"
3179 msgstr ""
3180
3181 #: tp/texi2any.pl:373
3227 #: tp/init/tex4ht.pm:319
3228 #, perl-format
3229 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3230 msgstr ""
3231
3232 #: tp/texi2any.pl:374
31823233 #, fuzzy, perl-format
31833234 msgid "error loading %s: %s\n"
31843235 msgstr "napaka med branjem v `%s'"
31853236
3186 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3237 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31873238 #, fuzzy, perl-format
31883239 msgid "Unknown variable %s\n"
31893240 msgstr "Neznano kazalo `%s'"
31903241
3191 #: tp/texi2any.pl:466
3242 #: tp/texi2any.pl:467
31923243 #, fuzzy, perl-format
31933244 msgid "Can't read init file %s"
31943245 msgstr "ni mogoče odpreti datoteke vnosa `%s'"
31953246
3196 #: tp/texi2any.pl:597
3247 #: tp/texi2any.pl:598
31973248 #, fuzzy
31983249 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31993250 msgstr "Uporaba: %s [MOŽNOST] ... DATOTEKA-TEXINFO ...\n"
32003251
3201 #: tp/texi2any.pl:598
3252 #: tp/texi2any.pl:599
32023253 #, fuzzy
32033254 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32043255 msgstr "Uporaba: %s [MOŽNOST] ... DATOTEKA-TEXINFO ...\n"
32053256
3206 #: tp/texi2any.pl:600
3257 #: tp/texi2any.pl:601
32073258 msgid ""
32083259 "Translate Texinfo source documentation to various other formats, by default\n"
32093260 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32123263 "datoteke Info, ki so primerne za branje na spletu z Emacs ali samostojnim "
32133264 "GNU Info.\n"
32143265
3215 #: tp/texi2any.pl:603
3266 #: tp/texi2any.pl:604
32163267 #, fuzzy, perl-format
32173268 msgid ""
32183269 "General options:\n"
32423293 " -v, --verbose pojasnitev, kaj se dogaja.\n"
32433294 " --version prikaži podrobnosti različice in končaj.\n"
32443295
3245 #: tp/texi2any.pl:618
3296 #: tp/texi2any.pl:619
32463297 #, fuzzy
32473298 msgid ""
32483299 "Output format selection (default is to produce Info):\n"
32583309 " --xml izpiši Texinfo XML namesto Info.\n"
32593310 " --plaintext izpiši običajno besedilo namesto Info.\n"
32603311
3261 #: tp/texi2any.pl:626
3312 #: tp/texi2any.pl:627
32623313 #, fuzzy
32633314 msgid ""
32643315 "General output options:\n"
33003351 " --number-sections izpiši poglavje in številke ustvarjanja odsekov.\n"
33013352 " -o, --output=DATOTEKA izpiši v DATOTEKO (ali mapo, če se razdeli HTML).\n"
33023353
3303 #: tp/texi2any.pl:646
3354 #: tp/texi2any.pl:647
33043355 #, perl-format
33053356 msgid ""
33063357 "Options for Info and plain text:\n"
33383389 " `asis', ohrani obstoječi zamik.\n"
33393390 " --split-size=NUM razdeli datoteke Info na velikost NUM (privzeto %d).\n"
33403391
3341 #: tp/texi2any.pl:663
3392 #: tp/texi2any.pl:664
33423393 #, fuzzy
33433394 msgid ""
33443395 "Options for HTML:\n"
33623413 " izdelaj imena datotek v transliteraciji "
33633414 "ASCII.\n"
33643415
3365 #: tp/texi2any.pl:674
3416 #: tp/texi2any.pl:675
33663417 msgid ""
33673418 "Options for XML and Docbook:\n"
33683419 " --output-indent=VAL does nothing, retained for compatibility.\n"
33693420 msgstr ""
33703421
3371 #: tp/texi2any.pl:677
3422 #: tp/texi2any.pl:678
33723423 msgid ""
33733424 "Options for DVI/PS/PDF:\n"
33743425 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33753426 msgstr ""
33763427
3377 #: tp/texi2any.pl:680
3428 #: tp/texi2any.pl:681
33783429 #, fuzzy
33793430 msgid ""
33803431 "Input file options:\n"
33913442 " -P MAPA pripni MAPO na začetek poti iskanja @include.\n"
33923443 " -U SPR razveljavi določitev spremenljivke SPR, tako kot @clear.\n"
33933444
3394 #: tp/texi2any.pl:687
3445 #: tp/texi2any.pl:688
33953446 #, fuzzy
33963447 msgid ""
33973448 "Conditional processing in input:\n"
34293480 "\n"
34303481 " Za možnosti --no-ifFORMAT obdelaj besedilo @ifnotFORMAT.\n"
34313482
3432 #: tp/texi2any.pl:704
3483 #: tp/texi2any.pl:705
34333484 #, fuzzy
34343485 msgid ""
34353486 " The defaults for the @if... conditionals depend on the output format:\n"
34463497 "izključeni;\n"
34473498 " če se ustvarja XML, je --ifxml vključen in vsi ostali izključeni;\n"
34483499
3449 #: tp/texi2any.pl:711
3500 #: tp/texi2any.pl:712
34503501 #, fuzzy
34513502 msgid ""
34523503 "Examples:\n"
34763527 " makeinfo --no-split foo.texi zapiši eno datoteko Info, ne glede na "
34773528 "velikost\n"
34783529
3479 #: tp/texi2any.pl:758
3530 #: tp/texi2any.pl:759
34803531 #, perl-format
34813532 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34823533 msgstr ""
34833534 "%s: --footnote-style argument mora biti `separate' ali `end', ne `%s'.\n"
34843535
3485 #: tp/texi2any.pl:848
3536 #: tp/texi2any.pl:849
34863537 #, perl-format
34873538 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34883539 msgstr ""
34893540 "%s: --paragraph-indent argument mora biti številski/`none'/`asis', ne `%s'.\n"
34903541
3491 #: tp/texi2any.pl:962
3542 #: tp/texi2any.pl:963
34923543 #, perl-format
34933544 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34943545 msgstr "%s: Prezrtje neprepoznane vrednosti TEXINFO_OUTPUT_FORMAT `%s'.\n"
34953546
3496 #: tp/texi2any.pl:975
3547 #: tp/texi2any.pl:976
34973548 #, perl-format
34983549 msgid "when generating %s, only one input FILE may be specified with -o"
34993550 msgstr ""
35003551
3501 #: tp/texi2any.pl:979
3552 #: tp/texi2any.pl:980
35023553 msgid "--Xopt option without printed output"
35033554 msgstr ""
35043555
3505 #: tp/texi2any.pl:989
3556 #: tp/texi2any.pl:990
35063557 #, fuzzy, perl-format
35073558 msgid "Unknown tree transformation %s"
35083559 msgstr "neznano dejanje `%s'"
35093560
3510 #: tp/texi2any.pl:996
3561 #: tp/texi2any.pl:997
35113562 #, perl-format
35123563 msgid "Ignoring splitting for format %s"
35133564 msgstr ""
35143565
3515 #: tp/texi2any.pl:1045
3566 #: tp/texi2any.pl:1046
35163567 #, perl-format
35173568 msgid "%s: missing file argument.\n"
35183569 msgstr "%s: manjka argument datoteke.\n"
35193570
3520 #: tp/texi2any.pl:1046
3571 #: tp/texi2any.pl:1047
35213572 #, perl-format
35223573 msgid "Try `%s --help' for more information.\n"
35233574 msgstr "Za več podrobnosti poskusite `%s --help'.\n"
35243575
3525 #: tp/texi2any.pl:1117
3576 #: tp/texi2any.pl:1118
35263577 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35273578 msgstr ""
35283579
3529 #: tp/texi2any.pl:1139
3580 #: tp/texi2any.pl:1140
35303581 #, fuzzy, perl-format
35313582 msgid "Error on closing macro expand file %s: %s\n"
35323583 msgstr "napaka med končanjem datoteke vnosa `%s'"
35333584
3534 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3585 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35353586 #, fuzzy, perl-format
35363587 msgid "Could not open %s for writing: %s\n"
35373588 msgstr "%s: ni mogoče odpreti --css-file: %s"
35383589
3539 #: tp/texi2any.pl:1169
3590 #: tp/texi2any.pl:1170
35403591 msgid ""
35413592 "insert_nodes_for_sectioning_commands transformation return no result. No "
35423593 "section?"
35433594 msgstr ""
35443595
3545 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3596 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
35463597 #, fuzzy, perl-format
35473598 msgid "Error on closing %s: %s\n"
35483599 msgstr "Napaka v logičnem izrazu `%s': %s"
35493600
3550 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3601 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35513602 #, perl-format
35523603 msgid "Error on closing internal links file %s: %s\n"
35533604 msgstr ""
Binary diff not shown
+205
-149
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: 2012-12-17 17:27-0800\n"
8 "POT-Creation-Date: 2013-01-01 17:33-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"
7474 msgid "%s: option '-W %s' requires an argument\n"
7575 msgstr "%s: flaggan \"%s\" kräver ett argument\n"
7676
77 #: gnulib/lib/regcomp.c:130
77 #: gnulib/lib/regcomp.c:131
7878 msgid "Success"
7979 msgstr ""
8080
81 #: gnulib/lib/regcomp.c:133
81 #: gnulib/lib/regcomp.c:134
8282 msgid "No match"
8383 msgstr ""
8484
85 #: gnulib/lib/regcomp.c:136
85 #: gnulib/lib/regcomp.c:137
8686 #, fuzzy
8787 msgid "Invalid regular expression"
8888 msgstr "Fel i reguljära uttrycket \"%s\": %s"
8989
90 #: gnulib/lib/regcomp.c:139
90 #: gnulib/lib/regcomp.c:140
9191 #, fuzzy
9292 msgid "Invalid collation character"
9393 msgstr "ogiltigt kodat tecken \"%s\""
9494
95 #: gnulib/lib/regcomp.c:142
95 #: gnulib/lib/regcomp.c:143
9696 #, fuzzy
9797 msgid "Invalid character class name"
9898 msgstr "osannolikt tecken %c i @var"
9999
100 #: gnulib/lib/regcomp.c:145
100 #: gnulib/lib/regcomp.c:146
101101 msgid "Trailing backslash"
102102 msgstr ""
103103
104 #: gnulib/lib/regcomp.c:148
104 #: gnulib/lib/regcomp.c:149
105105 msgid "Invalid back reference"
106106 msgstr ""
107107
108 #: gnulib/lib/regcomp.c:151
108 #: gnulib/lib/regcomp.c:152
109109 #, fuzzy
110110 msgid "Unmatched [ or [^"
111111 msgstr "Ensam }"
112112
113 #: gnulib/lib/regcomp.c:154
113 #: gnulib/lib/regcomp.c:155
114114 #, fuzzy
115115 msgid "Unmatched ( or \\("
116116 msgstr "Ensam }"
117117
118 #: gnulib/lib/regcomp.c:157
118 #: gnulib/lib/regcomp.c:158
119119 #, fuzzy
120120 msgid "Unmatched \\{"
121121 msgstr "Ensam }"
122122
123 #: gnulib/lib/regcomp.c:160
123 #: gnulib/lib/regcomp.c:161
124124 msgid "Invalid content of \\{\\}"
125125 msgstr ""
126126
127 #: gnulib/lib/regcomp.c:163
127 #: gnulib/lib/regcomp.c:164
128128 msgid "Invalid range end"
129129 msgstr ""
130130
131 #: gnulib/lib/regcomp.c:166
131 #: gnulib/lib/regcomp.c:167
132132 #, fuzzy
133133 msgid "Memory exhausted"
134134 msgstr "minne slut"
135135
136 #: gnulib/lib/regcomp.c:169
136 #: gnulib/lib/regcomp.c:170
137137 #, fuzzy
138138 msgid "Invalid preceding regular expression"
139139 msgstr "Fel i reguljära uttrycket \"%s\": %s"
140140
141 #: gnulib/lib/regcomp.c:172
141 #: gnulib/lib/regcomp.c:173
142142 #, fuzzy
143143 msgid "Premature end of regular expression"
144144 msgstr "Fel i reguljära uttrycket \"%s\": %s"
145145
146 #: gnulib/lib/regcomp.c:175
146 #: gnulib/lib/regcomp.c:176
147147 #, fuzzy
148148 msgid "Regular expression too big"
149149 msgstr "Använder reguljära uttryck i sökningar."
150150
151 #: gnulib/lib/regcomp.c:178
151 #: gnulib/lib/regcomp.c:179
152152 #, fuzzy
153153 msgid "Unmatched ) or \\)"
154154 msgstr "Ensam }"
155155
156 #: gnulib/lib/regcomp.c:703
156 #: gnulib/lib/regcomp.c:704
157157 #, fuzzy
158158 msgid "No previous regular expression"
159159 msgstr "Ingen tidigare söksträng"
422422 msgid "Try --help for more information.\n"
423423 msgstr "Prova --help för mer information.\n"
424424
425 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
426 #: tp/texi2any.pl:735 util/texindex.c:295
425 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
426 #: tp/texi2any.pl:736 util/texindex.c:295
427427 #, c-format, perl-format
428428 msgid ""
429429 "Copyright (C) %s Free Software Foundation, Inc.\n"
19701970
19711971 # char *s = concat ("", strerror (errno), _(" for %s"));
19721972 #
1973 #: install-info/install-info.c:285
1973 #: install-info/install-info.c:286
19741974 #, fuzzy, c-format
19751975 msgid "%s for %s"
19761976 msgstr " för %s"
19771977
1978 #: install-info/install-info.c:519
1978 #: install-info/install-info.c:520
19791979 #, c-format
19801980 msgid "\tTry `%s --help' for a complete list of options.\n"
19811981 msgstr "\tProva \"%s --help\" för en fullständig lista med flaggor.\n"
19821982
1983 #: install-info/install-info.c:527
1983 #: install-info/install-info.c:528
19841984 #, c-format
19851985 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19861986 msgstr "Användning: %s [FLAGGA]... [INFO-FIL [KATALOGFIL]]\n"
19871987
1988 #: install-info/install-info.c:529
1988 #: install-info/install-info.c:530
19891989 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19901990 msgstr ""
19911991 "Lägg till eller ta bort poster i INFO-FIL från Info-katalogen KATALOGFIL."
19921992
1993 #: install-info/install-info.c:531
1994 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1995 msgstr ""
1996
19931997 #: install-info/install-info.c:532
1998 msgid "--dir-file (or --info-dir) options are given, respectively."
1999 msgstr ""
2000
2001 #: install-info/install-info.c:535
19942002 msgid ""
19952003 "Options:\n"
2004 " --add-once add only to first matching section, not all.\n"
2005 " --align=COL start description of new entries at column COL.\n"
2006 " --calign=COL format second and subsequent description lines to\n"
2007 " start at column COL."
2008 msgstr ""
2009
2010 #: install-info/install-info.c:542
2011 #, fuzzy
2012 msgid ""
19962013 " --debug report what is being done.\n"
19972014 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19982015 " don't insert any new entries.\n"
20152032 " användning av argumentet KATALOGFIL.\n"
20162033 " --dry-run samma som --test."
20172034
2018 #: install-info/install-info.c:544
2019 msgid ""
2020 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2035 #: install-info/install-info.c:553
2036 #, fuzzy
2037 msgid ""
2038 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2039 " overriding any corresponding entry from DIR-FILE.\n"
20212040 " TEXT is written as an Info menu item line followed\n"
20222041 " by zero or more extra lines starting with "
20232042 "whitespace.\n"
20242043 " If you specify more than one entry, all are added.\n"
20252044 " If you don't specify any entries, they are determined\n"
2026 " from information in the Info file itself.\n"
2027 " When removing, TEXT specifies the entry to remove.\n"
2028 " TEXT is only removed as a last resort, if the\n"
2029 " entry as determined from the Info file is not "
2030 "present,\n"
2031 " and the basename of the Info file isn't found either."
2045 " from information in the Info file itself."
20322046 msgstr ""
20332047 " --entry=TEXT infoga TEXT som en Info-katalogpost.\n"
20342048 " TEXT skrivs som en Info-menypostrad som följs av\n"
20412055 " post som anges utav Info-filen inte finns och\n"
20422056 " basnamnet för Info-filen inte heller kan hittas."
20432057
2044 #: install-info/install-info.c:556
2058 #: install-info/install-info.c:562
2059 #, fuzzy
20452060 msgid ""
20462061 " --help display this help and exit.\n"
20472062 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20482063 " --info-file=FILE specify Info file to install in the directory;\n"
20492064 " equivalent to using the INFO-FILE argument.\n"
20502065 " --item=TEXT same as --entry=TEXT.\n"
2051 " --keep-old do not replace entries, or remove empty sections.\n"
2052 " --menuentry=TEXT same as --name=TEXT.\n"
2053 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2054 " to become synonymous with the --entry option.\n"
2055 " --no-indent do not format new entries in the DIR file.\n"
2056 " --quiet suppress warnings."
2066 " --keep-old do not replace entries, or remove empty sections."
20572067 msgstr ""
20582068 " --help visa denna hjälptext och avsluta.\n"
20592069 " --info-dir=KAT samma som --dir-file=KAT/dir.\n"
20682078 " --no-indent formatera inte nya poster i filen KAT.\n"
20692079 " --quiet undertryck varningar."
20702080
2071 #: install-info/install-info.c:569
2081 #: install-info/install-info.c:570
2082 #, fuzzy
2083 msgid ""
2084 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2085 " --menuentry=TEXT same as --name=TEXT.\n"
2086 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2087 " to become synonymous with the --entry option.\n"
2088 " --no-indent do not format new entries in the DIR file.\n"
2089 " --quiet suppress warnings."
2090 msgstr ""
2091 " --help visa denna hjälptext och avsluta.\n"
2092 " --info-dir=KAT samma som --dir-file=KAT/dir.\n"
2093 " --info-file=FIL ange Info-fil att installera i katalogen.\n"
2094 " Detta motsvarar användning av argumentet INFO-FIL.\n"
2095 " --item=TEXT samma som --entry=TEXT.\n"
2096 " --keep-old ersätt inte poster och ta inte bort tomma avsnitt.\n"
2097 " --menuentry=TEXT samma som --name=TEXT.\n"
2098 " --name=TEXT namnet på posten är TEXT. Används tillsammans med\n"
2099 " --description för att bli likvärdigt med flaggan\n"
2100 " --entry.\n"
2101 " --no-indent formatera inte nya poster i filen KAT.\n"
2102 " --quiet undertryck varningar."
2103
2104 #: install-info/install-info.c:578
20722105 msgid ""
20732106 " --regex=R put this file's entries in all sections that match the\n"
20742107 " regular expression R (ignoring case).\n"
20972130 " Info-filen.\n"
20982131 " --section R AVSNITT likvärdigt med --regex=R --section=AVSNITT --add-once."
20992132
2100 #: install-info/install-info.c:582
2133 #: install-info/install-info.c:591
21012134 msgid ""
21022135 " --silent suppress warnings.\n"
21032136 " --test suppress updating of DIR-FILE.\n"
21072140 " --test undertryck uppdatering av KATALOGFIL.\n"
21082141 " --version visa versionsinformation och avsluta."
21092142
2110 #: install-info/install-info.c:589 tp/texi2any.pl:723
2143 #: install-info/install-info.c:598 tp/texi2any.pl:724
21112144 msgid ""
21122145 "Email bug reports to bug-texinfo@gnu.org,\n"
21132146 "general questions and discussion to help-texinfo@gnu.org.\n"
21182151 "och synpunkter på översättningen till tp-sv@listor.tp-sv.se.\n"
21192152 "Hemsida för texinfo: http://www.gnu.org/software/texinfo/"
21202153
2121 #: install-info/install-info.c:616
2154 #: install-info/install-info.c:625
21222155 #, c-format
21232156 msgid ""
21242157 "This is the file .../info/dir, which contains the\n"
21532186 "\n"
21542187 "%s\n"
21552188
2156 #: install-info/install-info.c:640
2189 #: install-info/install-info.c:649
21572190 #, fuzzy, c-format
21582191 msgid "%s: could not read (%s) and could not create (%s)"
21592192 msgstr "%s: kunde inte läsa (%s) och kunde inte skapa (%s)\n"
21602193
2161 #: install-info/install-info.c:736
2194 #: install-info/install-info.c:745
21622195 #, c-format
21632196 msgid "%s: empty file"
21642197 msgstr "%s: tom fil"
21652198
2166 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2199 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21672200 #, c-format
21682201 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21692202 msgstr "START-INFO-DIR-ENTRY utan matchande END-INFO-DIR-ENTRY"
21702203
2171 #: install-info/install-info.c:1114
2204 #: install-info/install-info.c:1123
21722205 #, c-format
21732206 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21742207 msgstr "END-INFO-DIR-ENTRY utan matchande START-INFO-DIR-ENTRY"
21752208
2176 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2209 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21772210 #, c-format
21782211 msgid "%s: already have dir file: %s\n"
21792212 msgstr "%s: har redan katalogfilen: %s\n"
21802213
2181 #: install-info/install-info.c:2068
2214 #: install-info/install-info.c:2077
21822215 #, c-format
21832216 msgid "%s: Specify the Info file only once.\n"
21842217 msgstr "%s: Ange Info-filen endast en gång.\n"
21852218
2186 #: install-info/install-info.c:2101
2219 #: install-info/install-info.c:2110
21872220 #, c-format
21882221 msgid "Extra regular expression specified, ignoring `%s'"
21892222 msgstr "Extra reguljärt uttryck angivet, ignorerar \"%s\""
21902223
2191 #: install-info/install-info.c:2113
2224 #: install-info/install-info.c:2122
21922225 #, c-format
21932226 msgid "Error in regular expression `%s': %s"
21942227 msgstr "Fel i reguljära uttrycket \"%s\": %s"
21952228
2196 #: install-info/install-info.c:2171
2229 #: install-info/install-info.c:2180
21972230 #, c-format
21982231 msgid "excess command line argument `%s'"
21992232 msgstr "för många kommandoradsargument \"%s\""
22002233
2201 #: install-info/install-info.c:2175
2234 #: install-info/install-info.c:2184
22022235 #, c-format
22032236 msgid "No input file specified; try --help for more information."
22042237 msgstr "Ingen indatafil angiven; prova --help för mer information."
22052238
2206 #: install-info/install-info.c:2177
2239 #: install-info/install-info.c:2186
22072240 #, c-format
22082241 msgid "No dir file specified; try --help for more information."
22092242 msgstr "Ingen katalogfil angiven; prova --help för mer information."
22102243
2211 #: install-info/install-info.c:2319
2244 #: install-info/install-info.c:2328
22122245 #, c-format
22132246 msgid "no info dir entry in `%s'"
22142247 msgstr "ingen info-katalogpost i \"%s\""
22152248
2216 #: install-info/install-info.c:2567
2249 #: install-info/install-info.c:2576
22172250 #, c-format
22182251 msgid "no entries found for `%s'; nothing deleted"
22192252 msgstr "inga poster hittades för \"%s\"; ingenting togs bort"
22202253
2221 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2222 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2223 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2224 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2225 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2254 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22262259 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22272260 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22282261 #, fuzzy, perl-format
23032336 msgstr ""
23042337
23052338 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2306 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2339 #: tp/texi2any.pl:386 tp/texi2any.pl:403
23072340 #, fuzzy, perl-format
23082341 msgid "Obsolete variable %s\n"
23092342 msgstr "Ställ in variabel: "
23182351 msgid "Can't create directories `%s': %s"
23192352 msgstr "Kan inte skapa katalogen \"%s\": %s"
23202353
2321 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2322 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2354 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2355 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23232356 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23242357 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2325 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2326 #: tp/init/chm.pm:399
2358 #: tp/Texinfo/Parser.pm:1871
23272359 #, fuzzy, perl-format
23282360 msgid "Error on closing %s: %s"
23292361 msgstr "fel vid skrivning till \"%s\""
23302362
2331 #: tp/Texinfo/Convert/DocBook.pm:919
2363 #: tp/Texinfo/Convert/DocBook.pm:897
23322364 #, fuzzy, perl-format
23332365 msgid "@image file `%s' not found, using `%s'"
23342366 msgstr "@image-filen \"%s\" är oläslig: %s"
23432375 msgid "Raw format %s is not converted"
23442376 msgstr ""
23452377
2346 #: tp/Texinfo/Convert/HTML.pm:4832
2378 #: tp/Texinfo/Convert/HTML.pm:4814
23472379 #, perl-format
23482380 msgid "%s:%d: string not closed in css file"
23492381 msgstr ""
23502382
2351 #: tp/Texinfo/Convert/HTML.pm:4834
2383 #: tp/Texinfo/Convert/HTML.pm:4816
23522384 #, fuzzy, perl-format
23532385 msgid "%s:%d: --css-include ended in comment"
23542386 msgstr "%s:%d: --css-fil slutade med kommentar"
23552387
2356 #: tp/Texinfo/Convert/HTML.pm:4836
2357 #, perl-format
2358 msgid "%s:%d @import not finished in css file"
2359 msgstr ""
2360
2361 #: tp/Texinfo/Convert/HTML.pm:4862
2388 #: tp/Texinfo/Convert/HTML.pm:4818
2389 #, perl-format
2390 msgid "%s:%d: @import not finished in css file"
2391 msgstr ""
2392
2393 #: tp/Texinfo/Convert/HTML.pm:4844
23622394 #, fuzzy, perl-format
23632395 msgid "css file %s not found"
23642396 msgstr "Makrot %cend hittades inte"
23652397
2366 #: tp/Texinfo/Convert/HTML.pm:4868
2398 #: tp/Texinfo/Convert/HTML.pm:4850
23672399 #, fuzzy, perl-format
23682400 msgid "could not open --include-file %s: %s"
23692401 msgstr "%s: kunde inte öppna --css-fil: %s"
23702402
2371 #: tp/Texinfo/Convert/HTML.pm:4878
2403 #: tp/Texinfo/Convert/HTML.pm:4860
23722404 #, fuzzy, perl-format
23732405 msgid "Error on closing CSS file %s: %s"
23742406 msgstr "fel vid stängning av utdatafilen \"%s\""
23752407
2376 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2408 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23772409 #, fuzzy, perl-format
23782410 msgid "No htmlxref.cnf entry found for `%s'"
23792411 msgstr "inga indexposter för \"%s\" hittades\n"
23802412
2381 #: tp/Texinfo/Convert/HTML.pm:6513
2413 #: tp/Texinfo/Convert/HTML.pm:6495
23822414 #, fuzzy, perl-format
23832415 msgid "Error on closing frame file %s: %s"
23842416 msgstr "fel vid stängning av utdatafilen \"%s\""
23852417
2386 #: tp/Texinfo/Convert/HTML.pm:6537
2418 #: tp/Texinfo/Convert/HTML.pm:6519
23872419 #, fuzzy, perl-format
23882420 msgid "Error on closing TOC frame file %s: %s"
23892421 msgstr "fel vid stängning av utdatafilen \"%s\""
23902422
2391 #: tp/Texinfo/Convert/HTML.pm:6652
2423 #: tp/Texinfo/Convert/HTML.pm:6634
23922424 #, perl-format
23932425 msgid "Handler %s of stage %s priority %s failed"
23942426 msgstr ""
23952427
2396 #: tp/Texinfo/Convert/HTML.pm:6853
2428 #: tp/Texinfo/Convert/HTML.pm:6835
23972429 msgid "Must specify a title with a title command or @top"
23982430 msgstr ""
23992431
2400 #: tp/Texinfo/Convert/HTML.pm:7058
2432 #: tp/Texinfo/Convert/HTML.pm:7040
24012433 #, perl-format
24022434 msgid "Error on closing redirection node file %s: %s"
24032435 msgstr ""
24042436
2405 #: tp/Texinfo/Convert/HTML.pm:7083
2437 #: tp/Texinfo/Convert/HTML.pm:7065
24062438 #, fuzzy, perl-format
24072439 msgid "Old name for `%s' is a node of the document"
24082440 msgstr "Inget \"Prev\" eller \"Up\" för denna nod inom detta dokument."
24092441
2410 #: tp/Texinfo/Convert/HTML.pm:7087
2442 #: tp/Texinfo/Convert/HTML.pm:7069
24112443 #, fuzzy, perl-format
24122444 msgid "File empty for renamed node `%s'"
24132445 msgstr "orefererad nod \"%s\""
24142446
2415 #: tp/Texinfo/Convert/HTML.pm:7099
2447 #: tp/Texinfo/Convert/HTML.pm:7081
24162448 #, perl-format
24172449 msgid "Target node (new name for `%s') not in document: %s"
24182450 msgstr ""
24192451
2420 #: tp/Texinfo/Convert/HTML.pm:7131
2452 #: tp/Texinfo/Convert/HTML.pm:7113
24212453 #, fuzzy, perl-format
24222454 msgid "Error on closing renamed node redirection file %s: %s"
24232455 msgstr "fel vid stängning av utdatafilen \"%s\""
24242456
2425 #: tp/Texinfo/Convert/HTML.pm:7169
2457 #: tp/Texinfo/Convert/HTML.pm:7151
24262458 #, fuzzy
24272459 msgid "Empty node name"
24282460 msgstr "inga indexposter för \"%s\" hittades\n"
24292461
2430 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2462 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24312463 #, perl-format
24322464 msgid "Syntax for an external node used for `%s'"
24332465 msgstr ""
27292761
27302762 #: tp/Texinfo/Parser.pm:3455
27312763 #, fuzzy
2732 msgid "Empty node in menu entry"
2764 msgid "Empty node name in menu entry"
27332765 msgstr "inga indexposter för \"%s\" hittades\n"
27342766
27352767 #: tp/Texinfo/Parser.pm:3525
32063238 msgid "Empty index key in @%s"
32073239 msgstr "inga indexposter för \"%s\" hittades\n"
32083240
3209 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3210 #, fuzzy, perl-format
3211 msgid "Can't open %s for writing: %s\n"
3241 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3242 #, fuzzy, perl-format
3243 msgid "chm.pm:%s: Cannot open for writing: %s\n"
32123244 msgstr "%s: kunde inte öppna --css-fil: %s"
32133245
3214 #: tp/init/tex4ht.pm:122
3215 #, fuzzy, perl-format
3216 msgid "tex4ht error opening %s: %s"
3246 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3247 #, fuzzy, perl-format
3248 msgid "chm.pm:%s: Error on closing: %s"
32173249 msgstr "fel vid skrivning till \"%s\""
32183250
3219 #: tp/init/tex4ht.pm:218
3220 #, perl-format
3221 msgid "chdir to %s failed"
3222 msgstr ""
3223
3224 #: tp/init/tex4ht.pm:242
3225 #, fuzzy, perl-format
3226 msgid "tex4ht output file missing: %s"
3251 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3252 #, fuzzy, perl-format
3253 msgid "tex4ht.pm:%s: Cannot open: %s"
3254 msgstr "Kan inte hitta \"%s\"."
3255
3256 #: tp/init/tex4ht.pm:219
3257 #, perl-format
3258 msgid "tex4ht.pm:%s: chdir failed: %s"
3259 msgstr ""
3260
3261 #: tp/init/tex4ht.pm:232
3262 #, perl-format
3263 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3264 msgstr ""
3265
3266 #: tp/init/tex4ht.pm:244
3267 #, fuzzy, perl-format
3268 msgid "tex4ht.pm: Output file missing: %s"
32273269 msgstr "kan inte skapa utdatafilen \"%s\""
32283270
3229 #: tp/init/tex4ht.pm:295
3230 #, perl-format
3231 msgid ""
3232 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3271 #: tp/init/tex4ht.pm:260
3272 #, perl-format
3273 msgid "tex4ht.pm: Command failed: %s"
3274 msgstr ""
3275
3276 #: tp/init/tex4ht.pm:293
3277 #, perl-format
3278 msgid "tex4ht.pm: end of @%s item %d not found"
3279 msgstr ""
3280
3281 #: tp/init/tex4ht.pm:300
3282 #, perl-format
3283 msgid ""
3284 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32333285 "items found in the document"
32343286 msgstr ""
32353287
3236 #: tp/init/tex4ht.pm:313
3237 #, perl-format
3238 msgid "tex4ht output has no HTML item for @%s %s"
3239 msgstr ""
3240
3241 #: tp/texi2any.pl:373
3288 #: tp/init/tex4ht.pm:319
3289 #, perl-format
3290 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3291 msgstr ""
3292
3293 #: tp/texi2any.pl:374
32423294 #, fuzzy, perl-format
32433295 msgid "error loading %s: %s\n"
32443296 msgstr "fel vid skrivning till \"%s\""
32453297
3246 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3298 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32473299 #, fuzzy, perl-format
32483300 msgid "Unknown variable %s\n"
32493301 msgstr "Okänt kommando \"%s\""
32503302
3251 #: tp/texi2any.pl:466
3303 #: tp/texi2any.pl:467
32523304 #, fuzzy, perl-format
32533305 msgid "Can't read init file %s"
32543306 msgstr "kan inte öppna indatafilen \"%s\""
32553307
3256 #: tp/texi2any.pl:597
3308 #: tp/texi2any.pl:598
32573309 #, fuzzy
32583310 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32593311 msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n"
32603312
3261 #: tp/texi2any.pl:598
3313 #: tp/texi2any.pl:599
32623314 #, fuzzy
32633315 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32643316 msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n"
32653317
3266 #: tp/texi2any.pl:600
3318 #: tp/texi2any.pl:601
32673319 msgid ""
32683320 "Translate Texinfo source documentation to various other formats, by default\n"
32693321 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32713323 "Översätt Texinfo-källdokumentation till diverse andra format, som standard\n"
32723324 "infofiler som är lämpliga för läsning med Emacs eller GNU Info.\n"
32733325
3274 #: tp/texi2any.pl:603
3326 #: tp/texi2any.pl:604
32753327 #, fuzzy, perl-format
32763328 msgid ""
32773329 "General options:\n"
33013353 " -v, --verbose förklara vad som görs.\n"
33023354 " --version visa versionsinformation och avsluta.\n"
33033355
3304 #: tp/texi2any.pl:618
3356 #: tp/texi2any.pl:619
33053357 #, fuzzy
33063358 msgid ""
33073359 "Output format selection (default is to produce Info):\n"
33173369 " --xml generera Texinfo XML istället för Info.\n"
33183370 " --plaintext generera vanlig text istället för Info.\n"
33193371
3320 #: tp/texi2any.pl:626
3372 #: tp/texi2any.pl:627
33213373 #, fuzzy
33223374 msgid ""
33233375 "General output options:\n"
33573409 " --number-sections generera kapitel- och avsnittsnummer.\n"
33583410 " -o, --output=FIL generera till FIL (katalog om delad HTML).\n"
33593411
3360 #: tp/texi2any.pl:646
3412 #: tp/texi2any.pl:647
33613413 #, perl-format
33623414 msgid ""
33633415 "Options for Info and plain text:\n"
33993451 " --split-size=ANTAL dela upp Info-filer vid storleken ANTAL\n"
34003452 " (standardvärde %d).\n"
34013453
3402 #: tp/texi2any.pl:663
3454 #: tp/texi2any.pl:664
34033455 #, fuzzy
34043456 msgid ""
34053457 "Options for HTML:\n"
34203472 " --transliterate-file-names\n"
34213473 " producera filnamn i ASCII-translitteration.\n"
34223474
3423 #: tp/texi2any.pl:674
3475 #: tp/texi2any.pl:675
34243476 msgid ""
34253477 "Options for XML and Docbook:\n"
34263478 " --output-indent=VAL does nothing, retained for compatibility.\n"
34273479 msgstr ""
34283480
3429 #: tp/texi2any.pl:677
3481 #: tp/texi2any.pl:678
34303482 msgid ""
34313483 "Options for DVI/PS/PDF:\n"
34323484 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34333485 msgstr ""
34343486
3435 #: tp/texi2any.pl:680
3487 #: tp/texi2any.pl:681
34363488 #, fuzzy
34373489 msgid ""
34383490 "Input file options:\n"
34523504 " -U VARIABEL odefiniera variabeln VARIABEL, som med "
34533505 "@clear.\n"
34543506
3455 #: tp/texi2any.pl:687
3507 #: tp/texi2any.pl:688
34563508 #, fuzzy
34573509 msgid ""
34583510 "Conditional processing in input:\n"
34903542 "\n"
34913543 " Dessutom, för flaggorna --no-ifFORMAT, behandla @ifnotFORMAT-text.\n"
34923544
3493 #: tp/texi2any.pl:704
3545 #: tp/texi2any.pl:705
34943546 #, fuzzy
34953547 msgid ""
34963548 " The defaults for the @if... conditionals depend on the output format:\n"
35063558 " om vanlig text genereras är --ifplaintext på och de andra av;\n"
35073559 " om XML genereras är --ifxml på och de andra av.\n"
35083560
3509 #: tp/texi2any.pl:711
3561 #: tp/texi2any.pl:712
35103562 #, fuzzy
35113563 msgid ""
35123564 "Examples:\n"
35373589 " makeinfo --no-split apa.texi skriv en Info-fil hur stor den än "
35383590 "är\n"
35393591
3540 #: tp/texi2any.pl:758
3592 #: tp/texi2any.pl:759
35413593 #, perl-format
35423594 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35433595 msgstr ""
35443596 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
35453597 "\"%s\".\n"
35463598
3547 #: tp/texi2any.pl:848
3599 #: tp/texi2any.pl:849
35483600 #, perl-format
35493601 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35503602 msgstr ""
35513603 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
35523604 "inte \"%s\".\n"
35533605
3554 #: tp/texi2any.pl:962
3606 #: tp/texi2any.pl:963
35553607 #, perl-format
35563608 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35573609 msgstr "%s: Ignorerar okänt TEXINFO_OUTPUT_FORMAT-värde \"%s\".\n"
35583610
3559 #: tp/texi2any.pl:975
3611 #: tp/texi2any.pl:976
35603612 #, perl-format
35613613 msgid "when generating %s, only one input FILE may be specified with -o"
35623614 msgstr ""
35633615
3564 #: tp/texi2any.pl:979
3616 #: tp/texi2any.pl:980
35653617 msgid "--Xopt option without printed output"
35663618 msgstr ""
35673619
3568 #: tp/texi2any.pl:989
3620 #: tp/texi2any.pl:990
35693621 #, fuzzy, perl-format
35703622 msgid "Unknown tree transformation %s"
35713623 msgstr "Okänt kommando \"%s\""
35723624
3573 #: tp/texi2any.pl:996
3625 #: tp/texi2any.pl:997
35743626 #, perl-format
35753627 msgid "Ignoring splitting for format %s"
35763628 msgstr ""
35773629
3578 #: tp/texi2any.pl:1045
3630 #: tp/texi2any.pl:1046
35793631 #, perl-format
35803632 msgid "%s: missing file argument.\n"
35813633 msgstr "%s: filargument saknas.\n"
35823634
3583 #: tp/texi2any.pl:1046
3635 #: tp/texi2any.pl:1047
35843636 #, perl-format
35853637 msgid "Try `%s --help' for more information.\n"
35863638 msgstr "Prova \"%s --help\" för mer information.\n"
35873639
3588 #: tp/texi2any.pl:1117
3640 #: tp/texi2any.pl:1118
35893641 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35903642 msgstr ""
35913643
3592 #: tp/texi2any.pl:1139
3644 #: tp/texi2any.pl:1140
35933645 #, fuzzy, perl-format
35943646 msgid "Error on closing macro expand file %s: %s\n"
35953647 msgstr "fel vid stängning av utdatafilen \"%s\""
35963648
3597 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3649 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35983650 #, fuzzy, perl-format
35993651 msgid "Could not open %s for writing: %s\n"
36003652 msgstr "%s: kunde inte öppna --css-fil: %s"
36013653
3602 #: tp/texi2any.pl:1169
3654 #: tp/texi2any.pl:1170
36033655 msgid ""
36043656 "insert_nodes_for_sectioning_commands transformation return no result. No "
36053657 "section?"
36063658 msgstr ""
36073659
3608 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3660 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36093661 #, fuzzy, perl-format
36103662 msgid "Error on closing %s: %s\n"
36113663 msgstr "fel vid skrivning till \"%s\""
36123664
3613 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3665 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36143666 #, perl-format
36153667 msgid "Error on closing internal links file %s: %s\n"
36163668 msgstr ""
36713723 #, c-format
36723724 msgid "entry %s follows an entry with a secondary name"
36733725 msgstr "posten %s följer på en post med ett sekundärt namn"
3726
3727 #, fuzzy
3728 #~ msgid "tex4ht error opening %s: %s"
3729 #~ msgstr "fel vid skrivning till \"%s\""
36743730
36753731 #, fuzzy
36763732 #~ msgid "Error on closing renamed nodes file %s: %s"
47634819 #~ msgstr " Att välja en menypost gör att en annan nod väljs.\n"
47644820
47654821 #~ msgid ""
4766 #~ " You may include a filename as well, as in (FILENAME)"
4767 #~ "NODENAME.\n"
4822 #~ " You may include a filename as well, as in "
4823 #~ "(FILENAME)NODENAME.\n"
47684824 #~ msgstr ""
47694825 #~ " Du kan även inkludera ett filnamn, som exempelvis\n"
47704826 #~ " (FILNAMN)NODNAMN.\n"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 4.13.92\n"
8 "Project-Id-Version: texinfo 4.13.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
10 "POT-Creation-Date: 2013-01-01 17:33-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"
7777 msgid "%s: option '-W %s' requires an argument\n"
7878 msgstr ""
7979
80 #: gnulib/lib/regcomp.c:130
80 #: gnulib/lib/regcomp.c:131
8181 msgid "Success"
8282 msgstr ""
8383
84 #: gnulib/lib/regcomp.c:133
84 #: gnulib/lib/regcomp.c:134
8585 msgid "No match"
8686 msgstr ""
8787
88 #: gnulib/lib/regcomp.c:136
88 #: gnulib/lib/regcomp.c:137
8989 msgid "Invalid regular expression"
9090 msgstr ""
9191
92 #: gnulib/lib/regcomp.c:139
92 #: gnulib/lib/regcomp.c:140
9393 msgid "Invalid collation character"
9494 msgstr ""
9595
96 #: gnulib/lib/regcomp.c:142
96 #: gnulib/lib/regcomp.c:143
9797 msgid "Invalid character class name"
9898 msgstr ""
9999
100 #: gnulib/lib/regcomp.c:145
100 #: gnulib/lib/regcomp.c:146
101101 msgid "Trailing backslash"
102102 msgstr ""
103103
104 #: gnulib/lib/regcomp.c:148
104 #: gnulib/lib/regcomp.c:149
105105 msgid "Invalid back reference"
106106 msgstr ""
107107
108 #: gnulib/lib/regcomp.c:151
108 #: gnulib/lib/regcomp.c:152
109109 msgid "Unmatched [ or [^"
110110 msgstr ""
111111
112 #: gnulib/lib/regcomp.c:154
112 #: gnulib/lib/regcomp.c:155
113113 msgid "Unmatched ( or \\("
114114 msgstr ""
115115
116 #: gnulib/lib/regcomp.c:157
116 #: gnulib/lib/regcomp.c:158
117117 msgid "Unmatched \\{"
118118 msgstr ""
119119
120 #: gnulib/lib/regcomp.c:160
120 #: gnulib/lib/regcomp.c:161
121121 msgid "Invalid content of \\{\\}"
122122 msgstr ""
123123
124 #: gnulib/lib/regcomp.c:163
124 #: gnulib/lib/regcomp.c:164
125125 msgid "Invalid range end"
126126 msgstr ""
127127
128 #: gnulib/lib/regcomp.c:166
128 #: gnulib/lib/regcomp.c:167
129129 msgid "Memory exhausted"
130130 msgstr ""
131131
132 #: gnulib/lib/regcomp.c:169
132 #: gnulib/lib/regcomp.c:170
133133 msgid "Invalid preceding regular expression"
134134 msgstr ""
135135
136 #: gnulib/lib/regcomp.c:172
136 #: gnulib/lib/regcomp.c:173
137137 msgid "Premature end of regular expression"
138138 msgstr ""
139139
140 #: gnulib/lib/regcomp.c:175
140 #: gnulib/lib/regcomp.c:176
141141 msgid "Regular expression too big"
142142 msgstr ""
143143
144 #: gnulib/lib/regcomp.c:178
144 #: gnulib/lib/regcomp.c:179
145145 msgid "Unmatched ) or \\)"
146146 msgstr ""
147147
148 #: gnulib/lib/regcomp.c:703
148 #: gnulib/lib/regcomp.c:704
149149 msgid "No previous regular expression"
150150 msgstr ""
151151
390390 msgid "Try --help for more information.\n"
391391 msgstr ""
392392
393 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
394 #: tp/texi2any.pl:735 util/texindex.c:295
393 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
394 #: tp/texi2any.pl:736 util/texindex.c:295
395395 #, c-format, perl-format
396396 msgid ""
397397 "Copyright (C) %s Free Software Foundation, Inc.\n"
17931793 msgid " Subfile: %s"
17941794 msgstr ""
17951795
1796 #: install-info/install-info.c:285
1796 #: install-info/install-info.c:286
17971797 #, c-format
17981798 msgid "%s for %s"
17991799 msgstr ""
18001800
1801 #: install-info/install-info.c:519
1801 #: install-info/install-info.c:520
18021802 #, c-format
18031803 msgid "\tTry `%s --help' for a complete list of options.\n"
18041804 msgstr ""
18051805
1806 #: install-info/install-info.c:527
1806 #: install-info/install-info.c:528
18071807 #, c-format
18081808 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
18091809 msgstr ""
18101810
1811 #: install-info/install-info.c:529
1811 #: install-info/install-info.c:530
18121812 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
18131813 msgstr ""
18141814
1815 #: install-info/install-info.c:531
1816 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1817 msgstr ""
1818
18151819 #: install-info/install-info.c:532
1820 msgid "--dir-file (or --info-dir) options are given, respectively."
1821 msgstr ""
1822
1823 #: install-info/install-info.c:535
18161824 msgid ""
18171825 "Options:\n"
1826 " --add-once add only to first matching section, not all.\n"
1827 " --align=COL start description of new entries at column COL.\n"
1828 " --calign=COL format second and subsequent description lines to\n"
1829 " start at column COL."
1830 msgstr ""
1831
1832 #: install-info/install-info.c:542
1833 msgid ""
18181834 " --debug report what is being done.\n"
18191835 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
18201836 " don't insert any new entries.\n"
18261842 " --dry-run same as --test."
18271843 msgstr ""
18281844
1829 #: install-info/install-info.c:544
1830 msgid ""
1831 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1845 #: install-info/install-info.c:553
1846 msgid ""
1847 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1848 " overriding any corresponding entry from DIR-FILE.\n"
18321849 " TEXT is written as an Info menu item line followed\n"
18331850 " by zero or more extra lines starting with "
18341851 "whitespace.\n"
18351852 " If you specify more than one entry, all are added.\n"
18361853 " If you don't specify any entries, they are determined\n"
1837 " from information in the Info file itself.\n"
1838 " When removing, TEXT specifies the entry to remove.\n"
1839 " TEXT is only removed as a last resort, if the\n"
1840 " entry as determined from the Info file is not "
1841 "present,\n"
1842 " and the basename of the Info file isn't found either."
1843 msgstr ""
1844
1845 #: install-info/install-info.c:556
1854 " from information in the Info file itself."
1855 msgstr ""
1856
1857 #: install-info/install-info.c:562
18461858 msgid ""
18471859 " --help display this help and exit.\n"
18481860 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
18491861 " --info-file=FILE specify Info file to install in the directory;\n"
18501862 " equivalent to using the INFO-FILE argument.\n"
18511863 " --item=TEXT same as --entry=TEXT.\n"
1852 " --keep-old do not replace entries, or remove empty sections.\n"
1864 " --keep-old do not replace entries, or remove empty sections."
1865 msgstr ""
1866
1867 #: install-info/install-info.c:570
1868 msgid ""
1869 " --maxwidth, --max-width=COL wrap description at column COL.\n"
18531870 " --menuentry=TEXT same as --name=TEXT.\n"
18541871 " --name=TEXT the name of the entry is TEXT; used with --description\n"
18551872 " to become synonymous with the --entry option.\n"
18571874 " --quiet suppress warnings."
18581875 msgstr ""
18591876
1860 #: install-info/install-info.c:569
1877 #: install-info/install-info.c:578
18611878 msgid ""
18621879 " --regex=R put this file's entries in all sections that match the\n"
18631880 " regular expression R (ignoring case).\n"
18731890 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
18741891 msgstr ""
18751892
1876 #: install-info/install-info.c:582
1893 #: install-info/install-info.c:591
18771894 msgid ""
18781895 " --silent suppress warnings.\n"
18791896 " --test suppress updating of DIR-FILE.\n"
18801897 " --version display version information and exit."
18811898 msgstr ""
18821899
1883 #: install-info/install-info.c:589 tp/texi2any.pl:723
1900 #: install-info/install-info.c:598 tp/texi2any.pl:724
18841901 msgid ""
18851902 "Email bug reports to bug-texinfo@gnu.org,\n"
18861903 "general questions and discussion to help-texinfo@gnu.org.\n"
18871904 "Texinfo home page: http://www.gnu.org/software/texinfo/"
18881905 msgstr ""
18891906
1890 #: install-info/install-info.c:616
1907 #: install-info/install-info.c:625
18911908 #, c-format
18921909 msgid ""
18931910 "This is the file .../info/dir, which contains the\n"
19071924 "%s\n"
19081925 msgstr ""
19091926
1910 #: install-info/install-info.c:640
1927 #: install-info/install-info.c:649
19111928 #, c-format
19121929 msgid "%s: could not read (%s) and could not create (%s)"
19131930 msgstr ""
19141931
1915 #: install-info/install-info.c:736
1932 #: install-info/install-info.c:745
19161933 #, c-format
19171934 msgid "%s: empty file"
19181935 msgstr ""
19191936
1920 #: install-info/install-info.c:1079 install-info/install-info.c:1119
1937 #: install-info/install-info.c:1088 install-info/install-info.c:1128
19211938 #, c-format
19221939 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
19231940 msgstr ""
19241941
1925 #: install-info/install-info.c:1114
1942 #: install-info/install-info.c:1123
19261943 #, c-format
19271944 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
19281945 msgstr ""
19291946
1930 #: install-info/install-info.c:1978 install-info/install-info.c:1988
1947 #: install-info/install-info.c:1987 install-info/install-info.c:1997
19311948 #, c-format
19321949 msgid "%s: already have dir file: %s\n"
19331950 msgstr ""
19341951
1935 #: install-info/install-info.c:2068
1952 #: install-info/install-info.c:2077
19361953 #, c-format
19371954 msgid "%s: Specify the Info file only once.\n"
19381955 msgstr ""
19391956
1940 #: install-info/install-info.c:2101
1957 #: install-info/install-info.c:2110
19411958 #, c-format
19421959 msgid "Extra regular expression specified, ignoring `%s'"
19431960 msgstr ""
19441961
1945 #: install-info/install-info.c:2113
1962 #: install-info/install-info.c:2122
19461963 #, c-format
19471964 msgid "Error in regular expression `%s': %s"
19481965 msgstr ""
19491966
1950 #: install-info/install-info.c:2171
1967 #: install-info/install-info.c:2180
19511968 #, c-format
19521969 msgid "excess command line argument `%s'"
19531970 msgstr ""
19541971
1955 #: install-info/install-info.c:2175
1972 #: install-info/install-info.c:2184
19561973 #, c-format
19571974 msgid "No input file specified; try --help for more information."
19581975 msgstr ""
19591976
1960 #: install-info/install-info.c:2177
1977 #: install-info/install-info.c:2186
19611978 #, c-format
19621979 msgid "No dir file specified; try --help for more information."
19631980 msgstr ""
19641981
1965 #: install-info/install-info.c:2319
1982 #: install-info/install-info.c:2328
19661983 #, c-format
19671984 msgid "no info dir entry in `%s'"
19681985 msgstr ""
19691986
1970 #: install-info/install-info.c:2567
1987 #: install-info/install-info.c:2576
19711988 #, c-format
19721989 msgid "no entries found for `%s'; nothing deleted"
19731990 msgstr ""
19741991
1975 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
1976 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
1977 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
1978 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
1979 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
1992 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
19801997 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
19811998 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
19821999 #, perl-format
20562073 msgstr ""
20572074
20582075 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2059 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2076 #: tp/texi2any.pl:386 tp/texi2any.pl:403
20602077 #, perl-format
20612078 msgid "Obsolete variable %s\n"
20622079 msgstr ""
20712088 msgid "Can't create directories `%s': %s"
20722089 msgstr ""
20732090
2074 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2075 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2091 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2092 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
20762093 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
20772094 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2078 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2079 #: tp/init/chm.pm:399
2095 #: tp/Texinfo/Parser.pm:1871
20802096 #, perl-format
20812097 msgid "Error on closing %s: %s"
20822098 msgstr ""
20832099
2084 #: tp/Texinfo/Convert/DocBook.pm:919
2100 #: tp/Texinfo/Convert/DocBook.pm:897
20852101 #, perl-format
20862102 msgid "@image file `%s' not found, using `%s'"
20872103 msgstr ""
20962112 msgid "Raw format %s is not converted"
20972113 msgstr ""
20982114
2099 #: tp/Texinfo/Convert/HTML.pm:4832
2115 #: tp/Texinfo/Convert/HTML.pm:4814
21002116 #, perl-format
21012117 msgid "%s:%d: string not closed in css file"
21022118 msgstr ""
21032119
2104 #: tp/Texinfo/Convert/HTML.pm:4834
2120 #: tp/Texinfo/Convert/HTML.pm:4816
21052121 #, perl-format
21062122 msgid "%s:%d: --css-include ended in comment"
21072123 msgstr ""
21082124
2109 #: tp/Texinfo/Convert/HTML.pm:4836
2110 #, perl-format
2111 msgid "%s:%d @import not finished in css file"
2112 msgstr ""
2113
2114 #: tp/Texinfo/Convert/HTML.pm:4862
2125 #: tp/Texinfo/Convert/HTML.pm:4818
2126 #, perl-format
2127 msgid "%s:%d: @import not finished in css file"
2128 msgstr ""
2129
2130 #: tp/Texinfo/Convert/HTML.pm:4844
21152131 #, perl-format
21162132 msgid "css file %s not found"
21172133 msgstr ""
21182134
2119 #: tp/Texinfo/Convert/HTML.pm:4868
2135 #: tp/Texinfo/Convert/HTML.pm:4850
21202136 #, perl-format
21212137 msgid "could not open --include-file %s: %s"
21222138 msgstr ""
21232139
2124 #: tp/Texinfo/Convert/HTML.pm:4878
2140 #: tp/Texinfo/Convert/HTML.pm:4860
21252141 #, perl-format
21262142 msgid "Error on closing CSS file %s: %s"
21272143 msgstr ""
21282144
2129 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2145 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
21302146 #, perl-format
21312147 msgid "No htmlxref.cnf entry found for `%s'"
21322148 msgstr ""
21332149
2134 #: tp/Texinfo/Convert/HTML.pm:6513
2150 #: tp/Texinfo/Convert/HTML.pm:6495
21352151 #, perl-format
21362152 msgid "Error on closing frame file %s: %s"
21372153 msgstr ""
21382154
2139 #: tp/Texinfo/Convert/HTML.pm:6537
2155 #: tp/Texinfo/Convert/HTML.pm:6519
21402156 #, perl-format
21412157 msgid "Error on closing TOC frame file %s: %s"
21422158 msgstr ""
21432159
2144 #: tp/Texinfo/Convert/HTML.pm:6652
2160 #: tp/Texinfo/Convert/HTML.pm:6634
21452161 #, perl-format
21462162 msgid "Handler %s of stage %s priority %s failed"
21472163 msgstr ""
21482164
2149 #: tp/Texinfo/Convert/HTML.pm:6853
2165 #: tp/Texinfo/Convert/HTML.pm:6835
21502166 msgid "Must specify a title with a title command or @top"
21512167 msgstr ""
21522168
2153 #: tp/Texinfo/Convert/HTML.pm:7058
2169 #: tp/Texinfo/Convert/HTML.pm:7040
21542170 #, perl-format
21552171 msgid "Error on closing redirection node file %s: %s"
21562172 msgstr ""
21572173
2158 #: tp/Texinfo/Convert/HTML.pm:7083
2174 #: tp/Texinfo/Convert/HTML.pm:7065
21592175 #, perl-format
21602176 msgid "Old name for `%s' is a node of the document"
21612177 msgstr ""
21622178
2163 #: tp/Texinfo/Convert/HTML.pm:7087
2179 #: tp/Texinfo/Convert/HTML.pm:7069
21642180 #, perl-format
21652181 msgid "File empty for renamed node `%s'"
21662182 msgstr ""
21672183
2168 #: tp/Texinfo/Convert/HTML.pm:7099
2184 #: tp/Texinfo/Convert/HTML.pm:7081
21692185 #, perl-format
21702186 msgid "Target node (new name for `%s') not in document: %s"
21712187 msgstr ""
21722188
2173 #: tp/Texinfo/Convert/HTML.pm:7131
2189 #: tp/Texinfo/Convert/HTML.pm:7113
21742190 #, perl-format
21752191 msgid "Error on closing renamed node redirection file %s: %s"
21762192 msgstr ""
21772193
2178 #: tp/Texinfo/Convert/HTML.pm:7169
2194 #: tp/Texinfo/Convert/HTML.pm:7151
21792195 msgid "Empty node name"
21802196 msgstr ""
21812197
2182 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2198 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
21832199 #, perl-format
21842200 msgid "Syntax for an external node used for `%s'"
21852201 msgstr ""
24732489 msgstr ""
24742490
24752491 #: tp/Texinfo/Parser.pm:3455
2476 msgid "Empty node in menu entry"
2492 msgid "Empty node name in menu entry"
24772493 msgstr ""
24782494
24792495 #: tp/Texinfo/Parser.pm:3525
29322948 msgid "Empty index key in @%s"
29332949 msgstr ""
29342950
2935 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
2936 #, perl-format
2937 msgid "Can't open %s for writing: %s\n"
2938 msgstr ""
2939
2940 #: tp/init/tex4ht.pm:122
2941 #, perl-format
2942 msgid "tex4ht error opening %s: %s"
2943 msgstr ""
2944
2945 #: tp/init/tex4ht.pm:218
2946 #, perl-format
2947 msgid "chdir to %s failed"
2948 msgstr ""
2949
2950 #: tp/init/tex4ht.pm:242
2951 #, perl-format
2952 msgid "tex4ht output file missing: %s"
2953 msgstr ""
2954
2955 #: tp/init/tex4ht.pm:295
2956 #, perl-format
2957 msgid ""
2958 "tex4ht processing produced %d items in HTML; expected %d, the number of "
2951 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
2952 #, perl-format
2953 msgid "chm.pm:%s: Cannot open for writing: %s\n"
2954 msgstr ""
2955
2956 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
2957 #, perl-format
2958 msgid "chm.pm:%s: Error on closing: %s"
2959 msgstr ""
2960
2961 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
2962 #, perl-format
2963 msgid "tex4ht.pm:%s: Cannot open: %s"
2964 msgstr ""
2965
2966 #: tp/init/tex4ht.pm:219
2967 #, perl-format
2968 msgid "tex4ht.pm:%s: chdir failed: %s"
2969 msgstr ""
2970
2971 #: tp/init/tex4ht.pm:232
2972 #, perl-format
2973 msgid "tex4ht.pm: Unable to return to initial directory: %s"
2974 msgstr ""
2975
2976 #: tp/init/tex4ht.pm:244
2977 #, perl-format
2978 msgid "tex4ht.pm: Output file missing: %s"
2979 msgstr ""
2980
2981 #: tp/init/tex4ht.pm:260
2982 #, perl-format
2983 msgid "tex4ht.pm: Command failed: %s"
2984 msgstr ""
2985
2986 #: tp/init/tex4ht.pm:293
2987 #, perl-format
2988 msgid "tex4ht.pm: end of @%s item %d not found"
2989 msgstr ""
2990
2991 #: tp/init/tex4ht.pm:300
2992 #, perl-format
2993 msgid ""
2994 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
29592995 "items found in the document"
29602996 msgstr ""
29612997
2962 #: tp/init/tex4ht.pm:313
2963 #, perl-format
2964 msgid "tex4ht output has no HTML item for @%s %s"
2965 msgstr ""
2966
2967 #: tp/texi2any.pl:373
2998 #: tp/init/tex4ht.pm:319
2999 #, perl-format
3000 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3001 msgstr ""
3002
3003 #: tp/texi2any.pl:374
29683004 #, perl-format
29693005 msgid "error loading %s: %s\n"
29703006 msgstr ""
29713007
2972 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3008 #: tp/texi2any.pl:383 tp/texi2any.pl:400
29733009 #, perl-format
29743010 msgid "Unknown variable %s\n"
29753011 msgstr ""
29763012
2977 #: tp/texi2any.pl:466
3013 #: tp/texi2any.pl:467
29783014 #, perl-format
29793015 msgid "Can't read init file %s"
29803016 msgstr ""
29813017
2982 #: tp/texi2any.pl:597
3018 #: tp/texi2any.pl:598
29833019 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
29843020 msgstr ""
29853021
2986 #: tp/texi2any.pl:598
3022 #: tp/texi2any.pl:599
29873023 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
29883024 msgstr ""
29893025
2990 #: tp/texi2any.pl:600
3026 #: tp/texi2any.pl:601
29913027 msgid ""
29923028 "Translate Texinfo source documentation to various other formats, by default\n"
29933029 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
29943030 msgstr ""
29953031
2996 #: tp/texi2any.pl:603
3032 #: tp/texi2any.pl:604
29973033 #, perl-format
29983034 msgid ""
29993035 "General options:\n"
30123048 " --version display version information and exit.\n"
30133049 msgstr ""
30143050
3015 #: tp/texi2any.pl:618
3051 #: tp/texi2any.pl:619
30163052 msgid ""
30173053 "Output format selection (default is to produce Info):\n"
30183054 " --docbook output Docbook XML rather than Info.\n"
30223058 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
30233059 msgstr ""
30243060
3025 #: tp/texi2any.pl:626
3061 #: tp/texi2any.pl:627
30263062 msgid ""
30273063 "General output options:\n"
30283064 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
30493085 " Otherwise, DEST names the output file.\n"
30503086 msgstr ""
30513087
3052 #: tp/texi2any.pl:646
3088 #: tp/texi2any.pl:647
30533089 #, perl-format
30543090 msgid ""
30553091 "Options for Info and plain text:\n"
30713107 " --split-size=NUM split Info files at size NUM (default %d).\n"
30723108 msgstr ""
30733109
3074 #: tp/texi2any.pl:663
3110 #: tp/texi2any.pl:664
30753111 msgid ""
30763112 "Options for HTML:\n"
30773113 " --css-include=FILE include FILE in HTML <style> output;\n"
30853121 " anchors; default is set only if split.\n"
30863122 msgstr ""
30873123
3088 #: tp/texi2any.pl:674
3124 #: tp/texi2any.pl:675
30893125 msgid ""
30903126 "Options for XML and Docbook:\n"
30913127 " --output-indent=VAL does nothing, retained for compatibility.\n"
30923128 msgstr ""
30933129
3094 #: tp/texi2any.pl:677
3130 #: tp/texi2any.pl:678
30953131 msgid ""
30963132 "Options for DVI/PS/PDF:\n"
30973133 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
30983134 msgstr ""
30993135
3100 #: tp/texi2any.pl:680
3136 #: tp/texi2any.pl:681
31013137 msgid ""
31023138 "Input file options:\n"
31033139 " --commands-in-node-names does nothing, retained for compatibility.\n"
31073143 " -U VAR undefine the variable VAR, as with @clear.\n"
31083144 msgstr ""
31093145
3110 #: tp/texi2any.pl:687
3146 #: tp/texi2any.pl:688
31113147 msgid ""
31123148 "Conditional processing in input:\n"
31133149 " --ifdocbook process @ifdocbook and @docbook even if\n"
31273163 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
31283164 msgstr ""
31293165
3130 #: tp/texi2any.pl:704
3166 #: tp/texi2any.pl:705
31313167 msgid ""
31323168 " The defaults for the @if... conditionals depend on the output format:\n"
31333169 " if generating Docbook, --ifdocbook is on and the others are off;\n"
31373173 " if generating XML, --ifxml is on and the others are off.\n"
31383174 msgstr ""
31393175
3140 #: tp/texi2any.pl:711
3176 #: tp/texi2any.pl:712
31413177 msgid ""
31423178 "Examples:\n"
31433179 " makeinfo foo.texi write Info to foo's @setfilename\n"
31543190 " makeinfo --no-split foo.texi write one Info file however big\n"
31553191 msgstr ""
31563192
3157 #: tp/texi2any.pl:758
3193 #: tp/texi2any.pl:759
31583194 #, perl-format
31593195 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
31603196 msgstr ""
31613197
3162 #: tp/texi2any.pl:848
3198 #: tp/texi2any.pl:849
31633199 #, perl-format
31643200 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
31653201 msgstr ""
31663202
3167 #: tp/texi2any.pl:962
3203 #: tp/texi2any.pl:963
31683204 #, perl-format
31693205 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
31703206 msgstr ""
31713207
3172 #: tp/texi2any.pl:975
3208 #: tp/texi2any.pl:976
31733209 #, perl-format
31743210 msgid "when generating %s, only one input FILE may be specified with -o"
31753211 msgstr ""
31763212
3177 #: tp/texi2any.pl:979
3213 #: tp/texi2any.pl:980
31783214 msgid "--Xopt option without printed output"
31793215 msgstr ""
31803216
3181 #: tp/texi2any.pl:989
3217 #: tp/texi2any.pl:990
31823218 #, perl-format
31833219 msgid "Unknown tree transformation %s"
31843220 msgstr ""
31853221
3186 #: tp/texi2any.pl:996
3222 #: tp/texi2any.pl:997
31873223 #, perl-format
31883224 msgid "Ignoring splitting for format %s"
31893225 msgstr ""
31903226
3191 #: tp/texi2any.pl:1045
3227 #: tp/texi2any.pl:1046
31923228 #, perl-format
31933229 msgid "%s: missing file argument.\n"
31943230 msgstr ""
31953231
3196 #: tp/texi2any.pl:1046
3232 #: tp/texi2any.pl:1047
31973233 #, perl-format
31983234 msgid "Try `%s --help' for more information.\n"
31993235 msgstr ""
32003236
3201 #: tp/texi2any.pl:1117
3237 #: tp/texi2any.pl:1118
32023238 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
32033239 msgstr ""
32043240
3205 #: tp/texi2any.pl:1139
3241 #: tp/texi2any.pl:1140
32063242 #, perl-format
32073243 msgid "Error on closing macro expand file %s: %s\n"
32083244 msgstr ""
32093245
3210 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3246 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
32113247 #, perl-format
32123248 msgid "Could not open %s for writing: %s\n"
32133249 msgstr ""
32143250
3215 #: tp/texi2any.pl:1169
3251 #: tp/texi2any.pl:1170
32163252 msgid ""
32173253 "insert_nodes_for_sectioning_commands transformation return no result. No "
32183254 "section?"
32193255 msgstr ""
32203256
3221 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3257 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
32223258 #, perl-format
32233259 msgid "Error on closing %s: %s\n"
32243260 msgstr ""
32253261
3226 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3262 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
32273263 #, perl-format
32283264 msgid "Error on closing internal links file %s: %s\n"
32293265 msgstr ""
Binary diff not shown
+1550
-2007
po/tr.po less more
0 # translation of texinfo-4.12.94.po to Turkish
1 # Copyright (C) 2002, 2004, 2007, 2008 Free Software Foundation, Inc.
0 # translation of texinfo-4.13.92.po to Turkish
1 # Copyright (C) 2002, 2004, 2007, 2008, 2012 Free Software Foundation, Inc.
22 # This file is distributed under the same license as the texinfo package.
3 # texinfo-4.12.94 Türkçe Çevirisi
4 # Eyüp Hakan Duran <hakan_duran@hotmail.com>, 2002, 2004, 2007, 2008.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: texinfo 4.12.94\n"
3 # texinfo-4.13.92 Türkçe Çevirisi
4 # Eyüp Hakan Duran <hakan_duran@hotmail.com>, 2002, 2004, 2007, 2008, 2012.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: texinfo 4.13.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
10 "PO-Revision-Date: 2008-08-25 21:25-0500\n"
11 "Last-Translator: Eyüp Hakan Duran <hakan_duran@hotmail.com>\n"
9 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
10 "PO-Revision-Date: 2012-12-24 23:21-0600\n"
11 "Last-Translator: Eyüp Hakan Duran <hakan_duran@hotmail.com>\n"
1212 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
1313 "Language: tr\n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=ISO-8859-9\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.11.4\n"
17 "X-Generator: Lokalize 1.5\n"
18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
1820
1921 #: gnulib/lib/error.c:188
2022 msgid "Unknown system error"
21 msgstr "Bilinmeyen sistem hatasý"
23 msgstr "Bilinmeyen sistem hatası"
2224
2325 #: gnulib/lib/getopt.c:547 gnulib/lib/getopt.c:576
24 #, fuzzy, c-format
26 #, c-format
2527 msgid "%s: option '%s' is ambiguous; possibilities:"
26 msgstr "%s: `%s' seçeneði belirsiz\n"
28 msgstr "%s: '%s' seçeneği belirsiz; olasılıklar:"
2729
2830 #: gnulib/lib/getopt.c:624 gnulib/lib/getopt.c:628
29 #, fuzzy, c-format
31 #, c-format
3032 msgid "%s: option '--%s' doesn't allow an argument\n"
31 msgstr "%s: `--%s' seçeneði argümansýz kullanýlýr\n"
33 msgstr "%s: '--%s' seçeneği argümansız kullanılır\n"
3234
3335 #: gnulib/lib/getopt.c:637 gnulib/lib/getopt.c:642
34 #, fuzzy, c-format
36 #, c-format
3537 msgid "%s: option '%c%s' doesn't allow an argument\n"
36 msgstr "%s: `%c%s' seçeneði argümansýz kullanýlýr\n"
38 msgstr "%s: '%c%s' seçeneği argümansız kullanılır\n"
3739
3840 #: gnulib/lib/getopt.c:685 gnulib/lib/getopt.c:704
39 #, fuzzy, c-format
41 #, c-format
4042 msgid "%s: option '--%s' requires an argument\n"
41 msgstr "%s: `%s' seçeneði bir argümanla kullanýlýr\n"
43 msgstr "%s: '--%s' seçeneği bir argümanla kullanılır\n"
4244
4345 #: gnulib/lib/getopt.c:742 gnulib/lib/getopt.c:745
44 #, fuzzy, c-format
46 #, c-format
4547 msgid "%s: unrecognized option '--%s'\n"
46 msgstr "%s: `--%s' seçeneði bilinmiyor\n"
48 msgstr "%s: '--%s' seçeneği bilinmiyor\n"
4749
4850 #: gnulib/lib/getopt.c:753 gnulib/lib/getopt.c:756
49 #, fuzzy, c-format
51 #, c-format
5052 msgid "%s: unrecognized option '%c%s'\n"
51 msgstr "%s: `%c%s' seçeneði bilinmiyor\n"
53 msgstr "%s: '%c%s' seçeneği bilinmiyor\n"
5254
5355 #: gnulib/lib/getopt.c:805 gnulib/lib/getopt.c:808
54 #, fuzzy, c-format
56 #, c-format
5557 msgid "%s: invalid option -- '%c'\n"
56 msgstr "%s: geçersiz seçenek -- %c\n"
58 msgstr "%s: geçersiz seçenek -- '%c'\n"
5759
5860 #: gnulib/lib/getopt.c:861 gnulib/lib/getopt.c:878 gnulib/lib/getopt.c:1088
5961 #: gnulib/lib/getopt.c:1106
60 #, fuzzy, c-format
62 #, c-format
6163 msgid "%s: option requires an argument -- '%c'\n"
62 msgstr "%s: seçenek bir argümanla kullanýlýr -- %c\n"
64 msgstr "%s: seçenek bir argümanla kullanılır -- '%c'\n"
6365
6466 #: gnulib/lib/getopt.c:934 gnulib/lib/getopt.c:950
65 #, fuzzy, c-format
67 #, c-format
6668 msgid "%s: option '-W %s' is ambiguous\n"
67 msgstr "%s: `-W %s' seçeneði belirsiz\n"
69 msgstr "%s: '-W %s' seçeneği belirsiz\n"
6870
6971 #: gnulib/lib/getopt.c:974 gnulib/lib/getopt.c:992
70 #, fuzzy, c-format
72 #, c-format
7173 msgid "%s: option '-W %s' doesn't allow an argument\n"
72 msgstr "%s: `-W %s' seçeneði argümansýz kullanýlýr\n"
74 msgstr "%s: '-W %s' seçeneği argümansız kullanılır\n"
7375
7476 #: gnulib/lib/getopt.c:1013 gnulib/lib/getopt.c:1031
75 #, fuzzy, c-format
77 #, c-format
7678 msgid "%s: option '-W %s' requires an argument\n"
77 msgstr "%s: `%s' seçeneði bir argümanla kullanýlýr\n"
78
79 #: gnulib/lib/regcomp.c:130
79 msgstr "%s: '-W %s' seçeneği bir argümanla kullanılır\n"
80
81 #: gnulib/lib/regcomp.c:131
8082 msgid "Success"
81 msgstr ""
82
83 #: gnulib/lib/regcomp.c:133
83 msgstr "Başarılı"
84
85 #: gnulib/lib/regcomp.c:134
8486 msgid "No match"
85 msgstr ""
86
87 #: gnulib/lib/regcomp.c:136
88 #, fuzzy
87 msgstr "Eşleşme yok"
88
89 #: gnulib/lib/regcomp.c:137
8990 msgid "Invalid regular expression"
90 msgstr "Düzenli ifadede hata `%s': %s"
91
92 #: gnulib/lib/regcomp.c:139
93 #, fuzzy
91 msgstr "Düzenli ifade geçersiz"
92
93 #: gnulib/lib/regcomp.c:140
9494 msgid "Invalid collation character"
95 msgstr "geçersiz kodlanmýþ karakter `%s'"
96
97 #: gnulib/lib/regcomp.c:142
98 #, fuzzy
95 msgstr "geçersiz karşılaştıma karakteri"
96
97 #: gnulib/lib/regcomp.c:143
9998 msgid "Invalid character class name"
100 msgstr "@var içinde düþük olasýlýklý karakter %c"
101
102 #: gnulib/lib/regcomp.c:145
99 msgstr "Geçersiz karakter sınıf adı"
100
101 #: gnulib/lib/regcomp.c:146
103102 msgid "Trailing backslash"
104 msgstr ""
105
106 #: gnulib/lib/regcomp.c:148
103 msgstr "İzleyen sola yatık bölü çizgisi"
104
105 #: gnulib/lib/regcomp.c:149
107106 msgid "Invalid back reference"
108 msgstr ""
109
110 #: gnulib/lib/regcomp.c:151
111 #, fuzzy
107 msgstr "Geçersiz geri başvurusu"
108
109 #: gnulib/lib/regcomp.c:152
112110 msgid "Unmatched [ or [^"
113 msgstr "Eþleþmemiþ }"
114
115 #: gnulib/lib/regcomp.c:154
116 #, fuzzy
111 msgstr "Eşleşmemiş [ ya da [^"
112
113 #: gnulib/lib/regcomp.c:155
117114 msgid "Unmatched ( or \\("
118 msgstr "Eþleþmemiþ }"
119
120 #: gnulib/lib/regcomp.c:157
121 #, fuzzy
115 msgstr "Eşleşmemiş ( ya da \\("
116
117 #: gnulib/lib/regcomp.c:158
122118 msgid "Unmatched \\{"
123 msgstr "Eþleþmemiþ }"
124
125 #: gnulib/lib/regcomp.c:160
119 msgstr "Eşleşmemiş \\{"
120
121 #: gnulib/lib/regcomp.c:161
126122 msgid "Invalid content of \\{\\}"
127 msgstr ""
128
129 #: gnulib/lib/regcomp.c:163
123 msgstr "\\{\\}'de geçersiz içerik"
124
125 #: gnulib/lib/regcomp.c:164
130126 msgid "Invalid range end"
131 msgstr ""
132
133 #: gnulib/lib/regcomp.c:166
134 #, fuzzy
127 msgstr "Geçersiz aralık sonu"
128
129 #: gnulib/lib/regcomp.c:167
135130 msgid "Memory exhausted"
136 msgstr "bellek tükendi"
137
138 #: gnulib/lib/regcomp.c:169
139 #, fuzzy
131 msgstr "Bellek tükendi"
132
133 #: gnulib/lib/regcomp.c:170
140134 msgid "Invalid preceding regular expression"
141 msgstr "Düzenli ifadede hata `%s': %s"
142
143 #: gnulib/lib/regcomp.c:172
144 #, fuzzy
135 msgstr "Önceki düzenli ifadede hata"
136
137 #: gnulib/lib/regcomp.c:173
145138 msgid "Premature end of regular expression"
146 msgstr "Düzenli ifadede hata `%s': %s"
147
148 #: gnulib/lib/regcomp.c:175
149 #, fuzzy
139 msgstr "Düzenli ifadede zamanından önce sonlanma"
140
141 #: gnulib/lib/regcomp.c:176
150142 msgid "Regular expression too big"
151 msgstr "Aramalarda düzenli ifade kullanýlýyor."
152
153 #: gnulib/lib/regcomp.c:178
154 #, fuzzy
143 msgstr "Düzenli ifade çok büyük"
144
145 #: gnulib/lib/regcomp.c:179
155146 msgid "Unmatched ) or \\)"
156 msgstr "Eþleþmemiþ }"
157
158 #: gnulib/lib/regcomp.c:703
159 #, fuzzy
147 msgstr "Eşleşmemiş ) ya da \\)"
148
149 #: gnulib/lib/regcomp.c:704
160150 msgid "No previous regular expression"
161 msgstr "Daha önceden arama dizgesi yok"
151 msgstr "Öncesinde düzenli ifade yok"
162152
163153 #: gnulib/lib/xalloc-die.c:34
164154 msgid "memory exhausted"
165 msgstr "bellek tükendi"
155 msgstr "bellek tükendi"
166156
167157 #: info/echo-area.c:283 info/session.c:985
168158 msgid "Move forward a character"
174164
175165 #: info/echo-area.c:307
176166 msgid "Move to the start of this line"
177 msgstr "Satýrýn baþlangýcýna gider"
167 msgstr "Satırın başlangıcına gider"
178168
179169 #: info/echo-area.c:312
180170 msgid "Move to the end of this line"
181 msgstr "Satýrýn sonuna gider"
171 msgstr "Satırın sonuna gider"
182172
183173 #: info/echo-area.c:320 info/session.c:1044
184174 msgid "Move forward a word"
190180
191181 #: info/echo-area.c:400
192182 msgid "Delete the character under the cursor"
193 msgstr "Ýmlecin altýndaki karakteri siler"
183 msgstr "İmlecin altındaki karakteri siler"
194184
195185 #: info/echo-area.c:430
196186 msgid "Delete the character behind the cursor"
197 msgstr "Ýmleçden önceki karakteri siler"
187 msgstr "İmleçden önceki karakteri siler"
198188
199189 #: info/echo-area.c:451
200190 msgid "Cancel or quit operation"
201 msgstr "Ýþlemi keser ya da çýkar"
191 msgstr "İşlemi keser ya da çıkar"
202192
203193 #: info/echo-area.c:466
204194 msgid "Accept (or force completion of) this line"
205 msgstr "Bu satýrý kabul eder (ya da tamamlanmasý için zorlar)"
195 msgstr "Bu satırı kabul eder (ya da tamamlanması için zorlar)"
206196
207197 #: info/echo-area.c:471
208198 msgid "Insert next character verbatim"
209 msgstr "Sonraki karakteri aynen yerleþtirir"
199 msgstr "Sonraki karakteri aynen yerleştirir"
210200
211201 #: info/echo-area.c:479
212202 msgid "Insert this character"
213 msgstr "Bu karakteri yerleþtirir"
203 msgstr "Bu karakteri yerleştirir"
214204
215205 #: info/echo-area.c:498
216206 msgid "Insert a TAB character"
217 msgstr "Bir TAB karakteri yerleþtirir"
207 msgstr "Bir TAB karakteri yerleştirir"
218208
219209 #: info/echo-area.c:505
220210 msgid "Transpose characters at point"
221 msgstr "Verilen yerde karakterleri yer deðiþtirir"
211 msgstr "Verilen yerde karakterleri yer değiştirir"
222212
223213 #: info/echo-area.c:556
224214 msgid "Yank back the contents of the last kill"
225 msgstr "Son silinenin içeriði kadar geri çeker"
215 msgstr "Son silinenin içeriği kadar geri çeker"
226216
227217 #: info/echo-area.c:563
228218 msgid "Kill ring is empty"
229 msgstr "Silinen zincir boþ"
219 msgstr "Silinen zincir boş"
230220
231221 #: info/echo-area.c:576
232222 msgid "Yank back a previous kill"
233 msgstr "Bir önceki silinen kadar geri çeker"
223 msgstr "Bir önceki silinen kadar geri çeker"
234224
235225 #: info/echo-area.c:609
236226 msgid "Kill to the end of the line"
237 msgstr "Satýrýn sonuna kadar siler"
227 msgstr "Satırın sonuna kadar siler"
238228
239229 #: info/echo-area.c:622
240230 msgid "Kill to the beginning of the line"
241 msgstr "Satýrýn baþýna kadar siler"
231 msgstr "Satırın başına kadar siler"
242232
243233 #: info/echo-area.c:634
244234 msgid "Kill the word following the cursor"
245 msgstr "Ýmleçten sonraki kelimeyi siler"
235 msgstr "İmleçten sonraki kelimeyi siler"
246236
247237 #: info/echo-area.c:654
248238 msgid "Kill the word preceding the cursor"
249 msgstr "Ýmleçten önceki kelimeyi siler"
239 msgstr "İmleçten önceki kelimeyi siler"
250240
251241 #: info/echo-area.c:871 info/echo-area.c:929
252242 msgid "No completions"
258248
259249 #: info/echo-area.c:914
260250 msgid "List possible completions"
261 msgstr "Olasý tamamlamalarý listeler"
251 msgstr "Olası tamamlamaları listeler"
262252
263253 #: info/echo-area.c:933
264254 msgid "Sole completion"
265255 msgstr "Tek tamamlama"
266256
267257 #: info/echo-area.c:941
268 #, fuzzy, c-format
258 #, c-format
269259 msgid "%d completion:\n"
270260 msgid_plural "%d completions:\n"
271261 msgstr[0] "%d tamamlama:\n"
272262 msgstr[1] "%d tamamlama:\n"
263 msgstr[2] "%d tamamlama:\n"
273264
274265 #: info/echo-area.c:1089
275266 msgid "Insert completion"
276 msgstr "Tamamlamayý yerleþtir"
267 msgstr "Tamamlamayı yerleştir"
277268
278269 #: info/echo-area.c:1224
279270 #, c-format
280271 msgid "Building completions..."
281 msgstr "Tamamlamalarý oluþturuyor..."
272 msgstr "Tamamlamaları oluşturuyor..."
282273
283274 #: info/echo-area.c:1343
284275 msgid "Scroll the completions window"
285 msgstr "Tamamlama penceresini kaydýrýr"
276 msgstr "Tamamlama penceresini kaydırır"
286277
287278 #: info/footnotes.c:211
288279 msgid "Footnotes could not be displayed"
289 msgstr "Dipnotlar gösterilemedi"
280 msgstr "Dipnotlar gösterilemedi"
290281
291282 #: info/footnotes.c:237
292283 msgid "Show the footnotes associated with this node in another window"
293 msgstr "Diðer penceredeki bu düðümle iliþkili dipnotlarý gösterir"
284 msgstr "Diğer penceredeki bu düğümle ilişkili dipnotları gösterir"
294285
295286 #: info/footnotes.h:26
296287 msgid "---------- Footnotes ----------"
298289
299290 #: info/indices.c:175
300291 msgid "Look up a string in the index for this file"
301 msgstr "Bu dosyada indeks içinde bir dizgeyi arar"
292 msgstr "Bu dosyada indeks içinde bir dizgeyi arar"
302293
303294 #: info/indices.c:203 info/indices.c:893
304295 #, c-format
308299 #: info/indices.c:210
309300 #, c-format
310301 msgid "No indices found."
311 msgstr "Hiç indis yok."
302 msgstr "Hiç indis yok."
312303
313304 #: info/indices.c:220
314305 msgid "Index entry: "
315 msgstr "indeks giriþi: "
306 msgstr "indeks girişi: "
316307
317308 #: info/indices.c:254 info/indices.c:915 info/session.c:4133
318309 #, c-format
319310 msgid "Search string too short"
320 msgstr ""
311 msgstr "Arama dizgesi çok kısa"
321312
322313 #: info/indices.c:366
323314 msgid ""
324315 "Go to the next matching index item from the last `\\[index-search]' command"
325316 msgstr ""
326 "Son `\\[index-search]'komutundan bir sonraki eþleþen indeks öðesine gider"
317 "Son `\\[index-search]'komutundan bir sonraki eşleşen indeks öğesine gider"
327318
328319 #: info/indices.c:377
329320 #, c-format
330321 msgid "No previous index search string."
331 msgstr "Daha önce bir indeks arama dizgesi yok."
322 msgstr "Daha önce bir indeks arama dizgesi yok."
332323
333324 #: info/indices.c:384
334325 #, c-format
335326 msgid "No index entries."
336 msgstr "Hiç indeks girdisi yok."
327 msgstr "Hiç indeks girdisi yok."
337328
338329 #: info/indices.c:432
339 #, fuzzy, c-format
330 #, c-format
340331 msgid "No more index entries containing `%s'."
341 msgstr "`%s' içeren %sindex girdisi yok."
332 msgstr "`%s' içeren daha başka indeks girdisi yok."
342333
343334 #: info/indices.c:433 info/indices.c:951
344 #, fuzzy, c-format
335 #, c-format
345336 msgid "No index entries containing `%s'."
346 msgstr "`%s' içeren %sindex girdisi yok."
337 msgstr "`%s' içeren indeks girdisi yok."
347338
348339 #: info/indices.c:445
349340 msgid "CAN'T SEE THIS"
350 msgstr "BU GÖRÜLMEZ"
341 msgstr "BU GÖRÜLMEZ"
351342
352343 #: info/indices.c:481
353344 #, c-format
354345 msgid "Found `%s' in %s. (`\\[next-index-match]' tries to find next.)"
355346 msgstr ""
356 "`%s' bulundu - %s içinde. (`\\[next-index-match]' sonrakini bulmayý dener.)"
347 "`%s' bulundu - %s içinde. (`\\[next-index-match]' sonrakini bulmayı dener.)"
357348
358349 #: info/indices.c:612
359350 #, c-format
360351 msgid "Scanning indices of `%s'..."
361 msgstr "`%s' indislerini tarýyor..."
352 msgstr "`%s' indislerini tarıyor..."
362353
363354 #: info/indices.c:666
364355 #, c-format
365356 msgid "No available info files have `%s' in their indices."
366 msgstr "Mevcut bilgi dosyalarýndan hiçbirisinin indisinde `%s' yok."
357 msgstr "Mevcut bilgi dosyalarından hiçbirisinin indisinde `%s' yok."
367358
368359 #: info/indices.c:692
369360 msgid "Grovel all known info file's indices for a string and build a menu"
370361 msgstr ""
371 "Bir dizge için tüm bilinen bilgi dosyalarýnýn indislerinide ekleyerek bir "
372 "menu oluþturur"
362 "Bir dizge için tüm bilinen bilgi dosyalarının indislerinide ekleyerek bir "
363 "menu oluşturur"
373364
374365 #: info/indices.c:696
375366 msgid "Index apropos: "
376 msgstr "Ýndeks hakkýnda:"
367 msgstr "İndeks hakkında:"
377368
378369 #: info/indices.c:724
379370 #, c-format
382373 "* Menu: Nodes whose indices contain `%s':\n"
383374 msgstr ""
384375 "\n"
385 "* Menü: `%s' indislerini içeren düðümler:\n"
376 "* Menü: `%s' indislerini içeren düğümler:\n"
386377
387378 #: info/indices.c:876
388379 msgid "List all matches of a string in the index"
389 msgstr ""
380 msgstr "İndekste dizgeyle eşleşenleri listele"
390381
391382 #: info/indices.c:899
392 #, fuzzy, c-format
383 #, c-format
393384 msgid "No index"
394 msgstr "Hiç indeks girdisi yok."
385 msgstr "İndeks yok."
395386
396387 #: info/indices.c:903
397 #, fuzzy
398388 msgid "Index topic: "
399 msgstr "Ýndeks hakkýnda:"
389 msgstr "İndeks konusu:"
400390
401391 #: info/indices.c:922
402 #, fuzzy, c-format
392 #, c-format
403393 msgid "Index for `%s'"
404 msgstr " %s için"
394 msgstr "`%s' için indeks"
405395
406396 #: info/info.c:280 info/infokey.c:892
407397 #, c-format
408398 msgid "Try --help for more information.\n"
409 msgstr "Daha fazla bilgi için --help seçeneðini kullanýn.\n"
410
411 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
412 #: tp/texi2any.pl:735 util/texindex.c:295
399 msgstr "Daha fazla bilgi için --help seçeneğini kullanın.\n"
400
401 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
402 #: tp/texi2any.pl:736 util/texindex.c:295
413403 #, c-format, perl-format
414404 msgid ""
415405 "Copyright (C) %s Free Software Foundation, Inc.\n"
418408 "This is free software: you are free to change and redistribute it.\n"
419409 "There is NO WARRANTY, to the extent permitted by law.\n"
420410 msgstr ""
421 "Telif Hakký (C) %s Özgür Yazýlým Vakfý Inc.\n"
422 "Lisans GPLv3+: GNU GPL sürüm 3 ya da sonrasý <http://gnu.org/licenses/gpl."
411 "Telif Hakkı (C) %s Özgür Yazılım Vakfı Inc.\n"
412 "Lisans GPLv3+: GNU GPL sürüm 3 ya da sonrası <http://gnu.org/licenses/gpl."
423413 "html>\n"
424 "Bu özgür yazýlýmdýr: deðiþtirip daðýtma özgürlüðüne sahipsiniz.\n"
425 "Yasalarýn elverdiði ölçüde HÝÇBÝR GARANTÝ yoktur.\n"
414 "Bu özgür yazılımdır: değiştirip dağıtma özgürlüğüne sahipsiniz.\n"
415 "Yasaların elverdiği ölçüde HİÇBİR GARANTİ yoktur.\n"
426416
427417 #: info/info.c:513
428418 #, c-format
429419 msgid "no index entries found for `%s'\n"
430 msgstr "`%s' için indeks girdisi yok.\n"
420 msgstr "`%s' için indeks girdisi yok.\n"
431421
432422 #: info/info.c:626
433423 #, c-format
436426 "\n"
437427 "Read documentation in Info format.\n"
438428 msgstr ""
439 "Kullaným: %s [SEÇENEK]... [MENÜ ÖGESÝ...]\n"
429 "Kullanım: %s [SEÇENEK]... [MENÜ ÖGESİ...]\n"
440430 "\n"
441 "Info biçemindeki belgeleri okuyun.\n"
431 "Info biçemindeki belgeleri okuyun.\n"
442432
443433 #: info/info.c:632
444434 msgid ""
449439 " --dribble=FILENAME remember user keystrokes in FILENAME.\n"
450440 " -f, --file=FILENAME specify Info file to visit."
451441 msgstr ""
452 "Seçenekler:\n"
453 " -k, --apopros=DÝZGE tüm manüellerin tüm indekslerinde DÝZGE'yi "
442 "Seçenekler:\n"
443 " -k, --apopros=DİZGE tüm manüellerin tüm indekslerinde DİZGE'yi "
454444 "arar.\n"
455 " -d, --directory=DÝZ DÝZ'i INFO YOLU'na ekler.\n"
456 " --dribble=DOSYAADI DOSYAADI'ndaki kullanýcý tuþbasýmlarýný "
457 "anýmsar.\n"
458 " -f, --file=DOSYAADI ziyaret edilecek Info dosyasýný belirler."
445 " -d, --directory=DİZ DİZ'i INFO YOLU'na ekler.\n"
446 " --dribble=DOSYAADI DOSYAADI'ndaki kullanıcı tuşbasımlarını "
447 "anımsar.\n"
448 " -f, --file=DOSYAADI ziyaret edilecek Info dosyasını belirler."
459449
460450 #: info/info.c:639
461451 msgid ""
464454 " -n, --node=NODENAME specify nodes in first visited Info file.\n"
465455 " -o, --output=FILENAME output selected nodes to FILENAME."
466456 msgstr ""
467 " -h, --help bu yardýmý görüntüler ve çýkar.\n"
468 " --index-search=DÝZGE Ýndeks girdisi DÝZGE tarafýndan iþaret edilen "
469 "düðüme gider.\n"
470 " -n, --node=DÜÐÜMADI Ýlk ziyaret edilen Info dosyasýnda düðümleri "
457 " -h, --help bu yardımı görüntüler ve çıkar.\n"
458 " --index-search=DİZGE İndeks girdisi DİZGE tarafından işaret edilen "
459 "düğüme gider.\n"
460 " -n, --node=DÜĞÜMADI İlk ziyaret edilen Info dosyasında düğümleri "
471461 "belirler.\n"
472 " -o, --output=DOSYAADI Seçili düðümlerden DOSYAAYDI'na çýktý alýr."
462 " -o, --output=DOSYAADI Seçili düğümlerden DOSYAAYDI'na çıktı alır."
473463
474464 #: info/info.c:645
475465 msgid ""
478468 " --restore=FILENAME read initial keystrokes from FILENAME.\n"
479469 " -O, --show-options, --usage go to command-line options node."
480470 msgstr ""
481 " -R, --raw-escapes \"ham\" ANSI kaçýþlardan çýktý alýr "
482 "(öntanýmlý).\n"
483 " --no-raw-escapes kaçýþlarýn okunur metin gibi çýktýsýný alýr.\n"
484 " --restore=DOSYAADI ilk tuþbasýmlarýný DOSYAADI'ndan okur.\n"
485 " -Q, --show-options, --usage komut satýrý seçenekler düðümüne gider."
471 " -R, --raw-escapes \"ham\" ANSI kaçışlardan çıktı alır "
472 "(öntanımlı).\n"
473 " --no-raw-escapes kaçışların okunur metin gibi çıktısını alır.\n"
474 " --restore=DOSYAADI ilk tuşbasımlarını DOSYAADI'ndan okur.\n"
475 " -Q, --show-options, --usage komut satırı seçenekler düğümüne gider."
486476
487477 #: info/info.c:652
488478 msgid " -b, --speech-friendly be friendly to speech synthesizers."
489 msgstr " -b, --speech-friendly konuþma sentezcilerine dostça davranýr."
479 msgstr " -b, --speech-friendly konuşma sentezcilerine dostça davranır."
490480
491481 #: info/info.c:656
492 #, fuzzy
493482 msgid ""
494483 " --strict-node-location (for debugging) use Info file pointers as-"
495484 "is.\n"
498487 " --version display version information and exit.\n"
499488 " -w, --where, --location print physical location of Info file."
500489 msgstr ""
501 " --subnotes menü ögelerinin özyineli çýktýsýný alýr.\n"
502 " --vi-keys vi ve less benzeri tuþ baðlantýlarýný "
503 "kullanýr.\n"
504 " --version sürüm bilgisini gösterir ve çýkar.\n"
505 " -w, --where, --location Info dosyasýnýn fiziksel konumunu yazdýrýr."
490 " --stict*node-location (hata ayıklamak için) Info dosyası "
491 "göstergelerini olduğu gibi kullan. \n"
492 " --subnotes menü ögelerinin özyineli çıktısını alır.\n"
493 " --vi-keys vi ve less benzeri tuş bağlantılarını "
494 "kullanır.\n"
495 " --version sürüm bilgisini gösterir ve çıkar.\n"
496 " -w, --where, --location Info dosyasının fiziksel konumunu yazdırır."
506497
507498 #: info/info.c:663
508499 msgid ""
514505 "items relative to the initial node visited."
515506 msgstr ""
516507 "\n"
517 "Eðer mevcutsa, ilk seçenek-olmayan argüman baþlanacak menü girdisidir;\n"
518 "bu, tüm INFO YOLU içindeki `dir' dosyalarýnda aranýr.\n"
519 "Mevcut deðilse, info tüm `dir' dosyalarýný birleþtirir ve sonucu gösterir.\n"
520 "Kalan tüm argümanlar, ilk ziyaret edilen düðüme göreceli menü\n"
521 "ögesi isimleri olarak iþlem görür."
508 "Eğer mevcutsa, ilk seçenek-olmayan argüman başlanacak menü girdisidir;\n"
509 "bu, tüm INFO YOLU içindeki `dir' dosyalarında aranır.\n"
510 "Mevcut değilse, info tüm `dir' dosyalarını birleştirir ve sonucu gösterir.\n"
511 "Kalan tüm argümanlar, ilk ziyaret edilen düğüme göreceli menü\n"
512 "ögesi isimleri olarak işlem görür."
522513
523514 #: info/info.c:670
524515 msgid ""
526517 "For a summary of key bindings, type h within Info."
527518 msgstr ""
528519 "\n"
529 "Tuþ baðlantýlarýnýn bir özeti için Info içinden h tuþlayýn."
520 "Tuş bağlantılarının bir özeti için Info içinden h tuşlayın."
530521
531522 #: info/info.c:673
532523 msgid ""
542533 " info -f ./foo.info show file ./foo.info, not searching dir"
543534 msgstr ""
544535 "\n"
545 "Örnekler:\n"
546 " info en üst düzey dir menüsünü gösterir\n"
547 " info info Info okuyucularý için genel el kitabýný "
548 "gösterir\n"
549 " info info-stnd bu Info programýna özgü el kitabýný gösterir\n"
550 " info emacs en üst düzey dir'den emacs düðümünden baþlatýr\n"
551 " info emasc buffers emacs elkitabý içinden tampon düðümünden "
552 "baþlatýr\n"
553 " info --show-options emacs emacs'ýn komut satýrý seçenekleri bulunan "
554 "düðümden baþlatýr\n"
555 " info --subnodes -o out.txt emacs tüm elkitabýný out.txt'e çýkartýr\n"
556 " info -f ./foo.info dir aramadan ./foo.info dosyasýný gösterir"
536 "Örnekler:\n"
537 " info en üst düzey dir menüsünü gösterir\n"
538 " info info Info okuyucuları için genel el kitabını "
539 "gösterir\n"
540 " info info-stnd bu Info programına özgü el kitabını gösterir\n"
541 " info emacs en üst düzey dir'den emacs düğümünden başlatır\n"
542 " info emasc buffers emacs elkitabı içinden tampon düğümünden "
543 "başlatır\n"
544 " info --show-options emacs emacs'ın komut satırı seçenekleri bulunan "
545 "düğümden başlatır\n"
546 " info --subnodes -o out.txt emacs tüm elkitabını out.txt'e çıkartır\n"
547 " info -f ./foo.info dir aramadan ./foo.info dosyasını gösterir"
557548
558549 #: info/info.c:684 info/infokey.c:911 util/texindex.c:259
559550 msgid ""
563554 "Texinfo home page: http://www.gnu.org/software/texinfo/"
564555 msgstr ""
565556 "\n"
566 "Yazýlým hatalarýný bug-texinfo@gnu.org'a,\n"
567 "genel soru ve tartýþmalarý help-texinfo@gnu.org'a gönderiniz.\n"
568 "Texinfo anasayfasý: http://www.gnu.org/software/texinfo/"
557 "Yazılım hatalarını bug-texinfo@gnu.org'a,\n"
558 "genel soru ve tartışmaları help-texinfo@gnu.org'a gönderiniz.\n"
559 "Texinfo anasayfası: http://www.gnu.org/software/texinfo/"
569560
570561 #: info/info.c:718
571562 #, c-format
572563 msgid "Cannot find node `%s'."
573 msgstr "`%s' düðümü bulunamadý."
564 msgstr "`%s' düğümü bulunamadı."
574565
575566 #: info/info.c:719
576567 #, c-format
577568 msgid "Cannot find node `(%s)%s'."
578 msgstr "`(%s)%s' düðümü bulunamadý."
569 msgstr "`(%s)%s' düğümü bulunamadı."
579570
580571 #: info/info.c:720
581572 msgid "Cannot find a window!"
582 msgstr "Bir pencere bulunamadý!"
573 msgstr "Bir pencere bulunamadı!"
583574
584575 #: info/info.c:721
585576 msgid "Point doesn't appear within this window's node!"
586 msgstr "Orasý bu pencerenin düðümü gibi görünmüyor!"
577 msgstr "Orası bu pencerenin düğümü gibi görünmüyor!"
587578
588579 #: info/info.c:722
589580 msgid "Cannot delete the last window."
591582
592583 #: info/info.c:723
593584 msgid "No menu in this node."
594 msgstr "Bu düðümde menü yok."
585 msgstr "Bu düğümde menü yok."
595586
596587 #: info/info.c:724
597588 msgid "No footnotes in this node."
598 msgstr "Bu düðümde dipnot yok."
589 msgstr "Bu düğümde dipnot yok."
599590
600591 #: info/info.c:725
601592 msgid "No cross references in this node."
602 msgstr "Bu düðümde çapraz baþvuru yok."
593 msgstr "Bu düğümde çapraz başvuru yok."
603594
604595 #: info/info.c:726
605596 #, c-format
606597 msgid "No `%s' pointer for this node."
607 msgstr "Bu düðüm için `%s' yer gösterici yok."
598 msgstr "Bu düğüm için `%s' yer gösterici yok."
608599
609600 #: info/info.c:727
610601 #, c-format
611602 msgid "Unknown Info command `%c'; try `?' for help."
612 msgstr "Info komutu `%c' bilinmiyor; yardým almak için `?' deneyin."
603 msgstr "Info komutu `%c' bilinmiyor; yardım almak için `?' deneyin."
613604
614605 #: info/info.c:728
615606 #, c-format
616607 msgid "Terminal type `%s' is not smart enough to run Info."
617 msgstr "`%s' terminal türü Info çalýþtýrmak için yeterince akýllý deðil."
608 msgstr "`%s' terminal türü Info çalıştırmak için yeterince akıllı değil."
618609
619610 #: info/info.c:729
620611 msgid "You are already at the last page of this node."
621 msgstr "Zaten bu düðümün son sayfasýndasýnýz."
612 msgstr "Zaten bu düğümün son sayfasındasınız."
622613
623614 #: info/info.c:730
624615 msgid "You are already at the first page of this node."
625 msgstr "Zaten bu düðümün ilk sayfasýndasýnýz."
616 msgstr "Zaten bu düğümün ilk sayfasındasınız."
626617
627618 #: info/info.c:731
628619 msgid "Only one window."
630621
631622 #: info/info.c:732
632623 msgid "Resulting window would be too small."
633 msgstr "Pencere çok küçük olacaktý."
624 msgstr "Pencere çok küçük olacaktı."
634625
635626 #: info/info.c:733
636627 msgid "Not enough room for a help window, please delete a window."
637 msgstr "Bir yardým penceresi için yer yok, lütfen bir pencere silin."
628 msgstr "Bir yardım penceresi için yer yok, lütfen bir pencere silin."
638629
639630 #: info/infodoc.c:46
640631 msgid "Basic Info command keys\n"
641 msgstr "Temel Info komut tuþlarý\n"
632 msgstr "Temel Info komut tuşları\n"
642633
643634 #: info/infodoc.c:48
644635 msgid "\\%-10[quit-help] Close this help window.\n"
645 msgstr "\\%-10[quit help] Bu yardým penceresini kapatýr.\n"
636 msgstr "\\%-10[quit help] Bu yardım penceresini kapatır.\n"
646637
647638 #: info/infodoc.c:49
648639 msgid "\\%-10[quit] Quit Info altogether.\n"
649 msgstr "\\%-10[quit] Info'dan büsbütün çýkar.\n"
640 msgstr "\\%-10[quit] Info'dan büsbütün çıkar.\n"
650641
651642 #: info/infodoc.c:50
652643 msgid "\\%-10[get-info-help-node] Invoke the Info tutorial.\n"
653 msgstr "\\%-10[get-info-help-node] Info öðreticiyi çaðýrýr.\n"
644 msgstr "\\%-10[get-info-help-node] Info öğreticiyi çağırır.\n"
654645
655646 #: info/infodoc.c:52
656647 msgid "\\%-10[prev-line] Move up one line.\n"
657 msgstr "\\%-10[prev-line] Bir satýr yukarý git.\n"
648 msgstr "\\%-10[prev-line] Bir satır yukarı git.\n"
658649
659650 #: info/infodoc.c:53
660651 msgid "\\%-10[next-line] Move down one line.\n"
661 msgstr "\\%-10[next-line] Bir satýr aþaðý git.\n"
652 msgstr "\\%-10[next-line] Bir satır aşağı git.\n"
662653
663654 #: info/infodoc.c:54
664655 msgid "\\%-10[scroll-backward] Scroll backward one screenful.\n"
665 msgstr "\\%-10[scroll-backward] Geriye doðru bir ekran kaydýrýr.\n"
656 msgstr "\\%-10[scroll-backward] Geriye doğru bir ekran kaydırır.\n"
666657
667658 #: info/infodoc.c:55
668659 msgid "\\%-10[scroll-forward] Scroll forward one screenful.\n"
669 msgstr "\\%-10[scroll-forward] Ýleriye doðru bir ekran kaydýrýr.\n"
660 msgstr "\\%-10[scroll-forward] İleriye doğru bir ekran kaydırır.\n"
670661
671662 #: info/infodoc.c:56
672663 msgid "\\%-10[beginning-of-node] Go to the beginning of this node.\n"
673 msgstr "\\%-10[beginning-of-node] Bu düðümün baþlangýcýna gider.\n"
664 msgstr "\\%-10[beginning-of-node] Bu düğümün başlangıcına gider.\n"
674665
675666 #: info/infodoc.c:57
676667 msgid "\\%-10[end-of-node] Go to the end of this node.\n"
677 msgstr "\\%-10[end-of-node] Bu düðümün sonuna gider.\n"
668 msgstr "\\%-10[end-of-node] Bu düğümün sonuna gider.\n"
678669
679670 #: info/infodoc.c:59
680671 msgid "\\%-10[move-to-next-xref] Skip to the next hypertext link.\n"
681 msgstr "\\%-10[move-to-next-xref] Bir sonraki yardýmlý metin linkine atlar.\n"
672 msgstr "\\%-10[move-to-next-xref] Bir sonraki yardımlı metin linkine atlar.\n"
682673
683674 #: info/infodoc.c:60
684675 msgid ""
685676 "\\%-10[select-reference-this-line] Follow the hypertext link under the "
686677 "cursor.\n"
687678 msgstr ""
688 "\\%-10[select-reference-this-line] Ýmleç altýndaki yardýmlý metin linkini "
679 "\\%-10[select-reference-this-line] İmleç altındaki yardımlı metin linkini "
689680 "izler.\n"
690681
691682 #: info/infodoc.c:61
692683 msgid "\\%-10[history-node] Go back to the last node seen in this window.\n"
693 msgstr "\\%-10[history-node] Bu pencerede görünen en son düðüme gider.\n"
684 msgstr "\\%-10[history-node] Bu pencerede görünen en son düğüme gider.\n"
694685
695686 #: info/infodoc.c:63
696687 msgid "\\%-10[global-prev-node] Go to the previous node in the document.\n"
697 msgstr "\\%-10[global-prev-node] Belgede bundan önceki düðüme gider.\n"
688 msgstr "\\%-10[global-prev-node] Belgede bundan önceki düğüme gider.\n"
698689
699690 #: info/infodoc.c:64
700691 msgid "\\%-10[global-next-node] Go to the next node in the document.\n"
701 msgstr "\\%-10[global-next-node] Belgede bundan sonraki düðüme gider.\n"
692 msgstr "\\%-10[global-next-node] Belgede bundan sonraki düğüme gider.\n"
702693
703694 #: info/infodoc.c:65
704695 msgid "\\%-10[prev-node] Go to the previous node on this level.\n"
705 msgstr "\\%-10[prev-node] Bu düzeydeki bundan önceki düðüme gider.\n"
696 msgstr "\\%-10[prev-node] Bu düzeydeki bundan önceki düğüme gider.\n"
706697
707698 #: info/infodoc.c:66
708699 msgid "\\%-10[next-node] Go to the next node on this level.\n"
709 msgstr "\\%-10[next-node] Bu düzeydeki bundan sonraki düðüme gider.\n"
700 msgstr "\\%-10[next-node] Bu düzeydeki bundan sonraki düğüme gider.\n"
710701
711702 #: info/infodoc.c:67
712703 msgid "\\%-10[up-node] Go up one level.\n"
713 msgstr "\\%-10[up-node] Bir düzey üste gider.\n"
704 msgstr "\\%-10[up-node] Bir düzey üste gider.\n"
714705
715706 #: info/infodoc.c:68
716707 msgid "\\%-10[top-node] Go to the top node of this document.\n"
717 msgstr "\\%-10[top-node] Bu belgenin en üst düðümüne gider.\n"
708 msgstr "\\%-10[top-node] Bu belgenin en üst düğümüne gider.\n"
718709
719710 #: info/infodoc.c:69
720711 msgid "\\%-10[dir-node] Go to the main `directory' node.\n"
721 msgstr "\\%-10[dir-node] Ana `directory' düðümüne gider.\n"
712 msgstr "\\%-10[dir-node] Ana `directory' düğümüne gider.\n"
722713
723714 #: info/infodoc.c:71
724715 msgid "1...9 Pick the first...ninth item in this node's menu.\n"
725 msgstr "1...9 Bu düðümün menüsündeki ilk...dokuzuncu öðeyi seçer.\n"
716 msgstr "1...9 Bu düğümün menüsündeki ilk...dokuzuncu öğeyi seçer.\n"
726717
727718 #: info/infodoc.c:72
728719 msgid "\\%-10[last-menu-item] Pick the last item in this node's menu.\n"
729 msgstr "\\%-10[last-menu-item] Bu düðümün menüsündeki son öðeyi seçer.\n"
720 msgstr "\\%-10[last-menu-item] Bu düğümün menüsündeki son öğeyi seçer.\n"
730721
731722 #: info/infodoc.c:73
732723 msgid "\\%-10[menu-item] Pick a menu item specified by name.\n"
733 msgstr "\\%-10[menu-item] Ýsmi ile belirtilen menü öðesini seçer.\n"
724 msgstr "\\%-10[menu-item] İsmi ile belirtilen menü öğesini seçer.\n"
734725
735726 #: info/infodoc.c:74
736727 msgid "\\%-10[xref-item] Follow a cross reference specified by name.\n"
737 msgstr "\\%-10[xref-item] Ýþmiyle belirtilen bir çapraz baþvuruyu izler.\n"
728 msgstr "\\%-10[xref-item] İşmiyle belirtilen bir çapraz başvuruyu izler.\n"
738729
739730 #: info/infodoc.c:75
740731 msgid "\\%-10[goto-node] Go to a node specified by name.\n"
741 msgstr "\\%-10[goto-node] ismiyle belirtilen düðüme gider.\n"
732 msgstr "\\%-10[goto-node] ismiyle belirtilen düğüme gider.\n"
742733
743734 #: info/infodoc.c:77
744735 msgid "\\%-10[search] Search forward for a specified string.\n"
745 msgstr "\\%-10[search] Belirli bir dizgeyi ileriye doðru arar\n"
736 msgstr "\\%-10[search] Belirli bir dizgeyi ileriye doğru arar\n"
746737
747738 #: info/infodoc.c:78
748739 msgid "\\%-10[search-previous] Search for previous occurrence.\n"
749 msgstr "\\%-10[search-previous] Önceki bulunmayý arar.\n"
740 msgstr "\\%-10[search-previous] Önceki bulunmayı arar.\n"
750741
751742 #: info/infodoc.c:79
752743 msgid "\\%-10[search-next] Search for next occurrence.\n"
753 msgstr "\\%-10[search-next] Sonraki bulunmayý arar.\n"
744 msgstr "\\%-10[search-next] Sonraki bulunmayı arar.\n"
754745
755746 #: info/infodoc.c:80
756747 msgid ""
757748 "\\%-10[index-search] Search for a specified string in the index, and\n"
758749 " select the node referenced by the first entry found.\n"
759750 msgstr ""
760 "\\%-10[index-search] Ýndeks girdileri içinde belirli bir dizgeyi arar\n"
761 " ve bulunan ilk girdi tarafýndan gönderme yapýlan düðümü "
762 "seçer.\n"
751 "\\%-10[index-search] İndeks girdileri içinde belirli bir dizgeyi arar\n"
752 " ve bulunan ilk girdi tarafından gönderme yapılan düğümü "
753 "seçer.\n"
763754
764755 #: info/infodoc.c:82
765756 msgid "\\%-10[virtual-index] Synthesize menu of matching index entries.\n"
766 msgstr ""
757 msgstr "\\%-10[sanal-indeks] Eşleşen indeks girdilerinden menü sentezle.\n"
767758
768759 #: info/infodoc.c:84
769760 msgid "\\%-10[abort-key] Cancel the current operation.\n"
770 msgstr "\\%-10[abort-key] Mevcut iþlemi iptal eder.\n"
761 msgstr "\\%-10[abort-key] Mevcut işlemi iptal eder.\n"
771762
772763 #: info/infodoc.c:92
773764 msgid ""
780771 #: info/infodoc.c:95
781772 #, c-format
782773 msgid " %-10s Quit this help.\n"
783 msgstr " %-10s Bu yardým penceresinden çýkar.\n"
774 msgstr " %-10s Bu yardım penceresinden çıkar.\n"
784775
785776 #: info/infodoc.c:96
786777 #, c-format
787778 msgid " %-10s Quit Info altogether.\n"
788 msgstr " %-10s Info büsbütün çýkar.\n"
779 msgstr " %-10s Info büsbütün çıkar.\n"
789780
790781 #: info/infodoc.c:97
791782 #, c-format
792783 msgid " %-10s Invoke the Info tutorial.\n"
793 msgstr " %-10s Info öðreticiyi yardýma çaðýrýr.\n"
784 msgstr " %-10s Info öğreticiyi yardıma çağırır.\n"
794785
795786 #: info/infodoc.c:101
796787 #, c-format
797788 msgid " %-10s Move to the `next' node of this node.\n"
798 msgstr " %-10s Bu düðümün `sonraki' düðümüne gider.\n"
789 msgstr " %-10s Bu düğümün `sonraki' düğümüne gider.\n"
799790
800791 #: info/infodoc.c:102
801792 #, c-format
802793 msgid " %-10s Move to the `previous' node of this node.\n"
803 msgstr " %-10s Bu düðümün `önceki' düðümüne gider.\n"
794 msgstr " %-10s Bu düğümün `önceki' düğümüne gider.\n"
804795
805796 #: info/infodoc.c:103
806797 #, c-format
807798 msgid " %-10s Move `up' from this node.\n"
808 msgstr " %-10s Bu düðümden `yukarý' gider.\n"
799 msgstr " %-10s Bu düğümden `yukarı' gider.\n"
809800
810801 #: info/infodoc.c:104
811802 #, c-format
813804 " %-10s Pick menu item specified by name.\n"
814805 " Picking a menu item causes another node to be selected.\n"
815806 msgstr ""
816 " %-10s Ýsmini belirterek menü öðesi seçin.\n"
817 " Menü öðesi seçmek, bir baþka düðümün seçilmesine yolaçar.\n"
807 " %-10s İsmini belirterek menü öğesi seçin.\n"
808 " Menü öğesi seçmek, bir başka düğümün seçilmesine yolaçar.\n"
818809
819810 #: info/infodoc.c:106
820811 #, c-format
821812 msgid " %-10s Follow a cross reference. Reads name of reference.\n"
822 msgstr " %-10s Bir çapraz baþvuruyu izler. Baþvuru ismini okur.\n"
813 msgstr " %-10s Bir çapraz başvuruyu izler. Başvuru ismini okur.\n"
823814
824815 #: info/infodoc.c:107
825816 #, c-format
826817 msgid " %-10s Move to the last node seen in this window.\n"
827 msgstr " %-10s Bu pencerede görünen son düðüme gider.\n"
818 msgstr " %-10s Bu pencerede görünen son düğüme gider.\n"
828819
829820 #: info/infodoc.c:108
830821 #, c-format
831822 msgid " %-10s Skip to next hypertext link within this node.\n"
832 msgstr " %-10s Bu düðümün içinden sonraki URL baðýna atlar.\n"
823 msgstr " %-10s Bu düğümün içinden sonraki URL bağına atlar.\n"
833824
834825 #: info/infodoc.c:109
835826 #, c-format
836827 msgid " %-10s Follow the hypertext link under cursor.\n"
837 msgstr " %-10s Ýmleç altýndaki URL baðýný izler.\n"
828 msgstr " %-10s İmleç altındaki URL bağını izler.\n"
838829
839830 #: info/infodoc.c:110
840831 #, c-format
841832 msgid " %-10s Move to the `directory' node. Equivalent to `g (DIR)'.\n"
842 msgstr " %-10s `dizin' düðümüne gider. `g (DÝZÝN)' ile eþdeðer.\n"
833 msgstr " %-10s `dizin' düğümüne gider. `g (DİZİN)' ile eşdeğer.\n"
843834
844835 #: info/infodoc.c:111
845836 #, c-format
846837 msgid " %-10s Move to the Top node. Equivalent to `g Top'.\n"
847 msgstr " %-10s Üst düðüme gider. `g Top' ile eþdeðer.\n"
838 msgstr " %-10s Üst düğüme gider. `g Top' ile eşdeğer.\n"
848839
849840 #: info/infodoc.c:113
850841 msgid ""
851842 "Moving within a node:\n"
852843 "---------------------\n"
853844 msgstr ""
854 "Bir düðüm içinde dolaþým:\n"
845 "Bir düğüm içinde dolaşım:\n"
855846 "-------------------------\n"
856847
857848 #: info/infodoc.c:115
858849 #, c-format
859850 msgid " %-10s Scroll forward a page.\n"
860 msgstr " %-10s Bir sayfa ileri kaydýrýr.\n"
851 msgstr " %-10s Bir sayfa ileri kaydırır.\n"
861852
862853 #: info/infodoc.c:116
863854 #, c-format
864855 msgid " %-10s Scroll backward a page.\n"
865 msgstr " %-10s Bir sayfa geri kaydýrýr.\n"
856 msgstr " %-10s Bir sayfa geri kaydırır.\n"
866857
867858 #: info/infodoc.c:117
868859 #, c-format
869860 msgid " %-10s Go to the beginning of this node.\n"
870 msgstr " %-10s Bu düðümün baþlangýcýna gider.\n"
861 msgstr " %-10s Bu düğümün başlangıcına gider.\n"
871862
872863 #: info/infodoc.c:118
873864 #, c-format
874865 msgid " %-10s Go to the end of this node.\n"
875 msgstr " %-10s Bu düðümün sonuna gider.\n"
866 msgstr " %-10s Bu düğümün sonuna gider.\n"
876867
877868 #: info/infodoc.c:119
878869 #, c-format
879870 msgid " %-10s Scroll forward 1 line.\n"
880 msgstr " %-10s Bir satýr ileri kaydýrýr.\n"
871 msgstr " %-10s Bir satır ileri kaydırır.\n"
881872
882873 #: info/infodoc.c:120
883874 #, c-format
884875 msgid " %-10s Scroll backward 1 line.\n"
885 msgstr " %-10s Bir satýr geri kaydýrýr.\n"
876 msgstr " %-10s Bir satır geri kaydırır.\n"
886877
887878 #: info/infodoc.c:122
888879 msgid ""
889880 "Other commands:\n"
890881 "---------------\n"
891882 msgstr ""
892 "Diðer komutlar:\n"
883 "Diğer komutlar:\n"
893884 "---------------\n"
894885
895886 #: info/infodoc.c:124
896887 #, c-format
897888 msgid " %-10s Pick first...ninth item in node's menu.\n"
898 msgstr " %-10s Düðüm menüsündeki ilk...dokuzuncu ögeyi seçer.\n"
889 msgstr " %-10s Düğüm menüsündeki ilk...dokuzuncu ögeyi seçer.\n"
899890
900891 #: info/infodoc.c:125
901892 #, c-format
902893 msgid " %-10s Pick last item in node's menu.\n"
903 msgstr " %-10s Düðüm menüsündeki son öðeyi seçer.\n"
894 msgstr " %-10s Düğüm menüsündeki son öğeyi seçer.\n"
904895
905896 #: info/infodoc.c:128
906897 #, c-format
909900 " file, and select the node referenced by the first entry "
910901 "found.\n"
911902 msgstr ""
912 " %-10s Bu Info dosyasýndaki indeks girdileri içinde belirli bir dizgeyi "
903 " %-10s Bu Info dosyasındaki indeks girdileri içinde belirli bir dizgeyi "
913904 "arar\n"
914 " ve bulunan ilk girdi tarafýndan gönderme yapýlan düðümü "
915 "seçer.\n"
905 " ve bulunan ilk girdi tarafından gönderme yapılan düğümü "
906 "seçer.\n"
916907
917908 #: info/infodoc.c:130
918909 #, c-format
920911 " %-10s Move to node specified by name.\n"
921912 " You may include a filename as well, as in (FILENAME)NODENAME.\n"
922913 msgstr ""
923 " %-10s Ýsmiyle belirtilen düðüme gider.\n"
924 " (DOSYAADI)DÜÐÜMADI þeklinde bir dosya adý da "
914 " %-10s İsmiyle belirtilen düğüme gider.\n"
915 " (DOSYAADI)DÜĞÜMADI şeklinde bir dosya adı da "
925916 "ekleyebilirsiniz.\n"
926917
927918 #: info/infodoc.c:132
930921 " %-10s Search forward for a specified string,\n"
931922 " and select the node in which the next occurrence is found.\n"
932923 msgstr ""
933 " %-10s Belirli bir dizgeyi ileriye doðru arar\n"
934 " ve sonraki bulunanýn içinde olduðu düðümü seçer.\n"
924 " %-10s Belirli bir dizgeyi ileriye doğru arar\n"
925 " ve sonraki bulunanın içinde olduğu düğümü seçer.\n"
935926
936927 #: info/infodoc.c:134
937928 #, c-format
939930 " %-10s Search backward for a specified string,\n"
940931 " and select the node in which the next occurrence is found.\n"
941932 msgstr ""
942 " %-10s Belirli bir dizgeyi geriye doðru arar\n"
943 " ve sonraki bulunanýn içinde olduðu düðümü seçer.\n"
933 " %-10s Belirli bir dizgeyi geriye doğru arar\n"
934 " ve sonraki bulunanın içinde olduğu düğümü seçer.\n"
944935
945936 #: info/infodoc.c:312
946937 #, c-format
947938 msgid "The current search path is:\n"
948 msgstr "Þu anki arama yolu:\n"
939 msgstr "Şu anki arama yolu:\n"
949940
950941 #: info/infodoc.c:315
951942 #, c-format
953944 "Commands available in Info windows:\n"
954945 "\n"
955946 msgstr ""
956 "Info pencerelerinde kullanýlabilecek komutlar:\n"
947 "Info pencerelerinde kullanılabilecek komutlar:\n"
957948 "\n"
958949
959950 #: info/infodoc.c:318
962953 "Commands available in the echo area:\n"
963954 "\n"
964955 msgstr ""
965 "Eko alanýnda kullanýlabilecek komutlar:\n"
956 "Eko alanında kullanılabilecek komutlar:\n"
966957 "\n"
967958
968959 #: info/infodoc.c:339
971962 "The following commands can only be invoked via %s:\n"
972963 "\n"
973964 msgstr ""
974 "Aþaðýdaki komutlar yalnýzca %s aracýlýðýyla çaðrýlabilirler:\n"
965 "Aşağıdaki komutlar yalnızca %s aracılığıyla çağrılabilirler:\n"
975966 "\n"
976967
977968 #: info/infodoc.c:343
979970 msgid ""
980971 "The following commands cannot be invoked at all:\n"
981972 "\n"
982 msgstr " tümü\n"
973 msgstr " tümü\n"
983974
984975 #: info/infodoc.c:469
985976 msgid "Display help message"
986 msgstr "Bu yardým iletisini gösterir"
977 msgstr "Bu yardım iletisini gösterir"
987978
988979 #: info/infodoc.c:487
989980 msgid "Visit Info node `(info)Help'"
990 msgstr "Info düðümünü `(info)Help' ziyaret eder"
981 msgstr "Info düğümünü `(info)Help' ziyaret eder"
991982
992983 #: info/infodoc.c:613
993984 msgid "Print documentation for KEY"
996987 #: info/infodoc.c:625
997988 #, c-format
998989 msgid "Describe key: %s"
999 msgstr "Tuþ açýklamasý: %s"
990 msgstr "Tuş açıklaması: %s"
1000991
1001992 #: info/infodoc.c:635
1002993 #, c-format
1003994 msgid "ESC %s is undefined."
1004 msgstr "ESC %s atanmamýþ."
995 msgstr "ESC %s atanmamış."
1005996
1006997 #: info/infodoc.c:651 info/infodoc.c:679
1007998 #, c-format
1008999 msgid "%s is undefined."
1009 msgstr "%s atanmamýþ."
1000 msgstr "%s atanmamış."
10101001
10111002 #: info/infodoc.c:700
10121003 #, c-format
10131004 msgid "%s is defined to %s."
1014 msgstr "%s %s olarak atanmýþ."
1005 msgstr "%s %s olarak atanmış."
10151006
10161007 #: info/infodoc.c:1124
10171008 msgid "Show what to type to execute a given command"
1018 msgstr "Verilen komutu çalýþtýracak türü gösterir"
1009 msgstr "Verilen komutu çalıştıracak türü gösterir"
10191010
10201011 #: info/infodoc.c:1128
10211012 msgid "Where is command: "
10241015 #: info/infodoc.c:1150
10251016 #, c-format
10261017 msgid "`%s' is not on any keys"
1027 msgstr "`%s' bir tuþ üzerinde deðil"
1018 msgstr "`%s' bir tuş üzerinde değil"
10281019
10291020 #: info/infodoc.c:1156
10301021 #, c-format
10311022 msgid "%s can only be invoked via %s."
1032 msgstr "%s sadece %s üzerinden çaðrýlabilir."
1023 msgstr "%s sadece %s üzerinden çağrılabilir."
10331024
10341025 #: info/infodoc.c:1160
10351026 #, c-format
10361027 msgid "%s can be invoked via %s."
1037 msgstr "%s, %s üzerinden çaðrýlabilir."
1028 msgstr "%s, %s üzerinden çağrılabilir."
10381029
10391030 #: info/infodoc.c:1165
10401031 #, c-format
10411032 msgid "There is no function named `%s'"
1042 msgstr "`%s' isimli bir iþlev yok"
1033 msgstr "`%s' isimli bir işlev yok"
10431034
10441035 #: info/infodoc.c:99
10451036 msgid ""
10461037 "Selecting other nodes:\n"
10471038 "----------------------\n"
10481039 msgstr ""
1049 "Diðer düðümleri seçme:\n"
1040 "Diğer düğümleri seçme:\n"
10501041 "----------------------\n"
10511042
10521043 #: info/infokey.c:169
10531044 #, c-format
10541045 msgid "incorrect number of arguments"
1055 msgstr "argüman sayýsý yanlýþ"
1046 msgstr "argüman sayısı yanlış"
10561047
10571048 #: info/infokey.c:199
10581049 #, c-format
10591050 msgid "cannot open input file `%s'"
1060 msgstr "`%s' girdi dosyasý açýlamýyor"
1051 msgstr "`%s' girdi dosyası açılamıyor"
10611052
10621053 #: info/infokey.c:213
10631054 #, c-format
10641055 msgid "cannot create output file `%s'"
1065 msgstr "`%s' çýktý dosyasý oluþturulamýyor"
1056 msgstr "`%s' çıktı dosyası oluşturulamıyor"
10661057
10671058 #: info/infokey.c:224
10681059 #, c-format
10691060 msgid "error writing to `%s'"
1070 msgstr "`%s''e yazma hatasý"
1061 msgstr "`%s''e yazma hatası"
10711062
10721063 #: info/infokey.c:230
10731064 #, c-format
10741065 msgid "error closing output file `%s'"
1075 msgstr "`%s' çýktý dosyasýný kapatmada hata"
1066 msgstr "`%s' çıktı dosyasını kapatmada hata"
10761067
10771068 #: info/infokey.c:449
10781069 #, c-format
10791070 msgid "key sequence too long"
1080 msgstr "anahtar sýralamasý çok uzun"
1071 msgstr "anahtar sıralaması çok uzun"
10811072
10821073 #: info/infokey.c:527
10831074 #, c-format
10841075 msgid "missing key sequence"
1085 msgstr "anahtar sýralamasý kayýp"
1076 msgstr "anahtar sıralaması kayıp"
10861077
10871078 #: info/infokey.c:607
10881079 #, c-format
10971088 #: info/infokey.c:660
10981089 #, c-format
10991090 msgid "missing action name"
1100 msgstr "kayýp eylem adý"
1091 msgstr "kayıp eylem adı"
11011092
11021093 #: info/infokey.c:675 info/infokey.c:745
11031094 #, c-format
11041095 msgid "section too long"
1105 msgstr "bölüm çok uzun"
1096 msgstr "bölüm çok uzun"
11061097
11071098 #: info/infokey.c:681
11081099 #, c-format
11121103 #: info/infokey.c:691
11131104 #, c-format
11141105 msgid "action name too long"
1115 msgstr "eylem adý çok uzun"
1106 msgstr "eylem adı çok uzun"
11161107
11171108 #: info/infokey.c:704
11181109 #, c-format
11221113 #: info/infokey.c:715
11231114 #, c-format
11241115 msgid "missing variable name"
1125 msgstr "kayýp deðiþken adý"
1116 msgstr "kayıp değişken adı"
11261117
11271118 #: info/infokey.c:724
11281119 #, c-format
11291120 msgid "missing `=' immediately after variable name"
1130 msgstr "deðiþken adýndan hemen sonra kayýp `=' "
1121 msgstr "değişken adından hemen sonra kayıp `=' "
11311122
11321123 #: info/infokey.c:731
11331124 #, c-format
11341125 msgid "variable name too long"
1135 msgstr "deðiþken adý çok uzun"
1126 msgstr "değişken adı çok uzun"
11361127
11371128 #: info/infokey.c:753
11381129 #, c-format
11391130 msgid "value too long"
1140 msgstr "deðer çok uzun"
1131 msgstr "değer çok uzun"
11411132
11421133 #: info/infokey.c:881
11431134 #, c-format
11441135 msgid "\"%s\", line %u: "
1145 msgstr "\"%s\", satýr %u: "
1136 msgstr "\"%s\", satır %u: "
11461137
11471138 #: info/infokey.c:899
11481139 #, c-format
11571148 " --help display this help and exit.\n"
11581149 " --version display version information and exit.\n"
11591150 msgstr ""
1160 "Kullaným: %s [SEÇENEK]... [GÝRDÝ-DOSYASI]\n"
1151 "Kullanım: %s [SEÇENEK]... [GİRDİ-DOSYASI]\n"
11611152 "\n"
1162 "infokey kaynak dosyasýný infokey dosyasýna derler. GÝRDÝ-DOSYASI'ný\n"
1163 "okur (öntanýmlý $HOME/.infokey) ve derlenmiþ dosyayý $HOME/.info \n"
1164 "dosyasýna (öntanýmlý) yazar\n"
1153 "infokey kaynak dosyasını infokey dosyasına derler. GİRDİ-DOSYASI'nı\n"
1154 "okur (öntanımlı $HOME/.infokey) ve derlenmiş dosyayı $HOME/.info \n"
1155 "dosyasına (öntanımlı) yazar\n"
11651156 "\n"
1166 "Seçenekler:\n"
1167 " --output DOSYA çýktý, $HOME/.info yerine DOSYA'ya\n"
1168 " --help bu yardýmý gösterir ve çýkar\n"
1169 " --version sürüm bilgisini gösterir ve çýkar.\n"
1157 "Seçenekler:\n"
1158 " --output DOSYA çıktı, $HOME/.info yerine DOSYA'ya\n"
1159 " --help bu yardımı gösterir ve çıkar\n"
1160 " --version sürüm bilgisini gösterir ve çıkar.\n"
11701161
11711162 #: info/infomap.c:956
11721163 #, c-format
11731164 msgid "Ignoring invalid infokey file `%s' - too small"
1174 msgstr "Geçersiz infokey dosyasý `%s' yoksayýlýyor - çok küçük"
1165 msgstr "Geçersiz infokey dosyası `%s' yoksayılıyor - çok küçük"
11751166
11761167 #: info/infomap.c:959
11771168 #, c-format
11781169 msgid "Ignoring invalid infokey file `%s' - too big"
1179 msgstr "Geçersiz infokey dosyasý `%s' yoksayýlýyor - çok büyük"
1170 msgstr "Geçersiz infokey dosyası `%s' yoksayılıyor - çok büyük"
11801171
11811172 #: info/infomap.c:972
11821173 #, c-format
11831174 msgid "Error reading infokey file `%s' - short read"
1184 msgstr "infokey dosyasý `%s' okumada hata - çok kýsa"
1175 msgstr "infokey dosyası `%s' okumada hata - çok kısa"
11851176
11861177 #: info/infomap.c:991
11871178 #, c-format
11881179 msgid ""
11891180 "Invalid infokey file `%s' (bad magic numbers) -- run infokey to update it"
11901181 msgstr ""
1191 "Geçersiz infokey dosyasý `%s' (hatalý sihirli numaralar) -- güncellemek için "
1192 "infokey yürütün"
1182 "Geçersiz infokey dosyası `%s' (hatalı sihirli numaralar) -- güncellemek için "
1183 "infokey yürütün"
11931184
11941185 #: info/infomap.c:1000
11951186 #, c-format
11961187 msgid "Your infokey file `%s' is out of date -- run infokey to update it"
1197 msgstr "infokey dosyanýz `%s' eskimiþ -- güncellemek için infokey yürütün"
1188 msgstr "infokey dosyanız `%s' eskimiş -- güncellemek için infokey yürütün"
11981189
11991190 #: info/infomap.c:1016
12001191 #, c-format
12011192 msgid ""
12021193 "Invalid infokey file `%s' (bad section length) -- run infokey to update it"
12031194 msgstr ""
1204 "Geçersiz infokey dosyasý `%s' (hatalý bölüm uzunluðu) -- güncellemek için "
1205 "infokey yürütün"
1195 "Geçersiz infokey dosyası `%s' (hatalı bölüm uzunluğu) -- güncellemek için "
1196 "infokey yürütün"
12061197
12071198 #: info/infomap.c:1037
12081199 #, c-format
12091200 msgid ""
12101201 "Invalid infokey file `%s' (bad section code) -- run infokey to update it"
12111202 msgstr ""
1212 "Geçersiz infokey dosyasý `%s' (hatalý bölüm kodu) -- güncellemek için "
1213 "infokey yürütün"
1203 "Geçersiz infokey dosyası `%s' (hatalı bölüm kodu) -- güncellemek için "
1204 "infokey yürütün"
12141205
12151206 #: info/infomap.c:1172
12161207 msgid "Bad data in infokey file -- some key bindings ignored"
1217 msgstr "Infokey dosyasýnda hatalý veri -- bazý tuþ baðlantýlarý yoksayýldý"
1208 msgstr "Infokey dosyasında hatalı veri -- bazı tuş bağlantıları yoksayıldı"
12181209
12191210 #: info/infomap.c:1221
12201211 msgid "Bad data in infokey file -- some var settings ignored"
1221 msgstr "Infokey dosyasýnda hatalý veri -- bazý deðiþken ayarlarý yoksayýldý"
1212 msgstr "Infokey dosyasında hatalı veri -- bazı değişken ayarları yoksayıldı"
12221213
12231214 #: info/m-x.c:68
12241215 msgid "Read the name of an Info command and describe it"
1225 msgstr "Bir Info komut ismini okur ve onu açýklar"
1216 msgstr "Bir Info komut ismini okur ve onu açıklar"
12261217
12271218 #: info/m-x.c:72
12281219 msgid "Describe command: "
1229 msgstr "Komut açýklamasý: "
1220 msgstr "Komut açıklaması: "
12301221
12311222 #: info/m-x.c:95
12321223 msgid "Read a command name in the echo area and execute it"
1233 msgstr "Eko alanýndan komut ismini okur ve onu çalýþtýrýr"
1224 msgstr "Eko alanından komut ismini okur ve onu çalıştırır"
12341225
12351226 #: info/m-x.c:139
12361227 #, c-format
12371228 msgid "Cannot execute an `echo-area' command here."
1238 msgstr "Bir `eko-alaný' komutu burada çalýþtýrýlamaz."
1229 msgstr "Bir `eko-alanı' komutu burada çalıştırılamaz."
12391230
12401231 #: info/m-x.c:152
12411232 #, c-format
12421233 msgid "Undefined command: %s"
1243 msgstr "tanýmlanmamýþ komut: %s"
1234 msgstr "tanımlanmamış komut: %s"
12441235
12451236 #: info/m-x.c:158
12461237 msgid "Set the height of the displayed window"
1247 msgstr "Gösterilen pencerenin yüksekliði belirtilir"
1238 msgstr "Gösterilen pencerenin yüksekliği belirtilir"
12481239
12491240 #: info/m-x.c:171
12501241 #, c-format
12511242 msgid "Set screen height to (%d): "
1252 msgstr "Ekran yüksekliðini (%d) ye ayarlar: "
1243 msgstr "Ekran yüksekliğini (%d) ye ayarlar: "
12531244
12541245 #: info/makedoc.c:166 info/makedoc.c:174
12551246 #, c-format
12571248 " Source files groveled to make this file include:\n"
12581249 "\n"
12591250 msgstr ""
1260 " Bu dosyanýn içermesini saðlamak için peþi sýra sürüklenen kaynak "
1251 " Bu dosyanın içermesini sağlamak için peşi sıra sürüklenen kaynak "
12611252 "dosyalar:\n"
12621253 "\n"
12631254
12641255 #: info/makedoc.c:556
12651256 #, c-format
12661257 msgid "Couldn't manipulate the file %s.\n"
1267 msgstr "%s dosyasý manipüle edilemedi.\n"
1258 msgstr "%s dosyası manipüle edilemedi.\n"
12681259
12691260 #: info/nodemenu.c:30
12701261 msgid ""
12741265 " ---------- ----- ---- ---------------"
12751266 msgstr ""
12761267 "\n"
1277 "* Menü:\n"
1278 " (Dosya)Düðüm Satýr Boyut Ýçerdiði Dosya\n"
1268 "* Menü:\n"
1269 " (Dosya)Düğüm Satır Boyut İçerdiği Dosya\n"
12791270 " ------------ ----- ----- --------------"
12801271
12811272 #: info/nodemenu.c:201
12831274 "Here is the menu of nodes you have recently visited.\n"
12841275 "Select one from this menu, or use `\\[history-node]' in another window.\n"
12851276 msgstr ""
1286 "Son zamanlarda uðradýðýnýz düðüm menüsünü görmektesiniz.\n"
1287 "Ya bu menüden seçin, ya da baþka bir pencerede `\\[history-node]' kullanýn.\n"
1277 "Son zamanlarda uğradığınız düğüm menüsünü görmektesiniz.\n"
1278 "Ya bu menüden seçin, ya da başka bir pencerede `\\[history-node]' kullanın.\n"
12881279
12891280 #: info/nodemenu.c:221
12901281 msgid "Make a window containing a menu of all of the currently visited nodes"
12911282 msgstr ""
1292 "Son zamanlarda uðradýðýnýz tüm düðümlerin menüsünü içeren bir pencere "
1293 "oluþturur"
1283 "Son zamanlarda uğradığınız tüm düğümlerin menüsünü içeren bir pencere "
1284 "oluşturur"
12941285
12951286 #: info/nodemenu.c:301
12961287 msgid "Select a node which has been previously visited in a visible window"
1297 msgstr "Daha önce, görünür bir pencereden uðradýðýnýz bir düðüm seçiniz"
1288 msgstr "Daha önce, görünür bir pencereden uğradığınız bir düğüm seçiniz"
12981289
12991290 #: info/nodemenu.c:314
13001291 msgid "Select visited node: "
1301 msgstr "Uðramýþ olduðunuz düðümü seçiniz: "
1292 msgstr "Uğramış olduğunuz düğümü seçiniz: "
13021293
13031294 #: info/nodemenu.c:334 info/session.c:2598
13041295 #, c-format
13081299 #: info/pcterm.c:180
13091300 #, c-format
13101301 msgid "Terminal cannot be initialized: %s\n"
1311 msgstr ""
1302 msgstr "Terminal ilklendirilemiyor: %s\n"
13121303
13131304 #: info/search.c:166
13141305 #, c-format
13151306 msgid "regexp error: %s"
1316 msgstr "düzenli ifade hatasý: %s"
1307 msgstr "düzenli ifade hatası: %s"
13171308
13181309 #: info/session.c:162
13191310 #, c-format
13211312 "Welcome to Info version %s. Type \\[get-help-window] for help, \\[menu-item] "
13221313 "for menu item."
13231314 msgstr ""
1324 "Info sürüm %s'e hoþgeldiniz. Yardým için \\[get-help-window], menü öðesi "
1325 "için \\[menu-item] yazýnýz."
1315 "Info sürüm %s'e hoşgeldiniz. Yardım için \\[get-help-window], menü öğesi "
1316 "için \\[menu-item] yazınız."
13261317
13271318 #: info/session.c:628
13281319 msgid "Move down to the next line"
1329 msgstr "Sonraki satýra (aþaðý) gider"
1320 msgstr "Sonraki satıra (aşağı) gider"
13301321
13311322 #: info/session.c:680
13321323 msgid "Move up to the previous line"
1333 msgstr "Önceki satýra (yukarý) gider"
1324 msgstr "Önceki satıra (yukarı) gider"
13341325
13351326 #: info/session.c:950
13361327 msgid "Move to the end of the line"
1337 msgstr "Satýr sonuna gider"
1328 msgstr "Satır sonuna gider"
13381329
13391330 #: info/session.c:961
13401331 msgid "Move to the start of the line"
1341 msgstr "Satýr baþýna gider"
1332 msgstr "Satır başına gider"
13421333
13431334 #: info/session.c:1161
13441335 msgid "Next"
13461337
13471338 #: info/session.c:1177 info/session.c:1301
13481339 msgid "No more nodes within this document."
1349 msgstr "Bu belge içinde baþka düðüm yok."
1340 msgstr "Bu belge içinde başka düğüm yok."
13501341
13511342 #: info/session.c:1326
13521343 msgid "No `Prev' for this node."
1353 msgstr "Bu düðüm için baþka `Önceki' yok."
1344 msgstr "Bu düğüm için başka `Önceki' yok."
13541345
13551346 #: info/session.c:1346
13561347 msgid "No `Prev' or `Up' for this node within this document."
1357 msgstr "Bu belge içinde, bu düðüm için `Önceki' ya da `Yukarý' yok."
1348 msgstr "Bu belge içinde, bu düğüm için `Önceki' ya da `Yukarı' yok."
13581349
13591350 #: info/session.c:1407
13601351 msgid "Move forwards or down through node structure"
1361 msgstr "Düðüm yapýsý içinde ileriye ya da aþaðýya gider"
1352 msgstr "Düğüm yapısı içinde ileriye ya da aşağıya gider"
13621353
13631354 #: info/session.c:1423
13641355 msgid "Move backwards or up through node structure"
1365 msgstr "Düðüm yapýsý içinde geriye ya da yukarýya gider"
1356 msgstr "Düğüm yapısı içinde geriye ya da yukarıya gider"
13661357
13671358 #: info/session.c:1524
13681359 msgid "Scroll forward in this window"
1369 msgstr "Bu pencerede ileriye doðru kaydýrýr"
1360 msgstr "Bu pencerede ileriye doğru kaydırır"
13701361
13711362 #: info/session.c:1532
13721363 msgid "Scroll forward in this window and set default window size"
13731364 msgstr ""
1374 "Bu pencerede ileriye doðru kaydýrýr ve öntanýmlý pencere boyutuna ayarlar"
1365 "Bu pencerede ileriye doğru kaydırır ve öntanımlı pencere boyutuna ayarlar"
13751366
13761367 #: info/session.c:1540
13771368 msgid "Scroll forward in this window staying within node"
1378 msgstr "Bu pencerede, düðüm içinde kalarak ileriye doðru kaydýrýr"
1369 msgstr "Bu pencerede, düğüm içinde kalarak ileriye doğru kaydırır"
13791370
13801371 #: info/session.c:1548
13811372 msgid ""
13821373 "Scroll forward in this window staying within node and set default window size"
13831374 msgstr ""
1384 "Bu pencerede, düðüm içinde kalarak ileriye doðru kaydýrýr ve öntanýmlý "
1375 "Bu pencerede, düğüm içinde kalarak ileriye doğru kaydırır ve öntanımlı "
13851376 "pencere boyutunu ayarlar"
13861377
13871378 #: info/session.c:1556
13881379 msgid "Scroll backward in this window"
1389 msgstr "Bu pencerede geriye doðru kaydýrýr"
1380 msgstr "Bu pencerede geriye doğru kaydırır"
13901381
13911382 #: info/session.c:1564
13921383 msgid "Scroll backward in this window and set default window size"
13931384 msgstr ""
1394 "Bu pencerede geriye doðru kaydýrýr ve öntanýmlý pencere boyutunu ayarlar"
1385 "Bu pencerede geriye doğru kaydırır ve öntanımlı pencere boyutunu ayarlar"
13951386
13961387 #: info/session.c:1573
13971388 msgid "Scroll backward in this window staying within node"
1398 msgstr "Bu pencerede, düðüm içinde kalarak geriye doðru kaydýrýr"
1389 msgstr "Bu pencerede, düğüm içinde kalarak geriye doğru kaydırır"
13991390
14001391 #: info/session.c:1581
14011392 msgid ""
14021393 "Scroll backward in this window staying within node and set default window "
14031394 "size"
1404 msgstr "geri ve set öntanýmlý"
1395 msgstr "geri ve set öntanımlı"
14051396
14061397 #: info/session.c:1589
14071398 msgid "Move to the start of this node"
1408 msgstr "Bu düðümün baþlangýcýna gider"
1399 msgstr "Bu düğümün başlangıcına gider"
14091400
14101401 #: info/session.c:1596
14111402 msgid "Move to the end of this node"
1412 msgstr "Bu düðümün sonuna gider"
1403 msgstr "Bu düğümün sonuna gider"
14131404
14141405 #: info/session.c:1603
14151406 msgid "Scroll down by lines"
1416 msgstr "Aþaðýya doðru satýr kaydýrýr"
1407 msgstr "Aşağıya doğru satır kaydırır"
14171408
14181409 #: info/session.c:1620
14191410 msgid "Scroll up by lines"
1420 msgstr "Yukarýya doðru satýr kaydýrýr"
1411 msgstr "Yukarıya doğru satır kaydırır"
14211412
14221413 #: info/session.c:1638
14231414 msgid "Scroll down by half screen size"
1424 msgstr "Aþaðýya doðru yarým ekran boyutu kaydýrýr"
1415 msgstr "Aşağıya doğru yarım ekran boyutu kaydırır"
14251416
14261417 #: info/session.c:1664
14271418 msgid "Scroll up by half screen size"
1428 msgstr "Yukarýya doðru yarým ekran boyutu kaydýrýr"
1419 msgstr "Yukarıya doğru yarım ekran boyutu kaydırır"
14291420
14301421 #: info/session.c:1693
14311422 msgid "Select the next window"
1432 msgstr "Sonraki pencereyi seçer"
1423 msgstr "Sonraki pencereyi seçer"
14331424
14341425 #: info/session.c:1732
14351426 msgid "Select the previous window"
1436 msgstr "Önceki pencereyi seçer"
1427 msgstr "Önceki pencereyi seçer"
14371428
14381429 #: info/session.c:1783
14391430 msgid "Split the current window"
1440 msgstr "Mevcut pencereyi böler"
1431 msgstr "Mevcut pencereyi böler"
14411432
14421433 #: info/session.c:1865
14431434 msgid "Delete the current window"
14451436
14461437 #: info/session.c:1873
14471438 msgid "Cannot delete a permanent window"
1448 msgstr "Kalýcý bir pencere silinemez"
1439 msgstr "Kalıcı bir pencere silinemez"
14491440
14501441 #: info/session.c:1905
14511442 msgid "Delete all other windows"
1452 msgstr "Diðer tüm pencereleri siler"
1443 msgstr "Diğer tüm pencereleri siler"
14531444
14541445 #: info/session.c:1951
14551446 msgid "Scroll the other window"
1456 msgstr "Diðer pencereyi kaydýrýr"
1447 msgstr "Diğer pencereyi kaydırır"
14571448
14581449 #: info/session.c:1972
14591450 msgid "Scroll the other window backward"
1460 msgstr "Diðer pencereyi geriye doðru kaydýrýr"
1451 msgstr "Diğer pencereyi geriye doğru kaydırır"
14611452
14621453 #: info/session.c:1978
14631454 msgid "Grow (or shrink) this window"
1464 msgstr "Bu pencereyi büyütür (ya da küçültür)"
1455 msgstr "Bu pencereyi büyütür (ya da küçültür)"
14651456
14661457 #: info/session.c:1989
14671458 msgid "Divide the available screen space among the visible windows"
1468 msgstr "Mevcut ekran boþluðunu görünür pencereler arasýnda bölüþtürür"
1459 msgstr "Mevcut ekran boşluğunu görünür pencereler arasında bölüştürür"
14691460
14701461 #: info/session.c:1996
14711462 msgid "Toggle the state of line wrapping in the current window"
1472 msgstr "Mevcut penceredeki satýr sarma durumunu deðiþtirir"
1463 msgstr "Mevcut penceredeki satır sarma durumunu değiştirir"
14731464
14741465 #: info/session.c:2003
14751466 msgid "Toggle the usage of regular expressions in searches"
1476 msgstr "Aramalarda düzenli ifade kullanýmýna geç"
1467 msgstr "Aramalarda düzenli ifade kullanımına geç"
14771468
14781469 #: info/session.c:2007
14791470 #, c-format
14801471 msgid "Using regular expressions for searches."
1481 msgstr "Aramalarda düzenli ifade kullanýlýyor."
1472 msgstr "Aramalarda düzenli ifade kullanılıyor."
14821473
14831474 #: info/session.c:2008
14841475 #, c-format
14851476 msgid "Using literal strings for searches."
1486 msgstr "Aramalarda yazýlý dizge kullanýlýyor."
1477 msgstr "Aramalarda yazılı dizge kullanılıyor."
14871478
14881479 #: info/session.c:2178
14891480 msgid "Select the Next node"
1490 msgstr "Sonraki düðümü seçer"
1481 msgstr "Sonraki düğümü seçer"
14911482
14921483 #: info/session.c:2186
14931484 msgid "Select the Prev node"
1494 msgstr "Önceki düðümü seçer"
1485 msgstr "Önceki düğümü seçer"
14951486
14961487 #: info/session.c:2194
14971488 msgid "Select the Up node"
1498 msgstr "Üstteki düðümü seçer"
1489 msgstr "Üstteki düğümü seçer"
14991490
15001491 #: info/session.c:2201
15011492 msgid "Select the last node in this file"
1502 msgstr "Bu dosyadaki son düðümü seçer"
1493 msgstr "Bu dosyadaki son düğümü seçer"
15031494
15041495 #: info/session.c:2229 info/session.c:2263
15051496 msgid "This window has no additional nodes"
1506 msgstr "Bu pencerenin baþka düðümü yok"
1497 msgstr "Bu pencerenin başka düğümü yok"
15071498
15081499 #: info/session.c:2235
15091500 msgid "Select the first node in this file"
1510 msgstr "Bu dosyadaki ilk düðümü seçer"
1501 msgstr "Bu dosyadaki ilk düğümü seçer"
15111502
15121503 #: info/session.c:2270
15131504 msgid "Select the last item in this node's menu"
1514 msgstr "Bu düðümün menüsündeki son öðeyi seçer"
1505 msgstr "Bu düğümün menüsündeki son öğeyi seçer"
15151506
15161507 #: info/session.c:2276
15171508 msgid "Select this menu item"
1518 msgstr "Bu menü öðesini seçer"
1509 msgstr "Bu menü öğesini seçer"
15191510
15201511 #: info/session.c:2309
1521 #, fuzzy, c-format
1512 #, c-format
15221513 msgid "There isn't %d item in this menu."
15231514 msgid_plural "There aren't %d items in this menu."
1524 msgstr[0] "Bu menüde %d adet öðe yok."
1525 msgstr[1] "Bu menüde %d adet öðe yok."
1515 msgstr[0] "Bu menüde %d öğesi yok."
1516 msgstr[1] "Bu menüde %d adet öğe yok."
1517 msgstr[2] "Bu menüde %d adet öğe yok."
15261518
15271519 #: info/session.c:2505 info/session.c:2506
15281520 #, c-format
15291521 msgid "Menu item (%s): "
1530 msgstr "Menü öðesi (%s): "
1522 msgstr "Menü öğesi (%s): "
15311523
15321524 #: info/session.c:2509
15331525 msgid "Menu item: "
1534 msgstr "Menü öðesi: "
1526 msgstr "Menü öğesi: "
15351527
15361528 #: info/session.c:2516 info/session.c:2517
15371529 #, c-format
15381530 msgid "Follow xref (%s): "
1539 msgstr "Ýzlenecek xref (%s): "
1531 msgstr "İzlenecek xref (%s): "
15401532
15411533 #: info/session.c:2520
15421534 msgid "Follow xref: "
1543 msgstr "Ýzlenecek xref: "
1535 msgstr "İzlenecek xref: "
15441536
15451537 #: info/session.c:2647
15461538 msgid "Read a menu item and select its node"
1547 msgstr "Bir menü öðesini okur ve düðümünü seçer"
1539 msgstr "Bir menü öğesini okur ve düğümünü seçer"
15481540
15491541 #: info/session.c:2655
15501542 msgid "Read a footnote or cross reference and select its node"
15521544
15531545 #: info/session.c:2661
15541546 msgid "Move to the start of this node's menu"
1555 msgstr "Bu düðüm menüsünün baþlangýcýna gider"
1547 msgstr "Bu düğüm menüsünün başlangıcına gider"
15561548
15571549 #: info/session.c:2683
15581550 msgid "Visit as many menu items at once as possible"
1559 msgstr "Tek seferde mümkün olan en fazla sayýda menü öðesine uðrar"
1551 msgstr "Tek seferde mümkün olan en fazla sayıda menü öğesine uğrar"
15601552
15611553 #: info/session.c:2711
15621554 msgid "Read a node name and select it"
1563 msgstr "Bir düðüm adý okur ve seçer"
1555 msgstr "Bir düğüm adı okur ve seçer"
15641556
15651557 #: info/session.c:2766 info/session.c:2771
15661558 msgid "Goto node: "
1567 msgstr "Düðüme gider: "
1559 msgstr "Düğüme gider: "
15681560
15691561 #: info/session.c:2836
15701562 #, c-format
15711563 msgid "No menu in node `%s'."
1572 msgstr "Menüsü olmayan düðüm `%s'."
1564 msgstr "Menüsü olmayan düğüm `%s'."
15731565
15741566 #: info/session.c:2883
15751567 #, c-format
15761568 msgid "No menu item `%s' in node `%s'."
1577 msgstr "`%2$s' düðümünde `%1$s' menü öðesi yok."
1569 msgstr "`%2$s' düğümünde `%1$s' menü öğesi yok."
15781570
15791571 #: info/session.c:2916
15801572 #, c-format
15811573 msgid "Unable to find node referenced by `%s' in `%s'."
1582 msgstr "`%2$s''de `%1$s' tarafýndan baþvurulan düðüm bulunamadý."
1574 msgstr "`%2$s''de `%1$s' tarafından başvurulan düğüm bulunamadı."
15831575
15841576 #: info/session.c:2966
15851577 msgid "Read a list of menus starting from dir and follow them"
1586 msgstr "Dizinden baþlayarak bir menü listesini oku ve izle"
1578 msgstr "Dizinden başlayarak bir menü listesini oku ve izle"
15871579
15881580 #: info/session.c:2968
15891581 msgid "Follow menus: "
1590 msgstr "Menüleri izle: "
1582 msgstr "Menüleri izle: "
15911583
15921584 #: info/session.c:3161
15931585 msgid "Find the node describing program invocation"
1594 msgstr "Program çaðýrmayý açýklayan düðümü bulur"
1586 msgstr "Program çağırmayı açıklayan düğümü bulur"
15951587
15961588 #: info/session.c:3163
15971589 #, c-format
15981590 msgid "Find Invocation node of [%s]: "
1599 msgstr "[%s]'in çaðýrma düðümünü bulur: "
1591 msgstr "[%s]'in çağırma düğümünü bulur: "
16001592
16011593 #: info/session.c:3201
16021594 msgid "Read a manpage reference and select it"
1603 msgstr "Bir klavuz sayfasý baþvurusunu okur ve seçer"
1595 msgstr "Bir klavuz sayfası başvurusunu okur ve seçer"
16041596
16051597 #: info/session.c:3205
16061598 msgid "Get Manpage: "
1607 msgstr "Alýnacak klavuz sayfasý: "
1599 msgstr "Alınacak klavuz sayfası: "
16081600
16091601 #: info/session.c:3235
16101602 msgid "Select the node `Top' in this file"
1611 msgstr "Bu dosyadaki `En Üst' düðümü seç"
1603 msgstr "Bu dosyadaki `En Üst' düğümü seç"
16121604
16131605 #: info/session.c:3241
16141606 msgid "Select the node `(dir)'"
1615 msgstr "`(dizin)' düðümünü seç"
1607 msgstr "`(dizin)' düğümünü seç"
16161608
16171609 #: info/session.c:3258 info/session.c:3260
16181610 #, c-format
16191611 msgid "Kill node (%s): "
1620 msgstr "Düðümü öldür (%s): "
1612 msgstr "Düğümü öldür (%s): "
16211613
16221614 #: info/session.c:3312
16231615 #, c-format
16241616 msgid "Cannot kill node `%s'"
1625 msgstr "Öldürülemeyen düðüm `%s' "
1617 msgstr "Öldürülemeyen düğüm `%s' "
16261618
16271619 #: info/session.c:3322
16281620 msgid "Cannot kill the last node"
1629 msgstr "Son düðüm öldürülemiyor"
1621 msgstr "Son düğüm öldürülemiyor"
16301622
16311623 #: info/session.c:3408
16321624 msgid "Select the most recently selected node"
1633 msgstr "En son seçilen düðümü seçer"
1625 msgstr "En son seçilen düğümü seçer"
16341626
16351627 #: info/session.c:3414
16361628 msgid "Kill this node"
1637 msgstr "Bu düðümü öldürür"
1629 msgstr "Bu düğümü öldürür"
16381630
16391631 #: info/session.c:3422
16401632 msgid "Read the name of a file and select it"
1641 msgstr "Bir dosyanýn adýný okur ve seçer"
1633 msgstr "Bir dosyanın adını okur ve seçer"
16421634
16431635 #: info/session.c:3426
16441636 msgid "Find file: "
1645 msgstr "Dosyayý bul: "
1637 msgstr "Dosyayı bul: "
16461638
16471639 #: info/session.c:3443
16481640 #, c-format
16491641 msgid "Cannot find `%s'."
1650 msgstr "`%s' bulunamýyor."
1642 msgstr "`%s' bulunamıyor."
16511643
16521644 #: info/session.c:3486 info/session.c:3603
16531645 #, c-format
16541646 msgid "Could not create output file `%s'."
1655 msgstr "Çýktý dosyasý `%s' oluþturulamýyor."
1647 msgstr "Çıktı dosyası `%s' oluşturulamıyor."
16561648
16571649 #: info/session.c:3499 info/session.c:3620 info/session.c:3680
16581650 msgid "Done."
16611653 #: info/session.c:3554
16621654 #, c-format
16631655 msgid "Writing node %s..."
1664 msgstr "%s düðümü yazýlýyor..."
1656 msgstr "%s düğümü yazılıyor..."
16651657
16661658 #: info/session.c:3629
16671659 msgid "Pipe the contents of this node through INFO_PRINT_COMMAND"
1668 msgstr "Bu düðümün içeriðini INFO_PRINT_COMMAND üzerinden veri yolla"
1660 msgstr "Bu düğümün içeriğini INFO_PRINT_COMMAND üzerinden veri yolla"
16691661
16701662 #: info/session.c:3664
16711663 #, c-format
16721664 msgid "Cannot open pipe to `%s'."
1673 msgstr "Veri yolu `%s''e açýlamýyor."
1665 msgstr "Veri yolu `%s''e açılamıyor."
16741666
16751667 #: info/session.c:3670
16761668 #, c-format
16771669 msgid "Printing node %s..."
1678 msgstr "%s düðümü yazdýrýlýyor..."
1670 msgstr "%s düğümü yazdırılıyor..."
16791671
16801672 #: info/session.c:3966
16811673 msgid "Search continued from the end of the document."
1682 msgstr "Arama, belgenin sonundan sürdürülüyor."
1674 msgstr "Arama, belgenin sonundan sürdürülüyor."
16831675
16841676 #: info/session.c:3971
16851677 msgid "Search continued from the beginning of the document."
1686 msgstr "Arama, belgenin baþýndan sürdürülüyor."
1678 msgstr "Arama, belgenin başından sürdürülüyor."
16871679
16881680 #: info/session.c:3988
16891681 #, c-format
16901682 msgid "Searching subfile %s ..."
1691 msgstr "%s altdosyasý aranýyor ..."
1683 msgstr "%s altdosyası aranıyor ..."
16921684
16931685 #: info/session.c:4048
16941686 msgid "Read a string and search for it case-sensitively"
1695 msgstr "Bir dizge okur ve onu büyük/küçük harf duyarlý þekilde arar"
1687 msgstr "Bir dizge okur ve onu büyük/küçük harf duyarlı şekilde arar"
16961688
16971689 #: info/session.c:4055
16981690 msgid "Read a string and search for it"
17001692
17011693 #: info/session.c:4063
17021694 msgid "Read a string and search backward for it"
1703 msgstr "Bir dizge okur ve (onu) geriye doðru arar"
1695 msgstr "Bir dizge okur ve (onu) geriye doğru arar"
17041696
17051697 #: info/session.c:4099 info/session.c:4105
17061698 #, c-format
17091701
17101702 #: info/session.c:4100 info/session.c:4106
17111703 msgid "Regexp search"
1712 msgstr "Düzenli ifade arama"
1704 msgstr "Düzenli ifade arama"
17131705
17141706 #: info/session.c:4101 info/session.c:4107
17151707 msgid " case-sensitively"
1716 msgstr " büyük/küçük harf duyarlý þekilde "
1708 msgstr " büyük/küçük harf duyarlı şekilde "
17171709
17181710 #: info/session.c:4102 info/session.c:4108
17191711 msgid " backward"
1720 msgstr " geriye doðru"
1712 msgstr " geriye doğru"
17211713
17221714 #: info/session.c:4106
17231715 msgid "Search"
17251717
17261718 #: info/session.c:4154
17271719 msgid "Search failed."
1728 msgstr "Arama baþarýsýz"
1720 msgstr "Arama başarısız"
17291721
17301722 #: info/session.c:4172
17311723 msgid "Repeat last search in the same direction"
1732 msgstr "Son aramayý ayný yönde yineler"
1724 msgstr "Son aramayı aynı yönde yineler"
17331725
17341726 #: info/session.c:4175 info/session.c:4185
17351727 msgid "No previous search string"
1736 msgstr "Daha önceden arama dizgesi yok"
1728 msgstr "Daha önceden arama dizgesi yok"
17371729
17381730 #: info/session.c:4182
17391731 msgid "Repeat last search in the reverse direction"
1740 msgstr "Son aramayý ters yönde yineler"
1732 msgstr "Son aramayı ters yönde yineler"
17411733
17421734 #: info/session.c:4201 info/session.c:4207
17431735 msgid "Search interactively for a string as you type it"
1744 msgstr "Bir dizgeyi siz yazarken etkileþimli þekilde arar"
1736 msgstr "Bir dizgeyi siz yazarken etkileşimli şekilde arar"
17451737
17461738 #: info/session.c:4287
17471739 msgid "Regexp I-search backward: "
1748 msgstr "Düzenli ifade I-arama, geriye doðru: "
1740 msgstr "Düzenli ifade I-arama, geriye doğru: "
17491741
17501742 #: info/session.c:4288
17511743 msgid "I-search backward: "
1752 msgstr "I-arama, geriye doðru: "
1744 msgstr "I-arama, geriye doğru: "
17531745
17541746 #: info/session.c:4290
17551747 msgid "Regexp I-search: "
1756 msgstr "Düzenli ifade I-arama: "
1748 msgstr "Düzenli ifade I-arama: "
17571749
17581750 #: info/session.c:4291
17591751 msgid "I-search: "
17611753
17621754 #: info/session.c:4316 info/session.c:4318
17631755 msgid "Failing "
1764 msgstr "Baþarýlamýyor "
1756 msgstr "Başarılamıyor "
17651757
17661758 #: info/session.c:4801
17671759 msgid "Move to the previous cross reference"
1768 msgstr "Önceki çapraz baþvuruya gider"
1760 msgstr "Önceki çapraz başvuruya gider"
17691761
17701762 #: info/session.c:4819
17711763 msgid "Move to the next cross reference"
1772 msgstr "Sonraki çapraz baþvuruya gider"
1764 msgstr "Sonraki çapraz başvuruya gider"
17731765
17741766 #: info/session.c:4841
17751767 msgid "Select reference or menu item appearing on this line"
1776 msgstr "Bu satýrdaki referans ya da menü öðesini seçer"
1768 msgstr "Bu satırdaki referans ya da menü öğesini seçer"
17771769
17781770 #: info/session.c:4864
17791771 msgid "Cancel current operation"
1780 msgstr "Mevcut iþlemi iptal eder"
1772 msgstr "Mevcut işlemi iptal eder"
17811773
17821774 #: info/session.c:4871
17831775 msgid "Quit"
1784 msgstr "Çýk"
1776 msgstr "Çık"
17851777
17861778 #: info/session.c:4880
17871779 msgid "Move the cursor to a specific line of the window"
1788 msgstr "Ýmleci pencerenin belirli bir satýrýna taþýr"
1780 msgstr "İmleci pencerenin belirli bir satırına taşır"
17891781
17901782 #: info/session.c:4912
17911783 msgid "Redraw the display"
1792 msgstr "Görüntüyü yeniden çizer"
1784 msgstr "Görüntüyü yeniden çizer"
17931785
17941786 #: info/session.c:4949
17951787 msgid "Quit using Info"
1796 msgstr "Info'dan çýkar"
1788 msgstr "Info'dan çıkar"
17971789
17981790 #: info/session.c:4962
17991791 msgid "Run command bound to this key's lowercase variant"
1800 msgstr "Bu tuþun küçük harfine atanmýþ komutu yürütür"
1792 msgstr "Bu tuşun küçük harfine atanmış komutu yürütür"
18011793
18021794 #: info/session.c:4973
18031795 #, c-format
18071799 #: info/session.c:4976
18081800 #, c-format
18091801 msgid "\"%s\" is invalid"
1810 msgstr "\"%s\" geçersiz"
1802 msgstr "\"%s\" geçersiz"
18111803
18121804 #: info/session.c:4977
18131805 #, c-format
18141806 msgid "`%s' is invalid"
1815 msgstr "`%s' geçersiz"
1807 msgstr "`%s' geçersiz"
18161808
18171809 #: info/session.c:5192
18181810 msgid "Add this digit to the current numeric argument"
1819 msgstr "Mevcut sayýsal argümana bu sayýyý ekle"
1811 msgstr "Mevcut sayısal argümana bu sayıyı ekle"
18201812
18211813 #: info/session.c:5201
18221814 msgid "Start (or multiply by 4) the current numeric argument"
1823 msgstr "Mevcut sayýsal argümaný baþlat (ya da 4'le çarp)"
1815 msgstr "Mevcut sayısal argümanı başlat (ya da 4'le çarp)"
18241816
18251817 #: info/session.c:5216
18261818 msgid "Internally used by \\[universal-argument]"
1827 msgstr "Dahili olarak \\[universal argument] tarafýndan kullanýlýyor"
1819 msgstr "Dahili olarak \\[universal argument] tarafından kullanılıyor"
18281820
18291821 #: info/tilde.c:361
18301822 #, c-format
18311823 msgid "readline: Out of virtual memory!\n"
1832 msgstr "okuma-satýrý: Sanal bellek tükendi!\n"
1824 msgstr "okuma-satırı: Sanal bellek tükendi!\n"
18331825
18341826 #: info/variables.c:37
18351827 msgid "When \"On\", footnotes appear and disappear automatically"
1836 msgstr "\"Açýk\" olduðunda, dipnotlar otomatik olarak görünür ve kaybolur"
1828 msgstr "\"Açık\" olduğunda, dipnotlar otomatik olarak görünür ve kaybolur"
18371829
18381830 #: info/variables.c:41
18391831 msgid "When \"On\", creating or deleting a window resizes other windows"
18401832 msgstr ""
1841 "\"Açýk\" olduðunda, bir pencereyi oluþturma ya da silme, diðerlerini yeniden "
1842 "boyutlandýrýr"
1833 "\"Açık\" olduğunda, bir pencereyi oluşturma ya da silme, diğerlerini yeniden "
1834 "boyutlandırır"
18431835
18441836 #: info/variables.c:45
18451837 msgid "When \"On\", flash the screen instead of ringing the bell"
1846 msgstr "\"Açýk\" olduðunda, zil çalýnacaðýna ekran yanýp söner"
1838 msgstr "\"Açık\" olduğunda, zil çalınacağına ekran yanıp söner"
18471839
18481840 #: info/variables.c:49
18491841 msgid "When \"On\", errors cause the bell to ring"
1850 msgstr "\"Açýk\" olduðunda, hatalar zilin çalmasýna neden olur"
1842 msgstr "\"Açık\" olduğunda, hatalar zilin çalmasına neden olur"
18511843
18521844 #: info/variables.c:53
18531845 msgid "When \"On\", Info garbage collects files which had to be uncompressed"
18541846 msgstr ""
1855 "\"Açýk\" olduðunda Info çöpü, sýkýþtýrmasý açýlmak zorunda olan dosyalarý "
1847 "\"Açık\" olduğunda Info çöpü, sıkıştırması açılmak zorunda olan dosyaları "
18561848 "biriktirir"
18571849
18581850 #: info/variables.c:56
18591851 msgid "When \"On\", the portion of the matched search string is highlighted"
1860 msgstr "\"Açýk\" olduðunda, arama dizgesinin eþleþen kýsmý ýþýklandýrýlýr"
1852 msgstr "\"Açık\" olduğunda, arama dizgesinin eşleşen kısmı ışıklandırılır"
18611853
18621854 #: info/variables.c:60
18631855 msgid "Controls what happens when scrolling is requested at the end of a node"
1864 msgstr "Bir düðüm sonunda kaydýrma istendiðinde ne olacaðýný kontrol eder"
1856 msgstr "Bir düğüm sonunda kaydırma istendiğinde ne olacağını kontrol eder"
18651857
18661858 #: info/variables.c:65
18671859 msgid "Same as scroll-behaviour"
1868 msgstr "Metin kaydýrma davranýþýyla ayný"
1860 msgstr "Metin kaydırma davranışıyla aynı"
18691861
18701862 #: info/variables.c:69
18711863 msgid "The number lines to scroll when the cursor moves out of the window"
1872 msgstr "Ýmleç penceere dýþýna taþýndýðýnda kaydýrýlacak satýr sayýsý"
1864 msgstr "İmleç penceere dışına taşındığında kaydırılacak satır sayısı"
18731865
18741866 #: info/variables.c:73
18751867 msgid "Controls whether scroll-behavior affects cursor movement commands"
18761868 msgstr ""
1877 "Metin kaydýrma davranýþýnýn imleç hareket komutlarýný etkileyip "
1878 "etkilemeyeceðini kontrol eder"
1869 "Metin kaydırma davranışının imleç hareket komutlarını etkileyip "
1870 "etkilemeyeceğini kontrol eder"
18791871
18801872 #: info/variables.c:77
18811873 msgid "When \"On\", Info accepts and displays ISO Latin characters"
18821874 msgstr ""
1883 "\"Açýk\" olduðunda Info, ISO Latin karakterleri kabul eder ve görüntüler"
1875 "\"Açık\" olduğunda Info, ISO Latin karakterleri kabul eder ve görüntüler"
18841876
18851877 #: info/variables.c:81
18861878 msgid ""
18871879 "What to do when a scrolling command is issued at the end of the last node"
1888 msgstr "Son düðümün sonunda kaydýrma istendiðinde yapýlacak þey"
1880 msgstr "Son düğümün sonunda kaydırma istendiğinde yapılacak şey"
18891881
18901882 #: info/variables.c:86
18911883 msgid "Minimal length of a search string"
1892 msgstr ""
1884 msgstr "Arama dizgesinin minimum uzunluğu"
18931885
18941886 #: info/variables.c:92
18951887 msgid "Explain the use of a variable"
1896 msgstr "Bir deðiþkenin kullanýmýný açýklar"
1888 msgstr "Bir değişkenin kullanımını açıklar"
18971889
18981890 #: info/variables.c:98
18991891 msgid "Describe variable: "
1900 msgstr "Açýklanacak deðiþken: "
1892 msgstr "Açıklanacak değişken: "
19011893
19021894 #: info/variables.c:117
19031895 msgid "Set the value of an Info variable"
1904 msgstr "Bir Info deðiþkeninin deðerini belirler"
1896 msgstr "Bir Info değişkeninin değerini belirler"
19051897
19061898 #: info/variables.c:123
19071899 msgid "Set variable: "
1908 msgstr "Deðiþkeni ata: "
1900 msgstr "Değişkeni ata: "
19091901
19101902 #: info/variables.c:141
19111903 #, c-format
19121904 msgid "Set %s to value (%d): "
1913 msgstr "%s'e atanacak deðer (%d): "
1905 msgstr "%s'e atanacak değer (%d): "
19141906
19151907 #: info/variables.c:182
19161908 #, c-format
19171909 msgid "Set %s to value (%s): "
1918 msgstr "%s'e atanacak deðer (%s): "
1910 msgstr "%s'e atanacak değer (%s): "
19191911
19201912 #: info/window.c:1076
19211913 msgid "--*** Tags out of Date ***"
1922 msgstr "..*** Eskimiþ Etiketler ***"
1914 msgstr "..*** Eskimiş Etiketler ***"
19231915
19241916 #: info/window.c:1087
19251917 msgid "-----Info: (), lines ----, "
1926 msgstr "-----Info: (), satýr ----, "
1918 msgstr "-----Info: (), satır ----, "
19271919
19281920 #: info/window.c:1094
19291921 #, c-format
19301922 msgid "-%s---Info: %s, %d lines --%s--"
1931 msgstr "-%s---Info: %s, %d satýr --%s--"
1923 msgstr "-%s---Info: %s, %d satır --%s--"
19321924
19331925 #: info/window.c:1098
19341926 #, c-format
19351927 msgid "-%s%s-Info: (%s)%s, %d lines --%s--"
1936 msgstr "-%s%s-Info: (%s)%s, %d satýr --%s--"
1928 msgstr "-%s%s-Info: (%s)%s, %d satır --%s--"
19371929
19381930 #: info/window.c:1105
19391931 #, c-format
19401932 msgid " Subfile: %s"
19411933 msgstr " Altdosya: %s"
19421934
1943 #: install-info/install-info.c:285
1944 #, fuzzy, c-format
1935 #: install-info/install-info.c:286
1936 #, c-format
19451937 msgid "%s for %s"
1946 msgstr " %s için"
1947
1948 #: install-info/install-info.c:519
1938 msgstr " %s için %s"
1939
1940 #: install-info/install-info.c:520
19491941 #, c-format
19501942 msgid "\tTry `%s --help' for a complete list of options.\n"
1951 msgstr "\tSeçeneklerin tam bir listesi için `%s --help''i deneyiniz.\n"
1952
1953 #: install-info/install-info.c:527
1943 msgstr "\tSeçeneklerin tam bir listesi için `%s --help''i deneyiniz.\n"
1944
1945 #: install-info/install-info.c:528
19541946 #, c-format
19551947 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
1956 msgstr "Kullaným: %s [SEÇENEK]... [INFO-DOSYASI [DÝZÝN-DOSYASI]]\n"
1957
1958 #: install-info/install-info.c:529
1948 msgstr "Kullanım: %s [SEÇENEK]... [INFO-DOSYASI [DİZİN-DOSYASI]]\n"
1949
1950 #: install-info/install-info.c:530
19591951 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19601952 msgstr ""
1961 "DÝZÝN-DOSYASI Info dizininden INFO-DOSYASI içine girdi ekle ya da çýkar"
1953 "DİZİN-DOSYASI Info dizininden INFO-DOSYASI içine girdi ekle ya da çıkar"
1954
1955 #: install-info/install-info.c:531
1956 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1957 msgstr ""
19621958
19631959 #: install-info/install-info.c:532
1960 msgid "--dir-file (or --info-dir) options are given, respectively."
1961 msgstr ""
1962
1963 #: install-info/install-info.c:535
19641964 msgid ""
19651965 "Options:\n"
1966 " --add-once add only to first matching section, not all.\n"
1967 " --align=COL start description of new entries at column COL.\n"
1968 " --calign=COL format second and subsequent description lines to\n"
1969 " start at column COL."
1970 msgstr ""
1971
1972 #: install-info/install-info.c:542
1973 #, fuzzy
1974 msgid ""
19661975 " --debug report what is being done.\n"
19671976 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19681977 " don't insert any new entries.\n"
19731982 " equivalent to using the DIR-FILE argument.\n"
19741983 " --dry-run same as --test."
19751984 msgstr ""
1976 "Seçenekler:\n"
1977 " --debug yapýlmakta olaný rapor et.\n"
1978 " --delete DIZIN-DOSYASI'ndan INFO-DOSYASI için mevcut girdileri "
1985 "Seçenekler:\n"
1986 " --debug yapılmakta olanı rapor et.\n"
1987 " --delete DIZIN-DOSYASI'ndan INFO-DOSYASI için mevcut girdileri "
19791988 "sil;\n"
1980 " hiç yeni girdi ekleme.\n"
1981 " --description=METÝN girdinin açýklamasý METÝN'dir; --entry seçeneðiyle\n"
1982 " eþanlamlý hale gelmesi için --name seçeneðiyle "
1989 " hiç yeni girdi ekleme.\n"
1990 " --description=METİN girdinin açıklaması METİN'dir; --entry seçeneğiyle\n"
1991 " eşanlamlı hale gelmesi için --name seçeneğiyle "
19831992 "birlikte\n"
1984 " kullanýlýr.\n"
1985 " --dir-file=AD Info dizindosyasýnýn adýný belirtir; DÝZÝN-DOSYASI \n"
1986 " argümanýný kullanmakla eþdeðerdir.\n"
1987 " --dry-run --test ile ayný."
1988
1989 #: install-info/install-info.c:544
1990 msgid ""
1991 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1993 " kullanılır.\n"
1994 " --dir-file=AD Info dizindosyasının adını belirtir; DİZİN-DOSYASI \n"
1995 " argümanını kullanmakla eşdeğerdir.\n"
1996 " --dry-run --test ile aynı."
1997
1998 #: install-info/install-info.c:553
1999 #, fuzzy
2000 msgid ""
2001 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2002 " overriding any corresponding entry from DIR-FILE.\n"
19922003 " TEXT is written as an Info menu item line followed\n"
19932004 " by zero or more extra lines starting with "
19942005 "whitespace.\n"
19952006 " If you specify more than one entry, all are added.\n"
19962007 " If you don't specify any entries, they are determined\n"
1997 " from information in the Info file itself.\n"
1998 " When removing, TEXT specifies the entry to remove.\n"
1999 " TEXT is only removed as a last resort, if the\n"
2000 " entry as determined from the Info file is not "
2001 "present,\n"
2002 " and the basename of the Info file isn't found either."
2003 msgstr ""
2004 " --entry =METÝN METÝN'i Info dizin girdisi olarak "
2008 " from information in the Info file itself."
2009 msgstr ""
2010 " --entry =METİN METİN'i Info dizin girdisi olarak "
20052011 "ekler.\n"
2006 " METÝN, Info menü ögesi olarak yazýlýp, sýfýr ya da "
2007 "boþlukla\n"
2008 " baþlayan diðer satýrlarla devam eder.\n"
2009 " Eðer birden fazla girdi belirtirseniz, tümü "
2012 " METİN, Info menü ögesi olarak yazılıp, sıfır ya da "
2013 "boşlukla\n"
2014 " başlayan diğer satırlarla devam eder.\n"
2015 " Eğer birden fazla girdi belirtirseniz, tümü "
20102016 "eklenir. \n"
2011 " Eðer hiçbir girdi belirtmezseniz bunlar, Info\n"
2012 " dosyasýnýn içindeki bilgiden belirlenir.\n"
2013 " Silinirken, METÝN, silinecek girdiyi belirler.\n"
2014 " Eðer girdi Info dosyasýnda belirlendiði gibi "
2015 "deðilse,\n"
2016 " ve Info dosyasýnýn temel adý da bulunamýyorsa\n"
2017 " METÝN yalnýzca son çare olarak silinir."
2018
2019 #: install-info/install-info.c:556
2017 " Eğer hiçbir girdi belirtmezseniz bunlar, Info\n"
2018 " dosyasının içindeki bilgiden belirlenir.\n"
2019 " Silinirken, METİN, silinecek girdiyi belirler.\n"
2020 " Eğer girdi Info dosyasında belirlendiği gibi "
2021 "değilse,\n"
2022 " ve Info dosyasının temel adı da bulunamıyorsa\n"
2023 " METİN yalnızca son çare olarak silinir."
2024
2025 #: install-info/install-info.c:562
2026 #, fuzzy
20202027 msgid ""
20212028 " --help display this help and exit.\n"
20222029 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20232030 " --info-file=FILE specify Info file to install in the directory;\n"
20242031 " equivalent to using the INFO-FILE argument.\n"
20252032 " --item=TEXT same as --entry=TEXT.\n"
2026 " --keep-old do not replace entries, or remove empty sections.\n"
2033 " --keep-old do not replace entries, or remove empty sections."
2034 msgstr ""
2035 " --help bu yardımı gösterir ve çıkar.\n"
2036 " --info-dir=DİZİN --dir-file=DİZİN/dizin ile aynı.\n"
2037 " --info-file=DOSYA dizine kurulacak Info dosyasını belirler; \n"
2038 " INFO-DOSYASI argümanını kullanmakla eşdeğerdir.\n"
2039 " --item=METİN --entry=METİN ile aynı.\n"
2040 " --keep-old girdileri değiştirmez ya da boş bölümleri silmez.\n"
2041 " -menuentry=METİN --name=METİN ile aynı.\n"
2042 " --name=METİN girdinin adı METİN'dir; --description ile\n"
2043 " kullanıldığında --entry seçeneğiyle eşanlamlı olur.\n"
2044 " --no-indent DİZİN dosyasındaki yeni girdileri biçemlemez.\n"
2045 " --quiet uyarıları baskılar."
2046
2047 #: install-info/install-info.c:570
2048 #, fuzzy
2049 msgid ""
2050 " --maxwidth, --max-width=COL wrap description at column COL.\n"
20272051 " --menuentry=TEXT same as --name=TEXT.\n"
20282052 " --name=TEXT the name of the entry is TEXT; used with --description\n"
20292053 " to become synonymous with the --entry option.\n"
20302054 " --no-indent do not format new entries in the DIR file.\n"
20312055 " --quiet suppress warnings."
20322056 msgstr ""
2033 " --help bu yardýmý gösterir ve çýkar.\n"
2034 " --info-dir=DÝZÝN --dir-file=DÝZÝN/dizin ile ayný.\n"
2035 " --info-file=DOSYA dizine kurulacak Info dosyasýný belirler; \n"
2036 " INFO-DOSYASI argümanýný kullanmakla eþdeðerdir.\n"
2037 " --item=METÝN --entry=METÝN ile ayný.\n"
2038 " --keep-old girdileri deðiþtirmez ya da boþ bölümleri silmez.\n"
2039 " -menuentry=METÝN --name=METÝN ile ayný.\n"
2040 " --name=METÝN girdinin adý METÝN'dir; --description ile\n"
2041 " kullanýldýðýnda --entry seçeneðiyle eþanlamlý olur.\n"
2042 " --no-indent DÝZÝN dosyasýndaki yeni girdileri biçemlemez.\n"
2043 " --quiet uyarýlarý baskýlar."
2044
2045 #: install-info/install-info.c:569
2057 " --help bu yardımı gösterir ve çıkar.\n"
2058 " --info-dir=DİZİN --dir-file=DİZİN/dizin ile aynı.\n"
2059 " --info-file=DOSYA dizine kurulacak Info dosyasını belirler; \n"
2060 " INFO-DOSYASI argümanını kullanmakla eşdeğerdir.\n"
2061 " --item=METİN --entry=METİN ile aynı.\n"
2062 " --keep-old girdileri değiştirmez ya da boş bölümleri silmez.\n"
2063 " -menuentry=METİN --name=METİN ile aynı.\n"
2064 " --name=METİN girdinin adı METİN'dir; --description ile\n"
2065 " kullanıldığında --entry seçeneğiyle eşanlamlı olur.\n"
2066 " --no-indent DİZİN dosyasındaki yeni girdileri biçemlemez.\n"
2067 " --quiet uyarıları baskılar."
2068
2069 #: install-info/install-info.c:578
20462070 msgid ""
20472071 " --regex=R put this file's entries in all sections that match the\n"
20482072 " regular expression R (ignoring case).\n"
20572081 " from information in the Info file itself.\n"
20582082 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
20592083 msgstr ""
2060 " --regex=R bu dosyanýn tüm bölümlerindeki R düzenli ifadesine uyan "
2061 "(büyük/\n"
2062 " küçük harf duyarsýz) tüm girdilerini koyar.\n"
2063 " --remove --delet ile ayný.\n"
2064 " --remove-exactly yalnýzca info dosya adý tam olarak eþleþirse siler;\n"
2065 " .info ve .gz uzantýlarý yok sayýlmaz.\n"
2066 " --section=BÖLÜM girdileri dizinin BÖLÜM bölümüne koyar.\n"
2067 " Birden fazla bölüm belirtirseniz, her bir bölüme tüm "
2084 " --regex=R bu dosyanın tüm bölümlerindeki R düzenli ifadesine uyan "
2085 "(büyük/\n"
2086 " küçük harf duyarsız) tüm girdilerini koyar.\n"
2087 " --remove --delet ile aynı.\n"
2088 " --remove-exactly yalnızca info dosya adı tam olarak eşleşirse siler;\n"
2089 " .info ve .gz uzantıları yok sayılmaz.\n"
2090 " --section=BÖLÜM girdileri dizinin BÖLÜM bölümüne koyar.\n"
2091 " Birden fazla bölüm belirtirseniz, her bir bölüme tüm "
20682092 "girdiler\n"
20692093 " eklenir.\n"
2070 " Eðer hiçbir bölüm belirtmezseniz bunlar, Info "
2071 "dosyasýndaki\n"
2094 " Eğer hiçbir bölüm belirtmezseniz bunlar, Info "
2095 "dosyasındaki\n"
20722096 " bilgiden belirlenir.\n"
2073 " --section R BÖLÜM --regex=R --section=BÖLÜM --add-once ile eþdeðer."
2074
2075 #: install-info/install-info.c:582
2097 " --section R BÖLÜM --regex=R --section=BÖLÜM --add-once ile eşdeğer."
2098
2099 #: install-info/install-info.c:591
20762100 msgid ""
20772101 " --silent suppress warnings.\n"
20782102 " --test suppress updating of DIR-FILE.\n"
20792103 " --version display version information and exit."
20802104 msgstr ""
2081 " --silent uyarýlarý baskýlar.\n"
2082 " --test DÝZÝN-DOSYASI'nýn güncellenmesini engeller.\n"
2083 " --version sürüm bilgisini gösterir ve çýkar."
2084
2085 #: install-info/install-info.c:589 tp/texi2any.pl:723
2105 " --silent uyarıları baskılar.\n"
2106 " --test DİZİN-DOSYASI'nın güncellenmesini engeller.\n"
2107 " --version sürüm bilgisini gösterir ve çıkar."
2108
2109 #: install-info/install-info.c:598 tp/texi2any.pl:724
20862110 msgid ""
20872111 "Email bug reports to bug-texinfo@gnu.org,\n"
20882112 "general questions and discussion to help-texinfo@gnu.org.\n"
20892113 "Texinfo home page: http://www.gnu.org/software/texinfo/"
20902114 msgstr ""
2091 "Yazýlým hatalarýný bug-texinfo@gnu.org'a,\n"
2092 "genel soru ve tartýþmalarý help-texinfo@gnu.org'a gönderiniz.\n"
2093 "Texinfo anasayfasý: http://www.gnu.org/software/texinfo/"
2094
2095 #: install-info/install-info.c:616
2115 "Yazılım hatalarını bug-texinfo@gnu.org'a,\n"
2116 "genel soru ve tartışmaları help-texinfo@gnu.org'a gönderiniz.\n"
2117 "Texinfo anasayfası: http://www.gnu.org/software/texinfo/"
2118
2119 #: install-info/install-info.c:625
20962120 #, c-format
20972121 msgid ""
20982122 "This is the file .../info/dir, which contains the\n"
21112135 "\n"
21122136 "%s\n"
21132137 msgstr ""
2114 "Bu, .../info/dir dosyasý olup, (dir)Üst adý verilen, Info\n"
2115 "hiyerarþisinin en üst düðümünü içerir.\n"
2116 "Info'yu ilk çalýþtýrdýðýnýzda bu düðüme bakarak baþlýyor olursunuz.\n"
2138 "Bu, .../info/dir dosyası olup, (dir)Üst adı verilen, Info\n"
2139 "hiyerarşisinin en üst düğümünü içerir.\n"
2140 "Info'yu ilk çalıştırdığınızda bu düğüme bakarak başlıyor olursunuz.\n"
21172141 "\n"
2118 "%s\tBu, INFO aðacýnýn tepesidir\n"
2142 "%s\tBu, INFO ağacının tepesidir\n"
21192143 "\n"
2120 " Bu (Dizin düðümü), temel konularýn bir menüsünü verir.\n"
2121 " \"q\" tuþuyla çýkar, \"?\" ile tüm Info komutlarýný listeler, \"d\" ile "
2122 "buraya döner,\n"
2123 " \"h\" ile yeni baþlayanlar için bir klavuz alabilir,\n"
2144 " Bu (Dizin düğümü), temel konuların bir menüsünü verir.\n"
2145 " \"q\" tuşuyla çıkar, \"?\" ile tüm Info komutlarını listeler, \"d\" ile "
2146 "buraya döner,\n"
2147 " \"h\" ile yeni başlayanlar için bir klavuz alabilir,\n"
21242148 " \"mEmacs<Return>\" ile Emacs klavuzunu ziyaret edebilirsiniz, vs.\n"
21252149 "\n"
2126 " Emacs'ta, bir menü öðesi ya da çapraz baþvuru üzerinde sað fare tuþunu\n"
2127 " týklayarak seçim yapabilirsiniz.\n"
2150 " Emacs'ta, bir menü öğesi ya da çapraz başvuru üzerinde sağ fare tuşunu\n"
2151 " tıklayarak seçim yapabilirsiniz.\n"
21282152 "\n"
21292153 "%s\n"
21302154
2131 #: install-info/install-info.c:640
2132 #, fuzzy, c-format
2155 #: install-info/install-info.c:649
2156 #, c-format
21332157 msgid "%s: could not read (%s) and could not create (%s)"
2134 msgstr "%1$s: (%2$s) okunamýyor ve (%3$s) oluþturulamýyor\n"
2135
2136 #: install-info/install-info.c:736
2158 msgstr "%1$s: (%2$s) okunamıyor ve (%3$s) oluşturulamıyor"
2159
2160 #: install-info/install-info.c:745
21372161 #, c-format
21382162 msgid "%s: empty file"
2139 msgstr "%s: boþ dosya"
2140
2141 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2163 msgstr "%s: boş dosya"
2164
2165 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21422166 #, c-format
21432167 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
2144 msgstr "Eþleþen END-INFO-DIR-ENTRY'siz START-INFO-DIR-ENTRY"
2145
2146 #: install-info/install-info.c:1114
2168 msgstr "Eşleşen END-INFO-DIR-ENTRY'siz START-INFO-DIR-ENTRY"
2169
2170 #: install-info/install-info.c:1123
21472171 #, c-format
21482172 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
2149 msgstr "Eþleþen START-INFO-DIR-ENTRY'siz END-INFO-DIR-ENTRY"
2150
2151 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2173 msgstr "Eşleşen START-INFO-DIR-ENTRY'siz END-INFO-DIR-ENTRY"
2174
2175 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21522176 #, c-format
21532177 msgid "%s: already have dir file: %s\n"
2154 msgstr "%s: zaten dir dosyasý var: %s\n"
2155
2156 #: install-info/install-info.c:2068
2178 msgstr "%s: zaten dir dosyası var: %s\n"
2179
2180 #: install-info/install-info.c:2077
21572181 #, c-format
21582182 msgid "%s: Specify the Info file only once.\n"
2159 msgstr "%s: Info dosyasýný yalnýzca bir kez belirtin.\n"
2160
2161 #: install-info/install-info.c:2101
2183 msgstr "%s: Info dosyasını yalnızca bir kez belirtin.\n"
2184
2185 #: install-info/install-info.c:2110
21622186 #, c-format
21632187 msgid "Extra regular expression specified, ignoring `%s'"
2164 msgstr "Bir baþka düzenli ifade belirlendi, `%s' yok sayýlýyor"
2165
2166 #: install-info/install-info.c:2113
2188 msgstr "Bir başka düzenli ifade belirlendi, `%s' yok sayılıyor"
2189
2190 #: install-info/install-info.c:2122
21672191 #, c-format
21682192 msgid "Error in regular expression `%s': %s"
2169 msgstr "Düzenli ifadede hata `%s': %s"
2170
2171 #: install-info/install-info.c:2171
2193 msgstr "Düzenli ifadede hata `%s': %s"
2194
2195 #: install-info/install-info.c:2180
21722196 #, c-format
21732197 msgid "excess command line argument `%s'"
2174 msgstr "fazladan komut satýrý argümaný `%s'"
2175
2176 #: install-info/install-info.c:2175
2198 msgstr "fazladan komut satırı argümanı `%s'"
2199
2200 #: install-info/install-info.c:2184
21772201 #, c-format
21782202 msgid "No input file specified; try --help for more information."
2179 msgstr "Girdi dosyasý belirtilmemiþ; daha fazla bilgi için --help deneyin."
2180
2181 #: install-info/install-info.c:2177
2203 msgstr "Girdi dosyası belirtilmemiş; daha fazla bilgi için --help deneyin."
2204
2205 #: install-info/install-info.c:2186
21822206 #, c-format
21832207 msgid "No dir file specified; try --help for more information."
2184 msgstr "dizin dosyasý belirtilmemiþ; daha fazla bilgi için --help deneyin."
2185
2186 #: install-info/install-info.c:2319
2208 msgstr "dizin dosyası belirtilmemiş; daha fazla bilgi için --help deneyin."
2209
2210 #: install-info/install-info.c:2328
21872211 #, c-format
21882212 msgid "no info dir entry in `%s'"
2189 msgstr "`%s' içinde info dizin girdisi yok"
2190
2191 #: install-info/install-info.c:2567
2213 msgstr "`%s' içinde info dizin girdisi yok"
2214
2215 #: install-info/install-info.c:2576
21922216 #, c-format
21932217 msgid "no entries found for `%s'; nothing deleted"
2194 msgstr "`%s' için girdi bulunamadý; hiçbir þey silinmedi"
2195
2196 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2197 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2198 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2199 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2200 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2218 msgstr "`%s' için girdi bulunamadı; hiçbir şey silinmedi"
2219
2220 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22012225 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22022226 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
2203 #, fuzzy, perl-format
2227 #, perl-format
22042228 msgid "Could not open %s for writing: %s"
2205 msgstr "%s: açýlamayan --css-dosyasý: %s"
2229 msgstr "%1$s yazmak için açılamıyor: %2$s"
22062230
22072231 #: tp/Texinfo/Common.pm:824
22082232 msgid "recursion is always allowed"
2209 msgstr ""
2233 msgstr "yinelemeye her zaman izin verilir"
22102234
22112235 #: tp/Texinfo/Common.pm:825
2212 #, fuzzy
22132236 msgid "arguments are quoted by default"
2214 msgstr ""
2215 "@quote-arg kullanýlmýyor; argümanlar öntanýmlý olarak týrnak içine alýnýyor"
2237 msgstr "argümanlar öntanımlı olarak tırnak içine alınıyor"
22162238
22172239 #: tp/Texinfo/Common.pm:1024
2218 #, fuzzy, perl-format
2240 #, perl-format
22192241 msgid "%s is not a valid language code"
2220 msgstr "%s geçerli bir ISO 639 dil kodu deðildir"
2242 msgstr "%s geçerli bir dil kodu değildir"
22212243
22222244 #: tp/Texinfo/Common.pm:1029
2223 #, fuzzy, perl-format
2245 #, perl-format
22242246 msgid "%s is not a valid region code"
2225 msgstr "%s geçerli bir ISO 639 dil kodu deðildir"
2247 msgstr "%s geçerli bir bölge kodu değildir"
22262248
22272249 #: tp/Texinfo/Common.pm:1047
2228 #, fuzzy, perl-format
2250 #, perl-format
22292251 msgid "%s is not a valid split possibility"
2230 msgstr "%s geçerli bir ISO 639 dil kodu deðildir"
2252 msgstr "%s geçerli bir bölme olasılığı değildir"
22312253
22322254 #: tp/Texinfo/Common.pm:1070 tp/Texinfo/Common.pm:1495
2233 #, fuzzy, perl-format
2255 #, perl-format
22342256 msgid "Cannot read %s: %s"
2235 msgstr "`%1$s' dizini oluþturulamýyor: %2$s"
2257 msgstr "%1$s okunamıyor: %2$s"
22362258
22372259 #: tp/Texinfo/Common.pm:1087
2238 #, fuzzy, perl-format
2260 #, perl-format
22392261 msgid "Error on closing @verbatiminclude file %s: %s"
2240 msgstr "`%s' çýktý dosyasýný kapatmada hata"
2262 msgstr "%1$s @verbatiminclude dosyasını kapatmada hata: %2$s"
22412263
22422264 #: tp/Texinfo/Common.pm:1092 tp/Texinfo/Parser.pm:3084
2243 #, fuzzy, perl-format
2265 #, perl-format
22442266 msgid "@%s: Cannot find %s"
2245 msgstr "`%s' bulunamýyor."
2267 msgstr "@%1$s: %2$s bulunamıyor"
22462268
22472269 #: tp/Texinfo/Common.pm:1392
2248 #, fuzzy, perl-format
2270 #, perl-format
22492271 msgid "Cannot open html refs config file %s: %s"
2250 msgstr "`%s' dosyasý silinemiyor: %s"
2272 msgstr "%1$s html başvuru ayar dosyası açılamıyor: %2$s"
22512273
22522274 #: tp/Texinfo/Common.pm:1420
22532275 msgid "Missing type"
2254 msgstr ""
2276 msgstr "Kayıp tür"
22552277
22562278 #: tp/Texinfo/Common.pm:1423
2257 #, fuzzy, perl-format
2279 #, perl-format
22582280 msgid "Unrecognized type: %s"
2259 msgstr "%s: `--%s' seçeneði bilinmiyor\n"
2281 msgstr "Bilinmeyen tür: %s"
22602282
22612283 #: tp/Texinfo/Common.pm:1439
2262 #, fuzzy, perl-format
2284 #, perl-format
22632285 msgid "Error on closing html refs config file %s: %s"
2264 msgstr "`%s' dosyasý silinemiyor: %s"
2286 msgstr "%1$s html başvuru ayar dosyasını kapatmada hata: %2$s"
22652287
22662288 #: tp/Texinfo/Common.pm:1474
22672289 #, perl-format
22682290 msgid "%s:%d: no node to be renamed\n"
2269 msgstr ""
2291 msgstr "%s:%d: yeniden adlandırılacak düğüm yok\n"
22702292
22712293 #: tp/Texinfo/Common.pm:1485
22722294 #, perl-format
22732295 msgid "%s:%d: nodes without a new name at the end of file\n"
2274 msgstr ""
2296 msgstr "%s:%d: dosya sonunda yeni adı olmayan düğümler\n"
22752297
22762298 #: tp/Texinfo/Common.pm:1976
22772299 #, perl-format
22782300 msgid "protect_hashchar_at_line_beginning cannot protect in @%s"
2279 msgstr ""
2301 msgstr "protect_hashchar_at_line_beginning @%s'de koruyamıyor"
22802302
22812303 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2282 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2283 #, fuzzy, perl-format
2304 #: tp/texi2any.pl:386 tp/texi2any.pl:403
2305 #, perl-format
22842306 msgid "Obsolete variable %s\n"
2285 msgstr "Deðiþkeni ata: "
2307 msgstr "Kullanım dışı değişken %s\n"
22862308
22872309 #: tp/Texinfo/Convert/Converter.pm:608
2288 #, fuzzy, perl-format
2310 #, perl-format
22892311 msgid "Can't create directories `%s' or `%s': %s"
2290 msgstr "`%1$s' dizini oluþturulamýyor: %2$s"
2312 msgstr "`%1$s' ya da `%2$s' dizinleri oluşturulamıyor: %3$s"
22912313
22922314 #: tp/Texinfo/Convert/Converter.pm:616
2293 #, fuzzy, perl-format
2315 #, perl-format
22942316 msgid "Can't create directories `%s': %s"
2295 msgstr "`%1$s' dizini oluþturulamýyor: %2$s"
2296
2297 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2298 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2317 msgstr "`%1$s' dizinleri oluşturulamıyor: %2$s"
2318
2319 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2320 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22992321 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23002322 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2301 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2302 #: tp/init/chm.pm:399
2323 #: tp/Texinfo/Parser.pm:1871
2324 #, perl-format
2325 msgid "Error on closing %s: %s"
2326 msgstr "%1$s'i kapatmada hata: %2$s"
2327
2328 #: tp/Texinfo/Convert/DocBook.pm:897
2329 #, perl-format
2330 msgid "@image file `%s' not found, using `%s'"
2331 msgstr "@image dosyası `%1$s' bulunamıyor, `%2$s' kullanılacak"
2332
2333 #: tp/Texinfo/Convert/HTML.pm:1677
2334 #, perl-format
2335 msgid "@image file `%s' (for HTML) not found, using `%s'"
2336 msgstr "@image dosyası `%1$s' (HTML için) bulunamadı, `%2$s' kullanılacak"
2337
2338 #: tp/Texinfo/Convert/HTML.pm:2345
2339 #, perl-format
2340 msgid "Raw format %s is not converted"
2341 msgstr "Ham biçem %s dönüştürülmedi"
2342
2343 #: tp/Texinfo/Convert/HTML.pm:4814
2344 #, perl-format
2345 msgid "%s:%d: string not closed in css file"
2346 msgstr "%s:%d: css dosyasında dizge kapatılmadı"
2347
2348 #: tp/Texinfo/Convert/HTML.pm:4816
2349 #, perl-format
2350 msgid "%s:%d: --css-include ended in comment"
2351 msgstr "%s:%d: --css-include yorum içinde sonlandı"
2352
2353 #: tp/Texinfo/Convert/HTML.pm:4818
23032354 #, fuzzy, perl-format
2304 msgid "Error on closing %s: %s"
2305 msgstr "`%s''e yazma hatasý"
2306
2307 #: tp/Texinfo/Convert/DocBook.pm:919
2308 #, fuzzy, perl-format
2309 msgid "@image file `%s' not found, using `%s'"
2310 msgstr "@image dosyasý `%1$s' okunamýyor: %2$s"
2311
2312 #: tp/Texinfo/Convert/HTML.pm:1677
2313 #, fuzzy, perl-format
2314 msgid "@image file `%s' (for HTML) not found, using `%s'"
2315 msgstr "@image dosyasý `%1$s' (HTML için) okunamýyor: %2$s"
2316
2317 #: tp/Texinfo/Convert/HTML.pm:2345
2318 #, perl-format
2319 msgid "Raw format %s is not converted"
2320 msgstr ""
2321
2322 #: tp/Texinfo/Convert/HTML.pm:4832
2323 #, perl-format
2324 msgid "%s:%d: string not closed in css file"
2325 msgstr ""
2326
2327 #: tp/Texinfo/Convert/HTML.pm:4834
2328 #, fuzzy, perl-format
2329 msgid "%s:%d: --css-include ended in comment"
2330 msgstr "%s:%d: --css-dosyasý yorum içinde sonlandý"
2331
2332 #: tp/Texinfo/Convert/HTML.pm:4836
2333 #, perl-format
2334 msgid "%s:%d @import not finished in css file"
2335 msgstr ""
2336
2337 #: tp/Texinfo/Convert/HTML.pm:4862
2338 #, fuzzy, perl-format
2355 msgid "%s:%d: @import not finished in css file"
2356 msgstr "%s:%d css dosyasında @import bitmedi"
2357
2358 #: tp/Texinfo/Convert/HTML.pm:4844
2359 #, perl-format
23392360 msgid "css file %s not found"
2340 msgstr "%cson makrosu bulunamadý"
2341
2342 #: tp/Texinfo/Convert/HTML.pm:4868
2343 #, fuzzy, perl-format
2361 msgstr "css dosyası %s bulunamadı"
2362
2363 #: tp/Texinfo/Convert/HTML.pm:4850
2364 #, perl-format
23442365 msgid "could not open --include-file %s: %s"
2345 msgstr "%s: açýlamayan --css-dosyasý: %s"
2346
2347 #: tp/Texinfo/Convert/HTML.pm:4878
2348 #, fuzzy, perl-format
2366 msgstr "--include-file %1$s açılamadı: %2$s"
2367
2368 #: tp/Texinfo/Convert/HTML.pm:4860
2369 #, perl-format
23492370 msgid "Error on closing CSS file %s: %s"
2350 msgstr "`%s' çýktý dosyasýný kapatmada hata"
2351
2352 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2353 #, fuzzy, perl-format
2371 msgstr "CSS dosyası %1$s'i kapatmada hata: %2$s"
2372
2373 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
2374 #, perl-format
23542375 msgid "No htmlxref.cnf entry found for `%s'"
2355 msgstr "`%s' için indeks girdisi yok.\n"
2356
2357 #: tp/Texinfo/Convert/HTML.pm:6513
2358 #, fuzzy, perl-format
2376 msgstr "`%s' için htmlxref.cnf girdisi bulunamadı"
2377
2378 #: tp/Texinfo/Convert/HTML.pm:6495
2379 #, perl-format
23592380 msgid "Error on closing frame file %s: %s"
2360 msgstr "`%s' çýktý dosyasýný kapatmada hata"
2361
2362 #: tp/Texinfo/Convert/HTML.pm:6537
2363 #, fuzzy, perl-format
2381 msgstr "Çerçeve dosyası %1$s'i kapatmada hata: %2$s"
2382
2383 #: tp/Texinfo/Convert/HTML.pm:6519
2384 #, perl-format
23642385 msgid "Error on closing TOC frame file %s: %s"
2365 msgstr "`%s' çýktý dosyasýný kapatmada hata"
2366
2367 #: tp/Texinfo/Convert/HTML.pm:6652
2386 msgstr "TOC çerçeve dosyası %1$s'i kapatmada hata: %2$s"
2387
2388 #: tp/Texinfo/Convert/HTML.pm:6634
23682389 #, perl-format
23692390 msgid "Handler %s of stage %s priority %s failed"
2370 msgstr ""
2371
2372 #: tp/Texinfo/Convert/HTML.pm:6853
2391 msgstr "Evre %2$s öncelik %3$s'in kotarıcısı %1$s başarısız"
2392
2393 #: tp/Texinfo/Convert/HTML.pm:6835
23732394 msgid "Must specify a title with a title command or @top"
2374 msgstr ""
2375
2376 #: tp/Texinfo/Convert/HTML.pm:7058
2395 msgstr "Başlık komutu ya da @top ile bir başlık belirlemelisiniz"
2396
2397 #: tp/Texinfo/Convert/HTML.pm:7040
23772398 #, perl-format
23782399 msgid "Error on closing redirection node file %s: %s"
2379 msgstr ""
2380
2381 #: tp/Texinfo/Convert/HTML.pm:7083
2382 #, fuzzy, perl-format
2400 msgstr "Yeniden yönlendirme düğüm dosyası %1$s'i kapatmada hata: %2$s"
2401
2402 #: tp/Texinfo/Convert/HTML.pm:7065
2403 #, perl-format
23832404 msgid "Old name for `%s' is a node of the document"
2384 msgstr "Bu belge içinde, bu düðüm için `Önceki' ya da `Yukarý' yok."
2385
2386 #: tp/Texinfo/Convert/HTML.pm:7087
2387 #, fuzzy, perl-format
2405 msgstr "`%s'nin önceki adı bu belgenin bir düğümüdür"
2406
2407 #: tp/Texinfo/Convert/HTML.pm:7069
2408 #, perl-format
23882409 msgid "File empty for renamed node `%s'"
2389 msgstr "baþvurulmamýþ düðüm `%s'"
2390
2391 #: tp/Texinfo/Convert/HTML.pm:7099
2410 msgstr "Yeniden adlandırılmış `%s' düğüm dosyası boş"
2411
2412 #: tp/Texinfo/Convert/HTML.pm:7081
23922413 #, perl-format
23932414 msgid "Target node (new name for `%s') not in document: %s"
2394 msgstr ""
2395
2396 #: tp/Texinfo/Convert/HTML.pm:7131
2397 #, fuzzy, perl-format
2415 msgstr "Hedef düğüm (`%s'nin yeni adı) belgede yok: %s"
2416
2417 #: tp/Texinfo/Convert/HTML.pm:7113
2418 #, perl-format
23982419 msgid "Error on closing renamed node redirection file %s: %s"
2399 msgstr "`%s' çýktý dosyasýný kapatmada hata"
2400
2401 #: tp/Texinfo/Convert/HTML.pm:7169
2402 #, fuzzy
2420 msgstr ""
2421 "Yeniden adlandırılmış düğüm yeniden yönlendirme dosyası %s'i kapatmada hata: "
2422 "%s"
2423
2424 #: tp/Texinfo/Convert/HTML.pm:7151
24032425 msgid "Empty node name"
2404 msgstr "`%s' için indeks girdisi yok.\n"
2405
2406 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2426 msgstr "Boş düğüm adı"
2427
2428 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24072429 #, perl-format
24082430 msgid "Syntax for an external node used for `%s'"
2409 msgstr ""
2431 msgstr "`%s' için kullanılan bir harici düğümün sözdizimi"
24102432
24112433 #: tp/Texinfo/Convert/Info.pm:99
2412 #, fuzzy
24132434 msgid "Document without nodes."
2414 msgstr "Bu düðümde menü yok."
2435 msgstr "Düğümsüz belge."
24152436
24162437 #: tp/Texinfo/Convert/Info.pm:115
24172438 msgid "Document without Top node."
2418 msgstr ""
2439 msgstr "Top düğümü olmayan belge."
24192440
24202441 #: tp/Texinfo/Convert/Info.pm:151
24212442 #, perl-format
24222443 msgid "Rename %s failed: %s"
2423 msgstr ""
2444 msgstr "%1$s yeniden adlandırma başarısız: %2$s"
24242445
24252446 #: tp/Texinfo/Convert/Info.pm:226
24262447 #, perl-format
24272448 msgid "@%s output more than once: %s"
2428 msgstr ""
2449 msgstr "@%s çıktısı birden fazla: %s"
24292450
24302451 #: tp/Texinfo/Convert/Info.pm:340
2431 #, fuzzy, perl-format
2452 #, perl-format
24322453 msgid "@%s outside of any node"
2433 msgstr "(tüm düðümlerin dýþýnda)"
2454 msgstr "@%s tüm düğümlerin dışında"
24342455
24352456 #: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2467
24362457 #, perl-format
24372458 msgid "Entry for index `%s' outside of any node"
2438 msgstr "`%s' indeks girdisi tüm düðümlerin dýþýnda"
2459 msgstr "`%s' indeks girdisi tüm düğümlerin dışında"
24392460
24402461 #: tp/Texinfo/Convert/Plaintext.pm:1217
2441 #, fuzzy, perl-format
2462 #, perl-format
24422463 msgid "Error on closing image text file %s: %s"
2443 msgstr "`%s' çýktý dosyasýný kapatmada hata"
2464 msgstr "İmge metin dosyası %1$s'i kapatmada hata: %2$s"
24442465
24452466 #: tp/Texinfo/Convert/Plaintext.pm:1222
24462467 #, perl-format
24472468 msgid "@image file `%s' unreadable: %s"
2448 msgstr "@image dosyasý `%1$s' okunamýyor: %2$s"
2469 msgstr "@image dosyası `%1$s' okunamıyor: %2$s"
24492470
24502471 #: tp/Texinfo/Convert/Plaintext.pm:1250
2451 #, fuzzy, perl-format
2472 #, perl-format
24522473 msgid "Cannot find @image file `%s.txt' nor alternate text"
2453 msgstr "`%s' düðümü bulunamadý."
2474 msgstr "@image dosyası `%s.txt' ya da alternatif metin bulunamadı"
24542475
24552476 #: tp/Texinfo/Convert/Plaintext.pm:1615
24562477 msgid ""
24572478 "@strong{Note...} produces a spurious cross-reference in Info; reword to "
24582479 "avoid that"
24592480 msgstr ""
2460 "@strong{Not...} Info'da sahte bir çapraz-baþvuru oluþturur; bundan kaçýnmak "
2461 "için yazýmý deðiþtirin"
2481 "@strong{Not...} Info'da sahte bir çapraz-başvuru oluşturur; bundan kaçınmak "
2482 "için yazımı değiştirin"
24622483
24632484 #: tp/Texinfo/Convert/Plaintext.pm:1845
2464 #, fuzzy, perl-format
2485 #, perl-format
24652486 msgid "`.' or `,' must follow @xref, not %s"
2466 msgstr "`.' ya da `,' @%s'i izlemelidir, `%c'yi deðil"
2487 msgstr "`.' ya da `,' @xref'i izlemelidir, `%s'i değil"
24672488
24682489 #: tp/Texinfo/Convert/Plaintext.pm:1847
2469 #, fuzzy
24702490 msgid "`.' or `,' must follow @xref"
2471 msgstr "`.' ya da `,' @%s'i izlemelidir, `%c'yi deðil"
2491 msgstr "`.' ya da `,' @xref'i izlemelidir"
24722492
24732493 #: tp/Texinfo/Parser.pm:800
2474 #, fuzzy, perl-format
2494 #, perl-format
24752495 msgid "@%s should only appear at beginning or end of document"
2476 msgstr "%s: açýlamayan --css-dosyasý: %s"
2496 msgstr "@%s yalnızca belgenin başında ya da sonunda görünmelidir"
24772497
24782498 #: tp/Texinfo/Parser.pm:816
2479 #, fuzzy, perl-format
2499 #, perl-format
24802500 msgid "Can't read file %s: %s"
2481 msgstr "`%s' dosyasý silinemiyor: %s"
2501 msgstr "%1$s dosyası okunamıyor: %2$s"
24822502
24832503 #: tp/Texinfo/Parser.pm:1046 tp/Texinfo/Structuring.pm:548
24842504 #, perl-format
24852505 msgid "Multiple @%s"
2486 msgstr ""
2506 msgstr "Çok sayıda @%s"
24872507
24882508 #: tp/Texinfo/Parser.pm:1077
2489 #, fuzzy, perl-format
2509 #, perl-format
24902510 msgid "Bad syntax for @%s argument: %s"
2491 msgstr "@%s'ye hatalý argüman"
2511 msgstr "@%s argümanı için hatalı sözdüzüm: %s"
24922512
24932513 #: tp/Texinfo/Parser.pm:1093
24942514 #, perl-format
24952515 msgid "Bad or empty @%s formal argument: %s"
2496 msgstr ""
2516 msgstr "Hatalı ya da boş @%s resmi argümanı: %s"
24972517
24982518 #: tp/Texinfo/Parser.pm:1102 tp/Texinfo/Parser.pm:4458
24992519 #: tp/Texinfo/Parser.pm:4481 tp/Texinfo/Parser.pm:5098
25082528 msgstr "%c%s eksik kapama }"
25092529
25102530 #: tp/Texinfo/Parser.pm:1215
2511 #, fuzzy, perl-format
2531 #, perl-format
25122532 msgid "@%s missing closing delimiter sequence: %s}"
2513 msgstr "%c%s eksik kapama }"
2533 msgstr "@%s kayıp kapanış sınır belirteci sıralı ögeleri: %s}"
25142534
25152535 #: tp/Texinfo/Parser.pm:1327
2516 #, fuzzy, perl-format
2536 #, perl-format
25172537 msgid "@itemx should not begin @%s"
2518 msgstr "%s: açýlamayan --css-dosyasý: %s"
2538 msgstr "@itemx başlamamalı @%s"
25192539
25202540 #: tp/Texinfo/Parser.pm:1395
25212541 msgid "@itemx must follow @item"
2522 msgstr ""
2542 msgstr "@itemx, @item'dan sonra gelmeli"
25232543
25242544 #: tp/Texinfo/Parser.pm:1561
25252545 #, perl-format
25262546 msgid "@%s has text but no @item"
2527 msgstr ""
2547 msgstr "@%s'in metni var fakat @item'ı yok"
25282548
25292549 #: tp/Texinfo/Parser.pm:1591
25302550 #, perl-format
25312551 msgid "`@end' expected `%s', but saw `%s'"
2532 msgstr "`@end' `%1$s' beklerdi, `%2$s' gördü"
2552 msgstr "`@end' `%1$s' beklerdi, `%2$s' gördü"
25332553
25342554 #: tp/Texinfo/Parser.pm:1594
2535 #, fuzzy, perl-format
2555 #, perl-format
25362556 msgid "@%s seen before @end %s"
2537 msgstr "önce Üst"
2557 msgstr "@%s, @end'den önce görüldü %s"
25382558
25392559 #: tp/Texinfo/Parser.pm:1598
25402560 #, perl-format
25412561 msgid "No matching `%cend %s'"
2542 msgstr "Eþleþen `%cend %s' yok"
2562 msgstr "Eşleşen `%cend %s' yok"
25432563
25442564 #: tp/Texinfo/Parser.pm:1620 tp/Texinfo/Parser.pm:4783
25452565 #: tp/Texinfo/Parser.pm:4993
25462566 #, perl-format
25472567 msgid "Misplaced %c"
2548 msgstr "Yanlýþ yerleþtirilmiþ %c"
2568 msgstr "Yanlış yerleştirilmiş %c"
25492569
25502570 #: tp/Texinfo/Parser.pm:1715 tp/Texinfo/Parser.pm:3043
25512571 #, perl-format
25522572 msgid "Unmatched `%c%s'"
2553 msgstr "Eþleþmeyen `%c%s'"
2573 msgstr "Eşleşmeyen `%c%s'"
25542574
25552575 #: tp/Texinfo/Parser.pm:1945
2556 #, fuzzy, perl-format
2576 #, perl-format
25572577 msgid "Macro `%s' called with too many args"
2558 msgstr "Makro `%s', %d satýrýnda çok sayýda arg.la çaðrýldý"
2578 msgstr "Makro `%s' çok sayıda arg.la çağrıldı"
25592579
25602580 #: tp/Texinfo/Parser.pm:1967
2561 #, fuzzy, perl-format
2581 #, perl-format
25622582 msgid "@%s missing close brace"
2563 msgstr "%c%s eksik kapama }"
2583 msgstr "@%s kayıp küme parantezi"
25642584
25652585 #: tp/Texinfo/Parser.pm:1974
2566 #, fuzzy, perl-format
2586 #, perl-format
25672587 msgid "Macro `%s' declared without argument called with an argument"
2568 msgstr "Makro `%s', %d satýrýnda çok sayýda arg.la çaðrýldý"
2588 msgstr "Makro `%s' argümansız tanımlandı, argümanla kullanıldı"
25692589
25702590 #: tp/Texinfo/Parser.pm:2008
2571 #, fuzzy, perl-format
2591 #, perl-format
25722592 msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
2573 msgstr "makro geniþlemesindeki \\'i, parametre adý yerine `%s' izliyor"
2593 msgstr "@%s açılımındaki \\ paramatre adı ya da \\ yerine `%s'i izliyor"
25742594
25752595 #: tp/Texinfo/Parser.pm:2399
2576 #, fuzzy, perl-format
2596 #, perl-format
25772597 msgid "@%s `%s' previously defined"
2578 msgstr "makro `%s' daha önce tanýmlanmýþ"
2598 msgstr "@%s `%s' daha önce tanımlanmış"
25792599
25802600 #: tp/Texinfo/Parser.pm:2404
2581 #, fuzzy, perl-format
2601 #, perl-format
25822602 msgid "here is the previous definition as @%s"
2583 msgstr "iþte `%s''nin önceki tanýmý"
2603 msgstr "işte @%s olarak önceki tanım"
25842604
25852605 #: tp/Texinfo/Parser.pm:2759
2586 #, fuzzy, perl-format
2606 #, perl-format
25872607 msgid "Missing name for @%s"
2588 msgstr "@def arg'da kayýp `}'"
2608 msgstr "@%s için kayıp isim"
25892609
25902610 #: tp/Texinfo/Parser.pm:2764
25912611 #, perl-format
25922612 msgid "Missing category for @%s"
2593 msgstr ""
2613 msgstr "@%s için kayıp kategori"
25942614
25952615 #: tp/Texinfo/Parser.pm:2816
2596 #, fuzzy, perl-format
2616 #, perl-format
25972617 msgid "Unexpected argument on @%s line: %s"
2598 msgstr "@%s:%s'ye hatalý argüman"
2618 msgstr "@%s satırında beklenmedik argüman: %s"
25992619
26002620 #: tp/Texinfo/Parser.pm:2832
2601 #, fuzzy
26022621 msgid "empty multitable"
2603 msgstr "%s: boþ dosya"
2622 msgstr "boş çoklutablo"
26042623
26052624 #: tp/Texinfo/Parser.pm:2887 tp/Texinfo/Parser.pm:5185
2606 #, fuzzy, perl-format
2625 #, perl-format
26072626 msgid "Superfluous argument to @%s"
2608 msgstr "@%s'ye hatalý argüman"
2627 msgstr "@%s'e fazladan argüman"
26092628
26102629 #: tp/Texinfo/Parser.pm:2893 tp/Texinfo/Parser.pm:5206
26112630 #: tp/Texinfo/Parser.pm:5217
26122631 #, perl-format
26132632 msgid "Bad argument to @%s"
2614 msgstr "@%s'ye hatalý argüman"
2633 msgstr "@%s'ye hatalı argüman"
26152634
26162635 #: tp/Texinfo/Parser.pm:2904
26172636 #, perl-format
26182637 msgid "%s requires an argument: the formatter for %citem"
2619 msgstr "%s bir argüman gerektirir: %c öðesi için biçimlendirici"
2638 msgstr "%s bir argüman gerektirir: %c öğesi için biçimlendirici"
26202639
26212640 #: tp/Texinfo/Parser.pm:2909
26222641 #, perl-format
26232642 msgid "Command @%s not accepting argument in brace should not be on @%s line"
26242643 msgstr ""
2644 "@%s komutu küme parantezi içinde argüman kabul etmiyor @%s satırında olmamalı"
26252645
26262646 #: tp/Texinfo/Parser.pm:2944
2627 #, fuzzy, perl-format
2647 #, perl-format
26282648 msgid "Accent command `@%s' not allowed as @%s argument"
2629 msgstr "@item, @itemize'a argüman olarak kullanýlamaz"
2649 msgstr "Vurgu komutu `@%s'ın @%s argümanı olmasına izin verilmiyor"
26302650
26312651 #: tp/Texinfo/Parser.pm:3021 tp/Texinfo/Parser.pm:3157
26322652 #: tp/Texinfo/Parser.pm:5178
2633 #, fuzzy, perl-format
2653 #, perl-format
26342654 msgid "@%s missing argument"
2635 msgstr "%s: dosya argümaný eksik.\n"
2655 msgstr "@%s kayıp argüman"
26362656
26372657 #: tp/Texinfo/Parser.pm:3033
2638 #, fuzzy, perl-format
2658 #, perl-format
26392659 msgid "Unknown @end %s"
2640 msgstr "Bilinmeyen indeks `%s'"
2660 msgstr "Bilinmeyen @end %s"
26412661
26422662 #: tp/Texinfo/Parser.pm:3055 tp/Texinfo/Parser.pm:3662
2643 #, fuzzy, perl-format
2663 #, perl-format
26442664 msgid "Superfluous argument to @%s %s: %s"
2645 msgstr "@%s:%s'ye hatalý argüman"
2665 msgstr "@%s %s'e fazladan argüman: %s"
26462666
26472667 #: tp/Texinfo/Parser.pm:3060 tp/Texinfo/Parser.pm:5257
26482668 #: tp/Texinfo/Parser.pm:5303 tp/Texinfo/Parser.pm:5329
26492669 #: tp/Texinfo/Parser.pm:5362 tp/Texinfo/Parser.pm:5423
26502670 #, perl-format
26512671 msgid "Bad argument to @%s: %s"
2652 msgstr "@%s:%s'ye hatalý argüman"
2672 msgstr "@%s:%s'ye hatalı argüman"
26532673
26542674 #: tp/Texinfo/Parser.pm:3079
2655 #, fuzzy, perl-format
2675 #, perl-format
26562676 msgid "@%s: Cannot open %s: %s"
2657 msgstr "`%s' bulunamýyor."
2677 msgstr "@%s: %s açılamıyor: %s"
26582678
26592679 #: tp/Texinfo/Parser.pm:3091
26602680 #, perl-format
26612681 msgid "Encoding `%s' is not a canonical texinfo encoding"
2662 msgstr ""
2682 msgstr "`%s' kodlaması kanonik bir texinfo kodlaması değil"
26632683
26642684 #: tp/Texinfo/Parser.pm:3099
26652685 #, perl-format
26662686 msgid "unrecognized encoding name `%s'"
2667 msgstr "tanýnmayan kodlama adý `%s'"
2687 msgstr "tanınmayan kodlama adı `%s'"
26682688
26692689 #: tp/Texinfo/Parser.pm:3247
26702690 #, perl-format
26712691 msgid "@%s after the first element"
2672 msgstr ""
2692 msgstr "ilk unsurdan sonra @%s"
26732693
26742694 #: tp/Texinfo/Parser.pm:3254
2675 #, fuzzy, perl-format
2695 #, perl-format
26762696 msgid "@%s only meaningful on a @multitable line"
2677 msgstr "`@titlepage' çevresi dýþýnda @%s anlamlý deðil"
2697 msgstr "@%s yalnızca bir @multitable satırında anlamlıdır"
26782698
26792699 #: tp/Texinfo/Parser.pm:3291
2680 #, fuzzy, perl-format
2700 #, perl-format
26812701 msgid "@%s should not be associated with @top"
2682 msgstr "%s: açýlamayan --css-dosyasý: %s"
2702 msgstr "@%s @top ile ilintili olmamalı"
26832703
26842704 #: tp/Texinfo/Parser.pm:3303
2685 #, fuzzy, perl-format
2705 #, perl-format
26862706 msgid "@node precedes @%s, but parts may not be associated with nodes"
2687 msgstr "%s: açýlamayan --css-dosyasý: %s"
2707 msgstr ""
2708 "@node @%s'den önce geliyor, fakat parçaları düğümlerle ilişkili olmayabilir"
26882709
26892710 #: tp/Texinfo/Parser.pm:3400
2690 #, fuzzy, perl-format
2711 #, perl-format
26912712 msgid "Empty argument in @%s"
2692 msgstr "@%s'ye hatalý argüman"
2713 msgstr "@%s'de boş argüman"
26932714
26942715 #: tp/Texinfo/Parser.pm:3404
26952716 #, perl-format
26962717 msgid "Empty node name after expansion `%s'"
2697 msgstr ""
2718 msgstr "`%s' açılımından sonra boş düğüm adı"
26982719
26992720 #: tp/Texinfo/Parser.pm:3447
2700 #, fuzzy, perl-format
2721 #, perl-format
27012722 msgid "Empty menu entry name in `%s'"
2702 msgstr "@%s'ye hatalý argüman"
2723 msgstr "`%s' de boş menü girdi adı"
27032724
27042725 #: tp/Texinfo/Parser.pm:3455
27052726 #, fuzzy
2706 msgid "Empty node in menu entry"
2707 msgstr "`%s' için indeks girdisi yok.\n"
2727 msgid "Empty node name in menu entry"
2728 msgstr "Menü girdisinde boş düğüm"
27082729
27092730 #: tp/Texinfo/Parser.pm:3525
2710 #, fuzzy, perl-format
2731 #, perl-format
27112732 msgid "@%s should not appear in @%s"
2712 msgstr "%s: açýlamayan --css-dosyasý: %s"
2733 msgstr "@%s @%s'de görülmemeli"
27132734
27142735 #: tp/Texinfo/Parser.pm:3656
2715 #, fuzzy, perl-format
2736 #, perl-format
27162737 msgid "@end %s should only appear at a line beginning"
2717 msgstr "%s: açýlamayan --css-dosyasý: %s"
2738 msgstr "@end %s yalnızca bir satır başında görülmeli"
27182739
27192740 #: tp/Texinfo/Parser.pm:3678
27202741 #, perl-format
27212742 msgid "macro `%s' previously defined"
2722 msgstr "makro `%s' daha önce tanýmlanmýþ"
2743 msgstr "makro `%s' daha önce tanımlanmış"
27232744
27242745 #: tp/Texinfo/Parser.pm:3680
27252746 #, perl-format
27262747 msgid "here is the previous definition of `%s'"
2727 msgstr "iþte `%s''nin önceki tanýmý"
2748 msgstr "işte `%s''nin önceki tanımı"
27282749
27292750 #: tp/Texinfo/Parser.pm:3684
27302751 #, perl-format
27312752 msgid "Redefining Texinfo language command: @%s"
2732 msgstr ""
2753 msgstr "Texinfo dil komutu yeniden tanımlanıyor: @%s"
27332754
27342755 #: tp/Texinfo/Parser.pm:3733
27352756 #, perl-format
27362757 msgid "@%s without associated character"
2737 msgstr ""
2758 msgstr "ilişkili karakteri olmayan @%s"
27382759
27392760 #: tp/Texinfo/Parser.pm:3794
27402761 #, perl-format
27412762 msgid ""
27422763 "@%s defined with zero or more than one argument should be invoked with {}"
2743 msgstr ""
2764 msgstr "sıfırla tanımlanmış @%s ya da birden çok argüman {} ile çağrılmalı"
27442765
27452766 #: tp/Texinfo/Parser.pm:3817
27462767 #, perl-format
27482769 "Macro call nested too deeply (set MAX_NESTED_MACROS to override; current "
27492770 "value %d)"
27502771 msgstr ""
2772 "Makro çağrısı çok içiçe (geçersiz kılmak için MAX_NESTED_MACROS'u atayın; "
2773 "mevcut değer %d)"
27512774
27522775 #: tp/Texinfo/Parser.pm:3825
27532776 #, perl-format
27542777 msgid "Recursive call of macro %s is not allowed; use @rmacro if needed"
27552778 msgstr ""
2779 "%s makrosunun özyineli çağrısına izin verilmiyor; gerekirse @rmacro kullanın"
27562780
27572781 #: tp/Texinfo/Parser.pm:3880
27582782 #, perl-format
27592783 msgid "Accent command `@%s' must not be followed by whitespace"
2760 msgstr ""
2784 msgstr "`@%s' aksan komutundan sonra beyaz boşluk gelmemeli"
27612785
27622786 #: tp/Texinfo/Parser.pm:3886
27632787 #, perl-format
27642788 msgid "Use braces to give a command as an argument to @%s"
2765 msgstr "@%s'e argüman olarak bir komut vermek için {} kullanýn"
2789 msgstr "@%s'e argüman olarak bir komut vermek için {} kullanın"
27662790
27672791 #: tp/Texinfo/Parser.pm:3899 tp/Texinfo/Parser.pm:4897
2768 #, fuzzy, perl-format
2792 #, perl-format
27692793 msgid "%c%s expects `i' or `j' as argument, not `%s'"
2770 msgstr "%c%s argüman olarak `i' ya da `j' gerektirir, %c deðil"
2794 msgstr "%c%s argüman olarak `i' ya da `j' gerektirir, `%s' değil"
27712795
27722796 #: tp/Texinfo/Parser.pm:3911
27732797 #, perl-format
27742798 msgid "Accent command `@%s' must not be followed by new line"
2775 msgstr ""
2799 msgstr "`@%s' aksan komutundan sonra yeni satır gelmemelidir"
27762800
27772801 #: tp/Texinfo/Parser.pm:3922
2778 #, fuzzy, perl-format
2802 #, perl-format
27792803 msgid "@%s expected braces"
2780 msgstr "%c%s küme parantezi bekledi"
2804 msgstr "@%s küme parantezi bekledi"
27812805
27822806 #: tp/Texinfo/Parser.pm:4081
27832807 #, perl-format
27842808 msgid "undefined flag: %s"
2785 msgstr "tanýmlanmamýþ bayrak: %s"
2809 msgstr "tanımlanmamış bayrak: %s"
27862810
27872811 #: tp/Texinfo/Parser.pm:4084
27882812 msgid "Bad syntax for @value"
2789 msgstr ""
2813 msgstr "@value için bozuk sözdizimi"
27902814
27912815 #: tp/Texinfo/Parser.pm:4091
2792 #, fuzzy, perl-format
2816 #, perl-format
27932817 msgid "%c%s is obsolete."
2794 msgstr "%c%s kullanýmdan kalkmýþ"
2818 msgstr "%c%s kullanımdan kalkmış"
27952819
27962820 #: tp/Texinfo/Parser.pm:4094
2797 #, fuzzy, perl-format
2821 #, perl-format
27982822 msgid "%c%s is obsolete; %s"
2799 msgstr "%c%s kullanýmdan kalkmýþ"
2823 msgstr "%c%s kullanımdan kalkmış; %s"
28002824
28012825 #: tp/Texinfo/Parser.pm:4102
2802 #, fuzzy, perl-format
2826 #, perl-format
28032827 msgid "@%s should only appear at a line beginning"
2804 msgstr "%s: açýlamayan --css-dosyasý: %s"
2828 msgstr "@%s yalnızca bir satır başında görülmeli"
28052829
28062830 #: tp/Texinfo/Parser.pm:4192
2807 #, fuzzy, perl-format
2831 #, perl-format
28082832 msgid "@%s not allowed inside `@%s' block"
2809 msgstr "`@%s' bloðu içinde @%s anlamlý deðil"
2833 msgstr "`@%s' bloğu içinde @%s'e izin verilmez"
28102834
28112835 #: tp/Texinfo/Parser.pm:4200
2812 #, fuzzy, perl-format
2836 #, perl-format
28132837 msgid "@%s should only appear in heading or footing"
2814 msgstr "%s: açýlamayan --css-dosyasý: %s"
2838 msgstr "@%s yalnızca alt ya da üst kısımda görülmelidir"
28152839
28162840 #: tp/Texinfo/Parser.pm:4279 tp/Texinfo/Parser.pm:4291
28172841 #: tp/Texinfo/Parser.pm:4335
28182842 #, perl-format
28192843 msgid "@%s not meaningful inside `@%s' block"
2820 msgstr "`@%s' bloðu içinde @%s anlamlý deðil"
2844 msgstr "`@%s' bloğu içinde @%s anlamlı değil"
28212845
28222846 #: tp/Texinfo/Parser.pm:4298
2823 #, fuzzy, perl-format
2847 #, perl-format
28242848 msgid "@%s in empty multitable"
2825 msgstr "%s: boþ dosya"
2849 msgstr "boş @multitable'de @%s"
28262850
28272851 #: tp/Texinfo/Parser.pm:4303
28282852 msgid "@tab before @item"
2829 msgstr ""
2853 msgstr "@item'den önce @tab"
28302854
28312855 #: tp/Texinfo/Parser.pm:4305
28322856 #, perl-format
28332857 msgid "Too many columns in multitable item (max %d)"
2834 msgstr "Çok-tablolu öðede, çok fazla sütun (maks %d)"
2858 msgstr "Çok-tablolu öğede, çok fazla sütun (maks %d)"
28352859
28362860 #: tp/Texinfo/Parser.pm:4338
28372861 msgid "ignoring @tab outside of multitable"
2838 msgstr "çok-tablolunun dýþýndaki @tab yoksayýlýyor"
2862 msgstr "çok-tablolunun dışındaki @tab yoksayılıyor"
28392863
28402864 #: tp/Texinfo/Parser.pm:4340
28412865 #, perl-format
28422866 msgid "@%s outside of table or list"
2843 msgstr ""
2867 msgstr "tablo ya da liste dışında @%s"
28442868
28452869 #: tp/Texinfo/Parser.pm:4373
2846 #, fuzzy, perl-format
2870 #, perl-format
28472871 msgid "Must be after `@%s' to use `@%s'"
2848 msgstr "`@%s' kullanmak için `@%s' ortamý içinde ol(un)malýdýr"
2872 msgstr "`@%2$s' kullanmak için `@%1$s' den sonra ol(un)malıdır"
28492873
28502874 #: tp/Texinfo/Parser.pm:4414
28512875 #, perl-format
28522876 msgid "@%s not meaningful outside `@titlepage' and `@quotation' environments"
2853 msgstr "`@titlepage' ve `@quotation' çevreleri dýþýnda @%s anlamlý deðil"
2877 msgstr "`@titlepage' ve `@quotation' çevreleri dışında @%s anlamlı değil"
28542878
28552879 #: tp/Texinfo/Parser.pm:4418
2856 #, fuzzy
28572880 msgid "@dircategory after first node"
2858 msgstr "önce Üst"
2881 msgstr "ilk düğümden sonra @dircategory"
28592882
28602883 #: tp/Texinfo/Parser.pm:4569
2861 #, fuzzy, perl-format
2884 #, perl-format
28622885 msgid "Region %s inside region %s is not allowed"
2863 msgstr "Dipnot içi dipnotlara izin verilmez"
2886 msgstr "%2$s bölgesi içinde %1$s bölgesine izin verilmez"
28642887
28652888 #: tp/Texinfo/Parser.pm:4586
2866 #, fuzzy
28672889 msgid "@direntry after first node"
2868 msgstr "önce Üst"
2890 msgstr "ilk düğümden sonra @direntry"
28692891
28702892 #: tp/Texinfo/Parser.pm:4594
2871 #, fuzzy, perl-format
2893 #, perl-format
28722894 msgid "@%s seen before first @node"
2873 msgstr "önce Üst"
2895 msgstr "ilk @node öncesinde @%s görüldü"
28742896
28752897 #: tp/Texinfo/Parser.pm:4596
28762898 msgid ""
28772899 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
28782900 msgstr ""
2879 "belki de sizin @top düðümünüz, @ifinfo'dan ziyade @ifnottex içine "
2880 "sarýlmalýdýr?"
2901 "belki de sizin @top düğümünüz, @ifinfo'dan ziyade @ifnottex içine "
2902 "sarılmalıdır?"
28812903
28822904 #: tp/Texinfo/Parser.pm:4657
2883 #, fuzzy, perl-format
2905 #, perl-format
28842906 msgid "@%s should only appear in math context"
2885 msgstr "%s: açýlamayan --css-dosyasý: %s"
2907 msgstr "@%s yalnızca matematik bağlamında görünmelidir"
28862908
28872909 #: tp/Texinfo/Parser.pm:4665
28882910 #, perl-format
28902912 msgstr "Bilinmeyen komut `%s'"
28912913
28922914 #: tp/Texinfo/Parser.pm:4675
2893 #, fuzzy
28942915 msgid "Unexpected @"
2895 msgstr "`%s' gerekir"
2916 msgstr "Beklenmedik @"
28962917
28972918 #: tp/Texinfo/Parser.pm:4703
2898 #, fuzzy, perl-format
2919 #, perl-format
28992920 msgid "@%s is not meaningful outside `@float' environment"
2900 msgstr "`@float' çevresi dýþýnda @%s anlamlý deðil"
2921 msgstr "`@float' çevresi dışında @%s anlamlı değil"
29012922
29022923 #: tp/Texinfo/Parser.pm:4707
29032924 #, perl-format
29042925 msgid "@%s should be right below `@float'"
2905 msgstr ""
2926 msgstr "@%s, `@float'ın hemen altında olmalıdır"
29062927
29072928 #: tp/Texinfo/Parser.pm:4715
29082929 #, perl-format
29092930 msgid "Ignoring multiple @%s"
2910 msgstr ""
2931 msgstr "Çok sayıda @%s yok sayılıyor"
29112932
29122933 #: tp/Texinfo/Parser.pm:4826
29132934 #, perl-format
29142935 msgid "Command @%s does not accept arguments"
2915 msgstr ""
2936 msgstr "@%s komutu argüman kabul etmez"
29162937
29172938 #: tp/Texinfo/Parser.pm:4849
2918 #, fuzzy, perl-format
2939 #, perl-format
29192940 msgid "Command @%s missing a node or external manual argument"
2920 msgstr "%s: dosya argümaný eksik.\n"
2941 msgstr "@%s komutunda bir düğüm ya da harici manüel argüman eksik"
29212942
29222943 #: tp/Texinfo/Parser.pm:4865
29232944 #, perl-format
29242945 msgid "In @%s empty cross reference name after expansion `%s'"
2925 msgstr ""
2946 msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru adı"
29262947
29272948 #: tp/Texinfo/Parser.pm:4875
29282949 #, perl-format
29292950 msgid "In @%s empty cross reference title after expansion `%s'"
2930 msgstr ""
2951 msgstr "@%s'de `%s' açılımından sonra boş çapraz başvuru başlığı"
29312952
29322953 #: tp/Texinfo/Parser.pm:4888
29332954 msgid "@image missing filename argument"
2934 msgstr "@image eksik dosyaadý argümaný"
2955 msgstr "@image eksik dosyaadı argümanı"
29352956
29362957 #: tp/Texinfo/Parser.pm:4917
2937 #, fuzzy, perl-format
2958 #, perl-format
29382959 msgid "@%s missing first argument"
2939 msgstr "%s: dosya argümaný eksik.\n"
2960 msgstr "@%s'de eksik ilk argüman"
29402961
29412962 #: tp/Texinfo/Parser.pm:5023
29422963 msgid "Superfluous arguments for node"
2943 msgstr ""
2964 msgstr "Düğüm için çok fazla argüman"
29442965
29452966 #: tp/Texinfo/Parser.pm:5062
2967 #, perl-format
2968 msgid "Expected @end %s"
2969 msgstr "@end beklenirdi %s"
2970
2971 #: tp/Texinfo/Parser.pm:5126
2972 #, perl-format
2973 msgid "Remaining argument on @%s line: %s"
2974 msgstr "@%s satırında kalan argüman: %s"
2975
2976 #: tp/Texinfo/Parser.pm:5128
2977 #, perl-format
2978 msgid "@%s should only accept a @-command as argument, not `%s'"
2979 msgstr "@%s argüman olarak yalnızca bir @-komut kabul etmelidir, `%s' değil"
2980
2981 #: tp/Texinfo/Parser.pm:5201
2982 #, perl-format
2983 msgid "Environment command %s as argument to @%s"
2984 msgstr "@%s'e argüman olarak çevre komutu %s"
2985
2986 #: tp/Texinfo/Parser.pm:5222
2987 #, perl-format
2988 msgid "Empty @%s"
2989 msgstr "Boş @%s"
2990
2991 #: tp/Texinfo/Parser.pm:5230
2992 #, perl-format
2993 msgid "column fraction not a number: %s"
2994 msgstr "sütun kesiri numara değil: %s"
2995
2996 #: tp/Texinfo/Parser.pm:5239
2997 #, perl-format
2998 msgid "@sp arg must be numeric, not `%s'"
2999 msgstr "@sp arg sayısal olmalıdır `%s' değil"
3000
3001 #: tp/Texinfo/Parser.pm:5247
3002 #, perl-format
3003 msgid "Reserved index name %s"
3004 msgstr "Ayrılmış dizin adı %s"
3005
3006 #: tp/Texinfo/Parser.pm:5264
3007 #, perl-format
3008 msgid "Unknown source index in @%s: %s"
3009 msgstr "@%s'de bilinmeyen kaynak dizini: %s"
3010
3011 #: tp/Texinfo/Parser.pm:5267
3012 #, perl-format
3013 msgid "Unknown destination index in @%s: %s"
3014 msgstr "@%s'de bilinmeyen hedef dizini: %s"
3015
3016 #: tp/Texinfo/Parser.pm:5298
3017 #, perl-format
3018 msgid "@%s leads to a merging of %s in itself, ignoring"
3019 msgstr "@%s, %s'in kendi içine kaynaşmasına yol açar, yok sayılıyor"
3020
3021 #: tp/Texinfo/Parser.pm:5310
3022 #, perl-format
3023 msgid "Unknown index `%s' in @printindex"
3024 msgstr "@printindex içinde bilinmeyen indeks `%s'"
3025
3026 #: tp/Texinfo/Parser.pm:5315
3027 #, perl-format
3028 msgid "Printing an index `%s' merged in another one `%s'"
3029 msgstr "`%2$s' içine kaynaştırılmış bir `%1$s' dizini yazdırılıyor"
3030
3031 #: tp/Texinfo/Parser.pm:5322
3032 #, perl-format
3033 msgid "Printindex before document beginning: @printindex %s"
3034 msgstr "Belge başlangıcından önce printindex: @printindex %s"
3035
3036 #: tp/Texinfo/Parser.pm:5337
3037 #, perl-format
3038 msgid "@%s arg must be `top' or `bottom', not `%s'"
3039 msgstr "@%s arg `top' ya da `bottom' olmalıdır, `%s' değil"
3040
3041 #: tp/Texinfo/Parser.pm:5343
3042 #, perl-format
3043 msgid "Only @%s 10 or 11 is supported, not `%s'"
3044 msgstr "Yalnızca @%1$s 10 ya da 11 destekleniyor, `%2$s' değil"
3045
3046 #: tp/Texinfo/Parser.pm:5349
3047 #, perl-format
3048 msgid "@%s arg must be `separate' or `end', not `%s'"
3049 msgstr "@%s arg `separate' ya da `end' olmalıdır, `%s' değil"
3050
3051 #: tp/Texinfo/Parser.pm:5355
3052 #, perl-format
3053 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
3054 msgstr "'%s arg `on', `off' ya da `odd' olmalıdır, `%s' değil"
3055
3056 #: tp/Texinfo/Parser.pm:5370 tp/Texinfo/Parser.pm:5373
3057 #, perl-format
3058 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
3059 msgstr "@paragrafindent arg sayısal/'none'/`asis' olmalıdır, `%s' değil"
3060
3061 #: tp/Texinfo/Parser.pm:5379
3062 #, perl-format
3063 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
3064 msgstr "@firstparagraphindent arg `none' ya da `insert' olmalıdır, `%s' değil"
3065
3066 #: tp/Texinfo/Parser.pm:5387
3067 #, perl-format
3068 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
3069 msgstr "@exampleindent arg sayısal/`asis' olmalıdır, `%s' değil"
3070
3071 #: tp/Texinfo/Parser.pm:5397
3072 #, perl-format
3073 msgid "Expected @%s on or off, not `%s'"
3074 msgstr "%1$s'de açık ya da kapalı bakleniyordu, `%2$s' değil"
3075
3076 #: tp/Texinfo/Parser.pm:5404
3077 #, perl-format
3078 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
3079 msgstr "@kbdinputstyle arg `code'/`example'/`distinct' olmalıdır, `%s' değil"
3080
3081 #: tp/Texinfo/Parser.pm:5410
3082 #, perl-format
3083 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
3084 msgstr "@allowcodebreaks arg `true' ya da `false' olmalıdır, `%s' değil"
3085
3086 #: tp/Texinfo/Parser.pm:5416
3087 #, perl-format
3088 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
3089 msgstr "@urefbreakstyle arg `after'/`before'/`none' olmalıdır, `%s' değil"
3090
3091 #: tp/Texinfo/Report.pm:100
3092 #, perl-format
3093 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3094 msgstr "%s.%d: uyarı: %s (muhtemelen @%s ile ilgili) \n"
3095
3096 #: tp/Texinfo/Report.pm:103
3097 #, perl-format
3098 msgid "%s:%d: warning: %s\n"
3099 msgstr "%s:%d: uyarı: %s\n"
3100
3101 #: tp/Texinfo/Report.pm:146
3102 #, perl-format
3103 msgid "warning: %s\n"
3104 msgstr "uyarı: %s\n"
3105
3106 #: tp/Texinfo/Structuring.pm:231
3107 #, perl-format
3108 msgid "Raising the section level of @%s which is too low"
3109 msgstr "@%s'in çok düşük olan bölüm düzeyi yükseltiliyor"
3110
3111 #: tp/Texinfo/Structuring.pm:263
3112 #, perl-format
3113 msgid "No chapter-level command before @%s"
3114 msgstr "@%s'den önce kısım düzeyi komutu yok"
3115
3116 #: tp/Texinfo/Structuring.pm:268
3117 #, perl-format
3118 msgid "Lowering the section level of @%s appearing after a lower element"
3119 msgstr ""
3120 "Daha düşük düzeyde bir unsurdan sonra görülen @%s'in bölüm düzeyi düşürülüyor"
3121
3122 #: tp/Texinfo/Structuring.pm:347
3123 #, perl-format
3124 msgid "No sectioning command associated with @%s"
3125 msgstr "@%s ile ilintili bir bölümleme kmoutu yok"
3126
3127 #: tp/Texinfo/Structuring.pm:568
3128 #, perl-format
3129 msgid "Menu reference to nonexistent node `%s'"
3130 msgstr "Varolmayan düğüm `%s'e menü referansı"
3131
3132 #: tp/Texinfo/Structuring.pm:583
3133 #, perl-format
3134 msgid "Menu entry node name `%s' different from %s name `%s'"
3135 msgstr "Menü girdisi düğüm adı `%s' %s adı olan `%s'den farklı"
3136
3137 #: tp/Texinfo/Structuring.pm:619
3138 #, perl-format
3139 msgid "unreferenced node `%s'"
3140 msgstr "başvurulmamış düğüm `%s'"
3141
3142 #: tp/Texinfo/Structuring.pm:665
3143 #, perl-format
3144 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3145 msgstr "Düğüm `1$%s' `%3$s' için bölümlemede %2$s fakat menüde değil"
3146
3147 #: tp/Texinfo/Structuring.pm:672
3148 #, perl-format
3149 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3150 msgstr "Düğüm %1$s `%3$s' menüsündeki `%2$s' ve bölümlemedeki `%4$s' farklı"
3151
3152 #: tp/Texinfo/Structuring.pm:690
3153 #, perl-format
3154 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3155 msgstr "Düğüm `%s' menüdeki `%s' için %s fakat bölümlemede değil"
3156
3157 #: tp/Texinfo/Structuring.pm:744
3158 #, perl-format
3159 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
3160 msgstr "`%s' %s göstergesi (düğüm `%s' için) `%s' %s adından farklı"
3161
3162 #: tp/Texinfo/Structuring.pm:771
3163 #, perl-format
3164 msgid "%s reference to nonexistent `%s'"
3165 msgstr "varolmayan düğüm `%s' e %s referansı"
3166
3167 #: tp/Texinfo/Structuring.pm:790
3168 #, perl-format
3169 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3170 msgstr ""
3171 "Düğüm `%s', Yukarı hedefi olmasına karşın, `%s' için eksik menü öğesi "
3172 "içeriyor"
3173
3174 #: tp/Texinfo/Structuring.pm:798
3175 #, perl-format
3176 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3177 msgstr "`%s' için, menü `%s' deki yukarı ve `%s' yukarısı eşleşmiyor"
3178
3179 #: tp/Texinfo/Structuring.pm:1282
3180 #, perl-format
3181 msgid "@%s reference to nonexistent node `%s'"
3182 msgstr "varolmayan düğüm `%s'e @%s referansı"
3183
3184 #: tp/Texinfo/Structuring.pm:1294
3185 #, perl-format
3186 msgid "@%s to `%s', different from %s name `%s'"
3187 msgstr "`%s'e @%s, `%s' %s adından farklı"
3188
3189 #: tp/Texinfo/Structuring.pm:1906
3190 #, perl-format
3191 msgid "Empty index key in @%s"
3192 msgstr "@%s'de boş dizin anahtarı"
3193
3194 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
29463195 #, fuzzy, perl-format
2947 msgid "Expected @end %s"
2948 msgstr "`%s' gerekir"
2949
2950 #: tp/Texinfo/Parser.pm:5126
3196 msgid "chm.pm:%s: Cannot open for writing: %s\n"
3197 msgstr "%s yazmak için açılamıyor: %s\n"
3198
3199 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
29513200 #, fuzzy, perl-format
2952 msgid "Remaining argument on @%s line: %s"
2953 msgstr "@%s:%s'ye hatalý argüman"
2954
2955 #: tp/Texinfo/Parser.pm:5128
3201 msgid "chm.pm:%s: Error on closing: %s"
3202 msgstr "%1$s'i kapatmada hata: %2$s"
3203
3204 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
29563205 #, fuzzy, perl-format
2957 msgid "@%s should only accept a @-command as argument, not `%s'"
2958 msgstr "@%s'e argüman olarak bir komut vermek için {} kullanýn"
2959
2960 #: tp/Texinfo/Parser.pm:5201
3206 msgid "tex4ht.pm:%s: Cannot open: %s"
3207 msgstr "@%s: %s açılamıyor: %s"
3208
3209 #: tp/init/tex4ht.pm:219
29613210 #, fuzzy, perl-format
2962 msgid "Environment command %s as argument to @%s"
2963 msgstr "@%s'e argüman olarak bir komut vermek için {} kullanýn"
2964
2965 #: tp/Texinfo/Parser.pm:5222
2966 #, perl-format
2967 msgid "Empty @%s"
2968 msgstr ""
2969
2970 #: tp/Texinfo/Parser.pm:5230
2971 #, perl-format
2972 msgid "column fraction not a number: %s"
2973 msgstr ""
2974
2975 #: tp/Texinfo/Parser.pm:5239
3211 msgid "tex4ht.pm:%s: chdir failed: %s"
3212 msgstr "%1$s yeniden adlandırma başarısız: %2$s"
3213
3214 #: tp/init/tex4ht.pm:232
3215 #, perl-format
3216 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3217 msgstr ""
3218
3219 #: tp/init/tex4ht.pm:244
29763220 #, fuzzy, perl-format
2977 msgid "@sp arg must be numeric, not `%s'"
2978 msgstr "%1$s: %2$s arg sayýsal olmalýdýr, `%3$s' deðil.\n"
2979
2980 #: tp/Texinfo/Parser.pm:5247
2981 #, perl-format
2982 msgid "Reserved index name %s"
2983 msgstr ""
2984
2985 #: tp/Texinfo/Parser.pm:5264
3221 msgid "tex4ht.pm: Output file missing: %s"
3222 msgstr "tex4ht çıktı dosyası kayıp: %s"
3223
3224 #: tp/init/tex4ht.pm:260
3225 #, perl-format
3226 msgid "tex4ht.pm: Command failed: %s"
3227 msgstr ""
3228
3229 #: tp/init/tex4ht.pm:293
3230 #, perl-format
3231 msgid "tex4ht.pm: end of @%s item %d not found"
3232 msgstr ""
3233
3234 #: tp/init/tex4ht.pm:300
29863235 #, fuzzy, perl-format
2987 msgid "Unknown source index in @%s: %s"
2988 msgstr "Bilinmeyen indeks `%s'"
2989
2990 #: tp/Texinfo/Parser.pm:5267
3236 msgid ""
3237 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
3238 "items found in the document"
3239 msgstr ""
3240 "tex4ht işlemesi HTML'de %d öğe üretti; %d bekleniyordu, belgede bulunan öğe "
3241 "sayısı"
3242
3243 #: tp/init/tex4ht.pm:319
29913244 #, fuzzy, perl-format
2992 msgid "Unknown destination index in @%s: %s"
2993 msgstr "Bilinmeyen indeks `%s'"
2994
2995 #: tp/Texinfo/Parser.pm:5298
2996 #, perl-format
2997 msgid "@%s leads to a merging of %s in itself, ignoring"
2998 msgstr ""
2999
3000 #: tp/Texinfo/Parser.pm:5310
3001 #, perl-format
3002 msgid "Unknown index `%s' in @printindex"
3003 msgstr "@printindex içinde bilinmeyen indeks `%s'"
3004
3005 #: tp/Texinfo/Parser.pm:5315
3006 #, perl-format
3007 msgid "Printing an index `%s' merged in another one `%s'"
3008 msgstr ""
3009
3010 #: tp/Texinfo/Parser.pm:5322
3011 #, perl-format
3012 msgid "Printindex before document beginning: @printindex %s"
3013 msgstr ""
3014
3015 #: tp/Texinfo/Parser.pm:5337
3016 #, fuzzy, perl-format
3017 msgid "@%s arg must be `top' or `bottom', not `%s'"
3018 msgstr "%1$s: %2$s arg sayýsal olmalýdýr, `%3$s' deðil.\n"
3019
3020 #: tp/Texinfo/Parser.pm:5343
3021 #, perl-format
3022 msgid "Only @%s 10 or 11 is supported, not `%s'"
3023 msgstr "Yalnýzca @%1$s 10 ya da 11 destekleniyor, `%2$s' deðil"
3024
3025 #: tp/Texinfo/Parser.pm:5349
3026 #, fuzzy, perl-format
3027 msgid "@%s arg must be `separate' or `end', not `%s'"
3028 msgstr ""
3029 "%1$s: --footnote-style arg. `separate' ya da `end' olmalýdýr, `%2$s' deðil.\n"
3030
3031 #: tp/Texinfo/Parser.pm:5355
3032 #, fuzzy, perl-format
3033 msgid "@%s arg must be `on', `off' or `odd', not `%s'"
3034 msgstr "%1$s: %2$s arg sayýsal olmalýdýr, `%3$s' deðil.\n"
3035
3036 #: tp/Texinfo/Parser.pm:5370 tp/Texinfo/Parser.pm:5373
3037 #, fuzzy, perl-format
3038 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
3039 msgstr ""
3040 "%1$s: --paragraph-indent arg. sayýsal/`none'/`asis' olmalýdýr, `%2$s' "
3041 "deðil.\n"
3042
3043 #: tp/Texinfo/Parser.pm:5379
3044 #, fuzzy, perl-format
3045 msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
3046 msgstr ""
3047 "%1$s: --paragraph-indent arg. sayýsal/`none'/`asis' olmalýdýr, `%2$s' "
3048 "deðil.\n"
3049
3050 #: tp/Texinfo/Parser.pm:5387
3051 #, fuzzy, perl-format
3052 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
3053 msgstr ""
3054 "%1$s: --paragraph-indent arg. sayýsal/`none'/`asis' olmalýdýr, `%2$s' "
3055 "deðil.\n"
3056
3057 #: tp/Texinfo/Parser.pm:5397
3058 #, perl-format
3059 msgid "Expected @%s on or off, not `%s'"
3060 msgstr "%1$s'de açýk ya da kapalý bakleniyordu, `%2$s' deðil"
3061
3062 #: tp/Texinfo/Parser.pm:5404
3063 #, perl-format
3064 msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
3065 msgstr ""
3066
3067 #: tp/Texinfo/Parser.pm:5410
3068 #, fuzzy, perl-format
3069 msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
3070 msgstr ""
3071 "%1$s: --footnote-style arg. `separate' ya da `end' olmalýdýr, `%2$s' deðil.\n"
3072
3073 #: tp/Texinfo/Parser.pm:5416
3074 #, fuzzy, perl-format
3075 msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
3076 msgstr ""
3077 "%1$s: --footnote-style arg. `separate' ya da `end' olmalýdýr, `%2$s' deðil.\n"
3078
3079 #: tp/Texinfo/Report.pm:100
3080 #, fuzzy, perl-format
3081 msgid "%s:%d: warning: %s (possibly involving @%s)\n"
3082 msgstr "%s:%d: uyarý: "
3083
3084 #: tp/Texinfo/Report.pm:103
3085 #, fuzzy, perl-format
3086 msgid "%s:%d: warning: %s\n"
3087 msgstr "%s:%d: uyarý: "
3088
3089 #: tp/Texinfo/Report.pm:146
3090 #, fuzzy, perl-format
3091 msgid "warning: %s\n"
3092 msgstr "%s:%d: uyarý: "
3093
3094 #: tp/Texinfo/Structuring.pm:231
3095 #, perl-format
3096 msgid "Raising the section level of @%s which is too low"
3097 msgstr ""
3098
3099 #: tp/Texinfo/Structuring.pm:263
3100 #, perl-format
3101 msgid "No chapter-level command before @%s"
3102 msgstr ""
3103
3104 #: tp/Texinfo/Structuring.pm:268
3105 #, perl-format
3106 msgid "Lowering the section level of @%s appearing after a lower element"
3107 msgstr ""
3108
3109 #: tp/Texinfo/Structuring.pm:347
3110 #, perl-format
3111 msgid "No sectioning command associated with @%s"
3112 msgstr ""
3113
3114 #: tp/Texinfo/Structuring.pm:568
3115 #, fuzzy, perl-format
3116 msgid "Menu reference to nonexistent node `%s'"
3117 msgstr "baþvurulmamýþ düðüm `%s'"
3118
3119 #: tp/Texinfo/Structuring.pm:583
3120 #, perl-format
3121 msgid "Menu entry node name `%s' different from %s name `%s'"
3122 msgstr ""
3123
3124 #: tp/Texinfo/Structuring.pm:619
3125 #, perl-format
3126 msgid "unreferenced node `%s'"
3127 msgstr "baþvurulmamýþ düðüm `%s'"
3128
3129 #: tp/Texinfo/Structuring.pm:665
3130 #, perl-format
3131 msgid "Node `%s' is %s for `%s' in sectioning but not in menu"
3132 msgstr ""
3133
3134 #: tp/Texinfo/Structuring.pm:672
3135 #, perl-format
3136 msgid "Node %s `%s' in menu `%s' and in sectioning `%s' differ"
3137 msgstr ""
3138
3139 #: tp/Texinfo/Structuring.pm:690
3140 #, perl-format
3141 msgid "Node `%s' is %s for `%s' in menu but not in sectioning"
3142 msgstr ""
3143
3144 #: tp/Texinfo/Structuring.pm:744
3145 #, perl-format
3146 msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
3147 msgstr ""
3148
3149 #: tp/Texinfo/Structuring.pm:771
3150 #, fuzzy, perl-format
3151 msgid "%s reference to nonexistent `%s'"
3152 msgstr "baþvurulmamýþ düðüm `%s'"
3153
3154 #: tp/Texinfo/Structuring.pm:790
3155 #, perl-format
3156 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
3157 msgstr ""
3158 "Düðüm `%s', Yukarý hedefi olmasýna karþýn, `%s' için eksik menü öðesi "
3159 "içeriyor"
3160
3161 #: tp/Texinfo/Structuring.pm:798
3162 #, perl-format
3163 msgid "For `%s', up in menu `%s' and up `%s' don't match"
3164 msgstr ""
3165
3166 #: tp/Texinfo/Structuring.pm:1282
3167 #, fuzzy, perl-format
3168 msgid "@%s reference to nonexistent node `%s'"
3169 msgstr "%s baþvuru mevcut olmayan düðüme `%s' (yanlýþ bölümleme nedeniyle?)"
3170
3171 #: tp/Texinfo/Structuring.pm:1294
3172 #, perl-format
3173 msgid "@%s to `%s', different from %s name `%s'"
3174 msgstr ""
3175
3176 #: tp/Texinfo/Structuring.pm:1906
3177 #, fuzzy, perl-format
3178 msgid "Empty index key in @%s"
3179 msgstr "`%s' için indeks girdisi yok.\n"
3180
3181 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3182 #, fuzzy, perl-format
3183 msgid "Can't open %s for writing: %s\n"
3184 msgstr "%s: açýlamayan --css-dosyasý: %s"
3185
3186 #: tp/init/tex4ht.pm:122
3187 #, fuzzy, perl-format
3188 msgid "tex4ht error opening %s: %s"
3189 msgstr "`%s''e yazma hatasý"
3190
3191 #: tp/init/tex4ht.pm:218
3192 #, perl-format
3193 msgid "chdir to %s failed"
3194 msgstr ""
3195
3196 #: tp/init/tex4ht.pm:242
3197 #, fuzzy, perl-format
3198 msgid "tex4ht output file missing: %s"
3199 msgstr "`%s' çýktý dosyasý oluþturulamýyor"
3200
3201 #: tp/init/tex4ht.pm:295
3202 #, perl-format
3203 msgid ""
3204 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3205 "items found in the document"
3206 msgstr ""
3207
3208 #: tp/init/tex4ht.pm:313
3209 #, perl-format
3210 msgid "tex4ht output has no HTML item for @%s %s"
3211 msgstr ""
3212
3213 #: tp/texi2any.pl:373
3214 #, fuzzy, perl-format
3245 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3246 msgstr "tex4ht çıktısında @%s %s için hiç HTML öğesi yok"
3247
3248 #: tp/texi2any.pl:374
3249 #, perl-format
32153250 msgid "error loading %s: %s\n"
3216 msgstr "`%s''e yazma hatasý"
3217
3218 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3219 #, fuzzy, perl-format
3251 msgstr "%s yüklenirken hata: %s\n"
3252
3253 #: tp/texi2any.pl:383 tp/texi2any.pl:400
3254 #, perl-format
32203255 msgid "Unknown variable %s\n"
3221 msgstr "Bilinmeyen komut `%s'"
3222
3223 #: tp/texi2any.pl:466
3224 #, fuzzy, perl-format
3256 msgstr "Bilinmeyen değişken %s\n"
3257
3258 #: tp/texi2any.pl:467
3259 #, perl-format
32253260 msgid "Can't read init file %s"
3226 msgstr "`%s' girdi dosyasý açýlamýyor"
3227
3228 #: tp/texi2any.pl:597
3229 #, fuzzy
3261 msgstr "init dosyası %s okunamıyor"
3262
3263 #: tp/texi2any.pl:598
32303264 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
3231 msgstr "Kullaným: %s [SEÇENEK]... TEXINFO-DOSYASI...\n"
3232
3233 #: tp/texi2any.pl:598
3234 #, fuzzy
3265 msgstr "Kullanım: makeinfo [SEÇENEK]... TEXINFO-DOSYASI...\n"
3266
3267 #: tp/texi2any.pl:599
32353268 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
3236 msgstr "Kullaným: %s [SEÇENEK]... TEXINFO-DOSYASI...\n"
3237
3238 #: tp/texi2any.pl:600
3269 msgstr "ya da: texi2any [SEÇENEK]... TEXINFO-DOSYASI...\n"
3270
3271 #: tp/texi2any.pl:601
32393272 msgid ""
32403273 "Translate Texinfo source documentation to various other formats, by default\n"
32413274 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32423275 msgstr ""
3243 "Öntanýmlý olarak Texinfo kaynak belgelerini diðer çeþitli biçemlere çevirir\n"
3244 "Info dosyalarý çevrimiçi Emacs ya da tek baþýna GNU Info'yla okunmak için "
3276 "Öntanımlı olarak Texinfo kaynak belgelerini diğer çeşitli biçemlere çevirir\n"
3277 "Info dosyaları çevrimiçi Emacs ya da tek başına GNU Info'yla okunmak için "
32453278 "uygundur.\n"
32463279
3247 #: tp/texi2any.pl:603
3248 #, fuzzy, perl-format
3280 #: tp/texi2any.pl:604
3281 #, perl-format
32493282 msgid ""
32503283 "General options:\n"
32513284 " --document-language=STR locale to use in translating Texinfo keywords\n"
32623295 " -v, --verbose explain what is being done.\n"
32633296 " --version display version information and exit.\n"
32643297 msgstr ""
3265 "Genel seçenekler:\n"
3266 " --error-limit=ADET ADET hatadan sonra çýkar (öntanýmlý %d).\n"
3267 " --document-language=STR Çýktý belgesi için Texinfo anahtar "
3268 "sözcüklerini \n"
3269 " çevirmekte kullanýlacak yerel (öntanýmlý "
3298 "Genel seçenekler:\n"
3299 " --document-language=STR Çıktı belgesi için Texinfo anahtar "
3300 "sözcüklerini \n"
3301 " çevirmekte kullanılacak yerel (öntanımlı "
32703302 "C).\n"
3271 " --force hatalarda dahi çýktýyý korur.\n"
3272 " --help bu yardýmý görüntüler ve çýkar.\n"
3273 " --no-validate düðüm çapraz-baþvuru onaylamasýný baskýlar.\n"
3274 " --no-warn uyarýlarý baskýlar (fakat hatalarý deðil).\n"
3275 " -v, --verbose ne yapýlýyor olduðunu açýklar.\n"
3276 " --version sürüm bilgisini görüntüler ve çýkar.\n"
3277
3278 #: tp/texi2any.pl:618
3279 #, fuzzy
3303 " --error-limit=ADET ADET hatadan sonra çıkar (öntanımlı %d).\n"
3304 " --force hatalarda dahi çıktıyı korur.\n"
3305 " --help bu yardımı görüntüler ve çıkar.\n"
3306 " --no-validate düğüm çapraz-başvuru onaylamasını baskılar.\n"
3307 " --no-warn uyarıları baskılar (fakat hataları değil).\n"
3308 " --conf-dir=DİZİN DİZİN'de ilklendirme dosyalarını da arar.\n"
3309 " --init-file=DOSYA öntanımlı davranışı değiştirmek için DOSYA'yı "
3310 "yükle.\n"
3311 " -c, --set-customization-variable DĞŞ=DEĞ özelleştirme değişkeni DĞŞ'e\n"
3312 " DEĞ'i atar\n"
3313 " -v, --verbose ne yapılıyor olduğunu açıklar.\n"
3314 " --version sürüm bilgisini görüntüler ve çıkar.\n"
3315
3316 #: tp/texi2any.pl:619
32803317 msgid ""
32813318 "Output format selection (default is to produce Info):\n"
32823319 " --docbook output Docbook XML rather than Info.\n"
32853322 " --xml output Texinfo XML rather than Info.\n"
32863323 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
32873324 msgstr ""
3288 "Çýktý biçem seçimi (öntanýmlýsý Info üretmektir):\n"
3289 " --docbook Info yerine DocBook XML çýktýsý üretir.\n"
3290 " --html Info yerine HTML çýktýsý üretir.\n"
3291 " --xml Info yerine Texinfo XML çýktýsý üretir.\n"
3292 " --plaintext Info yerine salt metin çýktýsý üretir.\n"
3293
3294 #: tp/texi2any.pl:626
3295 #, fuzzy
3325 "Çıktı biçem seçimi (öntanımlısı Info üretmektir):\n"
3326 " --docbook Info yerine DocBook XML çıktısı üretir.\n"
3327 " --html Info yerine HTML çıktısı üretir.\n"
3328 " --plaintext Info yerine salt metin çıktısı üretir.\n"
3329 " --xml Info yerine Texinfo XML çıktısı üretir.\n"
3330 " --dvi, --dvipdf, --ps, --pdf belirtilen çıktıyı oluşturmak için "
3331 "texi2dvi'ı çağırır.\n"
3332
3333 #: tp/texi2any.pl:627
32963334 msgid ""
32973335 "General output options:\n"
32983336 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33183356 " put the output file there.\n"
33193357 " Otherwise, DEST names the output file.\n"
33203358 msgstr ""
3321 "Genel çýktý seçenekleri:\n"
3322 " -E, --macro-expand DOSYA makro-geniþletilmiþ kaynak çýktýsýný herhangi "
3323 "bir\n"
3324 " @setfilename'i yoksayarak DOSYA'ya yazar.\n"
3325 " --no-headers Info ya da HTML çýktýsýnda düðüm ayraçlarýný, "
3359 "Genel çıktı seçenekleri:\n"
3360 " -E, --macro-expand DOSYA makro-genişletilmiş kaynak çıktısını herhangi\n"
3361 " bir @setfilename'i yoksayarak DOSYA'ya yazar.\n"
3362 " --no-headers Info ya da HTML çıktısında düğüm ayraçlarını, "
33263363 "Node:\n"
3327 " satýrlarýný ve menüleri baskýlar (salt "
3328 "metinya da daha kýsa çýktý\n"
3329 " üretmek üzere); ayrýca, öntanýmlý olarak\n"
3330 " standart çýktýya yazar.\n"
3331 " --no-split Info ya da HTML çýktýsýnýn bölünmesini "
3332 "baskýlar,\n"
3333 " yalnýzca bir çýktý dosyasý oluþturur.\n"
3334 " --number-sections bölüm ve kýsým numaralarýnýn çýktýsýný alýr.\n"
3335 " -o, --output=DOSYA çýktýyý DOSYA'ya yazar (bölünmüþ HTML ise "
3336 "dizine).\n"
3337
3338 #: tp/texi2any.pl:646
3364 " satırlarını ve menüleri baskılar (salt metin "
3365 "ya da daha kısa çıktı\n"
3366 " üretmek üzere); ayrıca, öntanımlı olarak\n"
3367 " standart çıktıya yazar.\n"
3368 " --no-split Info ya da HTML çıktısının bölünmesini "
3369 "baskılar,\n"
3370 " yalnızca bir çıktı dosyası oluşturur.\n"
3371 " --[no-]number-sections kısım ve bölüm numaralarının çıktısını alır; "
3372 "öntanımlı\n"
3373 " olarak açıktır.\n"
3374 " -o, --output=HEDEF çıktıyı HEDEF'e yazar.\n"
3375 " Bölünmüş çıktıda HEDEF'i dizin olarak "
3376 "oluştur\n"
3377 " ve dosyaları oraya çıkar.\n"
3378 " Bölünmemiş çıktıda, eğer HEDEF zaten bir "
3379 "dizinse\n"
3380 " ya da bir / ile bitiyorsa\n"
3381 " çıktı dosyalarını oraya koy.\n"
3382 " Aksi halde, HEDEF çıktı dosyasını "
3383 "adlandırır.\n"
3384
3385 #: tp/texi2any.pl:647
33393386 #, perl-format
33403387 msgid ""
33413388 "Options for Info and plain text:\n"
33563403 " `asis', preserve existing indentation.\n"
33573404 " --split-size=NUM split Info files at size NUM (default %d).\n"
33583405 msgstr ""
3359 "Info ve salt metin için seçenekler:\n"
3360 " --disable-encoding aksanlý ve özel karakterlerin çýktýsýný "
3406 "Info ve salt metin için seçenekler:\n"
3407 " --disable-encoding aksanlı ve özel karakterlerin çıktısını "
33613408 "@documentencoding'e\n"
3362 " dayalý olarak Info çýktýsýna yazmaz.\n"
3363 " --enable-encoding --disable encoding'i (öntanýmlý) geçersiz "
3364 "kýlar.\n"
3365 " --fill-column=ADET Info satýrlarýný ADET karakterde bitir "
3366 "(öntanýmlý %d)\n"
3367 " --footnote-style=STÝL Info'da dipnotlarýn çýktýsýný STÝL'e göre "
3409 " dayalı olarak Info çıktısına yazmaz.\n"
3410 " --enable-encoding --disable encoding'i (öntanımlı) geçersiz "
3411 "kılar.\n"
3412 " --fill-column=ADET Info satırlarını ADET karakterde bitir "
3413 "(öntanımlı %d)\n"
3414 " --footnote-style=STİL Info'da dipnotların çıktısını STİL'e göre "
33683415 "yazar:\n"
3369 " kendi düðümlerine koymak için `separate';\n"
3370 " tanýmlandýklarý düðümün sonuna koymak için\n"
3371 " `end' (öntanýmlý).\n"
3372 " --paragraph-indent=DEG Info paragraflarýný DEG boþluk girintiler "
3373 "(öntanýmlý %d).\n"
3374 " Eðer DEG `none' ise girintilemez; eðer DEG\n"
3416 " kendi düğümlerine koymak için `separate';\n"
3417 " tanımlandıkları düğümün sonuna koymak için\n"
3418 " `end' (öntanımlı).\n"
3419 " --paragraph-indent=DEG Info paragraflarını DEG boşluk girintiler "
3420 "(öntanımlı %d).\n"
3421 " Eğer DEG `none' ise girintilemez; eğer DEG\n"
33753422 " `asis' ise mevcut girintiyi korur.\n"
3376 " --spilt-size=NUM Info dosyalarýný NUM boyutuna böler (öntanýmlý "
3423 " --spilt-size=NUM Info dosyalarını NUM boyutuna böler (öntanımlı "
33773424 "%d).\n"
33783425
3379 #: tp/texi2any.pl:663
3380 #, fuzzy
3426 #: tp/texi2any.pl:664
33813427 msgid ""
33823428 "Options for HTML:\n"
33833429 " --css-include=FILE include FILE in HTML <style> output;\n"
33903436 " --node-files produce redirection files for nodes and \n"
33913437 " anchors; default is set only if split.\n"
33923438 msgstr ""
3393 "HTML seçenekleri:\n"
3394 " --css-include=DOSYA DOSYA'yý HTML <style> çýktýsýnda içerir;\n"
3395 " eðer DOSYA - ise stdin'i okur.\n"
3396 " --css-ref=URL bir CSS dosyasýna baþvuru oluþturur.\n"
3397 " --internal-links=DOSYA DOSYA içinde iç linklerin listesini üretir.\n"
3398 " --transliterate-file-names\n"
3399 " dosya isimlerini ASCII alfabesine dönüþtürerek "
3400 "üretir.\n"
3401
3402 #: tp/texi2any.pl:674
3439 "HTML seçenekleri:\n"
3440 " --css-include=DOSYA DOSYA'yı HTML <style> çıktısında içerir;\n"
3441 " eğer DOSYA - ise stdin'i okur.\n"
3442 " --css-ref=URL bir CSS dosyasına başvuru oluşturur.\n"
3443 " --internal-links=DOSYA DOSYA içinde iç linklerin listesini üretir.\n"
3444 " --split=AYIR AYIR noktasından böler; AYIR `kısım', `bölüm'\n"
3445 " ya da `düğüm' olabilir\n"
3446 " --transliterate-file-names dosya isimlerini ASCII alfabesine "
3447 "dönüştürerek üretir.\n"
3448 " --node-files düğümler ve çıpalar için yeniden yönlendirme "
3449 "dosyaları üretir;\n"
3450 " öntanımlısı yalnızca bölünmüşse atanır.\n"
3451
3452 #: tp/texi2any.pl:675
34033453 msgid ""
34043454 "Options for XML and Docbook:\n"
34053455 " --output-indent=VAL does nothing, retained for compatibility.\n"
34063456 msgstr ""
3407
3408 #: tp/texi2any.pl:677
3457 "XML ve Docbook Seçenekleri:\n"
3458 " --output-indent=DEĞ hiçbir şey yapmaz, uyumluluk için "
3459 "korunmuştur.\n"
3460
3461 #: tp/texi2any.pl:678
34093462 msgid ""
34103463 "Options for DVI/PS/PDF:\n"
34113464 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34123465 msgstr ""
3413
3414 #: tp/texi2any.pl:680
3415 #, fuzzy
3466 "DVI/PS/PDF için Seçenekler:\n"
3467 " --Xopt=OPT OPT'i texi2dvi'e aktar; yinelenebilir.\n"
3468
3469 #: tp/texi2any.pl:681
34163470 msgid ""
34173471 "Input file options:\n"
34183472 " --commands-in-node-names does nothing, retained for compatibility.\n"
34213475 " -P DIR prepend DIR to the @include search path.\n"
34223476 " -U VAR undefine the variable VAR, as with @clear.\n"
34233477 msgstr ""
3424 "Girdi dosyasý seçenekleri:\n"
3425 " --commands-in-node-names düðüm adlarýnda @ komutlarýna izin verir.\n"
3426 " -D VAR VAR deðiþkenini, @set ile olduðu gibi "
3427 "tanýmlar.\n"
3428 " -I DIR DIR'ý @include arama yolu sonuna ekler.\n"
3429 " -P DIR DIR'ý @include arama yolu baþýna ekler.\n"
3430 " -U VAR VAR deðiþkeninin tanýmýný, @clear ile "
3431 "olduðu gibi geri alýr.\n"
3432
3433 #: tp/texi2any.pl:687
3434 #, fuzzy
3478 "Girdi dosyası seçenekleri:\n"
3479 " --commands-in-node-names hiçbir şey yapmaz, uyumluluk için "
3480 "korunmuştur.\n"
3481 " -D VAR VAR değişkenini, @set ile olduğu gibi tanımlar.\n"
3482 " -I DIR DIR'ı @include arama yolu sonuna ekler.\n"
3483 " -P DIR DIR'ı @include arama yolu başına ekler.\n"
3484 " -U VAR VAR değişkeninin tanımını, @clear ile olduğu gibi geri "
3485 "alır.\n"
3486
3487 #: tp/texi2any.pl:688
34353488 msgid ""
34363489 "Conditional processing in input:\n"
34373490 " --ifdocbook process @ifdocbook and @docbook even if\n"
34503503 "\n"
34513504 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
34523505 msgstr ""
3453 "Girdide koþullu iþlem:\n"
3454 " --ifdocbook Docbook oluþturulmuyorsa bile @ifdocbook\n"
3455 " ve @docbook'u iþler.\n"
3456 " --ifhtml HTML oluþturulmuyorsa bile @ifhtml ve @html'yi iþler.\n"
3457 " --ifinfo Info oluþturulmuyorsa bile @ifinfo'yu iþler.\n"
3458 " --ifplaintext Salt metin oluþturulmuyorsa bile @ifplaintext'i iþler.\n"
3459 " --iftex @iftex ve @tex iþler; --no-split anlamýna gelir.\n"
3460 " --ifxml @ifxml ve @xml'i iþler\n"
3461 " --no-ifdocbook @ifdocbook ve @docbook metnini iþlemez.\n"
3462 " --no-ifhtml @ifhtml ve @html metin iþlemez.\n"
3463 " --no-ifinfo @ifinfo metin iþlemez.\n"
3464 " --no-ifplaintext @ifplintext metin iþlemez.\n"
3465 " --no-iftex @iftex ve @tex metin iþlemez.\n"
3466 " --no-ifxml @ifxml ve @xml metin iþlemez.\n"
3506 "Girdide koşullu işlem:\n"
3507 " --ifdocbook Docbook oluşturulmuyorsa bile @ifdocbook\n"
3508 " ve @docbook'u işler.\n"
3509 " --ifhtml HTML oluşturulmuyorsa bile @ifhtml ve @html'yi işler.\n"
3510 " --ifinfo Info oluşturulmuyorsa bile @ifinfo'yu işler.\n"
3511 " --ifplaintext Salt metin oluşturulmuyorsa bile @ifplaintext'i işler.\n"
3512 " --iftex @iftex ve @tex işler.\n"
3513 " --ifxml @ifxml ve @xml'i işler\n"
3514 " --no-ifdocbook @ifdocbook ve @docbook metnini işlemez.\n"
3515 " --no-ifhtml @ifhtml ve @html metin işlemez.\n"
3516 " --no-ifinfo @ifinfo metin işlemez.\n"
3517 " --no-ifplaintext @ifplintext metin işlemez.\n"
3518 " --no-iftex @iftex ve @tex metin işlemez.\n"
3519 " --no-ifxml @ifxml ve @xml metin işlemez.\n"
34673520 "\n"
3468 " Ayrýca --no-ifFORMAT seçenekleri için ifnotFORMAT metnini iþler.\n"
3469
3470 #: tp/texi2any.pl:704
3471 #, fuzzy
3521 " Ayrıca --no-ifFORMAT seçenekleri için @ifnotFORMAT metnini işler.\n"
3522
3523 #: tp/texi2any.pl:705
34723524 msgid ""
34733525 " The defaults for the @if... conditionals depend on the output format:\n"
34743526 " if generating Docbook, --ifdocbook is on and the others are off;\n"
34773529 " if generating plain text, --ifplaintext is on and the others are off;\n"
34783530 " if generating XML, --ifxml is on and the others are off.\n"
34793531 msgstr ""
3480 " @if... koþullularýnýn öntanýmlýlarý çýktý formatýna baðlýdýr:\n"
3481 " eðer HTML oluþturuluyorsa, --ifhtml açýk, diðerleri kapalýdýr;\n"
3482 " eðer Info oluþturuluyorsa, --ifinfo açýk, diðerleri kapalýdýr;\n"
3483 " eðer salt metin oluþturuluyorsa, --ifplaintext açýk, diðerleri kapalýdýr;\n"
3484 " eðer XML oluþturuluyorsa, --ifxml açýk, deiðerleri kapalýdýr.\n"
3485
3486 #: tp/texi2any.pl:711
3487 #, fuzzy
3532 " @if... koşullularının öntanımlıları çıktı formatına bağlıdır:\n"
3533 " eğer Docbook oluşturuluyorsa, --ifdocbook açık, diğerleri kapalıdır;\n"
3534 " eğer HTML oluşturuluyorsa, --ifhtml açık, diğerleri kapalıdır;\n"
3535 " eğer Info oluşturuluyorsa, --ifinfo açık, diğerleri kapalıdır;\n"
3536 " eğer salt metin oluşturuluyorsa, --ifplaintext açık, diğerleri kapalıdır;\n"
3537 " eğer XML oluşturuluyorsa, --ifxml açık, deiğerleri kapalıdır.\n"
3538
3539 #: tp/texi2any.pl:712
34883540 msgid ""
34893541 "Examples:\n"
34903542 " makeinfo foo.texi write Info to foo's @setfilename\n"
35003552 " makeinfo --number-sections foo.texi write Info with numbered sections\n"
35013553 " makeinfo --no-split foo.texi write one Info file however big\n"
35023554 msgstr ""
3503 "Örnekler:\n"
3555 "Örnekler:\n"
35043556 " makeinfo foo.texi foo'nun @setfilename'ine Info yazar\n"
35053557 " makeinfo --html foo.texi @setfilename'e HTML yazar\n"
35063558 " makeinfo --xml foo.texi @setfilename'e XML yazar\n"
35073559 " makeinfo --docbook foo.texi @setfilename'e DocBook XML yazar\n"
3508 " makeinfo --no-headers foo.texi standart çýktýya salt metin yazar\n"
3560 " makeinfo --plaintext foo.texi standart çıktıya salt metin yazar\n"
3561 " makeinfo --pdf foo.texi texi2dvi kullanarak PDF yazar\n"
35093562 "\n"
3510 " makeinfo --html --no-headres foo.texi düðüm çizgisiz, menüsüz html yazar\n"
3511 " makeinfo --number-sections foo.texi numaralanmýþ kýsýmlarý olan Info "
3563 " makeinfo --html --no-headres foo.texi düğüm çizgisiz, menüsüz html yazar\n"
3564 " makeinfo --number-sections foo.texi numaralanmış kısımları olan Info "
35123565 "yazar\n"
3513 " makeinfo --no-split foo.texi ne büyüklükte olursa olsun tek Info "
3514 "dosyasý yazar\n"
3515
3516 #: tp/texi2any.pl:758
3566 " makeinfo --no-split foo.texi ne büyüklükte olursa olsun tek Info "
3567 "dosyası yazar\n"
3568
3569 #: tp/texi2any.pl:759
35173570 #, perl-format
35183571 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35193572 msgstr ""
3520 "%1$s: --footnote-style arg. `separate' ya da `end' olmalýdýr, `%2$s' deðil.\n"
3521
3522 #: tp/texi2any.pl:848
3573 "%1$s: --footnote-style arg. `separate' ya da `end' olmalıdır, `%2$s' değil.\n"
3574
3575 #: tp/texi2any.pl:849
35233576 #, perl-format
35243577 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35253578 msgstr ""
3526 "%1$s: --paragraph-indent arg. sayýsal/`none'/`asis' olmalýdýr, `%2$s' "
3527 "deðil.\n"
3528
3529 #: tp/texi2any.pl:962
3579 "%1$s: --paragraph-indent arg. sayısal/`none'/`asis' olmalıdır, `%2$s' "
3580 "değil.\n"
3581
3582 #: tp/texi2any.pl:963
35303583 #, perl-format
35313584 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
3532 msgstr "%s: Tanýnamayan TEXINFO_OUTPUT_FORMAT deðeri `%s' yok sayýlýyor.\n"
3533
3534 #: tp/texi2any.pl:975
3585 msgstr "%s: Tanınamayan TEXINFO_OUTPUT_FORMAT değeri `%s' yok sayılıyor.\n"
3586
3587 #: tp/texi2any.pl:976
35353588 #, perl-format
35363589 msgid "when generating %s, only one input FILE may be specified with -o"
3537 msgstr ""
3538
3539 #: tp/texi2any.pl:979
3590 msgstr "%s oluşturulurken -o ile yalnızca bir girdi DOSYAsı belirtilebilir"
3591
3592 #: tp/texi2any.pl:980
35403593 msgid "--Xopt option without printed output"
3541 msgstr ""
3542
3543 #: tp/texi2any.pl:989
3544 #, fuzzy, perl-format
3594 msgstr "yazdırılmış çıktı olmadan--Xopt seçeneği"
3595
3596 #: tp/texi2any.pl:990
3597 #, perl-format
35453598 msgid "Unknown tree transformation %s"
3546 msgstr "Bilinmeyen komut `%s'"
3547
3548 #: tp/texi2any.pl:996
3599 msgstr "Bilinmeyen ağaç dönüşümü %s"
3600
3601 #: tp/texi2any.pl:997
35493602 #, perl-format
35503603 msgid "Ignoring splitting for format %s"
3551 msgstr ""
3552
3553 #: tp/texi2any.pl:1045
3604 msgstr "%s biçemi için bölme yok sayılıyor"
3605
3606 #: tp/texi2any.pl:1046
35543607 #, perl-format
35553608 msgid "%s: missing file argument.\n"
3556 msgstr "%s: dosya argümaný eksik.\n"
3557
3558 #: tp/texi2any.pl:1046
3609 msgstr "%s: dosya argümanı eksik.\n"
3610
3611 #: tp/texi2any.pl:1047
35593612 #, perl-format
35603613 msgid "Try `%s --help' for more information.\n"
3561 msgstr "Daha fazla bilgi için `%s --help' yazýn.\n"
3562
3563 #: tp/texi2any.pl:1117
3614 msgstr "Daha fazla bilgi için `%s --help' yazın.\n"
3615
3616 #: tp/texi2any.pl:1118
35643617 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
3565 msgstr ""
3566
3567 #: tp/texi2any.pl:1139
3568 #, fuzzy, perl-format
3618 msgstr "fill_gaps_in_sectioning dönüşümü sonuç geri döndürmedi. Bölüm yok mu?"
3619
3620 #: tp/texi2any.pl:1140
3621 #, perl-format
35693622 msgid "Error on closing macro expand file %s: %s\n"
3570 msgstr "`%s' çýktý dosyasýný kapatmada hata"
3571
3572 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3573 #, fuzzy, perl-format
3623 msgstr "%s makro genişletme dosyasını kapatmada hata: %s\n"
3624
3625 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
3626 #, perl-format
35743627 msgid "Could not open %s for writing: %s\n"
3575 msgstr "%s: açýlamayan --css-dosyasý: %s"
3576
3577 #: tp/texi2any.pl:1169
3628 msgstr "%s yazmak için açılamıyorı: %s\n"
3629
3630 #: tp/texi2any.pl:1170
35783631 msgid ""
35793632 "insert_nodes_for_sectioning_commands transformation return no result. No "
35803633 "section?"
35813634 msgstr ""
3582
3583 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3584 #, fuzzy, perl-format
3635 "insert_nodes_for_sectioning_commands dönüşümü sonuç geri döndürmüyor. Bölüm "
3636 "yok mu?"
3637
3638 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
3639 #, perl-format
35853640 msgid "Error on closing %s: %s\n"
3586 msgstr "`%s''e yazma hatasý"
3587
3588 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3641 msgstr "%s'i kapatmada hata: %s\n"
3642
3643 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
35893644 #, perl-format
35903645 msgid "Error on closing internal links file %s: %s\n"
3591 msgstr ""
3646 msgstr "%s dahili bağlantı dosyasını kapatmada hata: %s\n"
35923647
35933648 #: util/texindex.c:223
35943649 msgid "display this help and exit"
3595 msgstr "bu yardýmý görüntüler ve çýkar"
3650 msgstr "bu yardımı görüntüler ve çıkar"
35963651
35973652 #: util/texindex.c:225
35983653 msgid "send output to FILE"
3599 msgstr "çýktýyý DOSYA'ya gönderir"
3654 msgstr "çıktıyı DOSYA'ya gönderir"
36003655
36013656 #: util/texindex.c:227
36023657 msgid "display version information and exit"
3603 msgstr "sürüm bilgisini görüntüler ve çýkar"
3658 msgstr "sürüm bilgisini görüntüler ve çıkar"
36043659
36053660 #: util/texindex.c:237
36063661 #, c-format
36073662 msgid "Usage: %s [OPTION]... FILE...\n"
3608 msgstr "Kullaným: %s [SEÇENEK]... DOSYA...\n"
3663 msgstr "Kullanım: %s [SEÇENEK]... DOSYA...\n"
36093664
36103665 #: util/texindex.c:238
36113666 #, c-format
36123667 msgid "Generate a sorted index for each TeX output FILE.\n"
3613 msgstr "Her TeX çýktý DOSYAsý için sýralanmýþ bir indeks oluþturur.\n"
3668 msgstr "Her TeX çıktı DOSYAsı için sıralanmış bir indeks oluşturur.\n"
36143669
36153670 #: util/texindex.c:241
36163671 #, c-format
36173672 msgid "Usually FILE... is specified as `foo.%c%c' for a document `foo.texi'.\n"
36183673 msgstr ""
3619 "Genellikle DOSYA... bir `foo.texi' belgesi için `foo.%c%c' olarak "
3674 "Genellikle DOSYA... bir `foo.texi' belgesi için `foo.%c%c' olarak "
36203675 "belirtilir.\n"
36213676
36223677 #: util/texindex.c:243
36263681 "Options:\n"
36273682 msgstr ""
36283683 "\n"
3629 "Seçenekler:\n"
3684 "Seçenekler:\n"
36303685
36313686 #: util/texindex.c:743
36323687 #, c-format
36333688 msgid "failure reopening %s"
3634 msgstr "%s'i yeniden açmada hata"
3689 msgstr "%s'i yeniden açmada hata"
36353690
36363691 #: util/texindex.c:758 util/texindex.c:786
36373692 #, c-format
36383693 msgid "%s: not a texinfo index file"
3639 msgstr "%s: bir texinfo indeks dosyasý deðil"
3694 msgstr "%s: bir texinfo indeks dosyası değil"
36403695
36413696 #: util/texindex.c:993
36423697 #, c-format
36433698 msgid "No page number in %s"
3644 msgstr "%s'de sayfa numarasý yok"
3699 msgstr "%s'de sayfa numarası yok"
36453700
36463701 #: util/texindex.c:1066
36473702 #, c-format
36483703 msgid "entry %s follows an entry with a secondary name"
36493704 msgstr "%s girdisi, ikincil isimli bir girdiyi takip ediyor"
36503705
3651 #, fuzzy
3652 #~ msgid "Error on closing renamed nodes file %s: %s"
3653 #~ msgstr "`%s' çýktý dosyasýný kapatmada hata"
3654
3655 #, fuzzy
3656 #~ msgid "Node `%s' that is to be renamed exists"
3657 #~ msgstr "Ýndeks `%s' zaten mevcut"
3658
3659 #, fuzzy
3660 #~ msgid "Unknown variable %s"
3661 #~ msgstr "Bilinmeyen komut `%s'"
3706 #~ msgid "tex4ht error opening %s: %s"
3707 #~ msgstr "%s'i açmada tex4ht hatası: %s"
3708
3709 #~ msgid "chdir to %s failed"
3710 #~ msgstr "%s'e chdir başarısız"
3711
3712 #~ msgid "%s: illegal option -- %c\n"
3713 #~ msgstr "%s: kuraldışı seçenek -- %c\n"
3714
3715 #~ msgid "One completion:\n"
3716 #~ msgstr "Bir tamamlama:\n"
3717
3718 #~ msgid "more "
3719 #~ msgstr "daha"
36623720
36633721 #~ msgid "ferror on stdout\n"
36643722 #~ msgstr "stdout'da ferror\n"
36653723
36663724 #~ msgid "fflush error on stdout\n"
3667 #~ msgstr "stdout'da fflush hatasý\n"
3725 #~ msgstr "stdout'da fflush hatası\n"
36683726
36693727 #~ msgid "arguments to @%s ignored"
3670 #~ msgstr "@%s'ye argümanlar yok sayýldý"
3728 #~ msgstr "@%s'ye argümanlar yok sayıldı"
36713729
36723730 #~ msgid "January"
36733731 #~ msgstr "Ocak"
36743732
36753733 #~ msgid "February"
3676 #~ msgstr "Þubat"
3734 #~ msgstr "Şubat"
36773735
36783736 #~ msgid "March"
36793737 #~ msgstr "Mart"
36823740 #~ msgstr "Nisan"
36833741
36843742 #~ msgid "May"
3685 #~ msgstr "Mayýs"
3743 #~ msgstr "Mayıs"
36863744
36873745 #~ msgid "June"
36883746 #~ msgstr "Haziran"
36913749 #~ msgstr "Temmuz"
36923750
36933751 #~ msgid "August"
3694 #~ msgstr "Aðustos"
3752 #~ msgstr "Ağustos"
36953753
36963754 #~ msgid "September"
3697 #~ msgstr "Eylül"
3755 #~ msgstr "Eylül"
36983756
36993757 #~ msgid "October"
37003758 #~ msgstr "Ekim"
37013759
37023760 #~ msgid "November"
3703 #~ msgstr "Kasým"
3761 #~ msgstr "Kasım"
37043762
37053763 #~ msgid "December"
3706 #~ msgstr "Aralýk"
3764 #~ msgstr "Aralık"
37073765
37083766 #~ msgid "@sc argument all uppercase, thus no effect"
3709 #~ msgstr "@sc argümaný tamamen büyükharf(le yazýlmýþ), etkisiz"
3767 #~ msgstr "@sc argümanı tamamen büyükharf(le yazılmış), etkisiz"
37103768
37113769 #~ msgid "`{' expected, but saw `%c'"
3712 #~ msgstr "`{' beklenirdi, `%c' görüldü"
3770 #~ msgstr "`{' beklenirdi, `%c' görüldü"
37133771
37143772 #~ msgid "end of file inside verb block"
3715 #~ msgstr "fiil bloðu içinde dosya sonu"
3773 #~ msgstr "fiil bloğu içinde dosya sonu"
37163774
37173775 #~ msgid "`}' expected, but saw `%c'"
3718 #~ msgstr "`}' beklenirdi, `%c' görüldü"
3719
3720 #~ msgid "%c%s is obsolete"
3721 #~ msgstr "%c%s kullanýmdan kalkmýþ"
3776 #~ msgstr "`}' beklenirdi, `%c' görüldü"
37223777
37233778 #~ msgid "@sp requires a positive numeric argument, not `%s'"
3724 #~ msgstr "@sp pozitif bir sayýsal argüman gerektirir, `%s' deðil"
3779 #~ msgstr "@sp pozitif bir sayısal argüman gerektirir, `%s' değil"
37253780
37263781 #~ msgid "Bad argument to %c%s"
3727 #~ msgstr "%c%s'ye hatalý argüman"
3782 #~ msgstr "%c%s'ye hatalı argüman"
37283783
37293784 #~ msgid "asis"
37303785 #~ msgstr "asis"
37363791 #~ msgstr "ekle"
37373792
37383793 #~ msgid "Missing `}' in @def arg"
3739 #~ msgstr "@def arg'da kayýp `}'"
3740
3741 #~ msgid "Must be in `@%s' environment to use `@%s'"
3742 #~ msgstr "`@%s' kullanmak için `@%s' ortamý içinde ol(un)malýdýr"
3794 #~ msgstr "@def arg'da kayıp `}'"
37433795
37443796 #~ msgid "%s: getwd: %s, %s\n"
37453797 #~ msgstr "%s: getwd: %s, %s\n"
37463798
37473799 #~ msgid "`%s' omitted before output filename"
3748 #~ msgstr "`%s' çýktý dosya adýndan önce yok sayýldý"
3800 #~ msgstr "`%s' çıktı dosya adından önce yok sayıldı"
37493801
37503802 #~ msgid "`%s' omitted since writing to stdout"
3751 #~ msgstr "stdout'a yazýlýyor olduðundan `%s' yok sayýldý"
3803 #~ msgstr "stdout'a yazılıyor olduğundan `%s' yok sayıldı"
37523804
37533805 #~ msgid "Output buffer not empty."
3754 #~ msgstr "Çýktý tamponu boþ deðil"
3806 #~ msgstr "Çıktı tamponu boş değil"
37553807
37563808 #~ msgid "Requested float type `%s' not previously used"
3757 #~ msgstr "Ýstenen yüzer türü `%s' daha önce kullanýlmadý"
3809 #~ msgstr "İstenen yüzer türü `%s' daha önce kullanılmadı"
37583810
37593811 #~ msgid "See "
37603812 #~ msgstr "Bkz "
37613813
37623814 #~ msgid "`%c%s' needs an argument `{...}', not just `%s'"
3763 #~ msgstr "`%c%s' bir argüman gereksinir `{ }', yalnýzca `%s' deðil"
3815 #~ msgstr "`%c%s' bir argüman gereksinir `{ }', yalnızca `%s' değil"
37643816
37653817 #~ msgid "No closing brace for footnote `%s'"
3766 #~ msgstr "Dipnot `%s' için kapama } yok"
3818 #~ msgstr "Dipnot `%s' için kapama } yok"
37673819
37683820 #~ msgid "Footnote defined without parent node"
3769 #~ msgstr "Dipnot, ebeveyn düðümsüz tanýmlanmýþ"
3770
3771 #~ msgid "Footnotes inside footnotes are not allowed"
3772 #~ msgstr "Dipnot içi dipnotlara izin verilmez"
3821 #~ msgstr "Dipnot, ebeveyn düğümsüz tanımlanmış"
37733822
37743823 #~ msgid "Footnotes"
37753824 #~ msgstr "Dipnotlar"
37763825
3777 #~ msgid "%s: could not open --css-file: %s"
3778 #~ msgstr "%s: açýlamayan --css-dosyasý: %s"
3779
37803826 #~ msgid "[unexpected] no html tag to pop"
3781 #~ msgstr "hayýr :"
3827 #~ msgstr "hayır :"
37823828
37833829 #~ msgid "[unexpected] invalid node name: `%s'"
3784 #~ msgstr "[beklenmeyen] geçersiz düðüm ismi: `%s'"
3785
3786 #~ msgid "Unknown index `%s'"
3787 #~ msgstr "Bilinmeyen indeks `%s'"
3830 #~ msgstr "[beklenmeyen] geçersiz düğüm ismi: `%s'"
37883831
37893832 #~ msgid "Info cannot handle `:' in index entry `%s'"
3790 #~ msgstr "Info, `%s' indeks girdisindeki `:''yi kullanamýyor"
3833 #~ msgstr "Info, `%s' indeks girdisindeki `:''yi kullanamıyor"
37913834
37923835 #~ msgid "Index `%s' already exists"
3793 #~ msgstr "Ýndeks `%s' zaten mevcut"
3836 #~ msgstr "İndeks `%s' zaten mevcut"
37943837
37953838 #~ msgid "Unknown index `%s' and/or `%s' in @synindex"
3796 #~ msgstr "Bilinmeyen indeks `%1$s' ve/veya @synindex içinde `%2$s'"
3839 #~ msgstr "Bilinmeyen indeks `%1$s' ve/veya @synindex içinde `%2$s'"
37973840
37983841 #~ msgid "(line )"
3799 #~ msgstr "(satýr )"
3842 #~ msgstr "(satır )"
38003843
38013844 #~ msgid "(line %*d)"
3802 #~ msgstr "(satýr %*d)"
3803
3804 #~ msgid "(outside of any node)"
3805 #~ msgstr "(tüm düðümlerin dýþýnda)"
3845 #~ msgstr "(satır %*d)"
38063846
38073847 #~ msgid "@item not allowed in argument to @itemize"
3808 #~ msgstr "@item, @itemize'a argüman olarak kullanýlamaz"
3848 #~ msgstr "@item, @itemize'a argüman olarak kullanılamaz"
38093849
38103850 #~ msgid "Broken-Type in insertion_type_pname"
3811 #~ msgstr "insertion_type_pname içinde Kýrýk-Tip"
3851 #~ msgstr "insertion_type_pname içinde Kırık-Tip"
38123852
38133853 #~ msgid "Enumeration stack overflow"
3814 #~ msgstr "Numaralandýrma yýðýn taþmasý"
3854 #~ msgstr "Numaralandırma yığın taşması"
38153855
38163856 #~ msgid "lettering overflow, restarting at %c"
3817 #~ msgstr "harflendirme taþmasý, %c'den yeniden baþlanýyor"
3857 #~ msgstr "harflendirme taşması, %c'den yeniden başlanıyor"
38183858
38193859 #~ msgid "%cfloat environments cannot be nested"
3820 #~ msgstr "%cfloat çevreler içiçelendirilemez"
3860 #~ msgstr "%cfloat çevreler içiçelendirilemez"
38213861
38223862 #~ msgid "%s requires letter or digit"
38233863 #~ msgstr "%s harf ya da rakam gerektirir"
38243864
38253865 #~ msgid "end of file inside verbatim block"
3826 #~ msgstr "verbatim bloðu içinde dosya sonu"
3827
3828 #~ msgid "@%s not meaningful outside `@float' environment"
3829 #~ msgstr "`@float' çevresi dýþýnda @%s anlamlý deðil"
3830
3831 #~ msgid "@menu seen before first @node, creating `Top' node"
3832 #~ msgstr "önce Üst"
3866 #~ msgstr "verbatim bloğu içinde dosya sonu"
38333867
38343868 #~ msgid "@detailmenu seen before first node, creating `Top' node"
3835 #~ msgstr "@detailmenu ilk düðümden önce görüldü, `En Üst' düðüm oluþturuluyor"
3836
3837 #~ msgid "@%s not meaningful outside `@titlepage' environment"
3838 #~ msgstr "`@titlepage' çevresi dýþýnda @%s anlamlý deðil"
3869 #~ msgstr "@detailmenu ilk düğümden önce görüldü, `En Üst' düğüm oluşturuluyor"
38393870
38403871 #~ msgid "`%c%s' needs something after it"
3841 #~ msgstr "`%c%s' sonrasýnda birþeyler gereklidir"
3872 #~ msgstr "`%c%s' sonrasında birşeyler gereklidir"
38423873
38433874 #~ msgid "Bad argument `%s' to `@%s', using `%s'"
3844 #~ msgstr "`%2$s''e hatalý argüman, `%1$s', `%3$s' kullanýlýyor"
3875 #~ msgstr "`%2$s''e hatalı argüman, `%1$s', `%3$s' kullanılıyor"
38453876
38463877 #~ msgid "@itemx not meaningful inside `%s' block"
3847 #~ msgstr "`%s' bloðunun içinde @itemx anlamlý deðil"
3878 #~ msgstr "`%s' bloğunun içinde @itemx anlamlı değil"
38483879
38493880 #~ msgid "%c%s found outside of an insertion block"
3850 #~ msgstr "%c%s, bir ekleme bloðunun dýþýnda bulundu"
3881 #~ msgstr "%c%s, bir ekleme bloğunun dışında bulundu"
38513882
38523883 #~ msgid "no default territory known for language `%s'"
3853 #~ msgstr "`%s' dili için bilinen öntanýmlý bölge yok"
3854
3855 #~ msgid "%s is not a valid ISO 639 language code"
3856 #~ msgstr "%s geçerli bir ISO 639 dil kodu deðildir"
3884 #~ msgstr "`%s' dili için bilinen öntanımlı bölge yok"
38573885
38583886 #~ msgid "sorry, encoding `%s' not supported"
3859 #~ msgstr "üzgünüm, `%s' kodlamasý desteklenmiyor"
3860
3861 #~ msgid "%c%s expects `i' or `j' as argument, not `%c'"
3862 #~ msgstr "%c%s argüman olarak `i' ya da `j' gerektirir, %c deðil"
3887 #~ msgstr "üzgünüm, `%s' kodlaması desteklenmiyor"
38633888
38643889 #~ msgid "%c%s expects a single character `i' or `j' as argument"
3865 #~ msgstr "%c%s argüman olarak tek karakter, `i' ya da `j' gerektirir"
3866
3867 #~ msgid "\\ in macro expansion followed by `%s' instead of parameter name"
3868 #~ msgstr "makro geniþlemesindeki \\'i, parametre adý yerine `%s' izliyor"
3869
3870 #~ msgid "Macro `%s' called on line %d with too many args"
3871 #~ msgstr "Makro `%s', %d satýrýnda çok sayýda arg.la çaðrýldý"
3872
3873 #~ msgid "%cend macro not found"
3874 #~ msgstr "%cson makrosu bulunamadý"
3890 #~ msgstr "%c%s argüman olarak tek karakter, `i' ya da `j' gerektirir"
38753891
38763892 #~ msgid "@allow-recursion is deprecated; please use @rmacro instead"
3877 #~ msgstr "@allow-recursion kullanýlmýyor; lütfen yerine @rmacro kullanýnýz"
3878
3879 #~ msgid "@quote-arg is deprecated; arguments are quoted by default"
3880 #~ msgstr ""
3881 #~ "@quote-arg kullanýlmýyor; argümanlar öntanýmlý olarak týrnak içine "
3882 #~ "alýnýyor"
3893 #~ msgstr "@allow-recursion kullanılmıyor; lütfen yerine @rmacro kullanınız"
38833894
38843895 #~ msgid "mismatched @end %s with @%s"
3885 #~ msgstr "@%s ile eþleþmeyen @end %s"
3896 #~ msgstr "@%s ile eşleşmeyen @end %s"
38863897
38873898 #~ msgid "Too many errors! Gave up.\n"
3888 #~ msgstr "Çok sayýda hata! Vazgeçildi.\n"
3889
3890 #~ msgid "%s:%d: warning: "
3891 #~ msgstr "%s:%d: uyarý: "
3892
3893 #~ msgid ""
3894 #~ "General options:\n"
3895 #~ " --error-limit=NUM quit after NUM errors (default %d).\n"
3896 #~ " --document-language=STR locale to use in translating Texinfo "
3897 #~ "keywords\n"
3898 #~ " for the output document (default C).\n"
3899 #~ " --force preserve output even if errors.\n"
3900 #~ " --help display this help and exit.\n"
3901 #~ " --no-validate suppress node cross-reference validation.\n"
3902 #~ " --no-warn suppress warnings (but not errors).\n"
3903 #~ " -v, --verbose explain what is being done.\n"
3904 #~ " --version display version information and exit.\n"
3905 #~ msgstr ""
3906 #~ "Genel seçenekler:\n"
3907 #~ " --error-limit=ADET ADET hatadan sonra çýkar (öntanýmlý %d).\n"
3908 #~ " --document-language=STR Çýktý belgesi için Texinfo anahtar "
3909 #~ "sözcüklerini \n"
3910 #~ " çevirmekte kullanýlacak yerel (öntanýmlý "
3911 #~ "C).\n"
3912 #~ " --force hatalarda dahi çýktýyý korur.\n"
3913 #~ " --help bu yardýmý görüntüler ve çýkar.\n"
3914 #~ " --no-validate düðüm çapraz-baþvuru onaylamasýný "
3915 #~ "baskýlar.\n"
3916 #~ " --no-warn uyarýlarý baskýlar (fakat hatalarý deðil).\n"
3917 #~ " -v, --verbose ne yapýlýyor olduðunu açýklar.\n"
3918 #~ " --version sürüm bilgisini görüntüler ve çýkar.\n"
3919
3920 #~ msgid ""
3921 #~ "Output format selection (default is to produce Info):\n"
3922 #~ " --docbook output Docbook XML rather than Info.\n"
3923 #~ " --html output HTML rather than Info.\n"
3924 #~ " --xml output Texinfo XML rather than Info.\n"
3925 #~ " --plaintext output plain text rather than Info.\n"
3926 #~ msgstr ""
3927 #~ "Çýktý biçem seçimi (öntanýmlýsý Info üretmektir):\n"
3928 #~ " --docbook Info yerine DocBook XML çýktýsý üretir.\n"
3929 #~ " --html Info yerine HTML çýktýsý üretir.\n"
3930 #~ " --xml Info yerine Texinfo XML çýktýsý üretir.\n"
3931 #~ " --plaintext Info yerine salt metin çýktýsý üretir.\n"
3932
3933 #~ msgid ""
3934 #~ "General output options:\n"
3935 #~ " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
3936 #~ " ignoring any @setfilename.\n"
3937 #~ " --no-headers suppress node separators, Node: lines, and "
3938 #~ "menus\n"
3939 #~ " from Info output (thus producing plain "
3940 #~ "text)\n"
3941 #~ " or from HTML (thus producing shorter "
3942 #~ "output);\n"
3943 #~ " also, write to standard output by "
3944 #~ "default.\n"
3945 #~ " --no-split suppress the splitting of Info or HTML "
3946 #~ "output,\n"
3947 #~ " generate only one output file.\n"
3948 #~ " --number-sections output chapter and sectioning numbers.\n"
3949 #~ " -o, --output=FILE output to FILE (or directory if split "
3950 #~ "HTML).\n"
3951 #~ msgstr ""
3952 #~ "Genel çýktý seçenekleri:\n"
3953 #~ " -E, --macro-expand DOSYA makro-geniþletilmiþ kaynak çýktýsýný "
3954 #~ "herhangi bir\n"
3955 #~ " @setfilename'i yoksayarak DOSYA'ya yazar.\n"
3956 #~ " --no-headers Info ya da HTML çýktýsýnda düðüm "
3957 #~ "ayraçlarýný, Node:\n"
3958 #~ " satýrlarýný ve menüleri baskýlar (salt "
3959 #~ "metinya da daha kýsa çýktý\n"
3960 #~ " üretmek üzere); ayrýca, öntanýmlý olarak\n"
3961 #~ " standart çýktýya yazar.\n"
3962 #~ " --no-split Info ya da HTML çýktýsýnýn bölünmesini "
3963 #~ "baskýlar,\n"
3964 #~ " yalnýzca bir çýktý dosyasý oluþturur.\n"
3965 #~ " --number-sections bölüm ve kýsým numaralarýnýn çýktýsýný "
3966 #~ "alýr.\n"
3967 #~ " -o, --output=DOSYA çýktýyý DOSYA'ya yazar (bölünmüþ HTML ise "
3968 #~ "dizine).\n"
3969
3970 #~ msgid ""
3971 #~ "Options for HTML:\n"
3972 #~ " --css-include=FILE include FILE in HTML <style> output;\n"
3973 #~ " read stdin if FILE is -.\n"
3974 #~ " --css-ref=URL generate reference to a CSS file.\n"
3975 #~ " --internal-links=FILE produce list of internal links in FILE.\n"
3976 #~ " --transliterate-file-names\n"
3977 #~ " produce file names in ASCII "
3978 #~ "transliteration.\n"
3979 #~ msgstr ""
3980 #~ "HTML seçenekleri:\n"
3981 #~ " --css-include=DOSYA DOSYA'yý HTML <style> çýktýsýnda "
3982 #~ "içerir;\n"
3983 #~ " eðer DOSYA - ise stdin'i okur.\n"
3984 #~ " --css-ref=URL bir CSS dosyasýna baþvuru oluþturur.\n"
3985 #~ " --internal-links=DOSYA DOSYA içinde iç linklerin listesini "
3986 #~ "üretir.\n"
3987 #~ " --transliterate-file-names\n"
3988 #~ " dosya isimlerini ASCII alfabesine "
3989 #~ "dönüþtürerek üretir.\n"
3899 #~ msgstr "Çok sayıda hata! Vazgeçildi.\n"
39903900
39913901 #~ msgid ""
39923902 #~ "Options for XML and Docbook:\n"
39953905 #~ " If VAL is 0, ignorable whitespace is "
39963906 #~ "dropped.\n"
39973907 #~ msgstr ""
3998 #~ "XML ve Docbook için seçenekler:\n"
3999 #~ " --output-indent=DEÐER XML elementlerini DEÐER kadar boþluk "
4000 #~ "girintilendir (öntanýmlý %d).\n"
4001 #~ " eðer DEÐER 0 ise yok sayýlabilen "
4002 #~ "beyaz boþluk silinir.\n"
4003
4004 #~ msgid ""
4005 #~ "Input file options:\n"
4006 #~ " --commands-in-node-names allow @ commands in node names.\n"
4007 #~ " -D VAR define the variable VAR, as with @set.\n"
4008 #~ " -I DIR append DIR to the @include search path.\n"
4009 #~ " -P DIR prepend DIR to the @include search path.\n"
4010 #~ " -U VAR undefine the variable VAR, as with "
4011 #~ "@clear.\n"
4012 #~ msgstr ""
4013 #~ "Girdi dosyasý seçenekleri:\n"
4014 #~ " --commands-in-node-names düðüm adlarýnda @ komutlarýna izin "
4015 #~ "verir.\n"
4016 #~ " -D VAR VAR deðiþkenini, @set ile olduðu gibi "
4017 #~ "tanýmlar.\n"
4018 #~ " -I DIR DIR'ý @include arama yolu sonuna ekler.\n"
4019 #~ " -P DIR DIR'ý @include arama yolu baþýna ekler.\n"
4020 #~ " -U VAR VAR deðiþkeninin tanýmýný, @clear ile "
4021 #~ "olduðu gibi geri alýr.\n"
4022
4023 #~ msgid ""
4024 #~ "Conditional processing in input:\n"
4025 #~ " --ifdocbook process @ifdocbook and @docbook even if\n"
4026 #~ " not generating Docbook.\n"
4027 #~ " --ifhtml process @ifhtml and @html even if not generating "
4028 #~ "HTML.\n"
4029 #~ " --ifinfo process @ifinfo even if not generating Info.\n"
4030 #~ " --ifplaintext process @ifplaintext even if not generating plain "
4031 #~ "text.\n"
4032 #~ " --iftex process @iftex and @tex; implies --no-split.\n"
4033 #~ " --ifxml process @ifxml and @xml.\n"
4034 #~ " --no-ifdocbook do not process @ifdocbook and @docbook text.\n"
4035 #~ " --no-ifhtml do not process @ifhtml and @html text.\n"
4036 #~ " --no-ifinfo do not process @ifinfo text.\n"
4037 #~ " --no-ifplaintext do not process @ifplaintext text.\n"
4038 #~ " --no-iftex do not process @iftex and @tex text.\n"
4039 #~ " --no-ifxml do not process @ifxml and @xml text.\n"
4040 #~ "\n"
4041 #~ " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
4042 #~ msgstr ""
4043 #~ "Girdide koþullu iþlem:\n"
4044 #~ " --ifdocbook Docbook oluþturulmuyorsa bile @ifdocbook\n"
4045 #~ " ve @docbook'u iþler.\n"
4046 #~ " --ifhtml HTML oluþturulmuyorsa bile @ifhtml ve @html'yi "
4047 #~ "iþler.\n"
4048 #~ " --ifinfo Info oluþturulmuyorsa bile @ifinfo'yu iþler.\n"
4049 #~ " --ifplaintext Salt metin oluþturulmuyorsa bile @ifplaintext'i "
4050 #~ "iþler.\n"
4051 #~ " --iftex @iftex ve @tex iþler; --no-split anlamýna gelir.\n"
4052 #~ " --ifxml @ifxml ve @xml'i iþler\n"
4053 #~ " --no-ifdocbook @ifdocbook ve @docbook metnini iþlemez.\n"
4054 #~ " --no-ifhtml @ifhtml ve @html metin iþlemez.\n"
4055 #~ " --no-ifinfo @ifinfo metin iþlemez.\n"
4056 #~ " --no-ifplaintext @ifplintext metin iþlemez.\n"
4057 #~ " --no-iftex @iftex ve @tex metin iþlemez.\n"
4058 #~ " --no-ifxml @ifxml ve @xml metin iþlemez.\n"
4059 #~ "\n"
4060 #~ " Ayrýca --no-ifFORMAT seçenekleri için ifnotFORMAT metnini iþler.\n"
4061
4062 #~ msgid "%s: %s arg must be numeric, not `%s'.\n"
4063 #~ msgstr "%1$s: %2$s arg sayýsal olmalýdýr, `%3$s' deðil.\n"
3908 #~ "XML ve Docbook için seçenekler:\n"
3909 #~ " --output-indent=DEĞER XML elementlerini DEĞER kadar boşluk "
3910 #~ "girintilendir (öntanımlı %d).\n"
3911 #~ " eğer DEĞER 0 ise yok sayılabilen "
3912 #~ "beyaz boşluk silinir.\n"
40643913
40653914 #~ msgid "%s: could not open macro expansion output `%s'"
4066 #~ msgstr "%s:makro geniþleme çýktýsý `%s' açýlamadý"
3915 #~ msgstr "%s:makro genişleme çıktısı `%s' açılamadı"
40673916
40683917 #~ msgid "%s: ignoring second macro expansion output `%s'.\n"
4069 #~ msgstr "%s: ikinci makro geniþleme çýktýsý yok sayýlýyor `%s'.\n"
3918 #~ msgstr "%s: ikinci makro genişleme çıktısı yok sayılıyor `%s'.\n"
40703919
40713920 #~ msgid "%s: could not open internal links output `%s'"
4072 #~ msgstr "%s: iç linkler çýktýsý açýlamadý `%s'"
3921 #~ msgstr "%s: iç linkler çıktısı açılamadı `%s'"
40733922
40743923 #~ msgid "%s: ignoring second internal links output `%s'.\n"
4075 #~ msgstr "%s: ikinci iç linkler çýktýsý yok sayýlýyor `%s'.\n"
3924 #~ msgstr "%s: ikinci iç linkler çıktısı yok sayılıyor `%s'.\n"
40763925
40773926 #~ msgid "Multiline command %c%s used improperly"
4078 #~ msgstr "Çok satýrlý komut %c%s uygunsuz kullanýldý"
4079
4080 #~ msgid "Expected `%s'"
4081 #~ msgstr "`%s' gerekir"
4082
4083 #~ msgid "Can't create directory `%s': %s"
4084 #~ msgstr "`%1$s' dizini oluþturulamýyor: %2$s"
3927 #~ msgstr "Çok satırlı komut %c%s uygunsuz kullanıldı"
40853928
40863929 #~ msgid "No `%s' found in `%s'"
4087 #~ msgstr "`%2$s' içinde `%1$s' yok"
3930 #~ msgstr "`%2$s' içinde `%1$s' yok"
40883931
40893932 #~ msgid ""
40903933 #~ "%s: Skipping macro expansion to stdout as Info output is going there.\n"
40913934 #~ msgstr ""
4092 #~ "%s: Makro geniþlemesini, Info çýktýsý da oraya gittiðinden, stdout'a "
4093 #~ "atlatýyor.\n"
3935 #~ "%s: Makro genişlemesini, Info çıktısı da oraya gittiğinden, stdout'a "
3936 #~ "atlatıyor.\n"
40943937
40953938 #~ msgid "Making %s file `%s' from `%s'.\n"
4096 #~ msgstr "`%3$s''den %1$s dosya `%2$s' yapýlýyor.\n"
3939 #~ msgstr "`%3$s''den %1$s dosya `%2$s' yapılıyor.\n"
40973940
40983941 #~ msgid ""
40993942 #~ "%s: Removing macro output file `%s' due to errors; use --force to "
41003943 #~ "preserve.\n"
41013944 #~ msgstr ""
4102 #~ "%1$s: Makro çýktý dosyasý `%2$s' hatalardan dolayý siliniyor; korumak "
4103 #~ "için --force kullanýnýz.\n"
3945 #~ "%1$s: Makro çıktı dosyası `%2$s' hatalardan dolayı siliniyor; korumak "
3946 #~ "için --force kullanınız.\n"
41043947
41053948 #~ msgid ""
41063949 #~ "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
41073950 #~ msgstr ""
4108 #~ "%1$s: Çýktý dosyasý `%2$s' hatalardan dolayý siliniyor; korumak için --"
4109 #~ "force kullanýnýz.\n"
3951 #~ "%1$s: Çıktı dosyası `%2$s' hatalardan dolayı siliniyor; korumak için --"
3952 #~ "force kullanınız.\n"
41103953
41113954 #~ msgid ""
41123955 #~ "%s: Removing internal links output file `%s' due to errors; use --force "
41133956 #~ "to preserve.\n"
41143957 #~ msgstr ""
4115 #~ "%s: Ýç linkler çýktý dosyasý `%s' hatalardan dolayý siliniyor; korumak "
4116 #~ "için --force kullanýnýz.\n"
4117
4118 #~ msgid "%c%s expected braces"
4119 #~ msgstr "%c%s küme parantezi bekledi"
3958 #~ "%s: İç linkler çıktı dosyası `%s' hatalardan dolayı siliniyor; korumak "
3959 #~ "için --force kullanınız.\n"
41203960
41213961 #~ msgid "NO_NAME!"
4122 #~ msgstr "ÝSÝMSÝZ!"
4123
4124 #~ msgid "@image file `%s' (for HTML) not readable: %s"
4125 #~ msgstr "@image dosyasý `%1$s' (HTML için) okunamýyor: %2$s"
3962 #~ msgstr "İSİMSİZ!"
41263963
41273964 #~ msgid "No such file `%s'"
4128 #~ msgstr "`%s' adýnda dosya yok"
3965 #~ msgstr "`%s' adında dosya yok"
41293966
41303967 #~ msgid "@image file `%s' (for text) unreadable: %s"
4131 #~ msgstr "@image dosyasý `%1$s' (metin için) okunamýyor: %2$s"
3968 #~ msgstr "@image dosyası `%1$s' (metin için) okunamıyor: %2$s"
41323969
41333970 #~ msgid "{No value for `%s'}"
4134 #~ msgstr "(`%s' için deðer yok)"
3971 #~ msgstr "(`%s' için değer yok)"
41353972
41363973 #~ msgid "Reached eof before matching @end %s"
4137 #~ msgstr "Eþleþen @end %s'den önce dosya sonuna ulaþýldý"
3974 #~ msgstr "Eşleşen @end %s'den önce dosya sonuna ulaşıldı"
41383975
41393976 #~ msgid "`%.40s...' is too long for expansion; not expanded"
4140 #~ msgstr "`%.40s...' geniþleme için çok uzun; geniþletilmedi"
3977 #~ msgstr "`%.40s...' genişleme için çok uzun; genişletilmedi"
41413978
41423979 #~ msgid "Missing } in @multitable template"
4143 #~ msgstr "@multitable þablonunda eksik }"
3980 #~ msgstr "@multitable şablonunda eksik }"
41443981
41453982 #~ msgid "ignoring stray text `%s' after @multitable"
4146 #~ msgstr "@multitable'dan sonraki baþýboþ metin `%s' yoksayýlýyor"
3983 #~ msgstr "@multitable'dan sonraki başıboş metin `%s' yoksayılıyor"
41473984
41483985 #~ msgid "[unexpected] cannot select column #%d in multitable"
4149 #~ msgstr "[beklenmeyen] çok-tabloluda sütun #%d seçilemiyor"
3986 #~ msgstr "[beklenmeyen] çok-tabloluda sütun #%d seçilemiyor"
41503987
41513988 #~ msgid "** Multicolumn output from last row:\n"
4152 #~ msgstr "**Son satýrdan çok-sütunlu çýktý:\n"
3989 #~ msgstr "**Son satırdan çok-sütunlu çıktı:\n"
41533990
41543991 #~ msgid "* column #%d: output = %s\n"
4155 #~ msgstr "* sütun #%d: çýktý = %s\n"
3992 #~ msgstr "* sütun #%d: çıktı = %s\n"
41563993
41573994 #~ msgid "Node `%s' previously defined at line %d"
4158 #~ msgstr "Düðüm `%s' daha önce satýr %d'de tanýmlandý"
3995 #~ msgstr "Düğüm `%s' daha önce satır %d'de tanımlandı"
41593996
41603997 #~ msgid "Formatting node %s...\n"
4161 #~ msgstr "Düðüm %s biçimleniyor...\n"
3998 #~ msgstr "Düğüm %s biçimleniyor...\n"
41623999
41634000 #~ msgid "Node `%s' requires a sectioning command (e.g., %c%s)"
4164 #~ msgstr "Düðüm `%s' bir bölümleme komutu gerektirir (ör: %c%s)"
4001 #~ msgstr "Düğüm `%s' bir bölümleme komutu gerektirir (ör: %c%s)"
41654002
41664003 #~ msgid "No node name specified for `%c%s' command"
4167 #~ msgstr "`%c%s' komutu için bir düðüm adý belirtilmedi"
4004 #~ msgstr "`%c%s' komutu için bir düğüm adı belirtilmedi"
41684005
41694006 #~ msgid "Anchor `%s' and node `%s' map to the same file name"
4170 #~ msgstr "Çýpa `%1$s' ve düðüm `%2$s' ayný dosya adýna yönlendiriyor"
4007 #~ msgstr "Çıpa `%1$s' ve düğüm `%2$s' aynı dosya adına yönlendiriyor"
41714008
41724009 #~ msgid "This @anchor command ignored; references to it will not work"
41734010 #~ msgstr ""
4174 #~ "Bu @anchor komutu yoksayýldý; buraya yönelik baþvurular çalýþmayacak"
4011 #~ "Bu @anchor komutu yoksayıldı; buraya yönelik başvurular çalışmayacak"
41754012
41764013 #~ msgid "Rename this anchor or use the `--no-split' option"
4177 #~ msgstr "Bu çýpayý yeniden adlandýrýn ya da `--no-split' seçeneðini kullanýn"
4014 #~ msgstr "Bu çıpayı yeniden adlandırın ya da `--no-split' seçeneğini kullanın"
41784015
41794016 #~ msgid "Unexpected string at end of split-HTML file `%s'"
4180 #~ msgstr "Bölünmüþ-HTML dosyasýnýn sonunda beklenmeyen dizge `%s'"
4017 #~ msgstr "Bölünmüş-HTML dosyasının sonunda beklenmeyen dizge `%s'"
41814018
41824019 #~ msgid "Anchors `%s' and `%s' map to the same file name"
4183 #~ msgstr "`%1$s' ve `%2$s' çýpalarý ayný dosya adýna yönlendiriyor"
4020 #~ msgstr "`%1$s' ve `%2$s' çıpaları aynı dosya adına yönlendiriyor"
41844021
41854022 #~ msgid "@anchor command ignored; references to it will not work"
4186 #~ msgstr "@anchor komutu yoksayýldý; buraya yönelik baþvurular çalýþmayacak"
4187
4188 #~ msgid ""
4189 #~ "%s reference to nonexistent node `%s' (perhaps incorrect sectioning?)"
4190 #~ msgstr "%s baþvuru mevcut olmayan düðüme `%s' (yanlýþ bölümleme nedeniyle?)"
4023 #~ msgstr "@anchor komutu yoksayıldı; buraya yönelik başvurular çalışmayacak"
41914024
41924025 #~ msgid ""
41934026 #~ "Next field of node `%s' not pointed to (perhaps incorrect sectioning?)"
41944027 #~ msgstr ""
4195 #~ "Düðüm `%s''in sonraki alaný þuraya iþaret etmiyor (yanlýþ bölümleme "
4028 #~ "Düğüm `%s''in sonraki alanı şuraya işaret etmiyor (yanlış bölümleme "
41964029 #~ "nedeniyle?)"
41974030
41984031 #~ msgid "This node (%s) has the bad Prev"
4199 #~ msgstr "Bu düðüm (%s) hatalý Önceki'ne sahip"
4032 #~ msgstr "Bu düğüm (%s) hatalı Önceki'ne sahip"
42004033
42014034 #~ msgid "Prev field of node `%s' not pointed to"
4202 #~ msgstr "Düðüm `%s''in önceki alaný þuraya iþaret etmiyor"
4035 #~ msgstr "Düğüm `%s''in önceki alanı şuraya işaret etmiyor"
42034036
42044037 #~ msgid "This node (%s) has the bad Next"
4205 #~ msgstr "Bu düðüm (%s) hatalý Sonraki'ne sahip"
4038 #~ msgstr "Bu düğüm (%s) hatalı Sonraki'ne sahip"
42064039
42074040 #~ msgid "`%s' has no Up field (perhaps incorrect sectioning?)"
4208 #~ msgstr "`%s''in Yukarý alaný yok (yanlýþ bölümleme nedeniyle?)"
4041 #~ msgstr "`%s''in Yukarı alanı yok (yanlış bölümleme nedeniyle?)"
42094042
42104043 #~ msgid "Removing %s\n"
42114044 #~ msgstr "%s siliniyor\n"
42124045
4213 #~ msgid "Can't remove file `%s': %s"
4214 #~ msgstr "`%s' dosyasý silinemiyor: %s"
4046 #~ msgid "Appendix %c"
4047 #~ msgstr "Ek %c "
42154048
42164049 #~ msgid "Internal error (search_sectioning) `%s'!"
42174050 #~ msgstr "Dahili hata (search_sectioning) `%s'!"
42204053 #~ msgstr "Dahili hata (search_sectioning) \"%s\"!"
42214054
42224055 #~ msgid "%c%s is obsolete; use %c%s instead"
4223 #~ msgstr "%c%s kullanýmdan kalkmýþ; yerine %c%s kullanýn"
4056 #~ msgstr "%c%s kullanımdan kalkmış; yerine %c%s kullanın"
42244057
42254058 #~ msgid "Node with %ctop as a section already exists"
4226 #~ msgstr "%cüst'lü düðüm bir bölüm olarak zaten var"
4059 #~ msgstr "%cüst'lü düğüm bir bölüm olarak zaten var"
42274060
42284061 #~ msgid "Here is the %ctop node"
4229 #~ msgstr "Ýþte %cüst düðüm"
4062 #~ msgstr "İşte %cüst düğüm"
42304063
42314064 #~ msgid "%ctop used before %cnode, defaulting to %s"
4232 #~ msgstr "%cüst, %cdüðümden önce kullanýldý, %s'e öntanýmlanýyor"
4065 #~ msgstr "%cüst, %cdüğümden önce kullanıldı, %s'e öntanımlanıyor"
42334066
42344067 #~ msgid ""
42354068 #~ "@headitem as the last item of @multitable produces invalid Docbook "
42364069 #~ "documents"
42374070 #~ msgstr ""
4238 #~ "@multitable'ýn son öðesi @headitem geçersiz Docbook belgeleri üretiyor"
4071 #~ "@multitable'ın son öğesi @headitem geçersiz Docbook belgeleri üretiyor"
42394072
42404073 #~ msgid "of"
4241 #~ msgstr "kapalý"
4074 #~ msgstr "kapalı"
42424075
42434076 #~ msgid "on"
4244 #~ msgstr "açýk"
4077 #~ msgstr "açık"
42454078
42464079 #~ msgid "First argument to cross-reference may not be empty"
4247 #~ msgstr "Çapraz baþvuru kurulacak ilk argüman boþ olmayabilir"
4080 #~ msgstr "Çapraz başvuru kurulacak ilk argüman boş olmayabilir"
42484081
42494082 #~ msgid "Empty file name for HTML cross reference in `%s'"
4250 #~ msgstr "`%s' deHTML çapraz baþvurusu için boþ dosya adý"
4083 #~ msgstr "`%s' deHTML çapraz başvurusu için boş dosya adı"
42514084
42524085 #~ msgid "End of file reached while looking for `.' or `,'"
4253 #~ msgstr "`.' ya da `,'ararken dosya sonuna ulaþýldý"
4254
4255 #~ msgid "`.' or `,' must follow @%s, not `%c'"
4256 #~ msgstr "`.' ya da `,' @%s'i izlemelidir, `%c'yi deðil"
4086 #~ msgstr "`.' ya da `,'ararken dosya sonuna ulaşıldı"
42574087
42584088 #~ msgid "for cross-references in parentheses, use @pxref"
4259 #~ msgstr "parantez içindeki çapraz baþvurular için @pxref kullanýnýz"
4089 #~ msgstr "parantez içindeki çapraz başvurular için @pxref kullanınız"
42604090
42614091 #~ msgid "First argument to @inforef may not be empty"
4262 #~ msgstr "@inforef'e ilk argüman boþ olmayabilir"
4263
4264 #, fuzzy
4265 #~ msgid "Encoding %s certainly poorly supported"
4266 #~ msgstr "üzgünüm, `%s' kodlamasý desteklenmiyor"
4267
4268 #, fuzzy
4269 #~ msgid ""
4270 #~ "General options:\n"
4271 #~ " --error-limit=NUM quit after NUM errors (default %d).\n"
4272 #~ " --document-language=STR locale to use in translating Texinfo "
4273 #~ "keywords\n"
4274 #~ " for the output document (default C).\n"
4275 #~ " --force preserve output even if errors.\n"
4276 #~ " --help display this help and exit.\n"
4277 #~ " --no-validate suppress node cross-reference validation.\n"
4278 #~ " --no-warn suppress warnings (but not errors).\n"
4279 #~ " --conf-dir=DIR search also for initialization files in "
4280 #~ "DIR.\n"
4281 #~ " --init-file=FILE load FILE to modify the default behaviour.\n"
4282 #~ " --set-init-variable VAR=VAL set configuration variable VAR to "
4283 #~ "VAL.\n"
4284 #~ " -v, --verbose explain what is being done.\n"
4285 #~ " --version display version information and exit.\n"
4286 #~ msgstr ""
4287 #~ "Genel seçenekler:\n"
4288 #~ " --error-limit=ADET ADET hatadan sonra çýkar (öntanýmlý %d).\n"
4289 #~ " --document-language=STR Çýktý belgesi için Texinfo anahtar "
4290 #~ "sözcüklerini \n"
4291 #~ " çevirmekte kullanýlacak yerel (öntanýmlý "
4292 #~ "C).\n"
4293 #~ " --force hatalarda dahi çýktýyý korur.\n"
4294 #~ " --help bu yardýmý görüntüler ve çýkar.\n"
4295 #~ " --no-validate düðüm çapraz-baþvuru onaylamasýný "
4296 #~ "baskýlar.\n"
4297 #~ " --no-warn uyarýlarý baskýlar (fakat hatalarý deðil).\n"
4298 #~ " -v, --verbose ne yapýlýyor olduðunu açýklar.\n"
4299 #~ " --version sürüm bilgisini görüntüler ve çýkar.\n"
4300
4301 #, fuzzy
4302 #~ msgid ""
4303 #~ "General output options:\n"
4304 #~ " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
4305 #~ " ignoring any @setfilename.\n"
4306 #~ " --no-headers suppress node separators, Node: lines, and "
4307 #~ "menus\n"
4308 #~ " from Info output (thus producing plain "
4309 #~ "text)\n"
4310 #~ " or from HTML (thus producing shorter "
4311 #~ "output);\n"
4312 #~ " also, write to standard output by default "
4313 #~ "if\n"
4314 #~ " producing Info.\n"
4315 #~ " --split=SPLIT split at SPLIT, where SPLIT may be "
4316 #~ "chapter, \n"
4317 #~ " section or node if output supports "
4318 #~ "splitting.\n"
4319 #~ " --no-split suppress the splitting of Info or HTML "
4320 #~ "output,\n"
4321 #~ " generate only one output file.\n"
4322 #~ " --number-sections output chapter and sectioning numbers.\n"
4323 #~ " -o, --output=FILE output to FILE (or directory if split).\n"
4324 #~ " If not split and FILE is a directory, put "
4325 #~ "the\n"
4326 #~ " resulting files in FILE.\n"
4327 #~ msgstr ""
4328 #~ "Genel çýktý seçenekleri:\n"
4329 #~ " -E, --macro-expand DOSYA makro-geniþletilmiþ kaynak çýktýsýný "
4330 #~ "herhangi bir\n"
4331 #~ " @setfilename'i yoksayarak DOSYA'ya yazar.\n"
4332 #~ " --no-headers Info ya da HTML çýktýsýnda düðüm "
4333 #~ "ayraçlarýný, Node:\n"
4334 #~ " satýrlarýný ve menüleri baskýlar (salt "
4335 #~ "metinya da daha kýsa çýktý\n"
4336 #~ " üretmek üzere); ayrýca, öntanýmlý olarak\n"
4337 #~ " standart çýktýya yazar.\n"
4338 #~ " --no-split Info ya da HTML çýktýsýnýn bölünmesini "
4339 #~ "baskýlar,\n"
4340 #~ " yalnýzca bir çýktý dosyasý oluþturur.\n"
4341 #~ " --number-sections bölüm ve kýsým numaralarýnýn çýktýsýný "
4342 #~ "alýr.\n"
4343 #~ " -o, --output=DOSYA çýktýyý DOSYA'ya yazar (bölünmüþ HTML ise "
4344 #~ "dizine).\n"
4345
4346 #, fuzzy
4347 #~ msgid ""
4348 #~ "Options for HTML:\n"
4349 #~ " --css-include=FILE include FILE in HTML <style> output;\n"
4350 #~ " read stdin if FILE is -.\n"
4351 #~ " --css-ref=URL generate reference to a CSS file.\n"
4352 #~ " --internal-links=FILE produce list of internal links in FILE.\n"
4353 #~ " --transliterate-file-names\n"
4354 #~ " produce file names in ASCII "
4355 #~ "transliteration.\n"
4356 #~ " --node-files produce redirection files for nodes and \n"
4357 #~ " anchors. Default is set only if split.\n"
4358 #~ msgstr ""
4359 #~ "HTML seçenekleri:\n"
4360 #~ " --css-include=DOSYA DOSYA'yý HTML <style> çýktýsýnda "
4361 #~ "içerir;\n"
4362 #~ " eðer DOSYA - ise stdin'i okur.\n"
4363 #~ " --css-ref=URL bir CSS dosyasýna baþvuru oluþturur.\n"
4364 #~ " --internal-links=DOSYA DOSYA içinde iç linklerin listesini "
4365 #~ "üretir.\n"
4366 #~ " --transliterate-file-names\n"
4367 #~ " dosya isimlerini ASCII alfabesine "
4368 #~ "dönüþtürerek üretir.\n"
4369
4370 #, fuzzy
4371 #~ msgid "Cannot split output %s"
4372 #~ msgstr "`%s' çýktý dosyasý oluþturulamýyor"
4373
4374 #, fuzzy
4375 #~ msgid "%s not writable"
4376 #~ msgstr "%s: boþ dosya"
4377
4378 #, fuzzy
4379 #~ msgid " end of file"
4380 #~ msgstr "Dosyayý bul: "
4381
4382 #, fuzzy
4383 #~ msgid "Node `%s' previously defined %s"
4384 #~ msgstr "Düðüm `%s' daha önce satýr %d'de tanýmlandý"
4385
4386 #, fuzzy
4387 #~ msgid "@%s requires an argument"
4388 #~ msgstr "%c%s bir isim gerektirir"
4389
4390 #, fuzzy
4391 #~ msgid "Node `%s' that is to be renamed exists "
4392 #~ msgstr "Ýndeks `%s' zaten mevcut"
4393
4394 #, fuzzy
4395 #~ msgid "%s: Removing output files due to errors; use --force to preserve.\n"
4396 #~ msgstr ""
4397 #~ "%1$s: Çýktý dosyasý `%2$s' hatalardan dolayý siliniyor; korumak için --"
4398 #~ "force kullanýnýz.\n"
4399
4400 #, fuzzy
4401 #~ msgid "(in %s l. %d)"
4402 #~ msgstr "(satýr %*d)"
4403
4404 #, fuzzy
4405 #~ msgid "(l. %d)"
4406 #~ msgstr "(satýr %*d)"
4407
4408 #, fuzzy
4409 #~ msgid "Missing `}' on @%s line"
4410 #~ msgstr "@def arg'da kayýp `}'"
4411
4412 #, fuzzy
4413 #~ msgid "Anchor `%s' ignored in %s expanded more than once"
4414 #~ msgstr "Çýpa `%1$s' ve düðüm `%2$s' ayný dosya adýna yönlendiriyor"
4415
4416 #, fuzzy
4417 #~ msgid "@%s (argument nr %d)"
4418 #~ msgstr "@%s'ye hatalý argüman"
4419
4420 #, fuzzy
4421 #~ msgid "First argument to @%s may not be empty"
4422 #~ msgstr "@inforef'e ilk argüman boþ olmayabilir"
4423
4424 #, fuzzy
4425 #~ msgid "@image file name"
4426 #~ msgstr "@image dosyasý `%1$s' okunamýyor: %2$s"
4427
4428 #, fuzzy
4429 #~ msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
4430 #~ msgstr "makro geniþlemesindeki \\'i, parametre adý yerine `%s' izliyor"
4431
4432 #, fuzzy
4433 #~ msgid "No index prefix found for @%s"
4434 #~ msgstr "`%s' için indeks girdisi yok.\n"
4435
4436 #, fuzzy
4437 #~ msgid "@%s not allowed in argument to @%s"
4438 #~ msgstr "@item, @itemize'a argüman olarak kullanýlamaz"
4439
4440 #, fuzzy
4441 #~ msgid "@%s already set"
4442 #~ msgstr "Ýndeks `%s' zaten mevcut"
4443
4444 #, fuzzy
4445 #~ msgid "Anchor `%s' previously defined %s"
4446 #~ msgstr "makro `%s' daha önce tanýmlanmýþ"
4447
4448 #, fuzzy
4449 #~ msgid "No closing brace for specially handled command %s"
4450 #~ msgstr "Dipnot `%s' için kapama } yok"
4451
4452 #, fuzzy
4453 #~ msgid "Float label `%s' previously defined %s"
4454 #~ msgstr "makro `%s' daha önce tanýmlanmýþ"
4455
4456 #, fuzzy
4457 #~ msgid "ignoring @tab in empty multitable"
4458 #~ msgstr "çok-tablolunun dýþýndaki @tab yoksayýlýyor"
4459
4460 #, fuzzy
4461 #~ msgid "Unknown command with braces `@%s'"
4462 #~ msgstr "Bilinmeyen komut `%s'"
4463
4464 #, fuzzy
4465 #~ msgid "Unexpected command `%s' here"
4466 #~ msgstr "tanýmlanmamýþ komut: %s"
4467
4468 #, fuzzy
4469 #~ msgid "%s should not appear in %s"
4470 #~ msgstr "%s: açýlamayan --css-dosyasý: %s"
4471
4472 #, fuzzy
4473 #~ msgid "%s: could not open --css-file %s: %s\n"
4474 #~ msgstr "%s: açýlamayan --css-dosyasý: %s"
4475
4476 #, fuzzy
4477 #~ msgid "`.' or `,' must follow @xref."
4478 #~ msgstr "`.' ya da `,' @%s'i izlemelidir, `%c'yi deðil"
4479
4480 #, fuzzy
4481 #~ msgid "@menu before first node"
4482 #~ msgstr "önce Üst"
4483
4484 #~ msgid "One completion:\n"
4485 #~ msgstr "Bir tamamlama:\n"
4486
4487 #~ msgid "more "
4488 #~ msgstr "daha"
4489
4490 #, fuzzy
4491 #~ msgid "\\@image file `%s' unreadable: %s"
4492 #~ msgstr "@image dosyasý `%1$s' okunamýyor: %2$s"
4493
4494 #, fuzzy
4495 #~ msgid "Cannot find \\@image file `%s.txt'"
4496 #~ msgstr "`%s' düðümü bulunamadý."
4497
4498 #, fuzzy
4499 #~ msgid ""
4500 #~ "\\@strong{Note...} produces a spurious cross-reference in Info; reword to "
4501 #~ "avoid that"
4502 #~ msgstr ""
4503 #~ "@strong{Not...} Info'da sahte bir çapraz-baþvuru oluþturur; bundan "
4504 #~ "kaçýnmak için yazýmý deðiþtirin"
4505
4506 #, fuzzy
4507 #~ msgid "`.' or `,' must follow \\@xref, not %s"
4508 #~ msgstr "`.' ya da `,' @%s'i izlemelidir, `%c'yi deðil"
4509
4510 #~ msgid "%s: warning: "
4511 #~ msgstr "%s: uyarý: "
4512
4513 #, fuzzy
4514 #~ msgid "@top already exists"
4515 #~ msgstr "Ýndeks `%s' zaten mevcut"
4516
4517 #~ msgid "%s: illegal option -- %c\n"
4518 #~ msgstr "%s: kuraldýþý seçenek -- %c\n"
4519
4520 #, fuzzy
4521 #~ msgid "Macro"
4522 #~ msgstr "Mart"
4523
4524 #, fuzzy
4525 #~ msgid "Variable"
4526 #~ msgstr "Deðiþkeni ata: "
4527
4528 #, fuzzy
4529 #~ msgid "User Option"
4530 #~ msgstr "Tamamlamayý yerleþtir"
4531
4532 #, fuzzy
4533 #~ msgid "Instance Variable"
4534 #~ msgstr "Açýklanacak deðiþken: "
4535
4536 #, fuzzy
4537 #~ msgid "Next:"
4538 #~ msgstr "Sonraki"
4539
4540 #, fuzzy
4541 #~ msgid "see "
4542 #~ msgstr "Bkz "
4543
4544 #, fuzzy
4545 #~ msgid "@{No value for `{value}'@}"
4546 #~ msgstr "(`%s' için deðer yok)"
4547
4548 #~ msgid "Appendix %c"
4549 #~ msgstr "Ek %c "
4092 #~ msgstr "@inforef'e ilk argüman boş olmayabilir"
Binary diff not shown
+202
-147
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: 2012-12-17 17:27-0800\n"
10 "POT-Creation-Date: 2013-01-01 17:33-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"
7676 msgid "%s: option '-W %s' requires an argument\n"
7777 msgstr "%s: параметр `%s' вимагає вказати аргумент\n"
7878
79 #: gnulib/lib/regcomp.c:130
79 #: gnulib/lib/regcomp.c:131
8080 msgid "Success"
8181 msgstr ""
8282
83 #: gnulib/lib/regcomp.c:133
83 #: gnulib/lib/regcomp.c:134
8484 msgid "No match"
8585 msgstr ""
8686
87 #: gnulib/lib/regcomp.c:136
87 #: gnulib/lib/regcomp.c:137
8888 #, fuzzy
8989 msgid "Invalid regular expression"
9090 msgstr "Помилка у регулярному виразі `%s': %s"
9191
92 #: gnulib/lib/regcomp.c:139
92 #: gnulib/lib/regcomp.c:140
9393 #, fuzzy
9494 msgid "Invalid collation character"
9595 msgstr "невірний для кодування символ `%s'"
9696
97 #: gnulib/lib/regcomp.c:142
97 #: gnulib/lib/regcomp.c:143
9898 #, fuzzy
9999 msgid "Invalid character class name"
100100 msgstr "навряд чи символ %c у @var"
101101
102 #: gnulib/lib/regcomp.c:145
102 #: gnulib/lib/regcomp.c:146
103103 msgid "Trailing backslash"
104104 msgstr ""
105105
106 #: gnulib/lib/regcomp.c:148
106 #: gnulib/lib/regcomp.c:149
107107 msgid "Invalid back reference"
108108 msgstr ""
109109
110 #: gnulib/lib/regcomp.c:151
110 #: gnulib/lib/regcomp.c:152
111111 #, fuzzy
112112 msgid "Unmatched [ or [^"
113113 msgstr "Невідповідна }"
114114
115 #: gnulib/lib/regcomp.c:154
115 #: gnulib/lib/regcomp.c:155
116116 #, fuzzy
117117 msgid "Unmatched ( or \\("
118118 msgstr "Невідповідна }"
119119
120 #: gnulib/lib/regcomp.c:157
120 #: gnulib/lib/regcomp.c:158
121121 #, fuzzy
122122 msgid "Unmatched \\{"
123123 msgstr "Невідповідна }"
124124
125 #: gnulib/lib/regcomp.c:160
125 #: gnulib/lib/regcomp.c:161
126126 msgid "Invalid content of \\{\\}"
127127 msgstr ""
128128
129 #: gnulib/lib/regcomp.c:163
129 #: gnulib/lib/regcomp.c:164
130130 msgid "Invalid range end"
131131 msgstr ""
132132
133 #: gnulib/lib/regcomp.c:166
133 #: gnulib/lib/regcomp.c:167
134134 #, fuzzy
135135 msgid "Memory exhausted"
136136 msgstr "вичерпано пам’ять"
137137
138 #: gnulib/lib/regcomp.c:169
138 #: gnulib/lib/regcomp.c:170
139139 #, fuzzy
140140 msgid "Invalid preceding regular expression"
141141 msgstr "Помилка у регулярному виразі `%s': %s"
142142
143 #: gnulib/lib/regcomp.c:172
143 #: gnulib/lib/regcomp.c:173
144144 #, fuzzy
145145 msgid "Premature end of regular expression"
146146 msgstr "Помилка у регулярному виразі `%s': %s"
147147
148 #: gnulib/lib/regcomp.c:175
148 #: gnulib/lib/regcomp.c:176
149149 #, fuzzy
150150 msgid "Regular expression too big"
151151 msgstr "Під час пошуку використовуватимуться регулярні вирази."
152152
153 #: gnulib/lib/regcomp.c:178
153 #: gnulib/lib/regcomp.c:179
154154 #, fuzzy
155155 msgid "Unmatched ) or \\)"
156156 msgstr "Невідповідна }"
157157
158 #: gnulib/lib/regcomp.c:703
158 #: gnulib/lib/regcomp.c:704
159159 #, fuzzy
160160 msgid "No previous regular expression"
161161 msgstr "Нема попереднього рядку пошуку"
410410 msgid "Try --help for more information.\n"
411411 msgstr "Спробуйте --help, щоб отримати більше інформації.\n"
412412
413 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
414 #: tp/texi2any.pl:735 util/texindex.c:295
413 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
414 #: tp/texi2any.pl:736 util/texindex.c:295
415415 #, c-format, perl-format
416416 msgid ""
417417 "Copyright (C) %s Free Software Foundation, Inc.\n"
19561956 msgid " Subfile: %s"
19571957 msgstr " Під-файл: %s"
19581958
1959 #: install-info/install-info.c:285
1959 #: install-info/install-info.c:286
19601960 #, fuzzy, c-format
19611961 msgid "%s for %s"
19621962 msgstr " для %s"
19631963
1964 #: install-info/install-info.c:519
1964 #: install-info/install-info.c:520
19651965 #, c-format
19661966 msgid "\tTry `%s --help' for a complete list of options.\n"
19671967 msgstr "\tСпробуйте `%s --help', щоб отримати повний список параметрів.\n"
19681968
1969 #: install-info/install-info.c:527
1969 #: install-info/install-info.c:528
19701970 #, c-format
19711971 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19721972 msgstr "Використання: %s [ПАРАМЕТР]... [ФАЙЛ-INFO [ФАЙЛ-DIR]]\n"
19731973
1974 #: install-info/install-info.c:529
1974 #: install-info/install-info.c:530
19751975 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19761976 msgstr "Додає чи вилучає пункти ФАЙЛУ-INFO з файлу каталогу Info ФАЙЛ-DIR."
19771977
1978 #: install-info/install-info.c:531
1979 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1980 msgstr ""
1981
19781982 #: install-info/install-info.c:532
1983 msgid "--dir-file (or --info-dir) options are given, respectively."
1984 msgstr ""
1985
1986 #: install-info/install-info.c:535
19791987 msgid ""
19801988 "Options:\n"
1989 " --add-once add only to first matching section, not all.\n"
1990 " --align=COL start description of new entries at column COL.\n"
1991 " --calign=COL format second and subsequent description lines to\n"
1992 " start at column COL."
1993 msgstr ""
1994
1995 #: install-info/install-info.c:542
1996 #, fuzzy
1997 msgid ""
19811998 " --debug report what is being done.\n"
19821999 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19832000 " don't insert any new entries.\n"
19992016 " те ж саме, що використати аргумент ФАЙЛ-DIR.\n"
20002017 " --dry-run те ж саме, що й --test."
20012018
2002 #: install-info/install-info.c:544
2003 msgid ""
2004 " --entry=TEXT insert TEXT as an Info directory entry.\n"
2019 #: install-info/install-info.c:553
2020 #, fuzzy
2021 msgid ""
2022 " --entry=TEXT insert TEXT as an Info directory entry,\n"
2023 " overriding any corresponding entry from DIR-FILE.\n"
20052024 " TEXT is written as an Info menu item line followed\n"
20062025 " by zero or more extra lines starting with "
20072026 "whitespace.\n"
20082027 " If you specify more than one entry, all are added.\n"
20092028 " If you don't specify any entries, they are determined\n"
2010 " from information in the Info file itself.\n"
2011 " When removing, TEXT specifies the entry to remove.\n"
2012 " TEXT is only removed as a last resort, if the\n"
2013 " entry as determined from the Info file is not "
2014 "present,\n"
2015 " and the basename of the Info file isn't found either."
2029 " from information in the Info file itself."
20162030 msgstr ""
20172031 " --entry=ТЕКСТ вставити ТЕКСТ як запис у каталозі Info.\n"
20182032 " ТЕКСТ записується як рядок пункту меню Info, за яким\n"
20282042 " запису, що відповідає інформації з файлу Info\n"
20292043 " і також не буде знайдено назви файлу."
20302044
2031 #: install-info/install-info.c:556
2045 #: install-info/install-info.c:562
2046 #, fuzzy
20322047 msgid ""
20332048 " --help display this help and exit.\n"
20342049 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20352050 " --info-file=FILE specify Info file to install in the directory;\n"
20362051 " equivalent to using the INFO-FILE argument.\n"
20372052 " --item=TEXT same as --entry=TEXT.\n"
2038 " --keep-old do not replace entries, or remove empty sections.\n"
2039 " --menuentry=TEXT same as --name=TEXT.\n"
2040 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2041 " to become synonymous with the --entry option.\n"
2042 " --no-indent do not format new entries in the DIR file.\n"
2043 " --quiet suppress warnings."
2053 " --keep-old do not replace entries, or remove empty sections."
20442054 msgstr ""
20452055 " --help показати цю довідку й вийти.\n"
20462056 " --info-dir=ТЕКА те ж саме, що й --dir-file=ТЕКА/dir.\n"
20542064 " --no-indent не форматувати нові записи у файлі каталогу.\n"
20552065 " --quiet не показувати попереджень."
20562066
2057 #: install-info/install-info.c:569
2067 #: install-info/install-info.c:570
2068 #, fuzzy
2069 msgid ""
2070 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2071 " --menuentry=TEXT same as --name=TEXT.\n"
2072 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2073 " to become synonymous with the --entry option.\n"
2074 " --no-indent do not format new entries in the DIR file.\n"
2075 " --quiet suppress warnings."
2076 msgstr ""
2077 " --help показати цю довідку й вийти.\n"
2078 " --info-dir=ТЕКА те ж саме, що й --dir-file=ТЕКА/dir.\n"
2079 " --info-file=ФАЙЛ вказати назву файла Info для встановлення у каталог;\n"
2080 " те ж саме, що використати аргумент ФАЙЛ-INFO.\n"
2081 " --item=ТЕКСТ те ж саме, що й --entry=ТЕКСТ.\n"
2082 " --keep-old не заміняти записи й не вилучати порожні секції.\n"
2083 " --menuentry=ТЕКСТ те ж саме, що й --name=ТЕКСТ.\n"
2084 " --name=ТЕКСТ ТЕКСТ - це назва запису; у поєднанні з --description\n"
2085 " стає тим же самим, що й параметр --entry.\n"
2086 " --no-indent не форматувати нові записи у файлі каталогу.\n"
2087 " --quiet не показувати попереджень."
2088
2089 #: install-info/install-info.c:578
20582090 msgid ""
20592091 " --regex=R put this file's entries in all sections that match the\n"
20602092 " regular expression R (ignoring case).\n"
20832115 " за інформацією у файлі Info.\n"
20842116 " --section R СЕКЦІЯ те ж саме, що й --regex=R --section=СЕКЦІЯ --add-once."
20852117
2086 #: install-info/install-info.c:582
2118 #: install-info/install-info.c:591
20872119 msgid ""
20882120 " --silent suppress warnings.\n"
20892121 " --test suppress updating of DIR-FILE.\n"
20932125 " --test не оновлювати ФАЙЛ-DIR.\n"
20942126 " --version показати інформацію про версію й вийти."
20952127
2096 #: install-info/install-info.c:589 tp/texi2any.pl:723
2128 #: install-info/install-info.c:598 tp/texi2any.pl:724
20972129 msgid ""
20982130 "Email bug reports to bug-texinfo@gnu.org,\n"
20992131 "general questions and discussion to help-texinfo@gnu.org.\n"
21032135 "загальні запитання й обговорення до help-texinfo@gnu.org.\n"
21042136 "Домашня сторінка texinfo: http://www.gnu.org/software/texinfo/"
21052137
2106 #: install-info/install-info.c:616
2138 #: install-info/install-info.c:625
21072139 #, c-format
21082140 msgid ""
21092141 "This is the file .../info/dir, which contains the\n"
21402172 "\n"
21412173 "%s\n"
21422174
2143 #: install-info/install-info.c:640
2175 #: install-info/install-info.c:649
21442176 #, fuzzy, c-format
21452177 msgid "%s: could not read (%s) and could not create (%s)"
21462178 msgstr "%s: не вдається прочитати (%s) і не вдається створити (%s)\n"
21472179
2148 #: install-info/install-info.c:736
2180 #: install-info/install-info.c:745
21492181 #, c-format
21502182 msgid "%s: empty file"
21512183 msgstr "%s: порожній файл"
21522184
2153 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2185 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21542186 #, c-format
21552187 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21562188 msgstr "START-INFO-DIR-ENTRY без відповідного END-INFO-DIR-ENTRY"
21572189
2158 #: install-info/install-info.c:1114
2190 #: install-info/install-info.c:1123
21592191 #, c-format
21602192 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21612193 msgstr "END-INFO-DIR-ENTRY без відповідного START-INFO-DIR-ENTRY"
21622194
2163 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2195 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21642196 #, c-format
21652197 msgid "%s: already have dir file: %s\n"
21662198 msgstr "%s: вже має файл каталогу: %s\n"
21672199
2168 #: install-info/install-info.c:2068
2200 #: install-info/install-info.c:2077
21692201 #, c-format
21702202 msgid "%s: Specify the Info file only once.\n"
21712203 msgstr "%s: Вкажіть файл Info лише один раз.\n"
21722204
2173 #: install-info/install-info.c:2101
2205 #: install-info/install-info.c:2110
21742206 #, c-format
21752207 msgid "Extra regular expression specified, ignoring `%s'"
21762208 msgstr "Пропущено зайвий регулярний вираз `%s'"
21772209
2178 #: install-info/install-info.c:2113
2210 #: install-info/install-info.c:2122
21792211 #, c-format
21802212 msgid "Error in regular expression `%s': %s"
21812213 msgstr "Помилка у регулярному виразі `%s': %s"
21822214
2183 #: install-info/install-info.c:2171
2215 #: install-info/install-info.c:2180
21842216 #, c-format
21852217 msgid "excess command line argument `%s'"
21862218 msgstr "зайвий аргумент `%s'"
21872219
2188 #: install-info/install-info.c:2175
2220 #: install-info/install-info.c:2184
21892221 #, c-format
21902222 msgid "No input file specified; try --help for more information."
21912223 msgstr ""
21922224 "Не вказано вхідних файлів; спробуйте --help, щоб отримати більше інформації."
21932225
2194 #: install-info/install-info.c:2177
2226 #: install-info/install-info.c:2186
21952227 #, c-format
21962228 msgid "No dir file specified; try --help for more information."
21972229 msgstr ""
21982230 "Не вказано файл каталогу; спробуйте --help, щоб отримати більше інформації."
21992231
2200 #: install-info/install-info.c:2319
2232 #: install-info/install-info.c:2328
22012233 #, c-format
22022234 msgid "no info dir entry in `%s'"
22032235 msgstr "немає запису info dir у `%s'"
22042236
2205 #: install-info/install-info.c:2567
2237 #: install-info/install-info.c:2576
22062238 #, c-format
22072239 msgid "no entries found for `%s'; nothing deleted"
22082240 msgstr "у `%s' записів не знайдено; нічого не вилучено"
22092241
2210 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2211 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2212 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2213 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2214 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2242 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
22152247 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
22162248 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
22172249 #, fuzzy, perl-format
22922324 msgstr ""
22932325
22942326 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2295 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2327 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22962328 #, fuzzy, perl-format
22972329 msgid "Obsolete variable %s\n"
22982330 msgstr "Встановити змінну: "
23072339 msgid "Can't create directories `%s': %s"
23082340 msgstr "Не вдається створити директорію `%s': %s"
23092341
2310 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2311 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2342 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2343 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
23122344 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
23132345 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2314 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2315 #: tp/init/chm.pm:399
2346 #: tp/Texinfo/Parser.pm:1871
23162347 #, fuzzy, perl-format
23172348 msgid "Error on closing %s: %s"
23182349 msgstr "помилка запису до `%s'"
23192350
2320 #: tp/Texinfo/Convert/DocBook.pm:919
2351 #: tp/Texinfo/Convert/DocBook.pm:897
23212352 #, fuzzy, perl-format
23222353 msgid "@image file `%s' not found, using `%s'"
23232354 msgstr "Неможливо прочитати файл @image `%s': %s"
23322363 msgid "Raw format %s is not converted"
23332364 msgstr ""
23342365
2335 #: tp/Texinfo/Convert/HTML.pm:4832
2366 #: tp/Texinfo/Convert/HTML.pm:4814
23362367 #, perl-format
23372368 msgid "%s:%d: string not closed in css file"
23382369 msgstr ""
23392370
2340 #: tp/Texinfo/Convert/HTML.pm:4834
2371 #: tp/Texinfo/Convert/HTML.pm:4816
23412372 #, fuzzy, perl-format
23422373 msgid "%s:%d: --css-include ended in comment"
23432374 msgstr "%s:%d: --css-file закінчився усередині коментаря"
23442375
2345 #: tp/Texinfo/Convert/HTML.pm:4836
2346 #, perl-format
2347 msgid "%s:%d @import not finished in css file"
2348 msgstr ""
2349
2350 #: tp/Texinfo/Convert/HTML.pm:4862
2376 #: tp/Texinfo/Convert/HTML.pm:4818
2377 #, perl-format
2378 msgid "%s:%d: @import not finished in css file"
2379 msgstr ""
2380
2381 #: tp/Texinfo/Convert/HTML.pm:4844
23512382 #, fuzzy, perl-format
23522383 msgid "css file %s not found"
23532384 msgstr "не знайдено %cend macro"
23542385
2355 #: tp/Texinfo/Convert/HTML.pm:4868
2386 #: tp/Texinfo/Convert/HTML.pm:4850
23562387 #, fuzzy, perl-format
23572388 msgid "could not open --include-file %s: %s"
23582389 msgstr "%s: не вдається відкрити --css-file: %s"
23592390
2360 #: tp/Texinfo/Convert/HTML.pm:4878
2391 #: tp/Texinfo/Convert/HTML.pm:4860
23612392 #, fuzzy, perl-format
23622393 msgid "Error on closing CSS file %s: %s"
23632394 msgstr "помилка закриття файлу виводу `%s'"
23642395
2365 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2396 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23662397 #, fuzzy, perl-format
23672398 msgid "No htmlxref.cnf entry found for `%s'"
23682399 msgstr "не знайдено пунктів покажчику для `%s'\n"
23692400
2370 #: tp/Texinfo/Convert/HTML.pm:6513
2401 #: tp/Texinfo/Convert/HTML.pm:6495
23712402 #, fuzzy, perl-format
23722403 msgid "Error on closing frame file %s: %s"
23732404 msgstr "помилка закриття файлу виводу `%s'"
23742405
2375 #: tp/Texinfo/Convert/HTML.pm:6537
2406 #: tp/Texinfo/Convert/HTML.pm:6519
23762407 #, fuzzy, perl-format
23772408 msgid "Error on closing TOC frame file %s: %s"
23782409 msgstr "помилка закриття файлу виводу `%s'"
23792410
2380 #: tp/Texinfo/Convert/HTML.pm:6652
2411 #: tp/Texinfo/Convert/HTML.pm:6634
23812412 #, perl-format
23822413 msgid "Handler %s of stage %s priority %s failed"
23832414 msgstr ""
23842415
2385 #: tp/Texinfo/Convert/HTML.pm:6853
2416 #: tp/Texinfo/Convert/HTML.pm:6835
23862417 msgid "Must specify a title with a title command or @top"
23872418 msgstr ""
23882419
2389 #: tp/Texinfo/Convert/HTML.pm:7058
2420 #: tp/Texinfo/Convert/HTML.pm:7040
23902421 #, perl-format
23912422 msgid "Error on closing redirection node file %s: %s"
23922423 msgstr ""
23932424
2394 #: tp/Texinfo/Convert/HTML.pm:7083
2425 #: tp/Texinfo/Convert/HTML.pm:7065
23952426 #, fuzzy, perl-format
23962427 msgid "Old name for `%s' is a node of the document"
23972428 msgstr ""
23982429 "У цього вузла немає `Попереднього' чи `Горішнього' вузла у цьому документі."
23992430
2400 #: tp/Texinfo/Convert/HTML.pm:7087
2431 #: tp/Texinfo/Convert/HTML.pm:7069
24012432 #, fuzzy, perl-format
24022433 msgid "File empty for renamed node `%s'"
24032434 msgstr "вузол, на який нема посилань `%s'"
24042435
2405 #: tp/Texinfo/Convert/HTML.pm:7099
2436 #: tp/Texinfo/Convert/HTML.pm:7081
24062437 #, perl-format
24072438 msgid "Target node (new name for `%s') not in document: %s"
24082439 msgstr ""
24092440
2410 #: tp/Texinfo/Convert/HTML.pm:7131
2441 #: tp/Texinfo/Convert/HTML.pm:7113
24112442 #, fuzzy, perl-format
24122443 msgid "Error on closing renamed node redirection file %s: %s"
24132444 msgstr "помилка закриття файлу виводу `%s'"
24142445
2415 #: tp/Texinfo/Convert/HTML.pm:7169
2446 #: tp/Texinfo/Convert/HTML.pm:7151
24162447 #, fuzzy
24172448 msgid "Empty node name"
24182449 msgstr "не знайдено пунктів покажчику для `%s'\n"
24192450
2420 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2451 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
24212452 #, perl-format
24222453 msgid "Syntax for an external node used for `%s'"
24232454 msgstr ""
27192750
27202751 #: tp/Texinfo/Parser.pm:3455
27212752 #, fuzzy
2722 msgid "Empty node in menu entry"
2753 msgid "Empty node name in menu entry"
27232754 msgstr "не знайдено пунктів покажчику для `%s'\n"
27242755
27252756 #: tp/Texinfo/Parser.pm:3525
31933224 msgid "Empty index key in @%s"
31943225 msgstr "не знайдено пунктів покажчику для `%s'\n"
31953226
3196 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3197 #, fuzzy, perl-format
3198 msgid "Can't open %s for writing: %s\n"
3227 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3228 #, fuzzy, perl-format
3229 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31993230 msgstr "%s: не вдається відкрити --css-file: %s"
32003231
3201 #: tp/init/tex4ht.pm:122
3202 #, fuzzy, perl-format
3203 msgid "tex4ht error opening %s: %s"
3232 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3233 #, fuzzy, perl-format
3234 msgid "chm.pm:%s: Error on closing: %s"
32043235 msgstr "помилка запису до `%s'"
32053236
3206 #: tp/init/tex4ht.pm:218
3207 #, perl-format
3208 msgid "chdir to %s failed"
3209 msgstr ""
3210
3211 #: tp/init/tex4ht.pm:242
3212 #, fuzzy, perl-format
3213 msgid "tex4ht output file missing: %s"
3237 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3238 #, fuzzy, perl-format
3239 msgid "tex4ht.pm:%s: Cannot open: %s"
3240 msgstr "Не вдається знайти `%s'."
3241
3242 #: tp/init/tex4ht.pm:219
3243 #, perl-format
3244 msgid "tex4ht.pm:%s: chdir failed: %s"
3245 msgstr ""
3246
3247 #: tp/init/tex4ht.pm:232
3248 #, perl-format
3249 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3250 msgstr ""
3251
3252 #: tp/init/tex4ht.pm:244
3253 #, fuzzy, perl-format
3254 msgid "tex4ht.pm: Output file missing: %s"
32143255 msgstr "не вдається створити файл виводу `%s'"
32153256
3216 #: tp/init/tex4ht.pm:295
3217 #, perl-format
3218 msgid ""
3219 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3257 #: tp/init/tex4ht.pm:260
3258 #, perl-format
3259 msgid "tex4ht.pm: Command failed: %s"
3260 msgstr ""
3261
3262 #: tp/init/tex4ht.pm:293
3263 #, perl-format
3264 msgid "tex4ht.pm: end of @%s item %d not found"
3265 msgstr ""
3266
3267 #: tp/init/tex4ht.pm:300
3268 #, perl-format
3269 msgid ""
3270 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32203271 "items found in the document"
32213272 msgstr ""
32223273
3223 #: tp/init/tex4ht.pm:313
3224 #, perl-format
3225 msgid "tex4ht output has no HTML item for @%s %s"
3226 msgstr ""
3227
3228 #: tp/texi2any.pl:373
3274 #: tp/init/tex4ht.pm:319
3275 #, perl-format
3276 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3277 msgstr ""
3278
3279 #: tp/texi2any.pl:374
32293280 #, fuzzy, perl-format
32303281 msgid "error loading %s: %s\n"
32313282 msgstr "помилка запису до `%s'"
32323283
3233 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3284 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32343285 #, fuzzy, perl-format
32353286 msgid "Unknown variable %s\n"
32363287 msgstr "Невідома команда `%s'"
32373288
3238 #: tp/texi2any.pl:466
3289 #: tp/texi2any.pl:467
32393290 #, fuzzy, perl-format
32403291 msgid "Can't read init file %s"
32413292 msgstr "не вдається відкрити вхідний файл `%s'"
32423293
3243 #: tp/texi2any.pl:597
3294 #: tp/texi2any.pl:598
32443295 #, fuzzy
32453296 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32463297 msgstr "Використовуйте: %s [ПАРАМЕТР]... ФАЙЛ-TEXINFO...\n"
32473298
3248 #: tp/texi2any.pl:598
3299 #: tp/texi2any.pl:599
32493300 #, fuzzy
32503301 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32513302 msgstr "Використовуйте: %s [ПАРАМЕТР]... ФАЙЛ-TEXINFO...\n"
32523303
3253 #: tp/texi2any.pl:600
3304 #: tp/texi2any.pl:601
32543305 msgid ""
32553306 "Translate Texinfo source documentation to various other formats, by default\n"
32563307 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32593310 "зазвичай,\n"
32603311 "у файли Info, що можна читати за допомогою Emacs чи GNU Info.\n"
32613312
3262 #: tp/texi2any.pl:603
3313 #: tp/texi2any.pl:604
32633314 #, fuzzy, perl-format
32643315 msgid ""
32653316 "General options:\n"
32913342 " -v, --verbose описувати, що буде робитися.\n"
32923343 " --version показати інформацію про версію й вийти.\n"
32933344
3294 #: tp/texi2any.pl:618
3345 #: tp/texi2any.pl:619
32953346 #, fuzzy
32963347 msgid ""
32973348 "Output format selection (default is to produce Info):\n"
33073358 " --xml виводити як Texinfo XML а не як Info.\n"
33083359 " --plaintext виводити як простий текст а не як Info.\n"
33093360
3310 #: tp/texi2any.pl:626
3361 #: tp/texi2any.pl:627
33113362 #, fuzzy
33123363 msgid ""
33133364 "General output options:\n"
33523403 " -o, --output=ФАЙЛ виводити до ФАЙЛУ (чи директорії для HTML з "
33533404 "розбиттям).\n"
33543405
3355 #: tp/texi2any.pl:646
3406 #: tp/texi2any.pl:647
33563407 #, fuzzy, perl-format
33573408 msgid ""
33583409 "Options for Info and plain text:\n"
33933444 " --split-size=ЧИСЛО розбивати файли Info, коли вони більші за "
33943445 "ЧИСЛО (типово %d).\n"
33953446
3396 #: tp/texi2any.pl:663
3447 #: tp/texi2any.pl:664
33973448 #, fuzzy
33983449 msgid ""
33993450 "Options for HTML:\n"
34153466 " --transliterate-file-names\n"
34163467 " транслітеровувати у ASCII назви файлів.\n"
34173468
3418 #: tp/texi2any.pl:674
3469 #: tp/texi2any.pl:675
34193470 msgid ""
34203471 "Options for XML and Docbook:\n"
34213472 " --output-indent=VAL does nothing, retained for compatibility.\n"
34223473 msgstr ""
34233474
3424 #: tp/texi2any.pl:677
3475 #: tp/texi2any.pl:678
34253476 msgid ""
34263477 "Options for DVI/PS/PDF:\n"
34273478 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34283479 msgstr ""
34293480
3430 #: tp/texi2any.pl:680
3481 #: tp/texi2any.pl:681
34313482 #, fuzzy
34323483 msgid ""
34333484 "Input file options:\n"
34473498 " -U ЗМІННА скинути значення ЗМІННОЇ, те ж саме, що "
34483499 "@clear.\n"
34493500
3450 #: tp/texi2any.pl:687
3501 #: tp/texi2any.pl:688
34513502 #, fuzzy
34523503 msgid ""
34533504 "Conditional processing in input:\n"
34863537 "\n"
34873538 " Параметри --no-ifФОРМАТ також вмикають обробку тексту у @ifnotФОРМАТ.\n"
34883539
3489 #: tp/texi2any.pl:704
3540 #: tp/texi2any.pl:705
34903541 #, fuzzy
34913542 msgid ""
34923543 " The defaults for the @if... conditionals depend on the output format:\n"
35033554 "вимкнено;\n"
35043555 " якщо генерується XML - --ifxml ввімкнено, а інші - вимкнено.\n"
35053556
3506 #: tp/texi2any.pl:711
3557 #: tp/texi2any.pl:712
35073558 #, fuzzy
35083559 msgid ""
35093560 "Examples:\n"
35383589 " makeinfo --no-split foo.texi записати все в один файл Info (він "
35393590 "буде великим)\n"
35403591
3541 #: tp/texi2any.pl:758
3592 #: tp/texi2any.pl:759
35423593 #, perl-format
35433594 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35443595 msgstr ""
35453596 "%s: аргумент до --footnote-style має бути `separate' чи `end', а не `%s'.\n"
35463597
3547 #: tp/texi2any.pl:848
3598 #: tp/texi2any.pl:849
35483599 #, perl-format
35493600 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35503601 msgstr ""
35513602 "%s: аргумент до --paragraph-indent має бути числом, `none' чи `asis', а не `"
35523603 "%s'.\n"
35533604
3554 #: tp/texi2any.pl:962
3605 #: tp/texi2any.pl:963
35553606 #, perl-format
35563607 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35573608 msgstr "%s: Пропущено невідоме значення TEXINFO_OUTPUT_FORMAT `%s'.\n"
35583609
3559 #: tp/texi2any.pl:975
3610 #: tp/texi2any.pl:976
35603611 #, perl-format
35613612 msgid "when generating %s, only one input FILE may be specified with -o"
35623613 msgstr ""
35633614
3564 #: tp/texi2any.pl:979
3615 #: tp/texi2any.pl:980
35653616 msgid "--Xopt option without printed output"
35663617 msgstr ""
35673618
3568 #: tp/texi2any.pl:989
3619 #: tp/texi2any.pl:990
35693620 #, fuzzy, perl-format
35703621 msgid "Unknown tree transformation %s"
35713622 msgstr "Невідома команда `%s'"
35723623
3573 #: tp/texi2any.pl:996
3624 #: tp/texi2any.pl:997
35743625 #, perl-format
35753626 msgid "Ignoring splitting for format %s"
35763627 msgstr ""
35773628
3578 #: tp/texi2any.pl:1045
3629 #: tp/texi2any.pl:1046
35793630 #, perl-format
35803631 msgid "%s: missing file argument.\n"
35813632 msgstr "%s: не вказано аргумент назви файлу.\n"
35823633
3583 #: tp/texi2any.pl:1046
3634 #: tp/texi2any.pl:1047
35843635 #, perl-format
35853636 msgid "Try `%s --help' for more information.\n"
35863637 msgstr "Спробуйте `%s --help', щоб отримати більше інформації.\n"
35873638
3588 #: tp/texi2any.pl:1117
3639 #: tp/texi2any.pl:1118
35893640 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
35903641 msgstr ""
35913642
3592 #: tp/texi2any.pl:1139
3643 #: tp/texi2any.pl:1140
35933644 #, fuzzy, perl-format
35943645 msgid "Error on closing macro expand file %s: %s\n"
35953646 msgstr "помилка закриття файлу виводу `%s'"
35963647
3597 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3648 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
35983649 #, fuzzy, perl-format
35993650 msgid "Could not open %s for writing: %s\n"
36003651 msgstr "%s: не вдається відкрити --css-file: %s"
36013652
3602 #: tp/texi2any.pl:1169
3653 #: tp/texi2any.pl:1170
36033654 msgid ""
36043655 "insert_nodes_for_sectioning_commands transformation return no result. No "
36053656 "section?"
36063657 msgstr ""
36073658
3608 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3659 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36093660 #, fuzzy, perl-format
36103661 msgid "Error on closing %s: %s\n"
36113662 msgstr "помилка запису до `%s'"
36123663
3613 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3664 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36143665 #, perl-format
36153666 msgid "Error on closing internal links file %s: %s\n"
36163667 msgstr ""
36703721 #, c-format
36713722 msgid "entry %s follows an entry with a secondary name"
36723723 msgstr "пункт %s йде за пунктом, що має вторинну назву"
3724
3725 #, fuzzy
3726 #~ msgid "tex4ht error opening %s: %s"
3727 #~ msgstr "помилка запису до `%s'"
36733728
36743729 #, fuzzy
36753730 #~ msgid "Error on closing renamed nodes file %s: %s"
Binary diff not shown
+233
-172
po/vi.po less more
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 4.13.91\n"
8 "Project-Id-Version: texinfo 4.13.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2012-12-17 17:27-0800\n"
11 "PO-Revision-Date: 2012-12-02 08:45+0700\n"
10 "POT-Creation-Date: 2013-01-01 17:33-0800\n"
11 "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"
1414 "Language: vi\n"
8080 msgid "%s: option '-W %s' requires an argument\n"
8181 msgstr "%s: tùy chọn “-W %s” cần một đối số\n"
8282
83 #: gnulib/lib/regcomp.c:130
83 #: gnulib/lib/regcomp.c:131
8484 msgid "Success"
8585 msgstr "Thành công"
8686
87 #: gnulib/lib/regcomp.c:133
87 #: gnulib/lib/regcomp.c:134
8888 msgid "No match"
8989 msgstr "Không tìm thấy"
9090
91 #: gnulib/lib/regcomp.c:136
91 #: gnulib/lib/regcomp.c:137
9292 msgid "Invalid regular expression"
9393 msgstr "Biểu thức chính quy không hợp lệ"
9494
95 #: gnulib/lib/regcomp.c:139
95 #: gnulib/lib/regcomp.c:140
9696 msgid "Invalid collation character"
9797 msgstr "Ký tự đối chiếu không hợp lệ"
9898
99 #: gnulib/lib/regcomp.c:142
99 #: gnulib/lib/regcomp.c:143
100100 msgid "Invalid character class name"
101101 msgstr "Tên lớp ký tự không hợp lệ"
102102
103 #: gnulib/lib/regcomp.c:145
103 #: gnulib/lib/regcomp.c:146
104104 msgid "Trailing backslash"
105105 msgstr "Có dấu chéo ngược theo sau"
106106
107 #: gnulib/lib/regcomp.c:148
107 #: gnulib/lib/regcomp.c:149
108108 msgid "Invalid back reference"
109109 msgstr "Sai tham chiếu ngược"
110110
111 #: gnulib/lib/regcomp.c:151
111 #: gnulib/lib/regcomp.c:152
112112 msgid "Unmatched [ or [^"
113113 msgstr "Có một ký tự “[” hay “[^” lẻ đôi"
114114
115 #: gnulib/lib/regcomp.c:154
115 #: gnulib/lib/regcomp.c:155
116116 msgid "Unmatched ( or \\("
117117 msgstr "Có một ký tự “(” hay “\\(” lẻ đôi"
118118
119 #: gnulib/lib/regcomp.c:157
119 #: gnulib/lib/regcomp.c:158
120120 msgid "Unmatched \\{"
121121 msgstr "Có một ký tự “\\{” lẻ đôi"
122122
123 #: gnulib/lib/regcomp.c:160
123 #: gnulib/lib/regcomp.c:161
124124 msgid "Invalid content of \\{\\}"
125125 msgstr "Nội dung của “\\{\\}” không hợp lệ"
126126
127 #: gnulib/lib/regcomp.c:163
127 #: gnulib/lib/regcomp.c:164
128128 msgid "Invalid range end"
129129 msgstr "Sai kết thúc phạm vi"
130130
131 #: gnulib/lib/regcomp.c:166
131 #: gnulib/lib/regcomp.c:167
132132 msgid "Memory exhausted"
133133 msgstr "Hết bộ nhớ"
134134
135 #: gnulib/lib/regcomp.c:169
135 #: gnulib/lib/regcomp.c:170
136136 msgid "Invalid preceding regular expression"
137137 msgstr "Biểu thức chính quy đi trước không hợp lệ"
138138
139 #: gnulib/lib/regcomp.c:172
139 #: gnulib/lib/regcomp.c:173
140140 msgid "Premature end of regular expression"
141141 msgstr "Kết thúc sớm biểu thức chính quy"
142142
143 #: gnulib/lib/regcomp.c:175
143 #: gnulib/lib/regcomp.c:176
144144 msgid "Regular expression too big"
145145 msgstr "Biểu thức chính quy quá lớn"
146146
147 #: gnulib/lib/regcomp.c:178
147 #: gnulib/lib/regcomp.c:179
148148 msgid "Unmatched ) or \\)"
149149 msgstr "Có một ký tự “)” hay “\\)” lẻ đôi"
150150
151 #: gnulib/lib/regcomp.c:703
151 #: gnulib/lib/regcomp.c:704
152152 msgid "No previous regular expression"
153153 msgstr "Không có biểu thức chính quy đi trước"
154154
190190
191191 #: info/echo-area.c:451
192192 msgid "Cancel or quit operation"
193 msgstr "Thao tác thôi hay thoát"
193 msgstr "Thao tác hủy bỏ hay thoát"
194194
195195 #: info/echo-area.c:466
196196 msgid "Accept (or force completion of) this line"
340340
341341 #: info/indices.c:445
342342 msgid "CAN'T SEE THIS"
343 msgstr "KHÔNG THỂ THẤY ĐIỀU NÀY"
343 msgstr "KHÔNG THỂ THẤY CÁI NÀY"
344344
345345 #: info/indices.c:481
346346 #, c-format
401401 msgid "Try --help for more information.\n"
402402 msgstr "Hãy thử lệnh trợ giúp “--help” để xem thông tin thêm.\n"
403403
404 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
405 #: tp/texi2any.pl:735 util/texindex.c:295
404 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
405 #: tp/texi2any.pl:736 util/texindex.c:295
406406 #, c-format, perl-format
407407 msgid ""
408408 "Copyright (C) %s Free Software Foundation, Inc.\n"
429429 "\n"
430430 "Read documentation in Info format.\n"
431431 msgstr ""
432 "Sử dụng: %s [TÙY_CHỌN]... [MỤC_TRÌNH_ĐƠN...]\n"
432 "Cách dùng: %s [TÙY_CHỌN]... [MỤC_TRÌNH_ĐƠN...]\n"
433433 "\n"
434434 "Đọc tài liệu hướng dẫn theo định dạng Info.\n"
435435
19261926 msgid " Subfile: %s"
19271927 msgstr " Tập tin phụ: %s"
19281928
1929 #: install-info/install-info.c:285
1929 #: install-info/install-info.c:286
19301930 #, c-format
19311931 msgid "%s for %s"
19321932 msgstr "%s cho %s"
19331933
1934 #: install-info/install-info.c:519
1934 #: install-info/install-info.c:520
19351935 #, c-format
19361936 msgid "\tTry `%s --help' for a complete list of options.\n"
19371937 msgstr ""
19381938 "\tHãy thử lệnh trợ giúp “%s --help” để xem danh sách tùy chọn hoàn toàn.\n"
19391939
1940 #: install-info/install-info.c:527
1940 #: install-info/install-info.c:528
19411941 #, c-format
19421942 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
1943 msgstr "Sử dụng: %s [TÙY_CHỌN]... [TẬP_TIN_INFO [TẬP_TIN_THƯ_MỤC]]\n"
1944
1945 #: install-info/install-info.c:529
1943 msgstr "Cách dùng: %s [TÙY_CHỌN]... [TẬP_TIN_INFO [TẬP_TIN_THƯ_MỤC]]\n"
1944
1945 #: install-info/install-info.c:530
19461946 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19471947 msgstr "Thêm hoặc gỡ bỏ mục nhập trong TẬP_TIN_INFO vào/khỏi TẬP_TIN_THƯ_MỤC."
19481948
1949 #: install-info/install-info.c:531
1950 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1951 msgstr ""
1952
19491953 #: install-info/install-info.c:532
1954 msgid "--dir-file (or --info-dir) options are given, respectively."
1955 msgstr ""
1956
1957 #: install-info/install-info.c:535
19501958 msgid ""
19511959 "Options:\n"
1960 " --add-once add only to first matching section, not all.\n"
1961 " --align=COL start description of new entries at column COL.\n"
1962 " --calign=COL format second and subsequent description lines to\n"
1963 " start at column COL."
1964 msgstr ""
1965
1966 #: install-info/install-info.c:542
1967 #, fuzzy
1968 msgid ""
19521969 " --debug report what is being done.\n"
19531970 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19541971 " don't insert any new entries.\n"
19701987 " có cùng kết quả với đối số TẬP_TIN_THƯ_MỤC.\n"
19711988 " --dry-run có cùng kết quả với tùy chọn “--test”."
19721989
1973 #: install-info/install-info.c:544
1974 msgid ""
1975 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1990 #: install-info/install-info.c:553
1991 #, fuzzy
1992 msgid ""
1993 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1994 " overriding any corresponding entry from DIR-FILE.\n"
19761995 " TEXT is written as an Info menu item line followed\n"
19771996 " by zero or more extra lines starting with "
19781997 "whitespace.\n"
19791998 " If you specify more than one entry, all are added.\n"
19801999 " If you don't specify any entries, they are determined\n"
1981 " from information in the Info file itself.\n"
1982 " When removing, TEXT specifies the entry to remove.\n"
1983 " TEXT is only removed as a last resort, if the\n"
1984 " entry as determined from the Info file is not "
1985 "present,\n"
1986 " and the basename of the Info file isn't found either."
2000 " from information in the Info file itself."
19872001 msgstr ""
19882002 " --entry=VĂN_BẢN chèn văn bản này dạng mục nhập tập tin Info.\n"
19892003 " Văn bản này được ghi dưới dạng một dòng mục trình đơn "
19982012 " nếu không có mục nhập được xác định từ tập tin Info,\n"
19992013 " và cũng không tìm thấy tên cơ bản của tập tin Info."
20002014
2001 #: install-info/install-info.c:556
2015 #: install-info/install-info.c:562
2016 #, fuzzy
20022017 msgid ""
20032018 " --help display this help and exit.\n"
20042019 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
20052020 " --info-file=FILE specify Info file to install in the directory;\n"
20062021 " equivalent to using the INFO-FILE argument.\n"
20072022 " --item=TEXT same as --entry=TEXT.\n"
2008 " --keep-old do not replace entries, or remove empty sections.\n"
2009 " --menuentry=TEXT same as --name=TEXT.\n"
2010 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2011 " to become synonymous with the --entry option.\n"
2012 " --no-indent do not format new entries in the DIR file.\n"
2013 " --quiet suppress warnings."
2023 " --keep-old do not replace entries, or remove empty sections."
20142024 msgstr ""
20152025 " --help hiển thị trợ giúp này rồi thoát.\n"
20162026 " --info-dir=THƯ_MỤC bằng “--dir-file=THƯ_MỤC/thư_mục”.\n"
20252035 " --no-indent đừng định dạng mục nhập mới trong tập tin THƯ_MỤC\n"
20262036 " --quiet thu hồi cảnh báo."
20272037
2028 #: install-info/install-info.c:569
2038 #: install-info/install-info.c:570
2039 #, fuzzy
2040 msgid ""
2041 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2042 " --menuentry=TEXT same as --name=TEXT.\n"
2043 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2044 " to become synonymous with the --entry option.\n"
2045 " --no-indent do not format new entries in the DIR file.\n"
2046 " --quiet suppress warnings."
2047 msgstr ""
2048 " --help hiển thị trợ giúp này rồi thoát.\n"
2049 " --info-dir=THƯ_MỤC bằng “--dir-file=THƯ_MỤC/thư_mục”.\n"
2050 " --info-file=TẬP_TIN ghi rõ tập tin Info cần cài đặt vào thư mục;\n"
2051 " có cùng kết quả với đối số TẬP_TIN_INFO.\n"
2052 " --item=VĂN_BẢN bằng “--entry=VĂN_BẢN”.\n"
2053 " --keep-old đừng thay thế mục nhập hoặc gỡ bỏ phần rỗng.\n"
2054 " --menuentry=VĂN_BẢN bằng “--name=VĂN_BẢN”.\n"
2055 " --name=VĂN_BẢN tên của mục nhập là văn bản này;\n"
2056 " dùng cùng với tùy chọn “--description”\n"
2057 " thì có cùng kết quả với tùy chọn “--entry”.\n"
2058 " --no-indent đừng định dạng mục nhập mới trong tập tin THƯ_MỤC\n"
2059 " --quiet thu hồi cảnh báo."
2060
2061 #: install-info/install-info.c:578
20292062 msgid ""
20302063 " --regex=R put this file's entries in all sections that match the\n"
20312064 " regular expression R (ignoring case).\n"
20532086 " từ thông tin trong tập tin Info chính nó.\n"
20542087 " --section R PHẦN tương đương “--regex=R --section=PHẦN --add-once”."
20552088
2056 #: install-info/install-info.c:582
2089 #: install-info/install-info.c:591
20572090 msgid ""
20582091 " --silent suppress warnings.\n"
20592092 " --test suppress updating of DIR-FILE.\n"
20632096 " --test thu hồi nâng cấp TẬP_TIN_THƯ_MỤC.\n"
20642097 " --version hiển thị thông tin phiên bản rồi thoát."
20652098
2066 #: install-info/install-info.c:589 tp/texi2any.pl:723
2099 #: install-info/install-info.c:598 tp/texi2any.pl:724
20672100 msgid ""
20682101 "Email bug reports to bug-texinfo@gnu.org,\n"
20692102 "general questions and discussion to help-texinfo@gnu.org.\n"
20732106 "và gửi câu hỏi chung, thảo luận v.v. cho help-texinfo@gnu.org.\n"
20742107 "Trang chủ texinfo: http://www.gnu.org/software/texinfo/"
20752108
2076 #: install-info/install-info.c:616
2109 #: install-info/install-info.c:625
20772110 #, c-format
20782111 msgid ""
20792112 "This is the file .../info/dir, which contains the\n"
21112144 "\n"
21122145 "%s\n"
21132146
2114 #: install-info/install-info.c:640
2147 #: install-info/install-info.c:649
21152148 #, c-format
21162149 msgid "%s: could not read (%s) and could not create (%s)"
21172150 msgstr "%s: không thể đọc (%s) và không thể tạo (%s)"
21182151
2119 #: install-info/install-info.c:736
2152 #: install-info/install-info.c:745
21202153 #, c-format
21212154 msgid "%s: empty file"
21222155 msgstr "%s: tập tin rỗng"
21232156
2124 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2157 #: install-info/install-info.c:1088 install-info/install-info.c:1128
21252158 #, c-format
21262159 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
21272160 msgstr ""
21282161 "Có “START-INFO-DIR-ENTRY” (mục nhập thư mục Info đầu) mà không có “END-INFO-"
21292162 "DIR-ENTRY” (mục nhập thư mục Info kết thúc) tương ứng"
21302163
2131 #: install-info/install-info.c:1114
2164 #: install-info/install-info.c:1123
21322165 #, c-format
21332166 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21342167 msgstr ""
21352168 "Có “END-INFO-DIR-ENTRY” (mục nhập thư mục Info kết thúc) mà không có “START-"
21362169 "INFO-DIR-ENTRY” (mục nhập thư mục Info đầu) tương ứng"
21372170
2138 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2171 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21392172 #, c-format
21402173 msgid "%s: already have dir file: %s\n"
21412174 msgstr "%s: đã có tập tin thư mục: %s\n"
21422175
2143 #: install-info/install-info.c:2068
2176 #: install-info/install-info.c:2077
21442177 #, c-format
21452178 msgid "%s: Specify the Info file only once.\n"
21462179 msgstr "%s: hãy ghi rõ tập tin Info chỉ một lần.\n"
21472180
2148 #: install-info/install-info.c:2101
2181 #: install-info/install-info.c:2110
21492182 #, c-format
21502183 msgid "Extra regular expression specified, ignoring `%s'"
21512184 msgstr "Biểu thức chính quy thêm được ghi rõ nên bỏ qua “%s”"
21522185
2153 #: install-info/install-info.c:2113
2186 #: install-info/install-info.c:2122
21542187 #, c-format
21552188 msgid "Error in regular expression `%s': %s"
21562189 msgstr "Gặp lỗi trong biểu thức chính quy “%s”: %s"
21572190
2158 #: install-info/install-info.c:2171
2191 #: install-info/install-info.c:2180
21592192 #, c-format
21602193 msgid "excess command line argument `%s'"
21612194 msgstr "đối số dòng lệnh thừa “%s”"
21622195
2163 #: install-info/install-info.c:2175
2196 #: install-info/install-info.c:2184
21642197 #, c-format
21652198 msgid "No input file specified; try --help for more information."
21662199 msgstr ""
21672200 "Chưa ghi rõ tập tin nhập vào; Hãy chạy dùng tùy chọn “--help” để xem thông "
21682201 "tin thêm."
21692202
2170 #: install-info/install-info.c:2177
2203 #: install-info/install-info.c:2186
21712204 #, c-format
21722205 msgid "No dir file specified; try --help for more information."
21732206 msgstr ""
21742207 "Chưa ghi rõ tập tin thư mục. Hãy chạy lệnh trợ giúp “--help” để xem thông "
21752208 "tin thêm."
21762209
2177 #: install-info/install-info.c:2319
2210 #: install-info/install-info.c:2328
21782211 #, c-format
21792212 msgid "no info dir entry in `%s'"
21802213 msgstr "không có mục nhập thư mục Info trong “%s”"
21812214
2182 #: install-info/install-info.c:2567
2215 #: install-info/install-info.c:2576
21832216 #, c-format
21842217 msgid "no entries found for `%s'; nothing deleted"
21852218 msgstr "không tìm thấy mục nhập cho “%s” nên không xóa gì"
21862219
2187 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2188 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2189 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2190 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2191 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2220 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21922225 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21932226 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21942227 #, perl-format
22682301 msgstr "protect_hashchar_at_line_beginning không thể bảo vệ trong @%s"
22692302
22702303 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2271 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2304 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22722305 #, perl-format
22732306 msgid "Obsolete variable %s\n"
22742307 msgstr "Biến đã cổ %s\n"
22832316 msgid "Can't create directories `%s': %s"
22842317 msgstr "Không thể tạo các thư mục “%s”: %s"
22852318
2286 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2287 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2319 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2320 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22882321 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22892322 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2290 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2291 #: tp/init/chm.pm:399
2323 #: tp/Texinfo/Parser.pm:1871
22922324 #, perl-format
22932325 msgid "Error on closing %s: %s"
22942326 msgstr "Lỗi đóng %s: %s"
22952327
2296 #: tp/Texinfo/Convert/DocBook.pm:919
2328 #: tp/Texinfo/Convert/DocBook.pm:897
22972329 #, perl-format
22982330 msgid "@image file `%s' not found, using `%s'"
22992331 msgstr "không tìm thấy tập tin @image “%s” ,đang dùng “%s”"
23082340 msgid "Raw format %s is not converted"
23092341 msgstr "Định dạng thô %s không được chuyển đổi"
23102342
2311 #: tp/Texinfo/Convert/HTML.pm:4832
2343 #: tp/Texinfo/Convert/HTML.pm:4814
23122344 #, perl-format
23132345 msgid "%s:%d: string not closed in css file"
23142346 msgstr "%s:%d: chuỗi chưa được đóng trong tập tin css"
23152347
2316 #: tp/Texinfo/Convert/HTML.pm:4834
2348 #: tp/Texinfo/Convert/HTML.pm:4816
23172349 #, perl-format
23182350 msgid "%s:%d: --css-include ended in comment"
23192351 msgstr "%s:%d: “--css-include” kết thúc với ghi chú"
23202352
2321 #: tp/Texinfo/Convert/HTML.pm:4836
2322 #, perl-format
2323 msgid "%s:%d @import not finished in css file"
2353 #: tp/Texinfo/Convert/HTML.pm:4818
2354 #, fuzzy, perl-format
2355 msgid "%s:%d: @import not finished in css file"
23242356 msgstr "%s:%d @import chưa hoàn thiện trong tập tin css"
23252357
2326 #: tp/Texinfo/Convert/HTML.pm:4862
2358 #: tp/Texinfo/Convert/HTML.pm:4844
23272359 #, perl-format
23282360 msgid "css file %s not found"
23292361 msgstr "không tìm thấy tập tin css %s"
23302362
2331 #: tp/Texinfo/Convert/HTML.pm:4868
2363 #: tp/Texinfo/Convert/HTML.pm:4850
23322364 #, perl-format
23332365 msgid "could not open --include-file %s: %s"
23342366 msgstr "không thể mở --include-file %s: %s"
23352367
2336 #: tp/Texinfo/Convert/HTML.pm:4878
2368 #: tp/Texinfo/Convert/HTML.pm:4860
23372369 #, perl-format
23382370 msgid "Error on closing CSS file %s: %s"
23392371 msgstr "Gặp lỗi khi đóng tập tin CSS %s: %s"
23402372
2341 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2373 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23422374 #, perl-format
23432375 msgid "No htmlxref.cnf entry found for `%s'"
23442376 msgstr "không tìm thấy mục htmlxref.cnf dành cho “%s”"
23452377
2346 #: tp/Texinfo/Convert/HTML.pm:6513
2378 #: tp/Texinfo/Convert/HTML.pm:6495
23472379 #, perl-format
23482380 msgid "Error on closing frame file %s: %s"
23492381 msgstr "Gặp lỗi khi đóng tập tin khung (frame) %s: %s"
23502382
2351 #: tp/Texinfo/Convert/HTML.pm:6537
2383 #: tp/Texinfo/Convert/HTML.pm:6519
23522384 #, perl-format
23532385 msgid "Error on closing TOC frame file %s: %s"
23542386 msgstr "Gặp lỗi khi đóng tập tin khung (frame) TOC %s: %s"
23552387
2356 #: tp/Texinfo/Convert/HTML.pm:6652
2388 #: tp/Texinfo/Convert/HTML.pm:6634
23572389 #, perl-format
23582390 msgid "Handler %s of stage %s priority %s failed"
23592391 msgstr "Bộ tiếp hợp %s của trạng thái %s mức ưu tiên %s gặp lỗi"
23602392
2361 #: tp/Texinfo/Convert/HTML.pm:6853
2393 #: tp/Texinfo/Convert/HTML.pm:6835
23622394 msgid "Must specify a title with a title command or @top"
23632395 msgstr "Phải chỉ định một tiêu đề cùng với lệnh title hay @top"
23642396
2365 #: tp/Texinfo/Convert/HTML.pm:7058
2397 #: tp/Texinfo/Convert/HTML.pm:7040
23662398 #, perl-format
23672399 msgid "Error on closing redirection node file %s: %s"
23682400 msgstr "Gặp lỗi khi đóng tập tin nút chuyển hướng %s: %s"
23692401
2370 #: tp/Texinfo/Convert/HTML.pm:7083
2371 #, fuzzy, perl-format
2402 #: tp/Texinfo/Convert/HTML.pm:7065
2403 #, perl-format
23722404 msgid "Old name for `%s' is a node of the document"
2373 msgstr "Không có “Lùi” hay “Lên” cho nút này trong tài liệu này."
2374
2375 #: tp/Texinfo/Convert/HTML.pm:7087
2405 msgstr "Tên cũ dành cho `%s' là một nút tài liệu"
2406
2407 #: tp/Texinfo/Convert/HTML.pm:7069
23762408 #, perl-format
23772409 msgid "File empty for renamed node `%s'"
23782410 msgstr "Tập tin trống rỗng cho nút được đổi tên “%s”"
23792411
2380 #: tp/Texinfo/Convert/HTML.pm:7099
2412 #: tp/Texinfo/Convert/HTML.pm:7081
23812413 #, perl-format
23822414 msgid "Target node (new name for `%s') not in document: %s"
2383 msgstr ""
2384
2385 #: tp/Texinfo/Convert/HTML.pm:7131
2386 #, fuzzy, perl-format
2415 msgstr "Nút đích (tên mới cho `%s') không trong tài liệu: %s"
2416
2417 #: tp/Texinfo/Convert/HTML.pm:7113
2418 #, perl-format
23872419 msgid "Error on closing renamed node redirection file %s: %s"
2388 msgstr "Gặp lỗi khi đóng tập tin nút được đổi tên %s: %s"
2389
2390 #: tp/Texinfo/Convert/HTML.pm:7169
2420 msgstr "Gặp lỗi khi đóng tập tin nút chuyển hướng được đổi tên %s: %s"
2421
2422 #: tp/Texinfo/Convert/HTML.pm:7151
23912423 msgid "Empty node name"
23922424 msgstr "tên nút rỗng"
23932425
2394 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2426 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23952427 #, perl-format
23962428 msgid "Syntax for an external node used for `%s'"
23972429 msgstr "Cú pháp cho nút mở rộng được dùng cho “%s”"
24102442 msgstr "Đổi tên %s gặp lỗi: %s"
24112443
24122444 #: tp/Texinfo/Convert/Info.pm:226
2413 #, fuzzy, perl-format
2445 #, perl-format
24142446 msgid "@%s output more than once: %s"
2415 msgstr "@%s “%s” kết xuất nhiều hơn một"
2447 msgstr "@%s kết xuất nhiều hơn một: %s"
24162448
24172449 #: tp/Texinfo/Convert/Info.pm:340
24182450 #, perl-format
26702702 msgstr "@%s không được tổ hợp cùng với @top"
26712703
26722704 #: tp/Texinfo/Parser.pm:3303
2673 #, fuzzy, perl-format
2705 #, perl-format
26742706 msgid "@node precedes @%s, but parts may not be associated with nodes"
26752707 msgstr ""
26762708 "@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"
26912723 msgstr "tên mục trình đơn trống rỗng trong “%s”"
26922724
26932725 #: tp/Texinfo/Parser.pm:3455
2694 msgid "Empty node in menu entry"
2726 #, fuzzy
2727 msgid "Empty node name in menu entry"
26952728 msgstr "Nút trống trong mục trình đơn"
26962729
26972730 #: tp/Texinfo/Parser.pm:3525
29713004 msgstr "Tên bảng mục lục để dành %s"
29723005
29733006 #: tp/Texinfo/Parser.pm:5264
2974 #, fuzzy, perl-format
3007 #, perl-format
29753008 msgid "Unknown source index in @%s: %s"
2976 msgstr "Không hiểu từ bảng mục lục “%s” trong @%s"
3009 msgstr "Không hiểu bảng mục lục nguồn trong @%s: %s"
29773010
29783011 #: tp/Texinfo/Parser.pm:5267
2979 #, fuzzy, perl-format
3012 #, perl-format
29803013 msgid "Unknown destination index in @%s: %s"
2981 msgstr "Không hiểu tên chỉ mục “%s” trong @%s"
3014 msgstr "Không hiểu bảng mục lục đích trong @%s: %s"
29823015
29833016 #: tp/Texinfo/Parser.pm:5298
29843017 #, perl-format
31913224 msgid "Empty index key in @%s"
31923225 msgstr "Khóa chỉ mục trống rỗng trong @%s"
31933226
3194 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3195 #, perl-format
3196 msgid "Can't open %s for writing: %s\n"
3227 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3228 #, fuzzy, perl-format
3229 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31973230 msgstr "Không thể mở %s để ghi: %s\n"
31983231
3199 #: tp/init/tex4ht.pm:122
3200 #, perl-format
3201 msgid "tex4ht error opening %s: %s"
3202 msgstr "tex4ht gặp lỗi khi mở %s: %s"
3203
3204 #: tp/init/tex4ht.pm:218
3205 #, perl-format
3206 msgid "chdir to %s failed"
3207 msgstr "lỗi chdir (chuyển đổi thư mục) sang %s"
3208
3209 #: tp/init/tex4ht.pm:242
3232 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
32103233 #, fuzzy, perl-format
3211 msgid "tex4ht output file missing: %s"
3212 msgstr "kết xuất tex4ht thiếu %s"
3213
3214 #: tp/init/tex4ht.pm:295
3215 #, perl-format
3216 msgid ""
3217 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3234 msgid "chm.pm:%s: Error on closing: %s"
3235 msgstr "Lỗi đóng %s: %s"
3236
3237 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3238 #, fuzzy, perl-format
3239 msgid "tex4ht.pm:%s: Cannot open: %s"
3240 msgstr "@%s: không thể mở %s: %s"
3241
3242 #: tp/init/tex4ht.pm:219
3243 #, fuzzy, perl-format
3244 msgid "tex4ht.pm:%s: chdir failed: %s"
3245 msgstr "Đổi tên %s gặp lỗi: %s"
3246
3247 #: tp/init/tex4ht.pm:232
3248 #, perl-format
3249 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3250 msgstr ""
3251
3252 #: tp/init/tex4ht.pm:244
3253 #, fuzzy, perl-format
3254 msgid "tex4ht.pm: Output file missing: %s"
3255 msgstr "thiếu tập tin kết xuất tex4ht: %s"
3256
3257 #: tp/init/tex4ht.pm:260
3258 #, perl-format
3259 msgid "tex4ht.pm: Command failed: %s"
3260 msgstr ""
3261
3262 #: tp/init/tex4ht.pm:293
3263 #, perl-format
3264 msgid "tex4ht.pm: end of @%s item %d not found"
3265 msgstr ""
3266
3267 #: tp/init/tex4ht.pm:300
3268 #, fuzzy, perl-format
3269 msgid ""
3270 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
32183271 "items found in the document"
32193272 msgstr ""
3220
3221 #: tp/init/tex4ht.pm:313
3273 "tex4ht xử lý thủ tục %d mục trong HTML; cần %d, số mục được tìm thấy trong "
3274 "tài liệu"
3275
3276 #: tp/init/tex4ht.pm:319
32223277 #, fuzzy, perl-format
3223 msgid "tex4ht output has no HTML item for @%s %s"
3224 msgstr "kết xuất tex4ht không có văn bản cho @%s %s"
3225
3226 #: tp/texi2any.pl:373
3278 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3279 msgstr "kết xuất tex4ht không có mục HTML cho @%s %s"
3280
3281 #: tp/texi2any.pl:374
32273282 #, perl-format
32283283 msgid "error loading %s: %s\n"
32293284 msgstr "lỗi tải %s: %s\n"
32303285
3231 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3286 #: tp/texi2any.pl:383 tp/texi2any.pl:400
32323287 #, perl-format
32333288 msgid "Unknown variable %s\n"
32343289 msgstr "Không nhận ra biến %s\n"
32353290
3236 #: tp/texi2any.pl:466
3291 #: tp/texi2any.pl:467
32373292 #, perl-format
32383293 msgid "Can't read init file %s"
32393294 msgstr "Không thể đọc tệp tin init %s"
32403295
3241 #: tp/texi2any.pl:597
3296 #: tp/texi2any.pl:598
32423297 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
32433298 msgstr "Cách dùng: makeinfo [TÙY-CHỌN]... TẬP-TIN-TEXINFO...\n"
32443299
3245 #: tp/texi2any.pl:598
3300 #: tp/texi2any.pl:599
32463301 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
32473302 msgstr " hoặc: texi2any [TÙY-CHỌN]... TẬP-TIN-TEXINFO...\n"
32483303
3249 #: tp/texi2any.pl:600
3304 #: tp/texi2any.pl:601
32503305 msgid ""
32513306 "Translate Texinfo source documentation to various other formats, by default\n"
32523307 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
32543309 "Dịch tài liệu nguồn Texinfo sang nhiều định dạng khác nhau, mặc định là tập "
32553310 "tin Info thích hợp để đọc trực tuyến bằng Emacs hoặc Info GNU độc nhất.\n"
32563311
3257 #: tp/texi2any.pl:603
3258 #, fuzzy, perl-format
3312 #: tp/texi2any.pl:604
3313 #, perl-format
32593314 msgid ""
32603315 "General options:\n"
32613316 " --document-language=STR locale to use in translating Texinfo keywords\n"
32893344 " (không cảnh báo)\n"
32903345 " --conf-dir=T.MỤC cũng tìm cả các tập tin khởi tạo trong T.MỤC.\n"
32913346 " --init-file=TẬP-TIN tải TẬP-TIN để thay đổi hành động mặc định.\n"
3292 " --set-customization-variable VAR=VAL đặt biến VAR tùy chỉnh\n"
3347 " -c, --set-customization-variable VAR=VAL đặt biến VAR tùy chỉnh\n"
32933348 " thành VAL.\n"
32943349 " -v, --verbose diễn tả việc đang được làm (_chi tiết_)\n"
32953350 " --version hiển thị thông tin phiên bản rồi thoát (_phiên "
32963351 "bản_)\n"
32973352
3298 #: tp/texi2any.pl:618
3353 #: tp/texi2any.pl:619
32993354 msgid ""
33003355 "Output format selection (default is to produce Info):\n"
33013356 " --docbook output Docbook XML rather than Info.\n"
33113366 " --xml xuất XML Texinfo thay cho Info.\n"
33123367 " --dvi, --dvipdf, --ps, --pdf gọi texi2dvi để tạo kết xuất đã đưa ra.\n"
33133368
3314 #: tp/texi2any.pl:626
3369 #: tp/texi2any.pl:627
33153370 msgid ""
33163371 "General output options:\n"
33173372 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
33653420 " đặt tập tin kết xuất ở đây.\n"
33663421 " Nếu không, tên ĐÍCH là tập tin kết xuất.\n"
33673422
3368 #: tp/texi2any.pl:646
3423 #: tp/texi2any.pl:647
33693424 #, perl-format
33703425 msgid ""
33713426 "Options for Info and plain text:\n"
34093464 " --split-size=SỐ chia tách các tập tin Info ở kích cỡ SỐ (mặc "
34103465 "định là %d).\n"
34113466
3412 #: tp/texi2any.pl:663
3467 #: tp/texi2any.pl:664
34133468 msgid ""
34143469 "Options for HTML:\n"
34153470 " --css-include=FILE include FILE in HTML <style> output;\n"
34383493 " điểm neo; mặc định chỉ được đặt nếu chia "
34393494 "tách.\n"
34403495
3441 #: tp/texi2any.pl:674
3496 #: tp/texi2any.pl:675
34423497 msgid ""
34433498 "Options for XML and Docbook:\n"
34443499 " --output-indent=VAL does nothing, retained for compatibility.\n"
34463501 "Các tùy chọn cho XML và Docbook:\n"
34473502 " --output-indent=VAL chẳng làm gì, giữ lại để tương thích.\n"
34483503
3449 #: tp/texi2any.pl:677
3504 #: tp/texi2any.pl:678
34503505 msgid ""
34513506 "Options for DVI/PS/PDF:\n"
34523507 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
34543509 "Tùy chọn cho DVI/PS/PDF:\n"
34553510 " --Xopt=OPT chuyển OPT cho texi2dvi; có thể lặp lại.\n"
34563511
3457 #: tp/texi2any.pl:680
3512 #: tp/texi2any.pl:681
34583513 msgid ""
34593514 "Input file options:\n"
34603515 " --commands-in-node-names does nothing, retained for compatibility.\n"
34733528 "kiếm @include.\n"
34743529 " -U BIẾN hủy định nghĩa biến này, giống như @clear.\n"
34753530
3476 #: tp/texi2any.pl:687
3531 #: tp/texi2any.pl:688
34773532 msgid ""
34783533 "Conditional processing in input:\n"
34793534 " --ifdocbook process @ifdocbook and @docbook even if\n"
35113566 " Đồ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 "
35123567 "@ifnotĐỊNH_DẠNG.\n"
35133568
3514 #: tp/texi2any.pl:704
3569 #: tp/texi2any.pl:705
35153570 msgid ""
35163571 " The defaults for the @if... conditionals depend on the output format:\n"
35173572 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35283583 " nếu tạo chữ dạng thô thì bật “--ifplaintext” và các cái khác bị tắt;\n"
35293584 " nếu tạo XML thì bật “--ifxml” và các cái khác bị tắt;\n"
35303585
3531 #: tp/texi2any.pl:711
3586 #: tp/texi2any.pl:712
35323587 msgid ""
35333588 "Examples:\n"
35343589 " makeinfo foo.texi write Info to foo's @setfilename\n"
35603615 " makeinfo --no-split phu.texi ghi một tập tin Info, bất chấp kích "
35613616 "cỡ tối đa\n"
35623617
3563 #: tp/texi2any.pl:758
3618 #: tp/texi2any.pl:759
35643619 #, perl-format
35653620 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
35663621 msgstr ""
35693624 " • end cuối\n"
35703625 "không phải “%s”.\n"
35713626
3572 #: tp/texi2any.pl:848
3627 #: tp/texi2any.pl:849
35733628 #, perl-format
35743629 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
35753630 msgstr ""
35793634 " • asis như thế\n"
35803635 "không phải “%s”.\n"
35813636
3582 #: tp/texi2any.pl:962
3637 #: tp/texi2any.pl:963
35833638 #, perl-format
35843639 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
35853640 msgstr ""
35863641 "%s: đang bỏ qua giá trị không được nhận ra “TEXINFO_OUTPUT_FORMAT” (định "
35873642 "dạng xuất Texinfo) “%s”.\n"
35883643
3589 #: tp/texi2any.pl:975
3644 #: tp/texi2any.pl:976
35903645 #, perl-format
35913646 msgid "when generating %s, only one input FILE may be specified with -o"
35923647 msgstr ""
35933648 "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 "
35943649 "chọn -o"
35953650
3596 #: tp/texi2any.pl:979
3651 #: tp/texi2any.pl:980
35973652 msgid "--Xopt option without printed output"
35983653 msgstr "tùy chọn --Xopt không in ra kết xuất"
35993654
3600 #: tp/texi2any.pl:989
3655 #: tp/texi2any.pl:990
36013656 #, perl-format
36023657 msgid "Unknown tree transformation %s"
36033658 msgstr "Không hiểu cây chuyển đổi %s"
36043659
3605 #: tp/texi2any.pl:996
3660 #: tp/texi2any.pl:997
36063661 #, perl-format
36073662 msgid "Ignoring splitting for format %s"
36083663 msgstr "Bỏ qua chia tách cho định dạng %s"
36093664
3610 #: tp/texi2any.pl:1045
3665 #: tp/texi2any.pl:1046
36113666 #, perl-format
36123667 msgid "%s: missing file argument.\n"
36133668 msgstr "%s: thiếu đối số tập tin.\n"
36143669
3615 #: tp/texi2any.pl:1046
3670 #: tp/texi2any.pl:1047
36163671 #, perl-format
36173672 msgid "Try `%s --help' for more information.\n"
36183673 msgstr "Hãy thử lệnh trợ giúp “%s --help” để xem thông tin thêm.\n"
36193674
3620 #: tp/texi2any.pl:1117
3675 #: tp/texi2any.pl:1118
36213676 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
36223677 msgstr ""
36233678 "chuyển đổi dạng fill_gaps_in_sectioning không trả về kết quả nào. Không có "
36243679 "chương nào à?"
36253680
3626 #: tp/texi2any.pl:1139
3681 #: tp/texi2any.pl:1140
36273682 #, perl-format
36283683 msgid "Error on closing macro expand file %s: %s\n"
36293684 msgstr "Gặp lỗi khi đóng tập tin vĩ lệnh mở rộng %s: %s\n"
36303685
3631 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3686 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
36323687 #, perl-format
36333688 msgid "Could not open %s for writing: %s\n"
36343689 msgstr "Không thể mở “%s” để ghi: %s\n"
36353690
3636 #: tp/texi2any.pl:1169
3691 #: tp/texi2any.pl:1170
36373692 msgid ""
36383693 "insert_nodes_for_sectioning_commands transformation return no result. No "
36393694 "section?"
36413696 "sự biến đổi insert_nodes_for_sectioning_commands không trả về kết quả. Không "
36423697 "có chương nào à?"
36433698
3644 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3699 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
36453700 #, perl-format
36463701 msgid "Error on closing %s: %s\n"
36473702 msgstr "lỗi đóng tệp tin %s: %s\n"
36483703
3649 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3704 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
36503705 #, perl-format
36513706 msgid "Error on closing internal links file %s: %s\n"
36523707 msgstr "Gặp lỗi khi đóng tập tin liên kết nội bộ %s: %s\n"
37083763 msgid "entry %s follows an entry with a secondary name"
37093764 msgstr "mục nhập %s nằm theo một mục nhập có tên phụ"
37103765
3766 #~ msgid "tex4ht error opening %s: %s"
3767 #~ msgstr "tex4ht gặp lỗi khi mở %s: %s"
3768
3769 #~ msgid "chdir to %s failed"
3770 #~ msgstr "lỗi chdir (chuyển đổi thư mục) sang %s"
3771
37113772 #~ msgid "Error on closing renamed nodes file %s: %s"
37123773 #~ msgstr "Gặp lỗi khi đóng tập tin nút được đổi tên %s: %s"
37133774
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: 2012-12-17 17:27-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:33-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."
7676 msgid "%s: option '-W %s' requires an argument\n"
7777 msgstr "%s:选项“%s”需要一个参数\n"
7878
79 #: gnulib/lib/regcomp.c:130
79 #: gnulib/lib/regcomp.c:131
8080 msgid "Success"
8181 msgstr ""
8282
83 #: gnulib/lib/regcomp.c:133
83 #: gnulib/lib/regcomp.c:134
8484 msgid "No match"
8585 msgstr ""
8686
87 #: gnulib/lib/regcomp.c:136
87 #: gnulib/lib/regcomp.c:137
8888 #, fuzzy
8989 msgid "Invalid regular expression"
9090 msgstr "正则表达式“%s”中存在错误: %s"
9191
92 #: gnulib/lib/regcomp.c:139
92 #: gnulib/lib/regcomp.c:140
9393 #, fuzzy
9494 msgid "Invalid collation character"
9595 msgstr "无效的编码字符“%s”"
9696
97 #: gnulib/lib/regcomp.c:142
97 #: gnulib/lib/regcomp.c:143
9898 #, fuzzy
9999 msgid "Invalid character class name"
100100 msgstr "@var 中不可靠的字符 %c"
101101
102 #: gnulib/lib/regcomp.c:145
102 #: gnulib/lib/regcomp.c:146
103103 msgid "Trailing backslash"
104104 msgstr ""
105105
106 #: gnulib/lib/regcomp.c:148
106 #: gnulib/lib/regcomp.c:149
107107 msgid "Invalid back reference"
108108 msgstr ""
109109
110 #: gnulib/lib/regcomp.c:151
110 #: gnulib/lib/regcomp.c:152
111111 #, fuzzy
112112 msgid "Unmatched [ or [^"
113113 msgstr "不匹配的 }"
114114
115 #: gnulib/lib/regcomp.c:154
115 #: gnulib/lib/regcomp.c:155
116116 #, fuzzy
117117 msgid "Unmatched ( or \\("
118118 msgstr "不匹配的 }"
119119
120 #: gnulib/lib/regcomp.c:157
120 #: gnulib/lib/regcomp.c:158
121121 #, fuzzy
122122 msgid "Unmatched \\{"
123123 msgstr "不匹配的 }"
124124
125 #: gnulib/lib/regcomp.c:160
125 #: gnulib/lib/regcomp.c:161
126126 msgid "Invalid content of \\{\\}"
127127 msgstr ""
128128
129 #: gnulib/lib/regcomp.c:163
129 #: gnulib/lib/regcomp.c:164
130130 msgid "Invalid range end"
131131 msgstr ""
132132
133 #: gnulib/lib/regcomp.c:166
133 #: gnulib/lib/regcomp.c:167
134134 #, fuzzy
135135 msgid "Memory exhausted"
136136 msgstr "虚拟内存耗尽"
137137
138 #: gnulib/lib/regcomp.c:169
138 #: gnulib/lib/regcomp.c:170
139139 #, fuzzy
140140 msgid "Invalid preceding regular expression"
141141 msgstr "正则表达式“%s”中存在错误: %s"
142142
143 #: gnulib/lib/regcomp.c:172
143 #: gnulib/lib/regcomp.c:173
144144 #, fuzzy
145145 msgid "Premature end of regular expression"
146146 msgstr "正则表达式“%s”中存在错误: %s"
147147
148 #: gnulib/lib/regcomp.c:175
148 #: gnulib/lib/regcomp.c:176
149149 #, fuzzy
150150 msgid "Regular expression too big"
151151 msgstr "使用正则表达式来查寻"
152152
153 #: gnulib/lib/regcomp.c:178
153 #: gnulib/lib/regcomp.c:179
154154 #, fuzzy
155155 msgid "Unmatched ) or \\)"
156156 msgstr "不匹配的 }"
157157
158 #: gnulib/lib/regcomp.c:703
158 #: gnulib/lib/regcomp.c:704
159159 #, fuzzy
160160 msgid "No previous regular expression"
161161 msgstr "没有上次搜索字符串"
404404 msgid "Try --help for more information.\n"
405405 msgstr "尝试 --更多的求助信息。\n"
406406
407 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
408 #: tp/texi2any.pl:735 util/texindex.c:295
407 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
408 #: tp/texi2any.pl:736 util/texindex.c:295
409409 #, c-format, perl-format
410410 msgid ""
411411 "Copyright (C) %s Free Software Foundation, Inc.\n"
19041904 msgid " Subfile: %s"
19051905 msgstr " 子文件:%s"
19061906
1907 #: install-info/install-info.c:285
1907 #: install-info/install-info.c:286
19081908 #, fuzzy, c-format
19091909 msgid "%s for %s"
19101910 msgstr " %s"
19111911
1912 #: install-info/install-info.c:519
1912 #: install-info/install-info.c:520
19131913 #, c-format
19141914 msgid "\tTry `%s --help' for a complete list of options.\n"
19151915 msgstr "\t试用“%s --help”以获得选项的完整列表。\n"
19161916
1917 #: install-info/install-info.c:527
1917 #: install-info/install-info.c:528
19181918 #, c-format
19191919 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19201920 msgstr "用法: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
19211921
1922 #: install-info/install-info.c:529
1922 #: install-info/install-info.c:530
19231923 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
19241924 msgstr "从 Info 目录 DIR-FILE 的 INFO-FILE 文件中添加或移除条目。"
19251925
1926 #: install-info/install-info.c:531
1927 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1928 msgstr ""
1929
19261930 #: install-info/install-info.c:532
1931 msgid "--dir-file (or --info-dir) options are given, respectively."
1932 msgstr ""
1933
1934 #: install-info/install-info.c:535
19271935 msgid ""
19281936 "Options:\n"
1937 " --add-once add only to first matching section, not all.\n"
1938 " --align=COL start description of new entries at column COL.\n"
1939 " --calign=COL format second and subsequent description lines to\n"
1940 " start at column COL."
1941 msgstr ""
1942
1943 #: install-info/install-info.c:542
1944 #, fuzzy
1945 msgid ""
19291946 " --debug report what is being done.\n"
19301947 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
19311948 " don't insert any new entries.\n"
19471964 " 等同于使用 DIR-FILE 参数。\n"
19481965 " --dry-run 等同于 --test。"
19491966
1950 #: install-info/install-info.c:544
1951 msgid ""
1952 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1967 #: install-info/install-info.c:553
1968 #, fuzzy
1969 msgid ""
1970 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1971 " overriding any corresponding entry from DIR-FILE.\n"
19531972 " TEXT is written as an Info menu item line followed\n"
19541973 " by zero or more extra lines starting with "
19551974 "whitespace.\n"
19561975 " If you specify more than one entry, all are added.\n"
19571976 " If you don't specify any entries, they are determined\n"
1958 " from information in the Info file itself.\n"
1959 " When removing, TEXT specifies the entry to remove.\n"
1960 " TEXT is only removed as a last resort, if the\n"
1961 " entry as determined from the Info file is not "
1962 "present,\n"
1963 " and the basename of the Info file isn't found either."
1977 " from information in the Info file itself."
19641978 msgstr ""
19651979 " --entry=TEXT 插入 TEXT 作为一个 Info 目录条目。\n"
19661980 " 所写入的 TEXT 要作为一个 Info 菜单项后跟\n"
19731987 " 并且还找不到 Info 文件的目录名,\n"
19741988 "\t\t\t那 TEXT 才会作为最后的删除手段。"
19751989
1976 #: install-info/install-info.c:556
1990 #: install-info/install-info.c:562
1991 #, fuzzy
19771992 msgid ""
19781993 " --help display this help and exit.\n"
19791994 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19801995 " --info-file=FILE specify Info file to install in the directory;\n"
19811996 " equivalent to using the INFO-FILE argument.\n"
19821997 " --item=TEXT same as --entry=TEXT.\n"
1983 " --keep-old do not replace entries, or remove empty sections.\n"
1984 " --menuentry=TEXT same as --name=TEXT.\n"
1985 " --name=TEXT the name of the entry is TEXT; used with --description\n"
1986 " to become synonymous with the --entry option.\n"
1987 " --no-indent do not format new entries in the DIR file.\n"
1988 " --quiet suppress warnings."
1998 " --keep-old do not replace entries, or remove empty sections."
19891999 msgstr ""
19902000 " --help 显示此帮助并退出。\n"
19912001 " --info-dir=DIR 等同于 --dir-file=DIR/dir。\n"
19992009 " --no-indent 不要在 DIR 文件中格式化新的条目。\n"
20002010 " --quiet 不要输出警告。"
20012011
2002 #: install-info/install-info.c:569
2012 #: install-info/install-info.c:570
2013 #, fuzzy
2014 msgid ""
2015 " --maxwidth, --max-width=COL wrap description at column COL.\n"
2016 " --menuentry=TEXT same as --name=TEXT.\n"
2017 " --name=TEXT the name of the entry is TEXT; used with --description\n"
2018 " to become synonymous with the --entry option.\n"
2019 " --no-indent do not format new entries in the DIR file.\n"
2020 " --quiet suppress warnings."
2021 msgstr ""
2022 " --help 显示此帮助并退出。\n"
2023 " --info-dir=DIR 等同于 --dir-file=DIR/dir。\n"
2024 " --info-file=FILE 在目录中指定要安装的 Info 文件;\n"
2025 " 等同于使用 INFO-FILE 参数。\n"
2026 " --item=TEXT 等同于 --entry=TEXT。\n"
2027 " --keep-old 不要替换条目,或是删除空白字段。\n"
2028 " --menuentry=TEXT 等同于 --name=TEXT。\n"
2029 " --name=TEXT 条目名为 TEXT;与 --description 同用\n"
2030 " 跟与 --entry 选项同用是一样的。\n"
2031 " --no-indent 不要在 DIR 文件中格式化新的条目。\n"
2032 " --quiet 不要输出警告。"
2033
2034 #: install-info/install-info.c:578
20032035 msgid ""
20042036 " --regex=R put this file's entries in all sections that match the\n"
20052037 " regular expression R (ignoring case).\n"
20262058 " 自身的信息来决定。\n"
20272059 " --section R SEC 等同于 --regex=R --section=SEC --add-once。"
20282060
2029 #: install-info/install-info.c:582
2061 #: install-info/install-info.c:591
20302062 msgid ""
20312063 " --silent suppress warnings.\n"
20322064 " --test suppress updating of DIR-FILE.\n"
20362068 " --test 不更新 DIR-FILE。\n"
20372069 " --version 显示版本信息并退出。"
20382070
2039 #: install-info/install-info.c:589 tp/texi2any.pl:723
2071 #: install-info/install-info.c:598 tp/texi2any.pl:724
20402072 msgid ""
20412073 "Email bug reports to bug-texinfo@gnu.org,\n"
20422074 "general questions and discussion to help-texinfo@gnu.org.\n"
20462078 "一般的问题和讨论请发送到 help-texinfo@gnu.org。\n"
20472079 "Texinfo 主页:http://www.gnu.org/software/texinfo/"
20482080
2049 #: install-info/install-info.c:616
2081 #: install-info/install-info.c:625
20502082 #, c-format
20512083 msgid ""
20522084 "This is the file .../info/dir, which contains the\n"
20812113 "\n"
20822114 "%s\n"
20832115
2084 #: install-info/install-info.c:640
2116 #: install-info/install-info.c:649
20852117 #, fuzzy, c-format
20862118 msgid "%s: could not read (%s) and could not create (%s)"
20872119 msgstr "%s:即无法读入 (%s) 也无法创建 (%s)\n"
20882120
2089 #: install-info/install-info.c:736
2121 #: install-info/install-info.c:745
20902122 #, c-format
20912123 msgid "%s: empty file"
20922124 msgstr "%s:空文件"
20932125
2094 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2126 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20952127 #, c-format
20962128 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20972129 msgstr "START-INFO-DIR-ENTRY 没有匹配的 END-INFO-DIR-ENTRY"
20982130
2099 #: install-info/install-info.c:1114
2131 #: install-info/install-info.c:1123
21002132 #, c-format
21012133 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
21022134 msgstr "END-INFO-DIR-ENTRY 没有匹配的 START-INFO-DIR-ENTRY"
21032135
2104 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2136 #: install-info/install-info.c:1987 install-info/install-info.c:1997
21052137 #, c-format
21062138 msgid "%s: already have dir file: %s\n"
21072139 msgstr "%s: 已经存在了 dir 文件: %s\n"
21082140
2109 #: install-info/install-info.c:2068
2141 #: install-info/install-info.c:2077
21102142 #, c-format
21112143 msgid "%s: Specify the Info file only once.\n"
21122144 msgstr "%s:Info 文件只应该指定一次。\n"
21132145
2114 #: install-info/install-info.c:2101
2146 #: install-info/install-info.c:2110
21152147 #, c-format
21162148 msgid "Extra regular expression specified, ignoring `%s'"
21172149 msgstr "指定了额外的正则表达式,忽略 “%s”"
21182150
2119 #: install-info/install-info.c:2113
2151 #: install-info/install-info.c:2122
21202152 #, c-format
21212153 msgid "Error in regular expression `%s': %s"
21222154 msgstr "正则表达式“%s”中存在错误: %s"
21232155
2124 #: install-info/install-info.c:2171
2156 #: install-info/install-info.c:2180
21252157 #, c-format
21262158 msgid "excess command line argument `%s'"
21272159 msgstr "多余的命令行参数“%s”"
21282160
2129 #: install-info/install-info.c:2175
2161 #: install-info/install-info.c:2184
21302162 #, c-format
21312163 msgid "No input file specified; try --help for more information."
21322164 msgstr "没有指定输出文件;试用 --help 以获得更多信息。"
21332165
2134 #: install-info/install-info.c:2177
2166 #: install-info/install-info.c:2186
21352167 #, c-format
21362168 msgid "No dir file specified; try --help for more information."
21372169 msgstr "没有指定目录文件;试用 --help 以获得更多信息。"
21382170
2139 #: install-info/install-info.c:2319
2171 #: install-info/install-info.c:2328
21402172 #, c-format
21412173 msgid "no info dir entry in `%s'"
21422174 msgstr "“%s”中没有 info 目录条目"
21432175
2144 #: install-info/install-info.c:2567
2176 #: install-info/install-info.c:2576
21452177 #, c-format
21462178 msgid "no entries found for `%s'; nothing deleted"
21472179 msgstr "找不到关于“%s”的条目;未删除"
21482180
2149 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2150 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2151 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2152 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2153 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2181 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
21542186 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
21552187 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
21562188 #, fuzzy, perl-format
22312263 msgstr ""
22322264
22332265 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2234 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2266 #: tp/texi2any.pl:386 tp/texi2any.pl:403
22352267 #, fuzzy, perl-format
22362268 msgid "Obsolete variable %s\n"
22372269 msgstr "设定变量:"
22462278 msgid "Can't create directories `%s': %s"
22472279 msgstr "无法创建目录“%s”:%s"
22482280
2249 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2250 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2281 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2282 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
22512283 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
22522284 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2253 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2254 #: tp/init/chm.pm:399
2285 #: tp/Texinfo/Parser.pm:1871
22552286 #, fuzzy, perl-format
22562287 msgid "Error on closing %s: %s"
22572288 msgstr "写入“%s”时出错"
22582289
2259 #: tp/Texinfo/Convert/DocBook.pm:919
2290 #: tp/Texinfo/Convert/DocBook.pm:897
22602291 #, fuzzy, perl-format
22612292 msgid "@image file `%s' not found, using `%s'"
22622293 msgstr "@image 文件“%s”不可读:%s"
22712302 msgid "Raw format %s is not converted"
22722303 msgstr ""
22732304
2274 #: tp/Texinfo/Convert/HTML.pm:4832
2305 #: tp/Texinfo/Convert/HTML.pm:4814
22752306 #, perl-format
22762307 msgid "%s:%d: string not closed in css file"
22772308 msgstr ""
22782309
2279 #: tp/Texinfo/Convert/HTML.pm:4834
2310 #: tp/Texinfo/Convert/HTML.pm:4816
22802311 #, fuzzy, perl-format
22812312 msgid "%s:%d: --css-include ended in comment"
22822313 msgstr "%s:%d: --css-file 以注释结尾"
22832314
2284 #: tp/Texinfo/Convert/HTML.pm:4836
2285 #, perl-format
2286 msgid "%s:%d @import not finished in css file"
2287 msgstr ""
2288
2289 #: tp/Texinfo/Convert/HTML.pm:4862
2315 #: tp/Texinfo/Convert/HTML.pm:4818
2316 #, perl-format
2317 msgid "%s:%d: @import not finished in css file"
2318 msgstr ""
2319
2320 #: tp/Texinfo/Convert/HTML.pm:4844
22902321 #, fuzzy, perl-format
22912322 msgid "css file %s not found"
22922323 msgstr "找不到宏 %cend"
22932324
2294 #: tp/Texinfo/Convert/HTML.pm:4868
2325 #: tp/Texinfo/Convert/HTML.pm:4850
22952326 #, fuzzy, perl-format
22962327 msgid "could not open --include-file %s: %s"
22972328 msgstr "%s: 无法打开 --css-file: %s"
22982329
2299 #: tp/Texinfo/Convert/HTML.pm:4878
2330 #: tp/Texinfo/Convert/HTML.pm:4860
23002331 #, fuzzy, perl-format
23012332 msgid "Error on closing CSS file %s: %s"
23022333 msgstr "关闭输出文件“%s”时出错"
23032334
2304 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2335 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
23052336 #, fuzzy, perl-format
23062337 msgid "No htmlxref.cnf entry found for `%s'"
23072338 msgstr "找不到含有“%s”的索引\n"
23082339
2309 #: tp/Texinfo/Convert/HTML.pm:6513
2340 #: tp/Texinfo/Convert/HTML.pm:6495
23102341 #, fuzzy, perl-format
23112342 msgid "Error on closing frame file %s: %s"
23122343 msgstr "关闭输出文件“%s”时出错"
23132344
2314 #: tp/Texinfo/Convert/HTML.pm:6537
2345 #: tp/Texinfo/Convert/HTML.pm:6519
23152346 #, fuzzy, perl-format
23162347 msgid "Error on closing TOC frame file %s: %s"
23172348 msgstr "关闭输出文件“%s”时出错"
23182349
2319 #: tp/Texinfo/Convert/HTML.pm:6652
2350 #: tp/Texinfo/Convert/HTML.pm:6634
23202351 #, perl-format
23212352 msgid "Handler %s of stage %s priority %s failed"
23222353 msgstr ""
23232354
2324 #: tp/Texinfo/Convert/HTML.pm:6853
2355 #: tp/Texinfo/Convert/HTML.pm:6835
23252356 msgid "Must specify a title with a title command or @top"
23262357 msgstr ""
23272358
2328 #: tp/Texinfo/Convert/HTML.pm:7058
2359 #: tp/Texinfo/Convert/HTML.pm:7040
23292360 #, perl-format
23302361 msgid "Error on closing redirection node file %s: %s"
23312362 msgstr ""
23322363
2333 #: tp/Texinfo/Convert/HTML.pm:7083
2364 #: tp/Texinfo/Convert/HTML.pm:7065
23342365 #, fuzzy, perl-format
23352366 msgid "Old name for `%s' is a node of the document"
23362367 msgstr "在本文档中没有本节点的“上一个”或“上层”节点。"
23372368
2338 #: tp/Texinfo/Convert/HTML.pm:7087
2369 #: tp/Texinfo/Convert/HTML.pm:7069
23392370 #, fuzzy, perl-format
23402371 msgid "File empty for renamed node `%s'"
23412372 msgstr "未引用的节点“%s”"
23422373
2343 #: tp/Texinfo/Convert/HTML.pm:7099
2374 #: tp/Texinfo/Convert/HTML.pm:7081
23442375 #, perl-format
23452376 msgid "Target node (new name for `%s') not in document: %s"
23462377 msgstr ""
23472378
2348 #: tp/Texinfo/Convert/HTML.pm:7131
2379 #: tp/Texinfo/Convert/HTML.pm:7113
23492380 #, fuzzy, perl-format
23502381 msgid "Error on closing renamed node redirection file %s: %s"
23512382 msgstr "关闭输出文件“%s”时出错"
23522383
2353 #: tp/Texinfo/Convert/HTML.pm:7169
2384 #: tp/Texinfo/Convert/HTML.pm:7151
23542385 #, fuzzy
23552386 msgid "Empty node name"
23562387 msgstr "找不到含有“%s”的索引\n"
23572388
2358 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2389 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
23592390 #, perl-format
23602391 msgid "Syntax for an external node used for `%s'"
23612392 msgstr ""
26532684
26542685 #: tp/Texinfo/Parser.pm:3455
26552686 #, fuzzy
2656 msgid "Empty node in menu entry"
2687 msgid "Empty node name in menu entry"
26572688 msgstr "找不到含有“%s”的索引\n"
26582689
26592690 #: tp/Texinfo/Parser.pm:3525
31153146 msgid "Empty index key in @%s"
31163147 msgstr "找不到含有“%s”的索引\n"
31173148
3118 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3119 #, fuzzy, perl-format
3120 msgid "Can't open %s for writing: %s\n"
3149 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3150 #, fuzzy, perl-format
3151 msgid "chm.pm:%s: Cannot open for writing: %s\n"
31213152 msgstr "%s: 无法打开 --css-file: %s"
31223153
3123 #: tp/init/tex4ht.pm:122
3124 #, fuzzy, perl-format
3125 msgid "tex4ht error opening %s: %s"
3154 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3155 #, fuzzy, perl-format
3156 msgid "chm.pm:%s: Error on closing: %s"
31263157 msgstr "写入“%s”时出错"
31273158
3128 #: tp/init/tex4ht.pm:218
3129 #, perl-format
3130 msgid "chdir to %s failed"
3131 msgstr ""
3132
3133 #: tp/init/tex4ht.pm:242
3134 #, fuzzy, perl-format
3135 msgid "tex4ht output file missing: %s"
3159 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3160 #, fuzzy, perl-format
3161 msgid "tex4ht.pm:%s: Cannot open: %s"
3162 msgstr "无法寻找“%s”。"
3163
3164 #: tp/init/tex4ht.pm:219
3165 #, perl-format
3166 msgid "tex4ht.pm:%s: chdir failed: %s"
3167 msgstr ""
3168
3169 #: tp/init/tex4ht.pm:232
3170 #, perl-format
3171 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3172 msgstr ""
3173
3174 #: tp/init/tex4ht.pm:244
3175 #, fuzzy, perl-format
3176 msgid "tex4ht.pm: Output file missing: %s"
31363177 msgstr "无法创建输出文件“%s”"
31373178
3138 #: tp/init/tex4ht.pm:295
3139 #, perl-format
3140 msgid ""
3141 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3179 #: tp/init/tex4ht.pm:260
3180 #, perl-format
3181 msgid "tex4ht.pm: Command failed: %s"
3182 msgstr ""
3183
3184 #: tp/init/tex4ht.pm:293
3185 #, perl-format
3186 msgid "tex4ht.pm: end of @%s item %d not found"
3187 msgstr ""
3188
3189 #: tp/init/tex4ht.pm:300
3190 #, perl-format
3191 msgid ""
3192 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
31423193 "items found in the document"
31433194 msgstr ""
31443195
3145 #: tp/init/tex4ht.pm:313
3146 #, perl-format
3147 msgid "tex4ht output has no HTML item for @%s %s"
3148 msgstr ""
3149
3150 #: tp/texi2any.pl:373
3196 #: tp/init/tex4ht.pm:319
3197 #, perl-format
3198 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3199 msgstr ""
3200
3201 #: tp/texi2any.pl:374
31513202 #, fuzzy, perl-format
31523203 msgid "error loading %s: %s\n"
31533204 msgstr "写入“%s”时出错"
31543205
3155 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3206 #: tp/texi2any.pl:383 tp/texi2any.pl:400
31563207 #, fuzzy, perl-format
31573208 msgid "Unknown variable %s\n"
31583209 msgstr "未知的命令“%s”"
31593210
3160 #: tp/texi2any.pl:466
3211 #: tp/texi2any.pl:467
31613212 #, fuzzy, perl-format
31623213 msgid "Can't read init file %s"
31633214 msgstr "无法打开输入文件“%s”"
31643215
3165 #: tp/texi2any.pl:597
3216 #: tp/texi2any.pl:598
31663217 #, fuzzy
31673218 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
31683219 msgstr "用法:%s [选项]... TEXINFO-文件...\n"
31693220
3170 #: tp/texi2any.pl:598
3221 #: tp/texi2any.pl:599
31713222 #, fuzzy
31723223 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
31733224 msgstr "用法:%s [选项]... TEXINFO-文件...\n"
31743225
3175 #: tp/texi2any.pl:600
3226 #: tp/texi2any.pl:601
31763227 msgid ""
31773228 "Translate Texinfo source documentation to various other formats, by default\n"
31783229 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
31803231 "将 Texinfo 源文件转换为其它各种格式,默认转换为适于\n"
31813232 "由 Emacs 或独立 GNU Info 在线浏览的 Info 文件。\n"
31823233
3183 #: tp/texi2any.pl:603
3234 #: tp/texi2any.pl:604
31843235 #, fuzzy, perl-format
31853236 msgid ""
31863237 "General options:\n"
32093260 " -v, --verbose 解释都做了些什么。\n"
32103261 " --version 显示版本信息并退出。\n"
32113262
3212 #: tp/texi2any.pl:618
3263 #: tp/texi2any.pl:619
32133264 #, fuzzy
32143265 msgid ""
32153266 "Output format selection (default is to produce Info):\n"
32253276 " --xml 输出 XML (TexinfoML) 而不是 Info。\n"
32263277 " --plaintext 输出普通文本而不是 Info。\n"
32273278
3228 #: tp/texi2any.pl:626
3279 #: tp/texi2any.pl:627
32293280 #, fuzzy
32303281 msgid ""
32313282 "General output options:\n"
32643315 " --number-sections 输出章节编号。\n"
32653316 " -o, --output=FILE 输出到文件 FILE (如果是分割的 HTML 则为目录)。\n"
32663317
3267 #: tp/texi2any.pl:646
3318 #: tp/texi2any.pl:647
32683319 #, perl-format
32693320 msgid ""
32703321 "Options for Info and plain text:\n"
32983349 " “asis”,保留现有的对齐。\n"
32993350 " --split-size=NUM 在大小 NUM 的时候拆分 Info 文件 (默认为 %d)。\n"
33003351
3301 #: tp/texi2any.pl:663
3352 #: tp/texi2any.pl:664
33023353 #, fuzzy
33033354 msgid ""
33043355 "Options for HTML:\n"
33203371 " --transliterate-file-names\n"
33213372 " 以 ASCII 字义生成文件名。\n"
33223373
3323 #: tp/texi2any.pl:674
3374 #: tp/texi2any.pl:675
33243375 msgid ""
33253376 "Options for XML and Docbook:\n"
33263377 " --output-indent=VAL does nothing, retained for compatibility.\n"
33273378 msgstr ""
33283379
3329 #: tp/texi2any.pl:677
3380 #: tp/texi2any.pl:678
33303381 msgid ""
33313382 "Options for DVI/PS/PDF:\n"
33323383 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
33333384 msgstr ""
33343385
3335 #: tp/texi2any.pl:680
3386 #: tp/texi2any.pl:681
33363387 #, fuzzy
33373388 msgid ""
33383389 "Input file options:\n"
33493400 " -P DIR 将 DIR 追加到 @include 搜索路径之前。\n"
33503401 " -U VAR 取消变量 VAR 的定义,就象 @clear。\n"
33513402
3352 #: tp/texi2any.pl:687
3403 #: tp/texi2any.pl:688
33533404 #, fuzzy
33543405 msgid ""
33553406 "Conditional processing in input:\n"
33813432 " --no-ifplaintext 不要处理 @ifplaintext 文本。\n"
33823433 " --no-iftex 不要处理 @iftex 和 @tex 文本。\n"
33833434
3384 #: tp/texi2any.pl:704
3435 #: tp/texi2any.pl:705
33853436 #, fuzzy
33863437 msgid ""
33873438 " The defaults for the @if... conditionals depend on the output format:\n"
33973448 " 如果生成普通文本,则 --ifplaintext 默认开启而其它默认关闭;\n"
33983449 " 如果生成 XML,则 --ifxml 默认开启而其它默认关闭。\n"
33993450
3400 #: tp/texi2any.pl:711
3451 #: tp/texi2any.pl:712
34013452 #, fuzzy
34023453 msgid ""
34033454 "Examples:\n"
34253476 " makeinfo --number-sections foo.texi 输出带有编号的节的 Info\n"
34263477 " makeinfo --no-split foo.texi 输出单个 Info 文件而不论大小\n"
34273478
3428 #: tp/texi2any.pl:758
3479 #: tp/texi2any.pl:759
34293480 #, perl-format
34303481 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
34313482 msgstr "%s:--footnote-style 的参数必须为“separate”或“end”,而不是“%s”。\n"
34323483
3433 #: tp/texi2any.pl:848
3484 #: tp/texi2any.pl:849
34343485 #, perl-format
34353486 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
34363487 msgstr "%s:--paragraph-indent 的参数必须为数值/“none”/“asis”,而不是“%s”。\n"
34373488
3438 #: tp/texi2any.pl:962
3489 #: tp/texi2any.pl:963
34393490 #, perl-format
34403491 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
34413492 msgstr "%s: 忽略不可辨认的 TEXINFO_OUTPUT_FORMAT 值“%s”。\n"
34423493
3443 #: tp/texi2any.pl:975
3494 #: tp/texi2any.pl:976
34443495 #, perl-format
34453496 msgid "when generating %s, only one input FILE may be specified with -o"
34463497 msgstr ""
34473498
3448 #: tp/texi2any.pl:979
3499 #: tp/texi2any.pl:980
34493500 msgid "--Xopt option without printed output"
34503501 msgstr ""
34513502
3452 #: tp/texi2any.pl:989
3503 #: tp/texi2any.pl:990
34533504 #, fuzzy, perl-format
34543505 msgid "Unknown tree transformation %s"
34553506 msgstr "未知的命令“%s”"
34563507
3457 #: tp/texi2any.pl:996
3508 #: tp/texi2any.pl:997
34583509 #, perl-format
34593510 msgid "Ignoring splitting for format %s"
34603511 msgstr ""
34613512
3462 #: tp/texi2any.pl:1045
3513 #: tp/texi2any.pl:1046
34633514 #, perl-format
34643515 msgid "%s: missing file argument.\n"
34653516 msgstr "%s:遗漏文件参数。\n"
34663517
3467 #: tp/texi2any.pl:1046
3518 #: tp/texi2any.pl:1047
34683519 #, perl-format
34693520 msgid "Try `%s --help' for more information.\n"
34703521 msgstr "试用“%s --help”以获取更多信息。\n"
34713522
3472 #: tp/texi2any.pl:1117
3523 #: tp/texi2any.pl:1118
34733524 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
34743525 msgstr ""
34753526
3476 #: tp/texi2any.pl:1139
3527 #: tp/texi2any.pl:1140
34773528 #, fuzzy, perl-format
34783529 msgid "Error on closing macro expand file %s: %s\n"
34793530 msgstr "关闭输出文件“%s”时出错"
34803531
3481 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3532 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
34823533 #, fuzzy, perl-format
34833534 msgid "Could not open %s for writing: %s\n"
34843535 msgstr "%s: 无法打开 --css-file: %s"
34853536
3486 #: tp/texi2any.pl:1169
3537 #: tp/texi2any.pl:1170
34873538 msgid ""
34883539 "insert_nodes_for_sectioning_commands transformation return no result. No "
34893540 "section?"
34903541 msgstr ""
34913542
3492 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3543 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
34933544 #, fuzzy, perl-format
34943545 msgid "Error on closing %s: %s\n"
34953546 msgstr "写入“%s”时出错"
34963547
3497 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3548 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
34983549 #, perl-format
34993550 msgid "Error on closing internal links file %s: %s\n"
35003551 msgstr ""
35543605 #, c-format
35553606 msgid "entry %s follows an entry with a secondary name"
35563607 msgstr "条目 %s 出现在具有次要名称的条目之后"
3608
3609 #, fuzzy
3610 #~ msgid "tex4ht error opening %s: %s"
3611 #~ msgstr "写入“%s”时出错"
35573612
35583613 #, fuzzy
35593614 #~ msgid "Error on closing renamed nodes file %s: %s"
45684623 #~ msgstr " 并选择第一个找到的条目所引用的节点。\n"
45694624
45704625 #~ msgid ""
4571 #~ " You may include a filename as well, as in (FILENAME)"
4572 #~ "NODENAME.\n"
4626 #~ " You may include a filename as well, as in "
4627 #~ "(FILENAME)NODENAME.\n"
45734628 #~ msgstr " 您还可以同时给出文件名,形式为 (文件名)节点名。\n"
45744629
45754630 #~ msgid ""
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: 2012-12-17 17:27-0800\n"
8 "POT-Creation-Date: 2013-01-01 17:33-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"
7474 msgid "%s: option '-W %s' requires an argument\n"
7575 msgstr "%s: 選項 `%s' 必須含有引數\n"
7676
77 #: gnulib/lib/regcomp.c:130
77 #: gnulib/lib/regcomp.c:131
7878 msgid "Success"
7979 msgstr ""
8080
81 #: gnulib/lib/regcomp.c:133
81 #: gnulib/lib/regcomp.c:134
8282 msgid "No match"
8383 msgstr ""
8484
85 #: gnulib/lib/regcomp.c:136
85 #: gnulib/lib/regcomp.c:137
8686 msgid "Invalid regular expression"
8787 msgstr ""
8888
89 #: gnulib/lib/regcomp.c:139
89 #: gnulib/lib/regcomp.c:140
9090 #, fuzzy
9191 msgid "Invalid collation character"
9292 msgstr "´¡¤J¥»¦r¤¸"
9393
94 #: gnulib/lib/regcomp.c:142
94 #: gnulib/lib/regcomp.c:143
9595 msgid "Invalid character class name"
9696 msgstr ""
9797
98 #: gnulib/lib/regcomp.c:145
98 #: gnulib/lib/regcomp.c:146
9999 msgid "Trailing backslash"
100100 msgstr ""
101101
102 #: gnulib/lib/regcomp.c:148
102 #: gnulib/lib/regcomp.c:149
103103 msgid "Invalid back reference"
104104 msgstr ""
105105
106 #: gnulib/lib/regcomp.c:151
106 #: gnulib/lib/regcomp.c:152
107107 #, fuzzy
108108 msgid "Unmatched [ or [^"
109109 msgstr "未配對的 }"
110110
111 #: gnulib/lib/regcomp.c:154
111 #: gnulib/lib/regcomp.c:155
112112 #, fuzzy
113113 msgid "Unmatched ( or \\("
114114 msgstr "未配對的 }"
115115
116 #: gnulib/lib/regcomp.c:157
116 #: gnulib/lib/regcomp.c:158
117117 #, fuzzy
118118 msgid "Unmatched \\{"
119119 msgstr "未配對的 }"
120120
121 #: gnulib/lib/regcomp.c:160
121 #: gnulib/lib/regcomp.c:161
122122 msgid "Invalid content of \\{\\}"
123123 msgstr ""
124124
125 #: gnulib/lib/regcomp.c:163
125 #: gnulib/lib/regcomp.c:164
126126 msgid "Invalid range end"
127127 msgstr ""
128128
129 #: gnulib/lib/regcomp.c:166
129 #: gnulib/lib/regcomp.c:167
130130 #, fuzzy
131131 msgid "Memory exhausted"
132132 msgstr "µÍ¿¿∞Oæ–≈ÈØ”∫…"
133133
134 #: gnulib/lib/regcomp.c:169
134 #: gnulib/lib/regcomp.c:170
135135 msgid "Invalid preceding regular expression"
136136 msgstr ""
137137
138 #: gnulib/lib/regcomp.c:172
138 #: gnulib/lib/regcomp.c:173
139139 msgid "Premature end of regular expression"
140140 msgstr ""
141141
142 #: gnulib/lib/regcomp.c:175
142 #: gnulib/lib/regcomp.c:176
143143 msgid "Regular expression too big"
144144 msgstr ""
145145
146 #: gnulib/lib/regcomp.c:178
146 #: gnulib/lib/regcomp.c:179
147147 #, fuzzy
148148 msgid "Unmatched ) or \\)"
149149 msgstr "未配對的 }"
150150
151 #: gnulib/lib/regcomp.c:703
151 #: gnulib/lib/regcomp.c:704
152152 #, fuzzy
153153 msgid "No previous regular expression"
154154 msgstr "沒有前一次的搜尋字串"
399399 msgid "Try --help for more information.\n"
400400 msgstr "試試 --help 以取得更多的資訊.\n"
401401
402 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2133
403 #: tp/texi2any.pl:735 util/texindex.c:295
402 #: info/info.c:299 info/infokey.c:144 install-info/install-info.c:2142
403 #: tp/texi2any.pl:736 util/texindex.c:295
404404 #, c-format, perl-format
405405 msgid ""
406406 "Copyright (C) %s Free Software Foundation, Inc.\n"
18651865 msgid " Subfile: %s"
18661866 msgstr " ¤lÀÉ®×: %s"
18671867
1868 #: install-info/install-info.c:285
1868 #: install-info/install-info.c:286
18691869 #, c-format
18701870 msgid "%s for %s"
18711871 msgstr ""
18721872
1873 #: install-info/install-info.c:519
1873 #: install-info/install-info.c:520
18741874 #, c-format
18751875 msgid "\tTry `%s --help' for a complete list of options.\n"
18761876 msgstr "\t試試 Try `%s --help' 以取得完整的參數列表.\n"
18771877
1878 #: install-info/install-info.c:527
1878 #: install-info/install-info.c:528
18791879 #, fuzzy, c-format
18801880 msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
18811881 msgstr "¥Îªk: %s [OPTION]... FILE...\n"
18821882
1883 #: install-info/install-info.c:529
1883 #: install-info/install-info.c:530
18841884 msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
18851885 msgstr ""
18861886
1887 #: install-info/install-info.c:531
1888 msgid "INFO-FILE and DIR-FILE are required unless the --info-file or"
1889 msgstr ""
1890
18871891 #: install-info/install-info.c:532
1892 msgid "--dir-file (or --info-dir) options are given, respectively."
1893 msgstr ""
1894
1895 #: install-info/install-info.c:535
18881896 msgid ""
18891897 "Options:\n"
1898 " --add-once add only to first matching section, not all.\n"
1899 " --align=COL start description of new entries at column COL.\n"
1900 " --calign=COL format second and subsequent description lines to\n"
1901 " start at column COL."
1902 msgstr ""
1903
1904 #: install-info/install-info.c:542
1905 msgid ""
18901906 " --debug report what is being done.\n"
18911907 " --delete delete existing entries for INFO-FILE from DIR-FILE;\n"
18921908 " don't insert any new entries.\n"
18981914 " --dry-run same as --test."
18991915 msgstr ""
19001916
1901 #: install-info/install-info.c:544
1902 msgid ""
1903 " --entry=TEXT insert TEXT as an Info directory entry.\n"
1917 #: install-info/install-info.c:553
1918 msgid ""
1919 " --entry=TEXT insert TEXT as an Info directory entry,\n"
1920 " overriding any corresponding entry from DIR-FILE.\n"
19041921 " TEXT is written as an Info menu item line followed\n"
19051922 " by zero or more extra lines starting with "
19061923 "whitespace.\n"
19071924 " If you specify more than one entry, all are added.\n"
19081925 " If you don't specify any entries, they are determined\n"
1909 " from information in the Info file itself.\n"
1910 " When removing, TEXT specifies the entry to remove.\n"
1911 " TEXT is only removed as a last resort, if the\n"
1912 " entry as determined from the Info file is not "
1913 "present,\n"
1914 " and the basename of the Info file isn't found either."
1915 msgstr ""
1916
1917 #: install-info/install-info.c:556
1926 " from information in the Info file itself."
1927 msgstr ""
1928
1929 #: install-info/install-info.c:562
19181930 msgid ""
19191931 " --help display this help and exit.\n"
19201932 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19211933 " --info-file=FILE specify Info file to install in the directory;\n"
19221934 " equivalent to using the INFO-FILE argument.\n"
19231935 " --item=TEXT same as --entry=TEXT.\n"
1924 " --keep-old do not replace entries, or remove empty sections.\n"
1936 " --keep-old do not replace entries, or remove empty sections."
1937 msgstr ""
1938
1939 #: install-info/install-info.c:570
1940 msgid ""
1941 " --maxwidth, --max-width=COL wrap description at column COL.\n"
19251942 " --menuentry=TEXT same as --name=TEXT.\n"
19261943 " --name=TEXT the name of the entry is TEXT; used with --description\n"
19271944 " to become synonymous with the --entry option.\n"
19291946 " --quiet suppress warnings."
19301947 msgstr ""
19311948
1932 #: install-info/install-info.c:569
1949 #: install-info/install-info.c:578
19331950 msgid ""
19341951 " --regex=R put this file's entries in all sections that match the\n"
19351952 " regular expression R (ignoring case).\n"
19451962 " --section R SEC equivalent to --regex=R --section=SEC --add-once."
19461963 msgstr ""
19471964
1948 #: install-info/install-info.c:582
1965 #: install-info/install-info.c:591
19491966 msgid ""
19501967 " --silent suppress warnings.\n"
19511968 " --test suppress updating of DIR-FILE.\n"
19521969 " --version display version information and exit."
19531970 msgstr ""
19541971
1955 #: install-info/install-info.c:589 tp/texi2any.pl:723
1972 #: install-info/install-info.c:598 tp/texi2any.pl:724
19561973 #, fuzzy
19571974 msgid ""
19581975 "Email bug reports to bug-texinfo@gnu.org,\n"
19631980 "程式臭蟲, 請以電子郵件 (英文) 回報至 bug-texinfo@gnu.org,\n"
19641981 "一般問題與討論, 請以電子郵件 (英文) 寄到 help-texinfo@gnu.org.\n"
19651982
1966 #: install-info/install-info.c:616
1983 #: install-info/install-info.c:625
19671984 #, fuzzy, c-format
19681985 msgid ""
19691986 "This is the file .../info/dir, which contains the\n"
19982015 "\n"
19992016 "* Menu:\n"
20002017
2001 #: install-info/install-info.c:640
2018 #: install-info/install-info.c:649
20022019 #, fuzzy, c-format
20032020 msgid "%s: could not read (%s) and could not create (%s)"
20042021 msgstr "%s: 無法讀取 (%s), 而且無法建立 (%s)\n"
20052022
2006 #: install-info/install-info.c:736
2023 #: install-info/install-info.c:745
20072024 #, c-format
20082025 msgid "%s: empty file"
20092026 msgstr "%s: ªÅÀÉ®×"
20102027
2011 #: install-info/install-info.c:1079 install-info/install-info.c:1119
2028 #: install-info/install-info.c:1088 install-info/install-info.c:1128
20122029 #, c-format
20132030 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
20142031 msgstr "有 START-INFO-DIR-ENTRY, 但是沒有相對應的 END-INFO-DIR-ENTRY"
20152032
2016 #: install-info/install-info.c:1114
2033 #: install-info/install-info.c:1123
20172034 #, c-format
20182035 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
20192036 msgstr "有 END-INFO-DIR-ENTRY, 但是沒有相對應的 START-INFO-DIR-ENTRY"
20202037
2021 #: install-info/install-info.c:1978 install-info/install-info.c:1988
2038 #: install-info/install-info.c:1987 install-info/install-info.c:1997
20222039 #, c-format
20232040 msgid "%s: already have dir file: %s\n"
20242041 msgstr ""
20252042
2026 #: install-info/install-info.c:2068
2043 #: install-info/install-info.c:2077
20272044 #, c-format
20282045 msgid "%s: Specify the Info file only once.\n"
20292046 msgstr "%s: 只有指定 Info 檔案一次.\n"
20302047
2031 #: install-info/install-info.c:2101
2048 #: install-info/install-info.c:2110
20322049 #, c-format
20332050 msgid "Extra regular expression specified, ignoring `%s'"
20342051 msgstr ""
20352052
2036 #: install-info/install-info.c:2113
2053 #: install-info/install-info.c:2122
20372054 #, c-format
20382055 msgid "Error in regular expression `%s': %s"
20392056 msgstr ""
20402057
2041 #: install-info/install-info.c:2171
2058 #: install-info/install-info.c:2180
20422059 #, c-format
20432060 msgid "excess command line argument `%s'"
20442061 msgstr "多餘的命令列引數 `%s'"
20452062
2046 #: install-info/install-info.c:2175
2063 #: install-info/install-info.c:2184
20472064 #, c-format
20482065 msgid "No input file specified; try --help for more information."
20492066 msgstr "未指定輸入檔案; 試試 --help 以取得更多的資訊."
20502067
2051 #: install-info/install-info.c:2177
2068 #: install-info/install-info.c:2186
20522069 #, c-format
20532070 msgid "No dir file specified; try --help for more information."
20542071 msgstr "未指定 dir 檔案; 試試 --help 以取得取多的資訊."
20552072
2056 #: install-info/install-info.c:2319
2073 #: install-info/install-info.c:2328
20572074 #, c-format
20582075 msgid "no info dir entry in `%s'"
20592076 msgstr "`%s' 內沒有 info dir 項目"
20602077
2061 #: install-info/install-info.c:2567
2078 #: install-info/install-info.c:2576
20622079 #, c-format
20632080 msgid "no entries found for `%s'; nothing deleted"
20642081 msgstr "找不到 `%s' 的項目; 未刪除任何項目"
20652082
2066 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:794
2067 #: tp/Texinfo/Convert/DocBook.pm:311 tp/Texinfo/Convert/HTML.pm:6518
2068 #: tp/Texinfo/Convert/HTML.pm:6542 tp/Texinfo/Convert/HTML.pm:6918
2069 #: tp/Texinfo/Convert/HTML.pm:6975 tp/Texinfo/Convert/HTML.pm:7052
2070 #: tp/Texinfo/Convert/HTML.pm:7124 tp/Texinfo/Convert/Info.pm:90
2083 #: tp/DebugTexinfo/DebugTree.pm:63 tp/Texinfo/Convert/Converter.pm:825
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/Info.pm:90
20712088 #: tp/Texinfo/Convert/Info.pm:178 tp/Texinfo/Convert/Info.pm:201
20722089 #: tp/Texinfo/Convert/Plaintext.pm:462 tp/Texinfo/Convert/XML.pm:281
20732090 #, fuzzy, perl-format
21472164 msgstr ""
21482165
21492166 #: tp/Texinfo/Convert/Converter.pm:398 tp/Texinfo/Convert/Converter.pm:417
2150 #: tp/texi2any.pl:385 tp/texi2any.pl:402
2167 #: tp/texi2any.pl:386 tp/texi2any.pl:403
21512168 #, fuzzy, perl-format
21522169 msgid "Obsolete variable %s\n"
21532170 msgstr "設定變數: "
21622179 msgid "Can't create directories `%s': %s"
21632180 msgstr "無法建立輸出檔案 `%s'."
21642181
2165 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6943
2166 #: tp/Texinfo/Convert/HTML.pm:7001 tp/Texinfo/Convert/Info.pm:145
2182 #: tp/Texinfo/Convert/DocBook.pm:347 tp/Texinfo/Convert/HTML.pm:6925
2183 #: tp/Texinfo/Convert/HTML.pm:6983 tp/Texinfo/Convert/Info.pm:145
21672184 #: tp/Texinfo/Convert/Info.pm:167 tp/Texinfo/Convert/Info.pm:194
21682185 #: tp/Texinfo/Convert/Info.pm:257 tp/Texinfo/Convert/XML.pm:315
2169 #: tp/Texinfo/Parser.pm:1871 tp/init/chm.pm:267 tp/init/chm.pm:338
2170 #: tp/init/chm.pm:399
2186 #: tp/Texinfo/Parser.pm:1871
21712187 #, fuzzy, perl-format
21722188 msgid "Error on closing %s: %s"
21732189 msgstr "無法建立輸出檔案 `%s'."
21742190
2175 #: tp/Texinfo/Convert/DocBook.pm:919
2191 #: tp/Texinfo/Convert/DocBook.pm:897
21762192 #, fuzzy, perl-format
21772193 msgid "@image file `%s' not found, using `%s'"
21782194 msgstr "@image 檔案 `%s' 無法讀取: %s"
21872203 msgid "Raw format %s is not converted"
21882204 msgstr ""
21892205
2190 #: tp/Texinfo/Convert/HTML.pm:4832
2206 #: tp/Texinfo/Convert/HTML.pm:4814
21912207 #, perl-format
21922208 msgid "%s:%d: string not closed in css file"
21932209 msgstr ""
21942210
2195 #: tp/Texinfo/Convert/HTML.pm:4834
2211 #: tp/Texinfo/Convert/HTML.pm:4816
21962212 #, perl-format
21972213 msgid "%s:%d: --css-include ended in comment"
21982214 msgstr ""
21992215
2200 #: tp/Texinfo/Convert/HTML.pm:4836
2201 #, perl-format
2202 msgid "%s:%d @import not finished in css file"
2203 msgstr ""
2204
2205 #: tp/Texinfo/Convert/HTML.pm:4862
2216 #: tp/Texinfo/Convert/HTML.pm:4818
2217 #, perl-format
2218 msgid "%s:%d: @import not finished in css file"
2219 msgstr ""
2220
2221 #: tp/Texinfo/Convert/HTML.pm:4844
22062222 #, fuzzy, perl-format
22072223 msgid "css file %s not found"
22082224 msgstr "@image 檔案 `%s' 無法讀取: %s"
22092225
2210 #: tp/Texinfo/Convert/HTML.pm:4868
2226 #: tp/Texinfo/Convert/HTML.pm:4850
22112227 #, fuzzy, perl-format
22122228 msgid "could not open --include-file %s: %s"
22132229 msgstr "無法建立輸出檔案 `%s'."
22142230
2215 #: tp/Texinfo/Convert/HTML.pm:4878
2231 #: tp/Texinfo/Convert/HTML.pm:4860
22162232 #, fuzzy, perl-format
22172233 msgid "Error on closing CSS file %s: %s"
22182234 msgstr "無法建立輸出檔案 `%s'."
22192235
2220 #: tp/Texinfo/Convert/HTML.pm:5824 tp/Texinfo/Convert/HTML.pm:5828
2236 #: tp/Texinfo/Convert/HTML.pm:5806 tp/Texinfo/Convert/HTML.pm:5810
22212237 #, fuzzy, perl-format
22222238 msgid "No htmlxref.cnf entry found for `%s'"
22232239 msgstr "找不到包含 `%s' 的索引項目\n"
22242240
2225 #: tp/Texinfo/Convert/HTML.pm:6513
2241 #: tp/Texinfo/Convert/HTML.pm:6495
22262242 #, fuzzy, perl-format
22272243 msgid "Error on closing frame file %s: %s"
22282244 msgstr "無法建立輸出檔案 `%s'."
22292245
2230 #: tp/Texinfo/Convert/HTML.pm:6537
2246 #: tp/Texinfo/Convert/HTML.pm:6519
22312247 #, fuzzy, perl-format
22322248 msgid "Error on closing TOC frame file %s: %s"
22332249 msgstr "無法建立輸出檔案 `%s'."
22342250
2235 #: tp/Texinfo/Convert/HTML.pm:6652
2251 #: tp/Texinfo/Convert/HTML.pm:6634
22362252 #, perl-format
22372253 msgid "Handler %s of stage %s priority %s failed"
22382254 msgstr ""
22392255
2240 #: tp/Texinfo/Convert/HTML.pm:6853
2256 #: tp/Texinfo/Convert/HTML.pm:6835
22412257 msgid "Must specify a title with a title command or @top"
22422258 msgstr ""
22432259
2244 #: tp/Texinfo/Convert/HTML.pm:7058
2260 #: tp/Texinfo/Convert/HTML.pm:7040
22452261 #, perl-format
22462262 msgid "Error on closing redirection node file %s: %s"
22472263 msgstr ""
22482264
2249 #: tp/Texinfo/Convert/HTML.pm:7083
2265 #: tp/Texinfo/Convert/HTML.pm:7065
22502266 #, fuzzy, perl-format
22512267 msgid "Old name for `%s' is a node of the document"
22522268 msgstr "在本文件中, 本節點沒有 `上一個 (Prev)' 節點或 `上一層 (Up)' 節點."
22532269
2254 #: tp/Texinfo/Convert/HTML.pm:7087
2270 #: tp/Texinfo/Convert/HTML.pm:7069
22552271 #, fuzzy, perl-format
22562272 msgid "File empty for renamed node `%s'"
22572273 msgstr "未被參照的節點 `%s'"
22582274
2259 #: tp/Texinfo/Convert/HTML.pm:7099
2275 #: tp/Texinfo/Convert/HTML.pm:7081
22602276 #, perl-format
22612277 msgid "Target node (new name for `%s') not in document: %s"
22622278 msgstr ""
22632279
2264 #: tp/Texinfo/Convert/HTML.pm:7131
2280 #: tp/Texinfo/Convert/HTML.pm:7113
22652281 #, fuzzy, perl-format
22662282 msgid "Error on closing renamed node redirection file %s: %s"
22672283 msgstr "無法建立輸出檔案 `%s'."
22682284
2269 #: tp/Texinfo/Convert/HTML.pm:7169
2285 #: tp/Texinfo/Convert/HTML.pm:7151
22702286 #, fuzzy
22712287 msgid "Empty node name"
22722288 msgstr "找不到包含 `%s' 的索引項目\n"
22732289
2274 #: tp/Texinfo/Convert/HTML.pm:7171 tp/Texinfo/Parser.pm:3420
2290 #: tp/Texinfo/Convert/HTML.pm:7153 tp/Texinfo/Parser.pm:3420
22752291 #, perl-format
22762292 msgid "Syntax for an external node used for `%s'"
22772293 msgstr ""
25692585
25702586 #: tp/Texinfo/Parser.pm:3455
25712587 #, fuzzy
2572 msgid "Empty node in menu entry"
2588 msgid "Empty node name in menu entry"
25732589 msgstr "找不到包含 `%s' 的索引項目\n"
25742590
25752591 #: tp/Texinfo/Parser.pm:3525
30313047 msgid "Empty index key in @%s"
30323048 msgstr "找不到包含 `%s' 的索引項目\n"
30333049
3034 #: tp/init/chm.pm:221 tp/init/chm.pm:277 tp/init/chm.pm:348
3035 #, fuzzy, perl-format
3036 msgid "Can't open %s for writing: %s\n"
3050 #: tp/init/chm.pm:220 tp/init/chm.pm:276 tp/init/chm.pm:347
3051 #, fuzzy, perl-format
3052 msgid "chm.pm:%s: Cannot open for writing: %s\n"
30373053 msgstr "無法建立輸出檔案 `%s'."
30383054
3039 #: tp/init/tex4ht.pm:122
3040 #, fuzzy, perl-format
3041 msgid "tex4ht error opening %s: %s"
3055 #: tp/init/chm.pm:266 tp/init/chm.pm:337 tp/init/chm.pm:398
3056 #, fuzzy, perl-format
3057 msgid "chm.pm:%s: Error on closing: %s"
30423058 msgstr "無法建立輸出檔案 `%s'."
30433059
3044 #: tp/init/tex4ht.pm:218
3045 #, perl-format
3046 msgid "chdir to %s failed"
3047 msgstr ""
3048
3049 #: tp/init/tex4ht.pm:242
3050 #, fuzzy, perl-format
3051 msgid "tex4ht output file missing: %s"
3060 #: tp/init/tex4ht.pm:123 tp/init/tex4ht.pm:267
3061 #, fuzzy, perl-format
3062 msgid "tex4ht.pm:%s: Cannot open: %s"
3063 msgstr "µLªk§ä¨ì `%s'."
3064
3065 #: tp/init/tex4ht.pm:219
3066 #, perl-format
3067 msgid "tex4ht.pm:%s: chdir failed: %s"
3068 msgstr ""
3069
3070 #: tp/init/tex4ht.pm:232
3071 #, perl-format
3072 msgid "tex4ht.pm: Unable to return to initial directory: %s"
3073 msgstr ""
3074
3075 #: tp/init/tex4ht.pm:244
3076 #, fuzzy, perl-format
3077 msgid "tex4ht.pm: Output file missing: %s"
30523078 msgstr "無法建立輸出檔案 `%s'."
30533079
3054 #: tp/init/tex4ht.pm:295
3055 #, perl-format
3056 msgid ""
3057 "tex4ht processing produced %d items in HTML; expected %d, the number of "
3080 #: tp/init/tex4ht.pm:260
3081 #, perl-format
3082 msgid "tex4ht.pm: Command failed: %s"
3083 msgstr ""
3084
3085 #: tp/init/tex4ht.pm:293
3086 #, perl-format
3087 msgid "tex4ht.pm: end of @%s item %d not found"
3088 msgstr ""
3089
3090 #: tp/init/tex4ht.pm:300
3091 #, perl-format
3092 msgid ""
3093 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of "
30583094 "items found in the document"
30593095 msgstr ""
30603096
3061 #: tp/init/tex4ht.pm:313
3062 #, perl-format
3063 msgid "tex4ht output has no HTML item for @%s %s"
3064 msgstr ""
3065
3066 #: tp/texi2any.pl:373
3097 #: tp/init/tex4ht.pm:319
3098 #, perl-format
3099 msgid "tex4ht.pm: Output has no HTML item for @%s %s"
3100 msgstr ""
3101
3102 #: tp/texi2any.pl:374
30673103 #, perl-format
30683104 msgid "error loading %s: %s\n"
30693105 msgstr ""
30703106
3071 #: tp/texi2any.pl:382 tp/texi2any.pl:399
3107 #: tp/texi2any.pl:383 tp/texi2any.pl:400
30723108 #, fuzzy, perl-format
30733109 msgid "Unknown variable %s\n"
30743110 msgstr "未知的命令 `%s'"
30753111
3076 #: tp/texi2any.pl:466
3112 #: tp/texi2any.pl:467
30773113 #, fuzzy, perl-format
30783114 msgid "Can't read init file %s"
30793115 msgstr "無法開啟至 `%s' 的管道."
30803116
3081 #: tp/texi2any.pl:597
3117 #: tp/texi2any.pl:598
30823118 #, fuzzy
30833119 msgid "Usage: makeinfo [OPTION]... TEXINFO-FILE...\n"
30843120 msgstr "¥Îªk: %s [OPTION]... FILE...\n"
30853121
3086 #: tp/texi2any.pl:598
3122 #: tp/texi2any.pl:599
30873123 #, fuzzy
30883124 msgid " or: texi2any [OPTION]... TEXINFO-FILE...\n"
30893125 msgstr "¥Îªk: %s [OPTION]... FILE...\n"
30903126
3091 #: tp/texi2any.pl:600
3127 #: tp/texi2any.pl:601
30923128 msgid ""
30933129 "Translate Texinfo source documentation to various other formats, by default\n"
30943130 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
30953131 msgstr ""
30963132
3097 #: tp/texi2any.pl:603
3133 #: tp/texi2any.pl:604
30983134 #, perl-format
30993135 msgid ""
31003136 "General options:\n"
31133149 " --version display version information and exit.\n"
31143150 msgstr ""
31153151
3116 #: tp/texi2any.pl:618
3152 #: tp/texi2any.pl:619
31173153 msgid ""
31183154 "Output format selection (default is to produce Info):\n"
31193155 " --docbook output Docbook XML rather than Info.\n"
31233159 " --dvi, --dvipdf, --ps, --pdf call texi2dvi to generate given output.\n"
31243160 msgstr ""
31253161
3126 #: tp/texi2any.pl:626
3162 #: tp/texi2any.pl:627
31273163 msgid ""
31283164 "General output options:\n"
31293165 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
31503186 " Otherwise, DEST names the output file.\n"
31513187 msgstr ""
31523188
3153 #: tp/texi2any.pl:646
3189 #: tp/texi2any.pl:647
31543190 #, perl-format
31553191 msgid ""
31563192 "Options for Info and plain text:\n"
31723208 " --split-size=NUM split Info files at size NUM (default %d).\n"
31733209 msgstr ""
31743210
3175 #: tp/texi2any.pl:663
3211 #: tp/texi2any.pl:664
31763212 msgid ""
31773213 "Options for HTML:\n"
31783214 " --css-include=FILE include FILE in HTML <style> output;\n"
31863222 " anchors; default is set only if split.\n"
31873223 msgstr ""
31883224
3189 #: tp/texi2any.pl:674
3225 #: tp/texi2any.pl:675
31903226 msgid ""
31913227 "Options for XML and Docbook:\n"
31923228 " --output-indent=VAL does nothing, retained for compatibility.\n"
31933229 msgstr ""
31943230
3195 #: tp/texi2any.pl:677
3231 #: tp/texi2any.pl:678
31963232 msgid ""
31973233 "Options for DVI/PS/PDF:\n"
31983234 " --Xopt=OPT pass OPT to texi2dvi; can be repeated.\n"
31993235 msgstr ""
32003236
3201 #: tp/texi2any.pl:680
3237 #: tp/texi2any.pl:681
32023238 msgid ""
32033239 "Input file options:\n"
32043240 " --commands-in-node-names does nothing, retained for compatibility.\n"
32083244 " -U VAR undefine the variable VAR, as with @clear.\n"
32093245 msgstr ""
32103246
3211 #: tp/texi2any.pl:687
3247 #: tp/texi2any.pl:688
32123248 msgid ""
32133249 "Conditional processing in input:\n"
32143250 " --ifdocbook process @ifdocbook and @docbook even if\n"
32283264 " Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
32293265 msgstr ""
32303266
3231 #: tp/texi2any.pl:704
3267 #: tp/texi2any.pl:705
32323268 msgid ""
32333269 " The defaults for the @if... conditionals depend on the output format:\n"
32343270 " if generating Docbook, --ifdocbook is on and the others are off;\n"
32383274 " if generating XML, --ifxml is on and the others are off.\n"
32393275 msgstr ""
32403276
3241 #: tp/texi2any.pl:711
3277 #: tp/texi2any.pl:712
32423278 #, fuzzy
32433279 msgid ""
32443280 "Examples:\n"
32703306 "程式臭蟲, 請以電子郵件 (英文) 回報至 bug-texinfo@gnu.org,\n"
32713307 "一般問題與討論, 請以電子郵件 (英文) 寄到 help-texinfo@gnu.org."
32723308
3273 #: tp/texi2any.pl:758
3309 #: tp/texi2any.pl:759
32743310 #, perl-format
32753311 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
32763312 msgstr "%s: --footnote-style 的引數必須為 `separate' 或 `end', 而不是 `%s'.\n"
32773313
3278 #: tp/texi2any.pl:848
3314 #: tp/texi2any.pl:849
32793315 #, perl-format
32803316 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
32813317 msgstr "%s: --paragraph-indent 的引數必須為 數值/`none'/`asis', 而不是 `%s'.\n"
32823318
3283 #: tp/texi2any.pl:962
3319 #: tp/texi2any.pl:963
32843320 #, perl-format
32853321 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
32863322 msgstr ""
32873323
3288 #: tp/texi2any.pl:975
3324 #: tp/texi2any.pl:976
32893325 #, perl-format
32903326 msgid "when generating %s, only one input FILE may be specified with -o"
32913327 msgstr ""
32923328
3293 #: tp/texi2any.pl:979
3329 #: tp/texi2any.pl:980
32943330 msgid "--Xopt option without printed output"
32953331 msgstr ""
32963332
3297 #: tp/texi2any.pl:989
3333 #: tp/texi2any.pl:990
32983334 #, fuzzy, perl-format
32993335 msgid "Unknown tree transformation %s"
33003336 msgstr "未知的命令 `%s'"
33013337
3302 #: tp/texi2any.pl:996
3338 #: tp/texi2any.pl:997
33033339 #, perl-format
33043340 msgid "Ignoring splitting for format %s"
33053341 msgstr ""
33063342
3307 #: tp/texi2any.pl:1045
3343 #: tp/texi2any.pl:1046
33083344 #, perl-format
33093345 msgid "%s: missing file argument.\n"
33103346 msgstr "%s: ¿òº|Àɮפ޼Æ.\n"
33113347
3312 #: tp/texi2any.pl:1046
3348 #: tp/texi2any.pl:1047
33133349 #, perl-format
33143350 msgid "Try `%s --help' for more information.\n"
33153351 msgstr "試試 `%s --help' 以取得更多的資訊.\n"
33163352
3317 #: tp/texi2any.pl:1117
3353 #: tp/texi2any.pl:1118
33183354 msgid "fill_gaps_in_sectioning transformation return no result. No section?"
33193355 msgstr ""
33203356
3321 #: tp/texi2any.pl:1139
3357 #: tp/texi2any.pl:1140
33223358 #, fuzzy, perl-format
33233359 msgid "Error on closing macro expand file %s: %s\n"
33243360 msgstr "無法建立輸出檔案 `%s'."
33253361
3326 #: tp/texi2any.pl:1145 tp/texi2any.pl:1255 tp/texi2any.pl:1289
3362 #: tp/texi2any.pl:1146 tp/texi2any.pl:1256 tp/texi2any.pl:1290
33273363 #, fuzzy, perl-format
33283364 msgid "Could not open %s for writing: %s\n"
33293365 msgstr "無法建立輸出檔案 `%s'."
33303366
3331 #: tp/texi2any.pl:1169
3367 #: tp/texi2any.pl:1170
33323368 msgid ""
33333369 "insert_nodes_for_sectioning_commands transformation return no result. No "
33343370 "section?"
33353371 msgstr ""
33363372
3337 #: tp/texi2any.pl:1226 tp/texi2any.pl:1302
3373 #: tp/texi2any.pl:1227 tp/texi2any.pl:1303
33383374 #, perl-format
33393375 msgid "Error on closing %s: %s\n"
33403376 msgstr ""
33413377
3342 #: tp/texi2any.pl:1249 tp/texi2any.pl:1283
3378 #: tp/texi2any.pl:1250 tp/texi2any.pl:1284
33433379 #, perl-format
33443380 msgid "Error on closing internal links file %s: %s\n"
33453381 msgstr ""
33993435 #, c-format
34003436 msgid "entry %s follows an entry with a secondary name"
34013437 msgstr ""
3438
3439 #, fuzzy
3440 #~ msgid "tex4ht error opening %s: %s"
3441 #~ msgstr "無法建立輸出檔案 `%s'."
34023442
34033443 #, fuzzy
34043444 #~ msgid "Error on closing renamed nodes file %s: %s"
38353875 #, fuzzy
38363876 #~ msgid ""
38373877 #~ "\\%-10[goto-node] Move to node specified by name.\n"
3838 #~ " You may include a filename as well, as in (FILENAME)"
3839 #~ "NODENAME.\n"
3878 #~ " You may include a filename as well, as in "
3879 #~ "(FILENAME)NODENAME.\n"
38403880 #~ msgstr " 您也可以包含檔名, 如: (檔名)節點名.\n"
38413881
38423882 #, fuzzy
39583998 #~ msgstr " 選取選單項目以選擇另一個節點.\n"
39593999
39604000 #~ msgid ""
3961 #~ " You may include a filename as well, as in (FILENAME)"
3962 #~ "NODENAME.\n"
4001 #~ " You may include a filename as well, as in "
4002 #~ "(FILENAME)NODENAME.\n"
39634003 #~ msgstr " 您也可以包含檔名, 如: (檔名)節點名.\n"
39644004
39654005 #, fuzzy
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-0800\n"
1010 "PO-Revision-Date: 2008-03-19\n"
1111 "Last-Translator: Reinhold Kainhofer <reinhold@kainhofer.com>\n"
1212 "Language-Team: Unknown\n"
179179 msgid "{float_number}"
180180 msgstr "{style} {number}"
181181
182 #: tp/Texinfo/Convert/DocBook.pm:776
182 #: tp/Texinfo/Convert/DocBook.pm:754
183183 #, perl-brace-format
184184 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
185185 msgstr ""
186186
187 #: tp/Texinfo/Convert/DocBook.pm:781
187 #: tp/Texinfo/Convert/DocBook.pm:759
188188 #, perl-brace-format
189189 msgid "See node @samp{{mynode}}"
190190 msgstr ""
191191
192 #: tp/Texinfo/Convert/DocBook.pm:785
192 #: tp/Texinfo/Convert/DocBook.pm:763
193193 #, perl-brace-format
194194 msgid "See Info file @file{{myfile}}"
195195 msgstr ""
196196
197 #: tp/Texinfo/Convert/DocBook.pm:825
197 #: tp/Texinfo/Convert/DocBook.pm:803
198198 #, fuzzy, perl-brace-format
199199 msgid "section ``{section_name}'' in @cite{{book}}"
200200 msgstr "siehe Abschnitt `{section}' in @cite{{book}}"
201201
202 #: tp/Texinfo/Convert/DocBook.pm:830
202 #: tp/Texinfo/Convert/DocBook.pm:808
203203 #, fuzzy, perl-brace-format
204204 msgid "See section ``{section_name}'' in @cite{{book}}"
205205 msgstr "siehe Abschnitt `{section}' in @cite{{book}}"
206206
207 #: tp/Texinfo/Convert/DocBook.pm:835
207 #: tp/Texinfo/Convert/DocBook.pm:813
208208 #, fuzzy, perl-brace-format
209209 msgid "see section ``{section_name}'' in @cite{{book}}"
210210 msgstr "siehe Abschnitt `{section}' in @cite{{book}}"
211211
212 #: tp/Texinfo/Convert/DocBook.pm:842 tp/Texinfo/Convert/HTML.pm:3236
212 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
217 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr ""
221221
222 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
222 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "siehe @cite{{book}}"
226226
227 #: tp/Texinfo/Convert/DocBook.pm:865
227 #: tp/Texinfo/Convert/DocBook.pm:843
228228 #, perl-brace-format
229229 msgid "{title_ref}"
230230 msgstr ""
231231
232 #: tp/Texinfo/Convert/DocBook.pm:870
232 #: tp/Texinfo/Convert/DocBook.pm:848
233233 #, perl-brace-format
234234 msgid "See {title_ref}"
235235 msgstr ""
236236
237 #: tp/Texinfo/Convert/DocBook.pm:875
237 #: tp/Texinfo/Convert/DocBook.pm:853
238238 #, perl-brace-format
239239 msgid "see {title_ref}"
240240 msgstr ""
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
243243 #, fuzzy, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{acronym_like} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3542
247 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2268
282 #: tp/Texinfo/Convert/Plaintext.pm:2248
283283 #, perl-brace-format
284284 msgid "* {float_type} {float_number}: {float_label}."
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2273
287 #: tp/Texinfo/Convert/Plaintext.pm:2253
288288 #, perl-brace-format
289289 msgid "* {float_type}: {float_label}."
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2281
292 #: tp/Texinfo/Convert/Plaintext.pm:2261
293293 #, perl-brace-format
294294 msgid "* {float_number}: {float_label}."
295295 msgstr ""
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2285
297 #: tp/Texinfo/Convert/Plaintext.pm:2265
298298 #, perl-brace-format
299299 msgid "* : {float_label}."
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2482
302 #: tp/Texinfo/Convert/Plaintext.pm:2462
303303 #, perl-brace-format
304304 msgid "@tie{ }-- {category}: {name} {arguments}"
305305 msgstr ""
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2487
307 #: tp/Texinfo/Convert/Plaintext.pm:2467
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2500
312 #: tp/Texinfo/Convert/Plaintext.pm:2480
313313 #, perl-brace-format
314314 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
315315 msgstr ""
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2483
318 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2492
323 #, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr ""
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2495
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
317332 #: tp/Texinfo/Convert/Plaintext.pm:2503
318333 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2512
323 #, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr ""
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2515
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
332 #: tp/Texinfo/Convert/Plaintext.pm:2523
333 #, perl-brace-format
334334 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
335335 msgstr ""
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2529
337 #: tp/Texinfo/Convert/Plaintext.pm:2509
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} of {class}: {name}"
340340 msgstr ""
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2538
342 #: tp/Texinfo/Convert/Plaintext.pm:2518
343343 #, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
345345 msgstr ""
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2544
347 #: tp/Texinfo/Convert/Plaintext.pm:2524
348348 #, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {name}"
350350 msgstr ""
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2559
352 #: tp/Texinfo/Convert/Plaintext.pm:2539
353353 #, perl-brace-format
354354 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
355355 msgstr ""
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2563
357 #: tp/Texinfo/Convert/Plaintext.pm:2543
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2574
362 #: tp/Texinfo/Convert/Plaintext.pm:2554
363363 #, perl-brace-format
364364 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
365365 msgstr ""
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2578
367 #: tp/Texinfo/Convert/Plaintext.pm:2558
368368 #, perl-brace-format
369369 msgid "@tie{ }-- {category} on {class}: {type} {name}"
370370 msgstr ""
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2592
372 #: tp/Texinfo/Convert/Plaintext.pm:2572
373373 #, perl-brace-format
374374 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
375375 msgstr ""
376376
377 #: tp/Texinfo/Convert/Plaintext.pm:2596
377 #: tp/Texinfo/Convert/Plaintext.pm:2576
378378 #, perl-brace-format
379379 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
380380 msgstr ""
381381
382 #: tp/Texinfo/Convert/Plaintext.pm:2607
382 #: tp/Texinfo/Convert/Plaintext.pm:2587
383383 #, perl-brace-format
384384 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
385385 msgstr ""
386386
387 #: tp/Texinfo/Convert/Plaintext.pm:2611
387 #: tp/Texinfo/Convert/Plaintext.pm:2591
388388 #, perl-brace-format
389389 msgid "@tie{ }-- {category} of {class}: {type} {name}"
390390 msgstr ""
391391
392 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
392 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
393393 #, perl-brace-format
394394 msgid "@center --- @emph{{author}}\n"
395395 msgstr ""
623623 msgid "{explained_string} ({explanation})"
624624 msgstr "{acronym_like} ({explanation})"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3101
626 #: tp/Texinfo/Convert/HTML.pm:3083
627627 #, perl-brace-format
628628 msgid "see section {reference_name}"
629629 msgstr "siehe Abschnitt {reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3104
631 #: tp/Texinfo/Convert/HTML.pm:3086
632632 #, perl-brace-format
633633 msgid "see {reference_name}"
634634 msgstr "siehe {reference_name}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3109
636 #: tp/Texinfo/Convert/HTML.pm:3091
637637 #, perl-brace-format
638638 msgid "See section {reference_name}"
639639 msgstr ""
640640
641 #: tp/Texinfo/Convert/HTML.pm:3112
641 #: tp/Texinfo/Convert/HTML.pm:3094
642642 #, perl-brace-format
643643 msgid "See {reference_name}"
644644 msgstr ""
645645
646 #: tp/Texinfo/Convert/HTML.pm:3116
646 #: tp/Texinfo/Convert/HTML.pm:3098
647647 #, perl-brace-format
648648 msgid "{reference_name}"
649649 msgstr "{reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3160
652652 #, fuzzy, perl-brace-format
653653 msgid "see {reference} in @cite{{book}}"
654654 msgstr "siehe {node_file_href} @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3182
656 #: tp/Texinfo/Convert/HTML.pm:3164
657657 #, fuzzy, perl-brace-format
658658 msgid "see @cite{{book_reference}}"
659659 msgstr "siehe @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3186
661 #: tp/Texinfo/Convert/HTML.pm:3168
662662 #, fuzzy, perl-brace-format
663663 msgid "see `{section}' in @cite{{book}}"
664664 msgstr "Abschnitt `{section}' in @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3193
666 #: tp/Texinfo/Convert/HTML.pm:3175
667667 #, fuzzy, perl-brace-format
668668 msgid "see {reference}"
669669 msgstr "siehe {reference_name}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3196
671 #: tp/Texinfo/Convert/HTML.pm:3178
672672 #, fuzzy, perl-brace-format
673673 msgid "see `{section}'"
674674 msgstr "Abschnitt nach oben"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3183
677677 #, fuzzy, perl-brace-format
678678 msgid "See {reference} in @cite{{book}}"
679679 msgstr "Siehe {node_file_href} @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3205
681 #: tp/Texinfo/Convert/HTML.pm:3187
682682 #, fuzzy, perl-brace-format
683683 msgid "See @cite{{book_reference}}"
684684 msgstr "siehe @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3209
686 #: tp/Texinfo/Convert/HTML.pm:3191
687687 #, fuzzy, perl-brace-format
688688 msgid "See `{section}' in @cite{{book}}"
689689 msgstr "Siehe Abschnitt `{section}' in @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3216
691 #: tp/Texinfo/Convert/HTML.pm:3198
692692 #, fuzzy, perl-brace-format
693693 msgid "See {reference}"
694694 msgstr "siehe {reference_name}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3219
696 #: tp/Texinfo/Convert/HTML.pm:3201
697697 #, fuzzy, perl-brace-format
698698 msgid "See `{section}'"
699699 msgstr "Abschnitt nach oben"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3206
702702 #, fuzzy, perl-brace-format
703703 msgid "{reference} in @cite{{book}}"
704704 msgstr "siehe @cite{{book}}"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3228
706 #: tp/Texinfo/Convert/HTML.pm:3210
707707 #, fuzzy, perl-brace-format
708708 msgid "@cite{{book_reference}}"
709709 msgstr "@cite{{book}}"
710710
711 #: tp/Texinfo/Convert/HTML.pm:3232
711 #: tp/Texinfo/Convert/HTML.pm:3214
712712 #, fuzzy, perl-brace-format
713713 msgid "`{section}' in @cite{{book}}"
714714 msgstr "Abschnitt `{section}' in @cite{{book}}"
715715
716 #: tp/Texinfo/Convert/HTML.pm:3239
716 #: tp/Texinfo/Convert/HTML.pm:3221
717717 #, fuzzy, perl-brace-format
718718 msgid "{reference}"
719719 msgstr "{reference_name}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:3242
721 #: tp/Texinfo/Convert/HTML.pm:3224
722722 #, fuzzy, perl-brace-format
723723 msgid "`{section}'"
724724 msgstr "Abschnitt nach oben"
725725
726 #: tp/Texinfo/Convert/HTML.pm:3355
726 #: tp/Texinfo/Convert/HTML.pm:3337
727727 msgid "Jump to"
728728 msgstr "Springe zu"
729729
730 #: tp/Texinfo/Convert/HTML.pm:3363
730 #: tp/Texinfo/Convert/HTML.pm:3345
731731 msgid "Index Entry"
732732 msgstr "Indexeintrag"
733733
734 #: tp/Texinfo/Convert/HTML.pm:3365
734 #: tp/Texinfo/Convert/HTML.pm:3347
735735 msgid "Section"
736736 msgstr "Abschnitt"
737737
738 #: tp/Texinfo/Convert/HTML.pm:3984
738 #: tp/Texinfo/Convert/HTML.pm:3966
739739 #, perl-brace-format
740740 msgid "{category}: @strong{{name}} @emph{{arguments}}"
741741 msgstr ""
742742
743 #: tp/Texinfo/Convert/HTML.pm:3989
743 #: tp/Texinfo/Convert/HTML.pm:3971
744744 #, perl-brace-format
745745 msgid "{category}: @strong{{name}}"
746746 msgstr ""
747747
748 #: tp/Texinfo/Convert/HTML.pm:4006
748 #: tp/Texinfo/Convert/HTML.pm:3988
749749 #, perl-brace-format
750750 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
751751 msgstr ""
752752
753 #: tp/Texinfo/Convert/HTML.pm:4010
753 #: tp/Texinfo/Convert/HTML.pm:3992
754754 #, perl-brace-format
755755 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
756756 msgstr ""
757757
758 #: tp/Texinfo/Convert/HTML.pm:4019
758 #: tp/Texinfo/Convert/HTML.pm:4001
759759 #, perl-brace-format
760760 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
761761 msgstr ""
762762
763 #: tp/Texinfo/Convert/HTML.pm:4022
763 #: tp/Texinfo/Convert/HTML.pm:4004
764764 #, perl-brace-format
765765 msgid "{category}: @emph{{type}} @strong{{name}}"
766766 msgstr ""
767767
768 #: tp/Texinfo/Convert/HTML.pm:4030
768 #: tp/Texinfo/Convert/HTML.pm:4012
769769 #, perl-brace-format
770770 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
771771 msgstr ""
772772
773 #: tp/Texinfo/Convert/HTML.pm:4036
773 #: tp/Texinfo/Convert/HTML.pm:4018
774774 #, perl-brace-format
775775 msgid "{category} of {class}: @strong{{name}}"
776776 msgstr ""
777777
778 #: tp/Texinfo/Convert/HTML.pm:4045
778 #: tp/Texinfo/Convert/HTML.pm:4027
779779 #, perl-brace-format
780780 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
781781 msgstr ""
782782
783 #: tp/Texinfo/Convert/HTML.pm:4051
783 #: tp/Texinfo/Convert/HTML.pm:4033
784784 #, perl-brace-format
785785 msgid "{category} on {class}: @strong{{name}}"
786786 msgstr ""
787787
788 #: tp/Texinfo/Convert/HTML.pm:4066
788 #: tp/Texinfo/Convert/HTML.pm:4048
789789 #, perl-brace-format
790790 msgid ""
791791 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792 msgstr ""
793793
794 #: tp/Texinfo/Convert/HTML.pm:4070
794 #: tp/Texinfo/Convert/HTML.pm:4052
795795 #, perl-brace-format
796796 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr ""
798798
799 #: tp/Texinfo/Convert/HTML.pm:4063
800 #, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr ""
803
804 #: tp/Texinfo/Convert/HTML.pm:4067
805 #, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr ""
808
799809 #: tp/Texinfo/Convert/HTML.pm:4081
800 #, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr ""
803
804 #: tp/Texinfo/Convert/HTML.pm:4085
805 #, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr ""
808
809 #: tp/Texinfo/Convert/HTML.pm:4099
810810 #, perl-brace-format
811811 msgid ""
812812 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
813813 msgstr ""
814814
815 #: tp/Texinfo/Convert/HTML.pm:4103
815 #: tp/Texinfo/Convert/HTML.pm:4085
816816 #, perl-brace-format
817817 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
818818 msgstr ""
819819
820 #: tp/Texinfo/Convert/HTML.pm:4114
820 #: tp/Texinfo/Convert/HTML.pm:4096
821821 #, perl-brace-format
822822 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
823823 msgstr ""
824824
825 #: tp/Texinfo/Convert/HTML.pm:4118
825 #: tp/Texinfo/Convert/HTML.pm:4100
826826 #, perl-brace-format
827827 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
828828 msgstr ""
829829
830 #: tp/Texinfo/Convert/HTML.pm:6121
830 #: tp/Texinfo/Convert/HTML.pm:6103
831831 #, fuzzy, perl-brace-format
832832 msgid ""
833 "This document was generated on @emph{@today{}} using @uref"
834 "{{program_homepage}, @emph{{program}}}."
833 "This document was generated on @emph{@today{}} using "
834 "@uref{{program_homepage}, @emph{{program}}}."
835835 msgstr ""
836836 "Dieses Dokument wurde erzeugt am @i{{date}} durch @uref{{program_homepage}, "
837837 "@i{{program}}}."
838838
839 #: tp/Texinfo/Convert/HTML.pm:6161
839 #: tp/Texinfo/Convert/HTML.pm:6143
840840 #, perl-brace-format
841841 msgid "{title}: {element_text}"
842842 msgstr ""
843843
844 #: tp/Texinfo/Convert/HTML.pm:6302
844 #: tp/Texinfo/Convert/HTML.pm:6284
845845 #, perl-brace-format
846846 msgid "The node you are looking for is at {href}."
847847 msgstr "Der Knoten, den Sie sehen, befindet sich bei {href}"
848848
849 #: tp/Texinfo/Convert/HTML.pm:6372
849 #: tp/Texinfo/Convert/HTML.pm:6354
850850 msgid " The buttons in the navigation panels have the following meaning:"
851851 msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: "
852852
853 #: tp/Texinfo/Convert/HTML.pm:6378
853 #: tp/Texinfo/Convert/HTML.pm:6360
854854 msgid "Button"
855855 msgstr ""
856856
857 #: tp/Texinfo/Convert/HTML.pm:6379
857 #: tp/Texinfo/Convert/HTML.pm:6361
858858 msgid "Name"
859859 msgstr "Name"
860860
861 #: tp/Texinfo/Convert/HTML.pm:6380
861 #: tp/Texinfo/Convert/HTML.pm:6362
862862 msgid "Go to"
863863 msgstr "Gehe zu"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6381
865 #: tp/Texinfo/Convert/HTML.pm:6363
866866 msgid "From 1.2.3 go to"
867867 msgstr "Von 1.2.3 gehe zu"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6407
869 #: tp/Texinfo/Convert/HTML.pm:6389
870870 msgid ""
871871 " where the @strong{ Example } assumes that the current position is at "
872872 "@strong{ Subsubsection One-Two-Three } of a document of the following "
876876 "@strong{ Unterabschnitt 1-2-3 } in einem Dokument mit folgender Struktur "
877877 "liegt:"
878878
879 #: tp/Texinfo/Convert/HTML.pm:6417
879 #: tp/Texinfo/Convert/HTML.pm:6399
880880 msgid "Section One"
881881 msgstr "Abschnitt 1"
882882
883 #: tp/Texinfo/Convert/HTML.pm:6419
883 #: tp/Texinfo/Convert/HTML.pm:6401
884884 msgid "Subsection One-One"
885885 msgstr "Unterabschnitt 1-1"
886886
887 #: tp/Texinfo/Convert/HTML.pm:6426
887 #: tp/Texinfo/Convert/HTML.pm:6408
888888 msgid "Subsection One-Two"
889889 msgstr "Unterabschnitt 1-2"
890890
891 #: tp/Texinfo/Convert/HTML.pm:6428
891 #: tp/Texinfo/Convert/HTML.pm:6410
892892 msgid "Subsubsection One-Two-One"
893893 msgstr "Unterabschnitt 1-2-1"
894894
895 #: tp/Texinfo/Convert/HTML.pm:6429
895 #: tp/Texinfo/Convert/HTML.pm:6411
896896 msgid "Subsubsection One-Two-Two"
897897 msgstr "Unterabschnitt 1-2-2"
898898
899 #: tp/Texinfo/Convert/HTML.pm:6430
899 #: tp/Texinfo/Convert/HTML.pm:6412
900900 msgid "Subsubsection One-Two-Three"
901901 msgstr "Unterabschnitt 1-2-3"
902902
903 #: tp/Texinfo/Convert/HTML.pm:6432
903 #: tp/Texinfo/Convert/HTML.pm:6414
904904 msgid "Current Position"
905905 msgstr "Aktuelle Position"
906906
907 #: tp/Texinfo/Convert/HTML.pm:6433
907 #: tp/Texinfo/Convert/HTML.pm:6415
908908 msgid "Subsubsection One-Two-Four"
909909 msgstr "Unterabschnitt 1-2-4"
910910
911 #: tp/Texinfo/Convert/HTML.pm:6436
911 #: tp/Texinfo/Convert/HTML.pm:6418
912912 msgid "Subsection One-Three"
913913 msgstr "Unterabschnitt 1-3"
914914
915 #: tp/Texinfo/Convert/HTML.pm:6443
915 #: tp/Texinfo/Convert/HTML.pm:6425
916916 msgid "Subsection One-Four"
917917 msgstr "Unterabschnitt 1-4"
918918
919 #: tp/Texinfo/Convert/HTML.pm:6847
919 #: tp/Texinfo/Convert/HTML.pm:6829
920920 msgid "Untitled Document"
921921 msgstr "Unbenanntes Dokumen"
922922
923923 #, fuzzy
924924 #~ msgid ""
925 #~ "This document was generated on @emph{{date}} using @uref"
926 #~ "{{program_homepage}, @emph{{program}}}."
925 #~ "This document was generated on @emph{{date}} using "
926 #~ "@uref{{program_homepage}, @emph{{program}}}."
927927 #~ msgstr ""
928 #~ "Dieses Dokument wurde erzeugt am @i{{date}} durch @uref"
929 #~ "{{program_homepage}, @i{{program}}}."
928 #~ "Dieses Dokument wurde erzeugt am @i{{date}} durch "
929 #~ "@uref{{program_homepage}, @i{{program}}}."
930930
931931 #~ msgid ""
932 #~ "This document was generated using @uref{{program_homepage}, @emph"
933 #~ "{{program}}}."
932 #~ "This document was generated using @uref{{program_homepage}, "
933 #~ "@emph{{program}}}."
934934 #~ msgstr ""
935 #~ "Dieses Dokument wurde erzeugt durch @uref{{program_homepage}, @emph"
936 #~ "{{program}}}."
935 #~ "Dieses Dokument wurde erzeugt durch @uref{{program_homepage}, "
936 #~ "@emph{{program}}}."
937937
938938 #~ msgid "{style} {number}"
939939 #~ msgstr "{style} {number}"
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-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"
179179 msgid "{float_number}"
180180 msgstr ""
181181
182 #: tp/Texinfo/Convert/DocBook.pm:776
182 #: tp/Texinfo/Convert/DocBook.pm:754
183183 #, perl-brace-format
184184 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
185185 msgstr ""
186186
187 #: tp/Texinfo/Convert/DocBook.pm:781
187 #: tp/Texinfo/Convert/DocBook.pm:759
188188 #, perl-brace-format
189189 msgid "See node @samp{{mynode}}"
190190 msgstr ""
191191
192 #: tp/Texinfo/Convert/DocBook.pm:785
192 #: tp/Texinfo/Convert/DocBook.pm:763
193193 #, perl-brace-format
194194 msgid "See Info file @file{{myfile}}"
195195 msgstr ""
196196
197 #: tp/Texinfo/Convert/DocBook.pm:825
197 #: tp/Texinfo/Convert/DocBook.pm:803
198198 #, fuzzy, perl-brace-format
199199 msgid "section ``{section_name}'' in @cite{{book}}"
200200 msgstr "v@'ease la secci@'on `{section}' en @cite{{book}}"
201201
202 #: tp/Texinfo/Convert/DocBook.pm:830
202 #: tp/Texinfo/Convert/DocBook.pm:808
203203 #, fuzzy, perl-brace-format
204204 msgid "See section ``{section_name}'' in @cite{{book}}"
205205 msgstr "v@'ease la secci@'on `{section}' en @cite{{book}}"
206206
207 #: tp/Texinfo/Convert/DocBook.pm:835
207 #: tp/Texinfo/Convert/DocBook.pm:813
208208 #, fuzzy, perl-brace-format
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:842 tp/Texinfo/Convert/HTML.pm:3236
212 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr ""
216216
217 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
217 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "V@'ease @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
222 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "v@'ease @cite{{book}}"
226226
227 #: tp/Texinfo/Convert/DocBook.pm:865
227 #: tp/Texinfo/Convert/DocBook.pm:843
228228 #, perl-brace-format
229229 msgid "{title_ref}"
230230 msgstr ""
231231
232 #: tp/Texinfo/Convert/DocBook.pm:870
232 #: tp/Texinfo/Convert/DocBook.pm:848
233233 #, perl-brace-format
234234 msgid "See {title_ref}"
235235 msgstr ""
236236
237 #: tp/Texinfo/Convert/DocBook.pm:875
237 #: tp/Texinfo/Convert/DocBook.pm:853
238238 #, perl-brace-format
239239 msgid "see {title_ref}"
240240 msgstr ""
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr ""
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3542
247 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr ""
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2268
282 #: tp/Texinfo/Convert/Plaintext.pm:2248
283283 #, perl-brace-format
284284 msgid "* {float_type} {float_number}: {float_label}."
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2273
287 #: tp/Texinfo/Convert/Plaintext.pm:2253
288288 #, perl-brace-format
289289 msgid "* {float_type}: {float_label}."
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2281
292 #: tp/Texinfo/Convert/Plaintext.pm:2261
293293 #, perl-brace-format
294294 msgid "* {float_number}: {float_label}."
295295 msgstr ""
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2285
297 #: tp/Texinfo/Convert/Plaintext.pm:2265
298298 #, perl-brace-format
299299 msgid "* : {float_label}."
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2482
302 #: tp/Texinfo/Convert/Plaintext.pm:2462
303303 #, perl-brace-format
304304 msgid "@tie{ }-- {category}: {name} {arguments}"
305305 msgstr ""
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2487
307 #: tp/Texinfo/Convert/Plaintext.pm:2467
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2500
312 #: tp/Texinfo/Convert/Plaintext.pm:2480
313313 #, fuzzy, perl-brace-format
314314 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
315315 msgstr "{name} en {class}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2483
318 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2492
323 #, fuzzy, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr "{name} en {class}"
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2495
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
317332 #: tp/Texinfo/Convert/Plaintext.pm:2503
318333 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2512
323 #, fuzzy, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr "{name} en {class}"
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2515
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
332 #: tp/Texinfo/Convert/Plaintext.pm:2523
333 #, perl-brace-format
334334 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
335335 msgstr ""
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2529
337 #: tp/Texinfo/Convert/Plaintext.pm:2509
338338 #, fuzzy, perl-brace-format
339339 msgid "@tie{ }-- {category} of {class}: {name}"
340340 msgstr "{name} de {class}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2538
342 #: tp/Texinfo/Convert/Plaintext.pm:2518
343343 #, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
345345 msgstr ""
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2544
347 #: tp/Texinfo/Convert/Plaintext.pm:2524
348348 #, fuzzy, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {name}"
350350 msgstr "{name} en {class}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2559
352 #: tp/Texinfo/Convert/Plaintext.pm:2539
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
355355 msgstr "{name} en {class}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2563
357 #: tp/Texinfo/Convert/Plaintext.pm:2543
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2574
362 #: tp/Texinfo/Convert/Plaintext.pm:2554
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
365365 msgstr "{name} en {class}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2578
367 #: tp/Texinfo/Convert/Plaintext.pm:2558
368368 #, fuzzy, perl-brace-format
369369 msgid "@tie{ }-- {category} on {class}: {type} {name}"
370370 msgstr "{name} en {class}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2592
372 #: tp/Texinfo/Convert/Plaintext.pm:2572
373373 #, fuzzy, perl-brace-format
374374 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
375375 msgstr "{name} de {class}"
376376
377 #: tp/Texinfo/Convert/Plaintext.pm:2596
377 #: tp/Texinfo/Convert/Plaintext.pm:2576
378378 #, perl-brace-format
379379 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
380380 msgstr ""
381381
382 #: tp/Texinfo/Convert/Plaintext.pm:2607
382 #: tp/Texinfo/Convert/Plaintext.pm:2587
383383 #, fuzzy, perl-brace-format
384384 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
385385 msgstr "{name} de {class}"
386386
387 #: tp/Texinfo/Convert/Plaintext.pm:2611
387 #: tp/Texinfo/Convert/Plaintext.pm:2591
388388 #, fuzzy, perl-brace-format
389389 msgid "@tie{ }-- {category} of {class}: {type} {name}"
390390 msgstr "{name} de {class}"
391391
392 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
392 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
393393 #, perl-brace-format
394394 msgid "@center --- @emph{{author}}\n"
395395 msgstr ""
623623 msgid "{explained_string} ({explanation})"
624624 msgstr ""
625625
626 #: tp/Texinfo/Convert/HTML.pm:3101
626 #: tp/Texinfo/Convert/HTML.pm:3083
627627 #, perl-brace-format
628628 msgid "see section {reference_name}"
629629 msgstr "v@'ease la secci@'on {reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3104
631 #: tp/Texinfo/Convert/HTML.pm:3086
632632 #, perl-brace-format
633633 msgid "see {reference_name}"
634634 msgstr "v@'ease {reference_name}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3109
636 #: tp/Texinfo/Convert/HTML.pm:3091
637637 #, perl-brace-format
638638 msgid "See section {reference_name}"
639639 msgstr "V@'ease la secci@'on {reference_name}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3112
641 #: tp/Texinfo/Convert/HTML.pm:3094
642642 #, perl-brace-format
643643 msgid "See {reference_name}"
644644 msgstr "V@'ease {reference_name}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3116
646 #: tp/Texinfo/Convert/HTML.pm:3098
647647 #, perl-brace-format
648648 msgid "{reference_name}"
649649 msgstr ""
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3160
652652 #, fuzzy, perl-brace-format
653653 msgid "see {reference} in @cite{{book}}"
654654 msgstr "v@'ease {node_file_href} @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3182
656 #: tp/Texinfo/Convert/HTML.pm:3164
657657 #, fuzzy, perl-brace-format
658658 msgid "see @cite{{book_reference}}"
659659 msgstr "v@'ease @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3186
661 #: tp/Texinfo/Convert/HTML.pm:3168
662662 #, fuzzy, perl-brace-format
663663 msgid "see `{section}' in @cite{{book}}"
664664 msgstr "secci@'on `{section}' en @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3193
666 #: tp/Texinfo/Convert/HTML.pm:3175
667667 #, fuzzy, perl-brace-format
668668 msgid "see {reference}"
669669 msgstr "v@'ease {reference_name}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3196
671 #: tp/Texinfo/Convert/HTML.pm:3178
672672 #, fuzzy, perl-brace-format
673673 msgid "see `{section}'"
674674 msgstr "Subir secci@'on"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3183
677677 #, fuzzy, perl-brace-format
678678 msgid "See {reference} in @cite{{book}}"
679679 msgstr "V@'ease {node_file_href} @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3205
681 #: tp/Texinfo/Convert/HTML.pm:3187
682682 #, fuzzy, perl-brace-format
683683 msgid "See @cite{{book_reference}}"
684684 msgstr "V@'ease @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3209
686 #: tp/Texinfo/Convert/HTML.pm:3191
687687 #, fuzzy, perl-brace-format
688688 msgid "See `{section}' in @cite{{book}}"
689689 msgstr "V@'ease la secci@'on `{section}' en @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3216
691 #: tp/Texinfo/Convert/HTML.pm:3198
692692 #, fuzzy, perl-brace-format
693693 msgid "See {reference}"
694694 msgstr "V@'ease {reference_name}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3219
696 #: tp/Texinfo/Convert/HTML.pm:3201
697697 #, fuzzy, perl-brace-format
698698 msgid "See `{section}'"
699699 msgstr "Subir secci@'on"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3206
702702 #, fuzzy, perl-brace-format
703703 msgid "{reference} in @cite{{book}}"
704704 msgstr "v@'ease @cite{{book}}"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3228
706 #: tp/Texinfo/Convert/HTML.pm:3210
707707 #, fuzzy, perl-brace-format
708708 msgid "@cite{{book_reference}}"
709709 msgstr "v@'ease @cite{{book}}"
710710
711 #: tp/Texinfo/Convert/HTML.pm:3232
711 #: tp/Texinfo/Convert/HTML.pm:3214
712712 #, fuzzy, perl-brace-format
713713 msgid "`{section}' in @cite{{book}}"
714714 msgstr "secci@'on `{section}' en @cite{{book}}"
715715
716 #: tp/Texinfo/Convert/HTML.pm:3239
716 #: tp/Texinfo/Convert/HTML.pm:3221
717717 #, fuzzy, perl-brace-format
718718 msgid "{reference}"
719719 msgstr "v@'ease {reference_name}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:3242
721 #: tp/Texinfo/Convert/HTML.pm:3224
722722 #, fuzzy, perl-brace-format
723723 msgid "`{section}'"
724724 msgstr "Subir secci@'on"
725725
726 #: tp/Texinfo/Convert/HTML.pm:3355
726 #: tp/Texinfo/Convert/HTML.pm:3337
727727 msgid "Jump to"
728728 msgstr "Saltar a"
729729
730 #: tp/Texinfo/Convert/HTML.pm:3363
730 #: tp/Texinfo/Convert/HTML.pm:3345
731731 msgid "Index Entry"
732732 msgstr "Entrada de @'indice"
733733
734 #: tp/Texinfo/Convert/HTML.pm:3365
734 #: tp/Texinfo/Convert/HTML.pm:3347
735735 msgid "Section"
736736 msgstr "Secci@'on"
737737
738 #: tp/Texinfo/Convert/HTML.pm:3984
738 #: tp/Texinfo/Convert/HTML.pm:3966
739739 #, fuzzy, perl-brace-format
740740 msgid "{category}: @strong{{name}} @emph{{arguments}}"
741741 msgstr "{name} de {class}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:3989
743 #: tp/Texinfo/Convert/HTML.pm:3971
744744 #, fuzzy, perl-brace-format
745745 msgid "{category}: @strong{{name}}"
746746 msgstr "{name} en {class}"
747747
748 #: tp/Texinfo/Convert/HTML.pm:4006
748 #: tp/Texinfo/Convert/HTML.pm:3988
749749 #, fuzzy, perl-brace-format
750750 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
751751 msgstr "{name} en {class}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4010
753 #: tp/Texinfo/Convert/HTML.pm:3992
754754 #, fuzzy, perl-brace-format
755755 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
756756 msgstr "{name} en {class}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4019
758 #: tp/Texinfo/Convert/HTML.pm:4001
759759 #, fuzzy, perl-brace-format
760760 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
761761 msgstr "{name} en {class}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4022
763 #: tp/Texinfo/Convert/HTML.pm:4004
764764 #, perl-brace-format
765765 msgid "{category}: @emph{{type}} @strong{{name}}"
766766 msgstr ""
767767
768 #: tp/Texinfo/Convert/HTML.pm:4030
768 #: tp/Texinfo/Convert/HTML.pm:4012
769769 #, fuzzy, perl-brace-format
770770 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
771771 msgstr "{name} de {class}"
772772
773 #: tp/Texinfo/Convert/HTML.pm:4036
773 #: tp/Texinfo/Convert/HTML.pm:4018
774774 #, fuzzy, perl-brace-format
775775 msgid "{category} of {class}: @strong{{name}}"
776776 msgstr "{name} de {class}"
777777
778 #: tp/Texinfo/Convert/HTML.pm:4045
778 #: tp/Texinfo/Convert/HTML.pm:4027
779779 #, fuzzy, perl-brace-format
780780 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
781781 msgstr "{name} en {class}"
782782
783 #: tp/Texinfo/Convert/HTML.pm:4051
783 #: tp/Texinfo/Convert/HTML.pm:4033
784784 #, fuzzy, perl-brace-format
785785 msgid "{category} on {class}: @strong{{name}}"
786786 msgstr "{name} en {class}"
787787
788 #: tp/Texinfo/Convert/HTML.pm:4066
788 #: tp/Texinfo/Convert/HTML.pm:4048
789789 #, fuzzy, perl-brace-format
790790 msgid ""
791791 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792 msgstr "{name} en {class}"
793793
794 #: tp/Texinfo/Convert/HTML.pm:4070
794 #: tp/Texinfo/Convert/HTML.pm:4052
795795 #, fuzzy, perl-brace-format
796796 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr "{name} en {class}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4063
800 #, fuzzy, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr "{name} en {class}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4067
805 #, fuzzy, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr "{name} en {class}"
808
799809 #: tp/Texinfo/Convert/HTML.pm:4081
800 #, fuzzy, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr "{name} en {class}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4085
805 #, fuzzy, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr "{name} en {class}"
808
809 #: tp/Texinfo/Convert/HTML.pm:4099
810810 #, fuzzy, perl-brace-format
811811 msgid ""
812812 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
813813 msgstr "{name} de {class}"
814814
815 #: tp/Texinfo/Convert/HTML.pm:4103
815 #: tp/Texinfo/Convert/HTML.pm:4085
816816 #, fuzzy, perl-brace-format
817817 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
818818 msgstr "{name} de {class}"
819819
820 #: tp/Texinfo/Convert/HTML.pm:4114
820 #: tp/Texinfo/Convert/HTML.pm:4096
821821 #, fuzzy, perl-brace-format
822822 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
823823 msgstr "{name} de {class}"
824824
825 #: tp/Texinfo/Convert/HTML.pm:4118
825 #: tp/Texinfo/Convert/HTML.pm:4100
826826 #, fuzzy, perl-brace-format
827827 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
828828 msgstr "{name} de {class}"
829829
830 #: tp/Texinfo/Convert/HTML.pm:6121
830 #: tp/Texinfo/Convert/HTML.pm:6103
831831 #, fuzzy, perl-brace-format
832832 msgid ""
833 "This document was generated on @emph{@today{}} using @uref"
834 "{{program_homepage}, @emph{{program}}}."
835 msgstr ""
836 "Este documento se gener@'o el @i{{date}} utilizando @uref"
837 "{{program_homepage}, @i{{program}}}."
838
839 #: tp/Texinfo/Convert/HTML.pm:6161
833 "This document was generated on @emph{@today{}} using "
834 "@uref{{program_homepage}, @emph{{program}}}."
835 msgstr ""
836 "Este documento se gener@'o el @i{{date}} utilizando "
837 "@uref{{program_homepage}, @i{{program}}}."
838
839 #: tp/Texinfo/Convert/HTML.pm:6143
840840 #, perl-brace-format
841841 msgid "{title}: {element_text}"
842842 msgstr ""
843843
844 #: tp/Texinfo/Convert/HTML.pm:6302
844 #: tp/Texinfo/Convert/HTML.pm:6284
845845 #, perl-brace-format
846846 msgid "The node you are looking for is at {href}."
847847 msgstr "El nodo que busca se encuentra en {href}."
848848
849 #: tp/Texinfo/Convert/HTML.pm:6372
849 #: tp/Texinfo/Convert/HTML.pm:6354
850850 msgid " The buttons in the navigation panels have the following meaning:"
851851 msgstr ""
852852 " Los botones de los paneles de navegaci@'on tienen el significado siguiente:"
853853
854 #: tp/Texinfo/Convert/HTML.pm:6378
854 #: tp/Texinfo/Convert/HTML.pm:6360
855855 msgid "Button"
856856 msgstr "Bot@'on"
857857
858 #: tp/Texinfo/Convert/HTML.pm:6379
858 #: tp/Texinfo/Convert/HTML.pm:6361
859859 msgid "Name"
860860 msgstr "Nombre"
861861
862 #: tp/Texinfo/Convert/HTML.pm:6380
862 #: tp/Texinfo/Convert/HTML.pm:6362
863863 msgid "Go to"
864864 msgstr "Ir a"
865865
866 #: tp/Texinfo/Convert/HTML.pm:6381
866 #: tp/Texinfo/Convert/HTML.pm:6363
867867 msgid "From 1.2.3 go to"
868868 msgstr "Desde 1.2.3 ir a"
869869
870 #: tp/Texinfo/Convert/HTML.pm:6407
870 #: tp/Texinfo/Convert/HTML.pm:6389
871871 msgid ""
872872 " where the @strong{ Example } assumes that the current position is at "
873873 "@strong{ Subsubsection One-Two-Three } of a document of the following "
877877 "@strong{ Sub-subsecci@'on uno-dos-tres } de un documento de la estructura "
878878 "siguiente:"
879879
880 #: tp/Texinfo/Convert/HTML.pm:6417
880 #: tp/Texinfo/Convert/HTML.pm:6399
881881 msgid "Section One"
882882 msgstr "Secci@'on Uno"
883883
884 #: tp/Texinfo/Convert/HTML.pm:6419
884 #: tp/Texinfo/Convert/HTML.pm:6401
885885 msgid "Subsection One-One"
886886 msgstr "Subsecci@'on uno-uno"
887887
888 #: tp/Texinfo/Convert/HTML.pm:6426
888 #: tp/Texinfo/Convert/HTML.pm:6408
889889 msgid "Subsection One-Two"
890890 msgstr "Subsecci@'on uno-dos"
891891
892 #: tp/Texinfo/Convert/HTML.pm:6428
892 #: tp/Texinfo/Convert/HTML.pm:6410
893893 msgid "Subsubsection One-Two-One"
894894 msgstr "Sub-subsecci@'on uno-dos-uno"
895895
896 #: tp/Texinfo/Convert/HTML.pm:6429
896 #: tp/Texinfo/Convert/HTML.pm:6411
897897 msgid "Subsubsection One-Two-Two"
898898 msgstr "Sub-subsecci@'on uno-dos-dos"
899899
900 #: tp/Texinfo/Convert/HTML.pm:6430
900 #: tp/Texinfo/Convert/HTML.pm:6412
901901 msgid "Subsubsection One-Two-Three"
902902 msgstr "Sub-subsecci@'on uno-dos-tres"
903903
904 #: tp/Texinfo/Convert/HTML.pm:6432
904 #: tp/Texinfo/Convert/HTML.pm:6414
905905 msgid "Current Position"
906906 msgstr "Posici@'on actual"
907907
908 #: tp/Texinfo/Convert/HTML.pm:6433
908 #: tp/Texinfo/Convert/HTML.pm:6415
909909 msgid "Subsubsection One-Two-Four"
910910 msgstr "Sub-subsecci@'on uno-dos-cuatro"
911911
912 #: tp/Texinfo/Convert/HTML.pm:6436
912 #: tp/Texinfo/Convert/HTML.pm:6418
913913 msgid "Subsection One-Three"
914914 msgstr "Subsecci@'on uno-tres"
915915
916 #: tp/Texinfo/Convert/HTML.pm:6443
916 #: tp/Texinfo/Convert/HTML.pm:6425
917917 msgid "Subsection One-Four"
918918 msgstr "Subsecci@'on uno-cuatro"
919919
920 #: tp/Texinfo/Convert/HTML.pm:6847
920 #: tp/Texinfo/Convert/HTML.pm:6829
921921 msgid "Untitled Document"
922922 msgstr "Documento sin t@'itulo"
923923
924924 #, fuzzy
925925 #~ msgid ""
926 #~ "This document was generated on @emph{{date}} using @uref"
927 #~ "{{program_homepage}, @emph{{program}}}."
926 #~ "This document was generated on @emph{{date}} using "
927 #~ "@uref{{program_homepage}, @emph{{program}}}."
928928 #~ msgstr ""
929 #~ "Este documento se gener@'o el @i{{date}} utilizando @uref"
930 #~ "{{program_homepage}, @i{{program}}}."
929 #~ "Este documento se gener@'o el @i{{date}} utilizando "
930 #~ "@uref{{program_homepage}, @i{{program}}}."
931931
932932 #~ msgid ""
933 #~ "This document was generated using @uref{{program_homepage}, @emph"
934 #~ "{{program}}}."
933 #~ "This document was generated using @uref{{program_homepage}, "
934 #~ "@emph{{program}}}."
935935 #~ msgstr ""
936 #~ "Este documento se gener@'o utilizando @uref{{program_homepage}, @emph"
937 #~ "{{program}}}."
936 #~ "Este documento se gener@'o utilizando @uref{{program_homepage}, "
937 #~ "@emph{{program}}}."
938938
939939 #~ msgid "on @emph{{date}}"
940940 #~ msgstr "el @emph{{date}}"
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-0800\n"
1010 "PO-Revision-Date: 2008-07-20\n"
1111 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
1212 "Language-Team: Unknown\n"
177177 msgid "{float_number}"
178178 msgstr ""
179179
180 #: tp/Texinfo/Convert/DocBook.pm:776
180 #: tp/Texinfo/Convert/DocBook.pm:754
181181 #, perl-brace-format
182182 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
183183 msgstr ""
184184
185 #: tp/Texinfo/Convert/DocBook.pm:781
185 #: tp/Texinfo/Convert/DocBook.pm:759
186186 #, perl-brace-format
187187 msgid "See node @samp{{mynode}}"
188188 msgstr ""
189189
190 #: tp/Texinfo/Convert/DocBook.pm:785
190 #: tp/Texinfo/Convert/DocBook.pm:763
191191 #, perl-brace-format
192192 msgid "See Info file @file{{myfile}}"
193193 msgstr ""
194194
195 #: tp/Texinfo/Convert/DocBook.pm:825
195 #: tp/Texinfo/Convert/DocBook.pm:803
196196 #, fuzzy, perl-brace-format
197197 msgid "section ``{section_name}'' in @cite{{book}}"
198198 msgstr "voir la section `{section}' dans @cite{{book}}"
199199
200 #: tp/Texinfo/Convert/DocBook.pm:830
200 #: tp/Texinfo/Convert/DocBook.pm:808
201201 #, fuzzy, perl-brace-format
202202 msgid "See section ``{section_name}'' in @cite{{book}}"
203203 msgstr "voir la section `{section}' dans @cite{{book}}"
204204
205 #: tp/Texinfo/Convert/DocBook.pm:835
205 #: tp/Texinfo/Convert/DocBook.pm:813
206206 #, fuzzy, perl-brace-format
207207 msgid "see section ``{section_name}'' in @cite{{book}}"
208208 msgstr "voir la section `{section}' dans @cite{{book}}"
209209
210 #: tp/Texinfo/Convert/DocBook.pm:842 tp/Texinfo/Convert/HTML.pm:3236
210 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
211211 #, perl-brace-format
212212 msgid "@cite{{book}}"
213213 msgstr ""
214214
215 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
215 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
216216 #, perl-brace-format
217217 msgid "See @cite{{book}}"
218218 msgstr "Voir @cite{{book}}"
219219
220 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
220 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
221221 #, perl-brace-format
222222 msgid "see @cite{{book}}"
223223 msgstr "voir @cite{{book}}"
224224
225 #: tp/Texinfo/Convert/DocBook.pm:865
225 #: tp/Texinfo/Convert/DocBook.pm:843
226226 #, perl-brace-format
227227 msgid "{title_ref}"
228228 msgstr ""
229229
230 #: tp/Texinfo/Convert/DocBook.pm:870
230 #: tp/Texinfo/Convert/DocBook.pm:848
231231 #, perl-brace-format
232232 msgid "See {title_ref}"
233233 msgstr ""
234234
235 #: tp/Texinfo/Convert/DocBook.pm:875
235 #: tp/Texinfo/Convert/DocBook.pm:853
236236 #, perl-brace-format
237237 msgid "see {title_ref}"
238238 msgstr ""
239239
240 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
240 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
241241 #, perl-brace-format
242242 msgid "{abbr_or_acronym} ({explanation})"
243243 msgstr ""
244244
245 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3542
245 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3524
247247 #, perl-brace-format
248248 msgid "@b{{quotation_arg}:} "
249249 msgstr ""
277277 msgid "@{No value for `{value}'@}"
278278 msgstr ""
279279
280 #: tp/Texinfo/Convert/Plaintext.pm:2268
280 #: tp/Texinfo/Convert/Plaintext.pm:2248
281281 #, perl-brace-format
282282 msgid "* {float_type} {float_number}: {float_label}."
283283 msgstr ""
284284
285 #: tp/Texinfo/Convert/Plaintext.pm:2273
285 #: tp/Texinfo/Convert/Plaintext.pm:2253
286286 #, perl-brace-format
287287 msgid "* {float_type}: {float_label}."
288288 msgstr ""
289289
290 #: tp/Texinfo/Convert/Plaintext.pm:2281
290 #: tp/Texinfo/Convert/Plaintext.pm:2261
291291 #, perl-brace-format
292292 msgid "* {float_number}: {float_label}."
293293 msgstr ""
294294
295 #: tp/Texinfo/Convert/Plaintext.pm:2285
295 #: tp/Texinfo/Convert/Plaintext.pm:2265
296296 #, perl-brace-format
297297 msgid "* : {float_label}."
298298 msgstr ""
299299
300 #: tp/Texinfo/Convert/Plaintext.pm:2482
300 #: tp/Texinfo/Convert/Plaintext.pm:2462
301301 #, perl-brace-format
302302 msgid "@tie{ }-- {category}: {name} {arguments}"
303303 msgstr ""
304304
305 #: tp/Texinfo/Convert/Plaintext.pm:2487
305 #: tp/Texinfo/Convert/Plaintext.pm:2467
306306 #, perl-brace-format
307307 msgid "@tie{ }-- {category}: {name}"
308308 msgstr ""
309309
310 #: tp/Texinfo/Convert/Plaintext.pm:2500
310 #: tp/Texinfo/Convert/Plaintext.pm:2480
311311 #, fuzzy, perl-brace-format
312312 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
313313 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
314314
315 #: tp/Texinfo/Convert/Plaintext.pm:2503
315 #: tp/Texinfo/Convert/Plaintext.pm:2483
316316 #, perl-brace-format
317317 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
318318 msgstr ""
319319
320 #: tp/Texinfo/Convert/Plaintext.pm:2512
320 #: tp/Texinfo/Convert/Plaintext.pm:2492
321321 #, fuzzy, perl-brace-format
322322 msgid "@tie{ }-- {category}:@*{type}@*{name}"
323323 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
324324
325 #: tp/Texinfo/Convert/Plaintext.pm:2515
325 #: tp/Texinfo/Convert/Plaintext.pm:2495
326326 #, perl-brace-format
327327 msgid "@tie{ }-- {category}: {type} {name}"
328328 msgstr ""
329329
330 #: tp/Texinfo/Convert/Plaintext.pm:2523
330 #: tp/Texinfo/Convert/Plaintext.pm:2503
331331 #, perl-brace-format
332332 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
333333 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
334334
335 #: tp/Texinfo/Convert/Plaintext.pm:2529
335 #: tp/Texinfo/Convert/Plaintext.pm:2509
336336 #, perl-brace-format
337337 msgid "@tie{ }-- {category} of {class}: {name}"
338338 msgstr "@tie{ }-- {category} de {class}: {name}"
339339
340 #: tp/Texinfo/Convert/Plaintext.pm:2538
340 #: tp/Texinfo/Convert/Plaintext.pm:2518
341341 #, perl-brace-format
342342 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
343343 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
344344
345 #: tp/Texinfo/Convert/Plaintext.pm:2544
345 #: tp/Texinfo/Convert/Plaintext.pm:2524
346346 #, perl-brace-format
347347 msgid "@tie{ }-- {category} on {class}: {name}"
348348 msgstr "@tie{ }-- {category} de {class}: {name}"
349349
350 #: tp/Texinfo/Convert/Plaintext.pm:2559
350 #: tp/Texinfo/Convert/Plaintext.pm:2539
351351 #, fuzzy, perl-brace-format
352352 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
353353 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
354354
355 #: tp/Texinfo/Convert/Plaintext.pm:2563
355 #: tp/Texinfo/Convert/Plaintext.pm:2543
356356 #, perl-brace-format
357357 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
358358 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
359359
360 #: tp/Texinfo/Convert/Plaintext.pm:2574
360 #: tp/Texinfo/Convert/Plaintext.pm:2554
361361 #, fuzzy, perl-brace-format
362362 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
363363 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
364364
365 #: tp/Texinfo/Convert/Plaintext.pm:2578
365 #: tp/Texinfo/Convert/Plaintext.pm:2558
366366 #, perl-brace-format
367367 msgid "@tie{ }-- {category} on {class}: {type} {name}"
368368 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
369369
370 #: tp/Texinfo/Convert/Plaintext.pm:2592
370 #: tp/Texinfo/Convert/Plaintext.pm:2572
371371 #, fuzzy, perl-brace-format
372372 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
373373 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
374374
375 #: tp/Texinfo/Convert/Plaintext.pm:2596
375 #: tp/Texinfo/Convert/Plaintext.pm:2576
376376 #, perl-brace-format
377377 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
378378 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
379379
380 #: tp/Texinfo/Convert/Plaintext.pm:2607
380 #: tp/Texinfo/Convert/Plaintext.pm:2587
381381 #, fuzzy, perl-brace-format
382382 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
383383 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
384384
385 #: tp/Texinfo/Convert/Plaintext.pm:2611
385 #: tp/Texinfo/Convert/Plaintext.pm:2591
386386 #, perl-brace-format
387387 msgid "@tie{ }-- {category} of {class}: {type} {name}"
388388 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
389389
390 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
390 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
391391 #, perl-brace-format
392392 msgid "@center --- @emph{{author}}\n"
393393 msgstr ""
621621 msgid "{explained_string} ({explanation})"
622622 msgstr ""
623623
624 #: tp/Texinfo/Convert/HTML.pm:3101
624 #: tp/Texinfo/Convert/HTML.pm:3083
625625 #, perl-brace-format
626626 msgid "see section {reference_name}"
627627 msgstr "voir la section {reference_name}"
628628
629 #: tp/Texinfo/Convert/HTML.pm:3104
629 #: tp/Texinfo/Convert/HTML.pm:3086
630630 #, perl-brace-format
631631 msgid "see {reference_name}"
632632 msgstr "voir {reference_name}"
633633
634 #: tp/Texinfo/Convert/HTML.pm:3109
634 #: tp/Texinfo/Convert/HTML.pm:3091
635635 #, perl-brace-format
636636 msgid "See section {reference_name}"
637637 msgstr "Voir la section {reference_name}"
638638
639 #: tp/Texinfo/Convert/HTML.pm:3112
639 #: tp/Texinfo/Convert/HTML.pm:3094
640640 #, perl-brace-format
641641 msgid "See {reference_name}"
642642 msgstr "Voir {reference_name}"
643643
644 #: tp/Texinfo/Convert/HTML.pm:3116
644 #: tp/Texinfo/Convert/HTML.pm:3098
645645 #, perl-brace-format
646646 msgid "{reference_name}"
647647 msgstr ""
648648
649 #: tp/Texinfo/Convert/HTML.pm:3178
649 #: tp/Texinfo/Convert/HTML.pm:3160
650650 #, fuzzy, perl-brace-format
651651 msgid "see {reference} in @cite{{book}}"
652652 msgstr "voir {node_file_href} @cite{{book}}"
653653
654 #: tp/Texinfo/Convert/HTML.pm:3182
654 #: tp/Texinfo/Convert/HTML.pm:3164
655655 #, fuzzy, perl-brace-format
656656 msgid "see @cite{{book_reference}}"
657657 msgstr "voir @cite{{book}}"
658658
659 #: tp/Texinfo/Convert/HTML.pm:3186
659 #: tp/Texinfo/Convert/HTML.pm:3168
660660 #, fuzzy, perl-brace-format
661661 msgid "see `{section}' in @cite{{book}}"
662662 msgstr "section `{section}' dans @cite{{book}}"
663663
664 #: tp/Texinfo/Convert/HTML.pm:3193
664 #: tp/Texinfo/Convert/HTML.pm:3175
665665 #, fuzzy, perl-brace-format
666666 msgid "see {reference}"
667667 msgstr "voir {reference_name}"
668668
669 #: tp/Texinfo/Convert/HTML.pm:3196
669 #: tp/Texinfo/Convert/HTML.pm:3178
670670 #, fuzzy, perl-brace-format
671671 msgid "see `{section}'"
672672 msgstr "Section sup@'erieure"
673673
674 #: tp/Texinfo/Convert/HTML.pm:3201
674 #: tp/Texinfo/Convert/HTML.pm:3183
675675 #, fuzzy, perl-brace-format
676676 msgid "See {reference} in @cite{{book}}"
677677 msgstr "Voir {node_file_href} @cite{{book}}"
678678
679 #: tp/Texinfo/Convert/HTML.pm:3205
679 #: tp/Texinfo/Convert/HTML.pm:3187
680680 #, fuzzy, perl-brace-format
681681 msgid "See @cite{{book_reference}}"
682682 msgstr "Voir @cite{{book}}"
683683
684 #: tp/Texinfo/Convert/HTML.pm:3209
684 #: tp/Texinfo/Convert/HTML.pm:3191
685685 #, fuzzy, perl-brace-format
686686 msgid "See `{section}' in @cite{{book}}"
687687 msgstr "Voir la section `{section}' dans @cite{{book}}"
688688
689 #: tp/Texinfo/Convert/HTML.pm:3216
689 #: tp/Texinfo/Convert/HTML.pm:3198
690690 #, fuzzy, perl-brace-format
691691 msgid "See {reference}"
692692 msgstr "Voir {reference_name}"
693693
694 #: tp/Texinfo/Convert/HTML.pm:3219
694 #: tp/Texinfo/Convert/HTML.pm:3201
695695 #, fuzzy, perl-brace-format
696696 msgid "See `{section}'"
697697 msgstr "Section sup@'erieure"
698698
699 #: tp/Texinfo/Convert/HTML.pm:3224
699 #: tp/Texinfo/Convert/HTML.pm:3206
700700 #, fuzzy, perl-brace-format
701701 msgid "{reference} in @cite{{book}}"
702702 msgstr "voir @cite{{book}}"
703703
704 #: tp/Texinfo/Convert/HTML.pm:3228
704 #: tp/Texinfo/Convert/HTML.pm:3210
705705 #, fuzzy, perl-brace-format
706706 msgid "@cite{{book_reference}}"
707707 msgstr "voir @cite{{book}}"
708708
709 #: tp/Texinfo/Convert/HTML.pm:3232
709 #: tp/Texinfo/Convert/HTML.pm:3214
710710 #, fuzzy, perl-brace-format
711711 msgid "`{section}' in @cite{{book}}"
712712 msgstr "section `{section}' dans @cite{{book}}"
713713
714 #: tp/Texinfo/Convert/HTML.pm:3239
714 #: tp/Texinfo/Convert/HTML.pm:3221
715715 #, fuzzy, perl-brace-format
716716 msgid "{reference}"
717717 msgstr "voir {reference_name}"
718718
719 #: tp/Texinfo/Convert/HTML.pm:3242
719 #: tp/Texinfo/Convert/HTML.pm:3224
720720 #, perl-brace-format
721721 msgid "`{section}'"
722722 msgstr ""
723723
724 #: tp/Texinfo/Convert/HTML.pm:3355
724 #: tp/Texinfo/Convert/HTML.pm:3337
725725 msgid "Jump to"
726726 msgstr "Aller @`a"
727727
728 #: tp/Texinfo/Convert/HTML.pm:3363
728 #: tp/Texinfo/Convert/HTML.pm:3345
729729 msgid "Index Entry"
730730 msgstr "Entr@'ee d'index"
731731
732 #: tp/Texinfo/Convert/HTML.pm:3365
732 #: tp/Texinfo/Convert/HTML.pm:3347
733733 msgid "Section"
734734 msgstr ""
735735
736 #: tp/Texinfo/Convert/HTML.pm:3984
736 #: tp/Texinfo/Convert/HTML.pm:3966
737737 #, perl-brace-format
738738 msgid "{category}: @strong{{name}} @emph{{arguments}}"
739739 msgstr ""
740740
741 #: tp/Texinfo/Convert/HTML.pm:3989
741 #: tp/Texinfo/Convert/HTML.pm:3971
742742 #, perl-brace-format
743743 msgid "{category}: @strong{{name}}"
744744 msgstr ""
745745
746 #: tp/Texinfo/Convert/HTML.pm:4006
746 #: tp/Texinfo/Convert/HTML.pm:3988
747747 #, fuzzy, perl-brace-format
748748 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
749749 msgstr ""
750750 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
751751
752 #: tp/Texinfo/Convert/HTML.pm:4010
752 #: tp/Texinfo/Convert/HTML.pm:3992
753753 #, perl-brace-format
754754 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
755755 msgstr ""
756756
757 #: tp/Texinfo/Convert/HTML.pm:4019
757 #: tp/Texinfo/Convert/HTML.pm:4001
758758 #, fuzzy, perl-brace-format
759759 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
760760 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
761761
762 #: tp/Texinfo/Convert/HTML.pm:4022
762 #: tp/Texinfo/Convert/HTML.pm:4004
763763 #, perl-brace-format
764764 msgid "{category}: @emph{{type}} @strong{{name}}"
765765 msgstr ""
766766
767 #: tp/Texinfo/Convert/HTML.pm:4030
767 #: tp/Texinfo/Convert/HTML.pm:4012
768768 #, perl-brace-format
769769 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
770770 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
771771
772 #: tp/Texinfo/Convert/HTML.pm:4036
772 #: tp/Texinfo/Convert/HTML.pm:4018
773773 #, perl-brace-format
774774 msgid "{category} of {class}: @strong{{name}}"
775775 msgstr "{category} de {class}: @strong{{name}}"
776776
777 #: tp/Texinfo/Convert/HTML.pm:4045
777 #: tp/Texinfo/Convert/HTML.pm:4027
778778 #, perl-brace-format
779779 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
780780 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
781781
782 #: tp/Texinfo/Convert/HTML.pm:4051
782 #: tp/Texinfo/Convert/HTML.pm:4033
783783 #, perl-brace-format
784784 msgid "{category} on {class}: @strong{{name}}"
785785 msgstr "{category} de {class}: @strong{{name}}"
786786
787 #: tp/Texinfo/Convert/HTML.pm:4066
787 #: tp/Texinfo/Convert/HTML.pm:4048
788788 #, fuzzy, perl-brace-format
789789 msgid ""
790790 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
791791 msgstr ""
792792 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
793793
794 #: tp/Texinfo/Convert/HTML.pm:4070
794 #: tp/Texinfo/Convert/HTML.pm:4052
795795 #, perl-brace-format
796796 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr ""
798798 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4081
800 #: tp/Texinfo/Convert/HTML.pm:4063
801801 #, fuzzy, perl-brace-format
802802 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4085
805 #: tp/Texinfo/Convert/HTML.pm:4067
806806 #, perl-brace-format
807807 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:4099
810 #: tp/Texinfo/Convert/HTML.pm:4081
811811 #, fuzzy, perl-brace-format
812812 msgid ""
813813 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
814814 msgstr ""
815815 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
816816
817 #: tp/Texinfo/Convert/HTML.pm:4103
817 #: tp/Texinfo/Convert/HTML.pm:4085
818818 #, perl-brace-format
819819 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
820820 msgstr ""
821821 "{category} de {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
822822
823 #: tp/Texinfo/Convert/HTML.pm:4114
823 #: tp/Texinfo/Convert/HTML.pm:4096
824824 #, fuzzy, perl-brace-format
825825 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
826826 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
827827
828 #: tp/Texinfo/Convert/HTML.pm:4118
828 #: tp/Texinfo/Convert/HTML.pm:4100
829829 #, perl-brace-format
830830 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
831831 msgstr "{category} de {class}: @emph{{type}} @strong{{name}}"
832832
833 #: tp/Texinfo/Convert/HTML.pm:6121
833 #: tp/Texinfo/Convert/HTML.pm:6103
834834 #, perl-brace-format
835835 msgid ""
836 "This document was generated on @emph{@today{}} using @uref"
837 "{{program_homepage}, @emph{{program}}}."
838 msgstr ""
839 "Ce document a @'et@'e g@'en@'er@'e le @emph{{date}} en utilisant @uref"
840 "{{program_homepage}, @emph{{program}}}"
841
842 #: tp/Texinfo/Convert/HTML.pm:6161
836 "This document was generated on @emph{@today{}} using "
837 "@uref{{program_homepage}, @emph{{program}}}."
838 msgstr ""
839 "Ce document a @'et@'e g@'en@'er@'e le @emph{{date}} en utilisant "
840 "@uref{{program_homepage}, @emph{{program}}}"
841
842 #: tp/Texinfo/Convert/HTML.pm:6143
843843 #, perl-brace-format
844844 msgid "{title}: {element_text}"
845845 msgstr ""
846846
847 #: tp/Texinfo/Convert/HTML.pm:6302
847 #: tp/Texinfo/Convert/HTML.pm:6284
848848 #, perl-brace-format
849849 msgid "The node you are looking for is at {href}."
850850 msgstr "Le n@oe{}ud que vous recherchez est ici@ : {href}."
851851
852 #: tp/Texinfo/Convert/HTML.pm:6372
852 #: tp/Texinfo/Convert/HTML.pm:6354
853853 msgid " The buttons in the navigation panels have the following meaning:"
854854 msgstr " Les boutons de navigation ont la signification suivante :"
855855
856 #: tp/Texinfo/Convert/HTML.pm:6378
856 #: tp/Texinfo/Convert/HTML.pm:6360
857857 msgid "Button"
858858 msgstr "Bouton"
859859
860 #: tp/Texinfo/Convert/HTML.pm:6379
860 #: tp/Texinfo/Convert/HTML.pm:6361
861861 msgid "Name"
862862 msgstr "Nom"
863863
864 #: tp/Texinfo/Convert/HTML.pm:6380
864 #: tp/Texinfo/Convert/HTML.pm:6362
865865 msgid "Go to"
866866 msgstr "Aller @`a"
867867
868 #: tp/Texinfo/Convert/HTML.pm:6381
868 #: tp/Texinfo/Convert/HTML.pm:6363
869869 msgid "From 1.2.3 go to"
870870 msgstr "Depuis 1.2.3 aller @`a"
871871
872 #: tp/Texinfo/Convert/HTML.pm:6407
872 #: tp/Texinfo/Convert/HTML.pm:6389
873873 msgid ""
874874 " where the @strong{ Example } assumes that the current position is at "
875875 "@strong{ Subsubsection One-Two-Three } of a document of the following "
878878 " Dans cet exemple on est @`a @strong{ Sous sous section un-deux-trois } "
879879 "dans un document dont la structure est :"
880880
881 #: tp/Texinfo/Convert/HTML.pm:6417
881 #: tp/Texinfo/Convert/HTML.pm:6399
882882 msgid "Section One"
883883 msgstr "Section un"
884884
885 #: tp/Texinfo/Convert/HTML.pm:6419
885 #: tp/Texinfo/Convert/HTML.pm:6401
886886 msgid "Subsection One-One"
887887 msgstr "Sous section un-un"
888888
889 #: tp/Texinfo/Convert/HTML.pm:6426
889 #: tp/Texinfo/Convert/HTML.pm:6408
890890 msgid "Subsection One-Two"
891891 msgstr "Sous section un-deux"
892892
893 #: tp/Texinfo/Convert/HTML.pm:6428
893 #: tp/Texinfo/Convert/HTML.pm:6410
894894 msgid "Subsubsection One-Two-One"
895895 msgstr "Sous sous section un-deux-un"
896896
897 #: tp/Texinfo/Convert/HTML.pm:6429
897 #: tp/Texinfo/Convert/HTML.pm:6411
898898 msgid "Subsubsection One-Two-Two"
899899 msgstr "Sous sous section un-deux-deux"
900900
901 #: tp/Texinfo/Convert/HTML.pm:6430
901 #: tp/Texinfo/Convert/HTML.pm:6412
902902 msgid "Subsubsection One-Two-Three"
903903 msgstr "Sous sous section un-deux-trois"
904904
905 #: tp/Texinfo/Convert/HTML.pm:6432
905 #: tp/Texinfo/Convert/HTML.pm:6414
906906 msgid "Current Position"
907907 msgstr "Position"
908908
909 #: tp/Texinfo/Convert/HTML.pm:6433
909 #: tp/Texinfo/Convert/HTML.pm:6415
910910 msgid "Subsubsection One-Two-Four"
911911 msgstr "Sous sous section un-deux-quatre"
912912
913 #: tp/Texinfo/Convert/HTML.pm:6436
913 #: tp/Texinfo/Convert/HTML.pm:6418
914914 msgid "Subsection One-Three"
915915 msgstr "Sous section un-trois"
916916
917 #: tp/Texinfo/Convert/HTML.pm:6443
917 #: tp/Texinfo/Convert/HTML.pm:6425
918918 msgid "Subsection One-Four"
919919 msgstr "Sous section un-quatre"
920920
921 #: tp/Texinfo/Convert/HTML.pm:6847
921 #: tp/Texinfo/Convert/HTML.pm:6829
922922 msgid "Untitled Document"
923923 msgstr "Document sans titre"
924924
930930
931931 #, fuzzy
932932 #~ msgid ""
933 #~ "This document was generated on @emph{{date}} using @uref"
934 #~ "{{program_homepage}, @emph{{program}}}."
933 #~ "This document was generated on @emph{{date}} using "
934 #~ "@uref{{program_homepage}, @emph{{program}}}."
935935 #~ msgstr ""
936 #~ "Ce document a @'et@'e g@'en@'er@'e le @emph{{date}} en utilisant @uref"
937 #~ "{{program_homepage}, @emph{{program}}}"
936 #~ "Ce document a @'et@'e g@'en@'er@'e le @emph{{date}} en utilisant "
937 #~ "@uref{{program_homepage}, @emph{{program}}}"
938938
939939 #~ msgid ""
940 #~ "This document was generated using @uref{{program_homepage}, @emph"
941 #~ "{{program}}}."
940 #~ "This document was generated using @uref{{program_homepage}, "
941 #~ "@emph{{program}}}."
942942 #~ msgstr ""
943943 #~ "Ce document a @'et@'e g@'en@'er@'e en utilisant @uref{{program_homepage}, "
944944 #~ "@emph{{program}}}."
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-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"
179179 msgid "{float_number}"
180180 msgstr "{style} {number}"
181181
182 #: tp/Texinfo/Convert/DocBook.pm:776
182 #: tp/Texinfo/Convert/DocBook.pm:754
183183 #, perl-brace-format
184184 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
185185 msgstr ""
186186
187 #: tp/Texinfo/Convert/DocBook.pm:781
187 #: tp/Texinfo/Convert/DocBook.pm:759
188188 #, perl-brace-format
189189 msgid "See node @samp{{mynode}}"
190190 msgstr ""
191191
192 #: tp/Texinfo/Convert/DocBook.pm:785
192 #: tp/Texinfo/Convert/DocBook.pm:763
193193 #, perl-brace-format
194194 msgid "See Info file @file{{myfile}}"
195195 msgstr ""
196196
197 #: tp/Texinfo/Convert/DocBook.pm:825
197 #: tp/Texinfo/Convert/DocBook.pm:803
198198 #, fuzzy, perl-brace-format
199199 msgid "section ``{section_name}'' in @cite{{book}}"
200200 msgstr "ld. ezt a szakaszt: `{section}' itt: @cite{{book}}"
201201
202 #: tp/Texinfo/Convert/DocBook.pm:830
202 #: tp/Texinfo/Convert/DocBook.pm:808
203203 #, fuzzy, perl-brace-format
204204 msgid "See section ``{section_name}'' in @cite{{book}}"
205205 msgstr "ld. ezt a szakaszt: `{section}' itt: @cite{{book}}"
206206
207 #: tp/Texinfo/Convert/DocBook.pm:835
207 #: tp/Texinfo/Convert/DocBook.pm:813
208208 #, fuzzy, perl-brace-format
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:842 tp/Texinfo/Convert/HTML.pm:3236
212 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
217 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Ld. @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
222 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "ld. @cite{{book}}"
226226
227 #: tp/Texinfo/Convert/DocBook.pm:865
227 #: tp/Texinfo/Convert/DocBook.pm:843
228228 #, perl-brace-format
229229 msgid "{title_ref}"
230230 msgstr "{title_ref}"
231231
232 #: tp/Texinfo/Convert/DocBook.pm:870
232 #: tp/Texinfo/Convert/DocBook.pm:848
233233 #, perl-brace-format
234234 msgid "See {title_ref}"
235235 msgstr "Ld. {title_ref}"
236236
237 #: tp/Texinfo/Convert/DocBook.pm:875
237 #: tp/Texinfo/Convert/DocBook.pm:853
238238 #, perl-brace-format
239239 msgid "see {title_ref}"
240240 msgstr "ld. {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
243243 #, fuzzy, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{acronym_like} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3542
247 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Nincs értéke ennek: `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2268
282 #: tp/Texinfo/Convert/Plaintext.pm:2248
283283 #, perl-brace-format
284284 msgid "* {float_type} {float_number}: {float_label}."
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2273
287 #: tp/Texinfo/Convert/Plaintext.pm:2253
288288 #, perl-brace-format
289289 msgid "* {float_type}: {float_label}."
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2281
292 #: tp/Texinfo/Convert/Plaintext.pm:2261
293293 #, perl-brace-format
294294 msgid "* {float_number}: {float_label}."
295295 msgstr ""
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2285
297 #: tp/Texinfo/Convert/Plaintext.pm:2265
298298 #, perl-brace-format
299299 msgid "* : {float_label}."
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2482
302 #: tp/Texinfo/Convert/Plaintext.pm:2462
303303 #, perl-brace-format
304304 msgid "@tie{ }-- {category}: {name} {arguments}"
305305 msgstr ""
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2487
307 #: tp/Texinfo/Convert/Plaintext.pm:2467
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2500
312 #: tp/Texinfo/Convert/Plaintext.pm:2480
313313 #, fuzzy, perl-brace-format
314314 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
315315 msgstr "{name} ezen: {class}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2483
318 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2492
323 #, fuzzy, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr "{name} ezen: {class}"
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2495
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
317332 #: tp/Texinfo/Convert/Plaintext.pm:2503
318333 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2512
323 #, fuzzy, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr "{name} ezen: {class}"
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2515
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
332 #: tp/Texinfo/Convert/Plaintext.pm:2523
333 #, perl-brace-format
334334 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
335335 msgstr ""
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2529
337 #: tp/Texinfo/Convert/Plaintext.pm:2509
338338 #, fuzzy, perl-brace-format
339339 msgid "@tie{ }-- {category} of {class}: {name}"
340340 msgstr "{name} típusa: {class}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2538
342 #: tp/Texinfo/Convert/Plaintext.pm:2518
343343 #, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
345345 msgstr ""
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2544
347 #: tp/Texinfo/Convert/Plaintext.pm:2524
348348 #, fuzzy, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {name}"
350350 msgstr "{name} ezen: {class}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2559
352 #: tp/Texinfo/Convert/Plaintext.pm:2539
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
355355 msgstr "{name} ezen: {class}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2563
357 #: tp/Texinfo/Convert/Plaintext.pm:2543
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2574
362 #: tp/Texinfo/Convert/Plaintext.pm:2554
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
365365 msgstr "{name} ezen: {class}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2578
367 #: tp/Texinfo/Convert/Plaintext.pm:2558
368368 #, fuzzy, perl-brace-format
369369 msgid "@tie{ }-- {category} on {class}: {type} {name}"
370370 msgstr "{name} ezen: {class}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2592
372 #: tp/Texinfo/Convert/Plaintext.pm:2572
373373 #, fuzzy, perl-brace-format
374374 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
375375 msgstr "{name} típusa: {class}"
376376
377 #: tp/Texinfo/Convert/Plaintext.pm:2596
377 #: tp/Texinfo/Convert/Plaintext.pm:2576
378378 #, perl-brace-format
379379 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
380380 msgstr ""
381381
382 #: tp/Texinfo/Convert/Plaintext.pm:2607
382 #: tp/Texinfo/Convert/Plaintext.pm:2587
383383 #, fuzzy, perl-brace-format
384384 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
385385 msgstr "{name} típusa: {class}"
386386
387 #: tp/Texinfo/Convert/Plaintext.pm:2611
387 #: tp/Texinfo/Convert/Plaintext.pm:2591
388388 #, fuzzy, perl-brace-format
389389 msgid "@tie{ }-- {category} of {class}: {type} {name}"
390390 msgstr "{name} típusa: {class}"
391391
392 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
392 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
393393 #, perl-brace-format
394394 msgid "@center --- @emph{{author}}\n"
395395 msgstr ""
623623 msgid "{explained_string} ({explanation})"
624624 msgstr "{acronym_like} ({explanation})"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3101
626 #: tp/Texinfo/Convert/HTML.pm:3083
627627 #, perl-brace-format
628628 msgid "see section {reference_name}"
629629 msgstr "ld. ezt a szakaszt: {reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3104
631 #: tp/Texinfo/Convert/HTML.pm:3086
632632 #, perl-brace-format
633633 msgid "see {reference_name}"
634634 msgstr "ld. {reference_name}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3109
636 #: tp/Texinfo/Convert/HTML.pm:3091
637637 #, perl-brace-format
638638 msgid "See section {reference_name}"
639639 msgstr "Ld. ezt a szakaszt: {reference_name}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3112
641 #: tp/Texinfo/Convert/HTML.pm:3094
642642 #, perl-brace-format
643643 msgid "See {reference_name}"
644644 msgstr "Ld. {reference_name}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3116
646 #: tp/Texinfo/Convert/HTML.pm:3098
647647 #, perl-brace-format
648648 msgid "{reference_name}"
649649 msgstr "{reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3160
652652 #, fuzzy, perl-brace-format
653653 msgid "see {reference} in @cite{{book}}"
654654 msgstr "ld. {node_file_href} @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3182
656 #: tp/Texinfo/Convert/HTML.pm:3164
657657 #, fuzzy, perl-brace-format
658658 msgid "see @cite{{book_reference}}"
659659 msgstr "ld. @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3186
661 #: tp/Texinfo/Convert/HTML.pm:3168
662662 #, fuzzy, perl-brace-format
663663 msgid "see `{section}' in @cite{{book}}"
664664 msgstr "szakasz: `{section}' itt: @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3193
666 #: tp/Texinfo/Convert/HTML.pm:3175
667667 #, fuzzy, perl-brace-format
668668 msgid "see {reference}"
669669 msgstr "ld. {reference_name}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3196
671 #: tp/Texinfo/Convert/HTML.pm:3178
672672 #, fuzzy, perl-brace-format
673673 msgid "see `{section}'"
674674 msgstr "Szülő szakasz"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3183
677677 #, fuzzy, perl-brace-format
678678 msgid "See {reference} in @cite{{book}}"
679679 msgstr "See {node_file_href} @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3205
681 #: tp/Texinfo/Convert/HTML.pm:3187
682682 #, fuzzy, perl-brace-format
683683 msgid "See @cite{{book_reference}}"
684684 msgstr "Ld. @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3209
686 #: tp/Texinfo/Convert/HTML.pm:3191
687687 #, fuzzy, perl-brace-format
688688 msgid "See `{section}' in @cite{{book}}"
689689 msgstr "Ld. ezt a szakaszt: `{section}' itt: @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3216
691 #: tp/Texinfo/Convert/HTML.pm:3198
692692 #, fuzzy, perl-brace-format
693693 msgid "See {reference}"
694694 msgstr "Ld. {reference_name}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3219
696 #: tp/Texinfo/Convert/HTML.pm:3201
697697 #, fuzzy, perl-brace-format
698698 msgid "See `{section}'"
699699 msgstr "Szülő szakasz"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3206
702702 #, fuzzy, perl-brace-format
703703 msgid "{reference} in @cite{{book}}"
704704 msgstr "{node_file_href} @cite{{book}}"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3228
706 #: tp/Texinfo/Convert/HTML.pm:3210
707707 #, fuzzy, perl-brace-format
708708 msgid "@cite{{book_reference}}"
709709 msgstr "@cite{{book}}"
710710
711 #: tp/Texinfo/Convert/HTML.pm:3232
711 #: tp/Texinfo/Convert/HTML.pm:3214
712712 #, fuzzy, perl-brace-format
713713 msgid "`{section}' in @cite{{book}}"
714714 msgstr "szakasz: `{section}' itt: @cite{{book}}"
715715
716 #: tp/Texinfo/Convert/HTML.pm:3239
716 #: tp/Texinfo/Convert/HTML.pm:3221
717717 #, fuzzy, perl-brace-format
718718 msgid "{reference}"
719719 msgstr "{reference_name}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:3242
721 #: tp/Texinfo/Convert/HTML.pm:3224
722722 #, fuzzy, perl-brace-format
723723 msgid "`{section}'"
724724 msgstr "Szülő szakasz"
725725
726 #: tp/Texinfo/Convert/HTML.pm:3355
726 #: tp/Texinfo/Convert/HTML.pm:3337
727727 msgid "Jump to"
728728 msgstr "Ugorj ide"
729729
730 #: tp/Texinfo/Convert/HTML.pm:3363
730 #: tp/Texinfo/Convert/HTML.pm:3345
731731 msgid "Index Entry"
732732 msgstr "Tárgymutató-bejegyzés"
733733
734 #: tp/Texinfo/Convert/HTML.pm:3365
734 #: tp/Texinfo/Convert/HTML.pm:3347
735735 msgid "Section"
736736 msgstr "Szakasz"
737737
738 #: tp/Texinfo/Convert/HTML.pm:3984
738 #: tp/Texinfo/Convert/HTML.pm:3966
739739 #, fuzzy, perl-brace-format
740740 msgid "{category}: @strong{{name}} @emph{{arguments}}"
741741 msgstr "{name} típusa: {class}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:3989
743 #: tp/Texinfo/Convert/HTML.pm:3971
744744 #, fuzzy, perl-brace-format
745745 msgid "{category}: @strong{{name}}"
746746 msgstr "{name} ezen: {class}"
747747
748 #: tp/Texinfo/Convert/HTML.pm:4006
748 #: tp/Texinfo/Convert/HTML.pm:3988
749749 #, fuzzy, perl-brace-format
750750 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
751751 msgstr "{name} ezen: {class}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4010
753 #: tp/Texinfo/Convert/HTML.pm:3992
754754 #, fuzzy, perl-brace-format
755755 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
756756 msgstr "{name} ezen: {class}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4019
758 #: tp/Texinfo/Convert/HTML.pm:4001
759759 #, fuzzy, perl-brace-format
760760 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
761761 msgstr "{name} ezen: {class}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4022
763 #: tp/Texinfo/Convert/HTML.pm:4004
764764 #, perl-brace-format
765765 msgid "{category}: @emph{{type}} @strong{{name}}"
766766 msgstr ""
767767
768 #: tp/Texinfo/Convert/HTML.pm:4030
768 #: tp/Texinfo/Convert/HTML.pm:4012
769769 #, fuzzy, perl-brace-format
770770 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
771771 msgstr "{name} típusa: {class}"
772772
773 #: tp/Texinfo/Convert/HTML.pm:4036
773 #: tp/Texinfo/Convert/HTML.pm:4018
774774 #, fuzzy, perl-brace-format
775775 msgid "{category} of {class}: @strong{{name}}"
776776 msgstr "{name} típusa: {class}"
777777
778 #: tp/Texinfo/Convert/HTML.pm:4045
778 #: tp/Texinfo/Convert/HTML.pm:4027
779779 #, fuzzy, perl-brace-format
780780 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
781781 msgstr "{name} ezen: {class}"
782782
783 #: tp/Texinfo/Convert/HTML.pm:4051
783 #: tp/Texinfo/Convert/HTML.pm:4033
784784 #, fuzzy, perl-brace-format
785785 msgid "{category} on {class}: @strong{{name}}"
786786 msgstr "{name} ezen: {class}"
787787
788 #: tp/Texinfo/Convert/HTML.pm:4066
788 #: tp/Texinfo/Convert/HTML.pm:4048
789789 #, fuzzy, perl-brace-format
790790 msgid ""
791791 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792 msgstr "{name} ezen: {class}"
793793
794 #: tp/Texinfo/Convert/HTML.pm:4070
794 #: tp/Texinfo/Convert/HTML.pm:4052
795795 #, fuzzy, perl-brace-format
796796 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr "{name} ezen: {class}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4063
800 #, fuzzy, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr "{name} ezen: {class}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4067
805 #, fuzzy, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr "{name} ezen: {class}"
808
799809 #: tp/Texinfo/Convert/HTML.pm:4081
800 #, fuzzy, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr "{name} ezen: {class}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4085
805 #, fuzzy, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr "{name} ezen: {class}"
808
809 #: tp/Texinfo/Convert/HTML.pm:4099
810810 #, fuzzy, perl-brace-format
811811 msgid ""
812812 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
813813 msgstr "{name} típusa: {class}"
814814
815 #: tp/Texinfo/Convert/HTML.pm:4103
815 #: tp/Texinfo/Convert/HTML.pm:4085
816816 #, fuzzy, perl-brace-format
817817 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
818818 msgstr "{name} típusa: {class}"
819819
820 #: tp/Texinfo/Convert/HTML.pm:4114
820 #: tp/Texinfo/Convert/HTML.pm:4096
821821 #, fuzzy, perl-brace-format
822822 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
823823 msgstr "{name} típusa: {class}"
824824
825 #: tp/Texinfo/Convert/HTML.pm:4118
825 #: tp/Texinfo/Convert/HTML.pm:4100
826826 #, fuzzy, perl-brace-format
827827 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
828828 msgstr "{name} típusa: {class}"
829829
830 #: tp/Texinfo/Convert/HTML.pm:6121
830 #: tp/Texinfo/Convert/HTML.pm:6103
831831 #, fuzzy, perl-brace-format
832832 msgid ""
833 "This document was generated on @emph{@today{}} using @uref"
834 "{{program_homepage}, @emph{{program}}}."
833 "This document was generated on @emph{@today{}} using "
834 "@uref{{program_homepage}, @emph{{program}}}."
835835 msgstr ""
836836 "Ezt a dokumentumot @i{{date}} napon generálta a(z) @uref{{program_homepage}, "
837837 "@i{{program}}}."
838838
839 #: tp/Texinfo/Convert/HTML.pm:6161
839 #: tp/Texinfo/Convert/HTML.pm:6143
840840 #, perl-brace-format
841841 msgid "{title}: {element_text}"
842842 msgstr ""
843843
844 #: tp/Texinfo/Convert/HTML.pm:6302
844 #: tp/Texinfo/Convert/HTML.pm:6284
845845 #, perl-brace-format
846846 msgid "The node you are looking for is at {href}."
847847 msgstr "A keresett csomópont itt található: {href}."
848848
849 #: tp/Texinfo/Convert/HTML.pm:6372
849 #: tp/Texinfo/Convert/HTML.pm:6354
850850 msgid " The buttons in the navigation panels have the following meaning:"
851851 msgstr " A navigációs panelen levő gombok jelentése a következő:"
852852
853 #: tp/Texinfo/Convert/HTML.pm:6378
853 #: tp/Texinfo/Convert/HTML.pm:6360
854854 msgid "Button"
855855 msgstr "Gomb"
856856
857 #: tp/Texinfo/Convert/HTML.pm:6379
857 #: tp/Texinfo/Convert/HTML.pm:6361
858858 msgid "Name"
859859 msgstr "Név"
860860
861 #: tp/Texinfo/Convert/HTML.pm:6380
861 #: tp/Texinfo/Convert/HTML.pm:6362
862862 msgid "Go to"
863863 msgstr "Cél"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6381
865 #: tp/Texinfo/Convert/HTML.pm:6363
866866 msgid "From 1.2.3 go to"
867867 msgstr "1.2.3-ból ide jutunk"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6407
869 #: tp/Texinfo/Convert/HTML.pm:6389
870870 msgid ""
871871 " where the @strong{ Example } assumes that the current position is at "
872872 "@strong{ Subsubsection One-Two-Three } of a document of the following "
875875 " @strong{ Példánkban } az aktuális pozíció az @strong{ 1.2.3 alalszakasz } "
876876 "egy olyan dokumentumban, melynek szerkezete a következő:"
877877
878 #: tp/Texinfo/Convert/HTML.pm:6417
878 #: tp/Texinfo/Convert/HTML.pm:6399
879879 msgid "Section One"
880880 msgstr "szakasz"
881881
882 #: tp/Texinfo/Convert/HTML.pm:6419
882 #: tp/Texinfo/Convert/HTML.pm:6401
883883 msgid "Subsection One-One"
884884 msgstr "alszakasz"
885885
886 #: tp/Texinfo/Convert/HTML.pm:6426
886 #: tp/Texinfo/Convert/HTML.pm:6408
887887 msgid "Subsection One-Two"
888888 msgstr "alszakasz"
889889
890 #: tp/Texinfo/Convert/HTML.pm:6428
890 #: tp/Texinfo/Convert/HTML.pm:6410
891891 msgid "Subsubsection One-Two-One"
892892 msgstr "alalszakasz"
893893
894 #: tp/Texinfo/Convert/HTML.pm:6429
894 #: tp/Texinfo/Convert/HTML.pm:6411
895895 msgid "Subsubsection One-Two-Two"
896896 msgstr "alalszakasz"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6430
898 #: tp/Texinfo/Convert/HTML.pm:6412
899899 msgid "Subsubsection One-Two-Three"
900900 msgstr "alalszakasz"
901901
902 #: tp/Texinfo/Convert/HTML.pm:6432
902 #: tp/Texinfo/Convert/HTML.pm:6414
903903 msgid "Current Position"
904904 msgstr "Aktuális pozíció"
905905
906 #: tp/Texinfo/Convert/HTML.pm:6433
906 #: tp/Texinfo/Convert/HTML.pm:6415
907907 msgid "Subsubsection One-Two-Four"
908908 msgstr "alalszakasz"
909909
910 #: tp/Texinfo/Convert/HTML.pm:6436
910 #: tp/Texinfo/Convert/HTML.pm:6418
911911 msgid "Subsection One-Three"
912912 msgstr "alszakasz"
913913
914 #: tp/Texinfo/Convert/HTML.pm:6443
914 #: tp/Texinfo/Convert/HTML.pm:6425
915915 msgid "Subsection One-Four"
916916 msgstr "alszakasz"
917917
918 #: tp/Texinfo/Convert/HTML.pm:6847
918 #: tp/Texinfo/Convert/HTML.pm:6829
919919 msgid "Untitled Document"
920920 msgstr "Névtelen dokumentum"
921921
935935
936936 #, fuzzy
937937 #~ msgid ""
938 #~ "This document was generated on @emph{{date}} using @uref"
939 #~ "{{program_homepage}, @emph{{program}}}."
938 #~ "This document was generated on @emph{{date}} using "
939 #~ "@uref{{program_homepage}, @emph{{program}}}."
940940 #~ msgstr ""
941 #~ "Ezt a dokumentumot @i{{date}} napon generálta a(z) @uref"
942 #~ "{{program_homepage}, @i{{program}}}."
941 #~ "Ezt a dokumentumot @i{{date}} napon generálta a(z) "
942 #~ "@uref{{program_homepage}, @i{{program}}}."
943943
944944 #~ msgid ""
945 #~ "This document was generated using @uref{{program_homepage}, @emph"
946 #~ "{{program}}}."
945 #~ "This document was generated using @uref{{program_homepage}, "
946 #~ "@emph{{program}}}."
947947 #~ msgstr ""
948948 #~ "Ezt a dokumentumot a(z) @uref{{program_homepage}, @emph{{program}}} "
949949 #~ "generálta."
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-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"
179179 msgid "{float_number}"
180180 msgstr "{style} {number}"
181181
182 #: tp/Texinfo/Convert/DocBook.pm:776
182 #: tp/Texinfo/Convert/DocBook.pm:754
183183 #, perl-brace-format
184184 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
185185 msgstr ""
186186
187 #: tp/Texinfo/Convert/DocBook.pm:781
187 #: tp/Texinfo/Convert/DocBook.pm:759
188188 #, perl-brace-format
189189 msgid "See node @samp{{mynode}}"
190190 msgstr ""
191191
192 #: tp/Texinfo/Convert/DocBook.pm:785
192 #: tp/Texinfo/Convert/DocBook.pm:763
193193 #, perl-brace-format
194194 msgid "See Info file @file{{myfile}}"
195195 msgstr ""
196196
197 #: tp/Texinfo/Convert/DocBook.pm:825
197 #: tp/Texinfo/Convert/DocBook.pm:803
198198 #, fuzzy, perl-brace-format
199199 msgid "section ``{section_name}'' in @cite{{book}}"
200200 msgstr "vedi la sezione `{section}' in @cite{{book}}"
201201
202 #: tp/Texinfo/Convert/DocBook.pm:830
202 #: tp/Texinfo/Convert/DocBook.pm:808
203203 #, fuzzy, perl-brace-format
204204 msgid "See section ``{section_name}'' in @cite{{book}}"
205205 msgstr "vedi la sezione `{section}' in @cite{{book}}"
206206
207 #: tp/Texinfo/Convert/DocBook.pm:835
207 #: tp/Texinfo/Convert/DocBook.pm:813
208208 #, fuzzy, perl-brace-format
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:842 tp/Texinfo/Convert/HTML.pm:3236
212 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr "@cite{{book}}"
216216
217 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
217 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Vedi @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
222 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "vedi @cite{{book}}"
226226
227 #: tp/Texinfo/Convert/DocBook.pm:865
227 #: tp/Texinfo/Convert/DocBook.pm:843
228228 #, perl-brace-format
229229 msgid "{title_ref}"
230230 msgstr "{title_ref}"
231231
232 #: tp/Texinfo/Convert/DocBook.pm:870
232 #: tp/Texinfo/Convert/DocBook.pm:848
233233 #, perl-brace-format
234234 msgid "See {title_ref}"
235235 msgstr "Vedi {title_ref}"
236236
237 #: tp/Texinfo/Convert/DocBook.pm:875
237 #: tp/Texinfo/Convert/DocBook.pm:853
238238 #, perl-brace-format
239239 msgid "see {title_ref}"
240240 msgstr "vedi {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
243243 #, fuzzy, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{acronym_like} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3542
247 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr "@b{{quotation_arg}:} "
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Nessun valore per `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2268
282 #: tp/Texinfo/Convert/Plaintext.pm:2248
283283 #, perl-brace-format
284284 msgid "* {float_type} {float_number}: {float_label}."
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2273
287 #: tp/Texinfo/Convert/Plaintext.pm:2253
288288 #, perl-brace-format
289289 msgid "* {float_type}: {float_label}."
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2281
292 #: tp/Texinfo/Convert/Plaintext.pm:2261
293293 #, perl-brace-format
294294 msgid "* {float_number}: {float_label}."
295295 msgstr ""
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2285
297 #: tp/Texinfo/Convert/Plaintext.pm:2265
298298 #, perl-brace-format
299299 msgid "* : {float_label}."
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2482
302 #: tp/Texinfo/Convert/Plaintext.pm:2462
303303 #, perl-brace-format
304304 msgid "@tie{ }-- {category}: {name} {arguments}"
305305 msgstr ""
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2487
307 #: tp/Texinfo/Convert/Plaintext.pm:2467
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2500
312 #: tp/Texinfo/Convert/Plaintext.pm:2480
313313 #, fuzzy, perl-brace-format
314314 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
315315 msgstr "{name} in {class}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2483
318 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2492
323 #, fuzzy, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr "{name} in {class}"
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2495
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
317332 #: tp/Texinfo/Convert/Plaintext.pm:2503
318333 #, perl-brace-format
319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320 msgstr ""
321
322 #: tp/Texinfo/Convert/Plaintext.pm:2512
323 #, fuzzy, perl-brace-format
324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325 msgstr "{name} in {class}"
326
327 #: tp/Texinfo/Convert/Plaintext.pm:2515
328 #, perl-brace-format
329 msgid "@tie{ }-- {category}: {type} {name}"
330 msgstr ""
331
332 #: tp/Texinfo/Convert/Plaintext.pm:2523
333 #, perl-brace-format
334334 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
335335 msgstr ""
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2529
337 #: tp/Texinfo/Convert/Plaintext.pm:2509
338338 #, fuzzy, perl-brace-format
339339 msgid "@tie{ }-- {category} of {class}: {name}"
340340 msgstr "{name} di {class}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2538
342 #: tp/Texinfo/Convert/Plaintext.pm:2518
343343 #, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
345345 msgstr ""
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2544
347 #: tp/Texinfo/Convert/Plaintext.pm:2524
348348 #, fuzzy, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {name}"
350350 msgstr "{name} in {class}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2559
352 #: tp/Texinfo/Convert/Plaintext.pm:2539
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
355355 msgstr "{name} in {class}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2563
357 #: tp/Texinfo/Convert/Plaintext.pm:2543
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2574
362 #: tp/Texinfo/Convert/Plaintext.pm:2554
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
365365 msgstr "{name} in {class}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2578
367 #: tp/Texinfo/Convert/Plaintext.pm:2558
368368 #, fuzzy, perl-brace-format
369369 msgid "@tie{ }-- {category} on {class}: {type} {name}"
370370 msgstr "{name} in {class}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2592
372 #: tp/Texinfo/Convert/Plaintext.pm:2572
373373 #, fuzzy, perl-brace-format
374374 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
375375 msgstr "{name} di {class}"
376376
377 #: tp/Texinfo/Convert/Plaintext.pm:2596
377 #: tp/Texinfo/Convert/Plaintext.pm:2576
378378 #, perl-brace-format
379379 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
380380 msgstr ""
381381
382 #: tp/Texinfo/Convert/Plaintext.pm:2607
382 #: tp/Texinfo/Convert/Plaintext.pm:2587
383383 #, fuzzy, perl-brace-format
384384 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
385385 msgstr "{name} di {class}"
386386
387 #: tp/Texinfo/Convert/Plaintext.pm:2611
387 #: tp/Texinfo/Convert/Plaintext.pm:2591
388388 #, fuzzy, perl-brace-format
389389 msgid "@tie{ }-- {category} of {class}: {type} {name}"
390390 msgstr "{name} di {class}"
391391
392 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
392 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
393393 #, perl-brace-format
394394 msgid "@center --- @emph{{author}}\n"
395395 msgstr ""
623623 msgid "{explained_string} ({explanation})"
624624 msgstr "{acronym_like} ({explanation})"
625625
626 #: tp/Texinfo/Convert/HTML.pm:3101
626 #: tp/Texinfo/Convert/HTML.pm:3083
627627 #, perl-brace-format
628628 msgid "see section {reference_name}"
629629 msgstr "vedi la sezione {reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3104
631 #: tp/Texinfo/Convert/HTML.pm:3086
632632 #, perl-brace-format
633633 msgid "see {reference_name}"
634634 msgstr "vedi {reference_name}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3109
636 #: tp/Texinfo/Convert/HTML.pm:3091
637637 #, perl-brace-format
638638 msgid "See section {reference_name}"
639639 msgstr "Vedi la sezione {reference_name}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3112
641 #: tp/Texinfo/Convert/HTML.pm:3094
642642 #, perl-brace-format
643643 msgid "See {reference_name}"
644644 msgstr "Vedi {reference_name}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3116
646 #: tp/Texinfo/Convert/HTML.pm:3098
647647 #, perl-brace-format
648648 msgid "{reference_name}"
649649 msgstr "{reference_name}"
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3160
652652 #, fuzzy, perl-brace-format
653653 msgid "see {reference} in @cite{{book}}"
654654 msgstr "vedi {node_file_href} @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3182
656 #: tp/Texinfo/Convert/HTML.pm:3164
657657 #, fuzzy, perl-brace-format
658658 msgid "see @cite{{book_reference}}"
659659 msgstr "vedi @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3186
661 #: tp/Texinfo/Convert/HTML.pm:3168
662662 #, fuzzy, perl-brace-format
663663 msgid "see `{section}' in @cite{{book}}"
664664 msgstr "sezione `{section}' in @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3193
666 #: tp/Texinfo/Convert/HTML.pm:3175
667667 #, fuzzy, perl-brace-format
668668 msgid "see {reference}"
669669 msgstr "vedi {reference_name}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3196
671 #: tp/Texinfo/Convert/HTML.pm:3178
672672 #, fuzzy, perl-brace-format
673673 msgid "see `{section}'"
674674 msgstr "Sezione superiore"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3183
677677 #, fuzzy, perl-brace-format
678678 msgid "See {reference} in @cite{{book}}"
679679 msgstr "Vedi {node_file_href} @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3205
681 #: tp/Texinfo/Convert/HTML.pm:3187
682682 #, fuzzy, perl-brace-format
683683 msgid "See @cite{{book_reference}}"
684684 msgstr "Vedi @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3209
686 #: tp/Texinfo/Convert/HTML.pm:3191
687687 #, fuzzy, perl-brace-format
688688 msgid "See `{section}' in @cite{{book}}"
689689 msgstr "Vedi la sezione `{section}' in @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3216
691 #: tp/Texinfo/Convert/HTML.pm:3198
692692 #, fuzzy, perl-brace-format
693693 msgid "See {reference}"
694694 msgstr "Vedi {reference_name}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3219
696 #: tp/Texinfo/Convert/HTML.pm:3201
697697 #, fuzzy, perl-brace-format
698698 msgid "See `{section}'"
699699 msgstr "Sezione superiore"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3206
702702 #, fuzzy, perl-brace-format
703703 msgid "{reference} in @cite{{book}}"
704704 msgstr "{node_file_href} @cite{{book}}"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3228
706 #: tp/Texinfo/Convert/HTML.pm:3210
707707 #, fuzzy, perl-brace-format
708708 msgid "@cite{{book_reference}}"
709709 msgstr "@cite{{book}}"
710710
711 #: tp/Texinfo/Convert/HTML.pm:3232
711 #: tp/Texinfo/Convert/HTML.pm:3214
712712 #, fuzzy, perl-brace-format
713713 msgid "`{section}' in @cite{{book}}"
714714 msgstr "sezione `{section}' in @cite{{book}}"
715715
716 #: tp/Texinfo/Convert/HTML.pm:3239
716 #: tp/Texinfo/Convert/HTML.pm:3221
717717 #, fuzzy, perl-brace-format
718718 msgid "{reference}"
719719 msgstr "{reference_name}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:3242
721 #: tp/Texinfo/Convert/HTML.pm:3224
722722 #, fuzzy, perl-brace-format
723723 msgid "`{section}'"
724724 msgstr "Sezione superiore"
725725
726 #: tp/Texinfo/Convert/HTML.pm:3355
726 #: tp/Texinfo/Convert/HTML.pm:3337
727727 msgid "Jump to"
728728 msgstr "Salta a"
729729
730 #: tp/Texinfo/Convert/HTML.pm:3363
730 #: tp/Texinfo/Convert/HTML.pm:3345
731731 msgid "Index Entry"
732732 msgstr "Voce dell'indice"
733733
734 #: tp/Texinfo/Convert/HTML.pm:3365
734 #: tp/Texinfo/Convert/HTML.pm:3347
735735 msgid "Section"
736736 msgstr "Sezione"
737737
738 #: tp/Texinfo/Convert/HTML.pm:3984
738 #: tp/Texinfo/Convert/HTML.pm:3966
739739 #, fuzzy, perl-brace-format
740740 msgid "{category}: @strong{{name}} @emph{{arguments}}"
741741 msgstr "{name} di {class}"
742742
743 #: tp/Texinfo/Convert/HTML.pm:3989
743 #: tp/Texinfo/Convert/HTML.pm:3971
744744 #, fuzzy, perl-brace-format
745745 msgid "{category}: @strong{{name}}"
746746 msgstr "{name} in {class}"
747747
748 #: tp/Texinfo/Convert/HTML.pm:4006
748 #: tp/Texinfo/Convert/HTML.pm:3988
749749 #, fuzzy, perl-brace-format
750750 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
751751 msgstr "{name} in {class}"
752752
753 #: tp/Texinfo/Convert/HTML.pm:4010
753 #: tp/Texinfo/Convert/HTML.pm:3992
754754 #, fuzzy, perl-brace-format
755755 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
756756 msgstr "{name} in {class}"
757757
758 #: tp/Texinfo/Convert/HTML.pm:4019
758 #: tp/Texinfo/Convert/HTML.pm:4001
759759 #, fuzzy, perl-brace-format
760760 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
761761 msgstr "{name} in {class}"
762762
763 #: tp/Texinfo/Convert/HTML.pm:4022
763 #: tp/Texinfo/Convert/HTML.pm:4004
764764 #, perl-brace-format
765765 msgid "{category}: @emph{{type}} @strong{{name}}"
766766 msgstr ""
767767
768 #: tp/Texinfo/Convert/HTML.pm:4030
768 #: tp/Texinfo/Convert/HTML.pm:4012
769769 #, fuzzy, perl-brace-format
770770 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
771771 msgstr "{name} di {class}"
772772
773 #: tp/Texinfo/Convert/HTML.pm:4036
773 #: tp/Texinfo/Convert/HTML.pm:4018
774774 #, fuzzy, perl-brace-format
775775 msgid "{category} of {class}: @strong{{name}}"
776776 msgstr "{name} di {class}"
777777
778 #: tp/Texinfo/Convert/HTML.pm:4045
778 #: tp/Texinfo/Convert/HTML.pm:4027
779779 #, fuzzy, perl-brace-format
780780 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
781781 msgstr "{name} in {class}"
782782
783 #: tp/Texinfo/Convert/HTML.pm:4051
783 #: tp/Texinfo/Convert/HTML.pm:4033
784784 #, fuzzy, perl-brace-format
785785 msgid "{category} on {class}: @strong{{name}}"
786786 msgstr "{name} in {class}"
787787
788 #: tp/Texinfo/Convert/HTML.pm:4066
788 #: tp/Texinfo/Convert/HTML.pm:4048
789789 #, fuzzy, perl-brace-format
790790 msgid ""
791791 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
792792 msgstr "{name} in {class}"
793793
794 #: tp/Texinfo/Convert/HTML.pm:4070
794 #: tp/Texinfo/Convert/HTML.pm:4052
795795 #, fuzzy, perl-brace-format
796796 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
797797 msgstr "{name} in {class}"
798798
799 #: tp/Texinfo/Convert/HTML.pm:4063
800 #, fuzzy, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr "{name} in {class}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4067
805 #, fuzzy, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr "{name} in {class}"
808
799809 #: tp/Texinfo/Convert/HTML.pm:4081
800 #, fuzzy, perl-brace-format
801 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
802 msgstr "{name} in {class}"
803
804 #: tp/Texinfo/Convert/HTML.pm:4085
805 #, fuzzy, perl-brace-format
806 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
807 msgstr "{name} in {class}"
808
809 #: tp/Texinfo/Convert/HTML.pm:4099
810810 #, fuzzy, perl-brace-format
811811 msgid ""
812812 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
813813 msgstr "{name} di {class}"
814814
815 #: tp/Texinfo/Convert/HTML.pm:4103
815 #: tp/Texinfo/Convert/HTML.pm:4085
816816 #, fuzzy, perl-brace-format
817817 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
818818 msgstr "{name} di {class}"
819819
820 #: tp/Texinfo/Convert/HTML.pm:4114
820 #: tp/Texinfo/Convert/HTML.pm:4096
821821 #, fuzzy, perl-brace-format
822822 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
823823 msgstr "{name} di {class}"
824824
825 #: tp/Texinfo/Convert/HTML.pm:4118
825 #: tp/Texinfo/Convert/HTML.pm:4100
826826 #, fuzzy, perl-brace-format
827827 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
828828 msgstr "{name} di {class}"
829829
830 #: tp/Texinfo/Convert/HTML.pm:6121
830 #: tp/Texinfo/Convert/HTML.pm:6103
831831 #, fuzzy, perl-brace-format
832832 msgid ""
833 "This document was generated on @emph{@today{}} using @uref"
834 "{{program_homepage}, @emph{{program}}}."
835 msgstr ""
836 "Questo documento è stato generato il @i{{date}} con @uref"
837 "{{program_homepage}, @i{{program}}}."
838
839 #: tp/Texinfo/Convert/HTML.pm:6161
833 "This document was generated on @emph{@today{}} using "
834 "@uref{{program_homepage}, @emph{{program}}}."
835 msgstr ""
836 "Questo documento è stato generato il @i{{date}} con "
837 "@uref{{program_homepage}, @i{{program}}}."
838
839 #: tp/Texinfo/Convert/HTML.pm:6143
840840 #, perl-brace-format
841841 msgid "{title}: {element_text}"
842842 msgstr ""
843843
844 #: tp/Texinfo/Convert/HTML.pm:6302
844 #: tp/Texinfo/Convert/HTML.pm:6284
845845 #, perl-brace-format
846846 msgid "The node you are looking for is at {href}."
847847 msgstr "Il nodo che stai cercando è {href}"
848848
849 #: tp/Texinfo/Convert/HTML.pm:6372
849 #: tp/Texinfo/Convert/HTML.pm:6354
850850 msgid " The buttons in the navigation panels have the following meaning:"
851851 msgstr " I bottoni nei pannelli di navigazione hanno il seguente significato:"
852852
853 #: tp/Texinfo/Convert/HTML.pm:6378
853 #: tp/Texinfo/Convert/HTML.pm:6360
854854 msgid "Button"
855855 msgstr "Bottone"
856856
857 #: tp/Texinfo/Convert/HTML.pm:6379
857 #: tp/Texinfo/Convert/HTML.pm:6361
858858 msgid "Name"
859859 msgstr "Nome"
860860
861 #: tp/Texinfo/Convert/HTML.pm:6380
861 #: tp/Texinfo/Convert/HTML.pm:6362
862862 msgid "Go to"
863863 msgstr "Vai a"
864864
865 #: tp/Texinfo/Convert/HTML.pm:6381
865 #: tp/Texinfo/Convert/HTML.pm:6363
866866 msgid "From 1.2.3 go to"
867867 msgstr "Da 1.2.3 vai a"
868868
869 #: tp/Texinfo/Convert/HTML.pm:6407
869 #: tp/Texinfo/Convert/HTML.pm:6389
870870 msgid ""
871871 " where the @strong{ Example } assumes that the current position is at "
872872 "@strong{ Subsubsection One-Two-Three } of a document of the following "
873873 "structure:"
874874 msgstr ""
875 " dove @strong{ Esempio } assume che l'attuale posizione è alla @strong"
876 "{ Sottosottosezione Uno-Due-Tre } di un documento che ha la seguente "
875 " dove @strong{ Esempio } assume che l'attuale posizione è alla "
876 "@strong{ Sottosottosezione Uno-Due-Tre } di un documento che ha la seguente "
877877 "struttura:"
878878
879 #: tp/Texinfo/Convert/HTML.pm:6417
879 #: tp/Texinfo/Convert/HTML.pm:6399
880880 msgid "Section One"
881881 msgstr "Sezione uno"
882882
883 #: tp/Texinfo/Convert/HTML.pm:6419
883 #: tp/Texinfo/Convert/HTML.pm:6401
884884 msgid "Subsection One-One"
885885 msgstr "Sottosezione Uno-Uno"
886886
887 #: tp/Texinfo/Convert/HTML.pm:6426
887 #: tp/Texinfo/Convert/HTML.pm:6408
888888 msgid "Subsection One-Two"
889889 msgstr "Sottosezione Uno-Due"
890890
891 #: tp/Texinfo/Convert/HTML.pm:6428
891 #: tp/Texinfo/Convert/HTML.pm:6410
892892 msgid "Subsubsection One-Two-One"
893893 msgstr "Sottosottosezione Uno-Due-Uno"
894894
895 #: tp/Texinfo/Convert/HTML.pm:6429
895 #: tp/Texinfo/Convert/HTML.pm:6411
896896 msgid "Subsubsection One-Two-Two"
897897 msgstr "Sottosottosezione Uno-Due-Due"
898898
899 #: tp/Texinfo/Convert/HTML.pm:6430
899 #: tp/Texinfo/Convert/HTML.pm:6412
900900 msgid "Subsubsection One-Two-Three"
901901 msgstr "Sottosottosezione Uno-Due-Tre"
902902
903 #: tp/Texinfo/Convert/HTML.pm:6432
903 #: tp/Texinfo/Convert/HTML.pm:6414
904904 msgid "Current Position"
905905 msgstr "Posizione Attuale"
906906
907 #: tp/Texinfo/Convert/HTML.pm:6433
907 #: tp/Texinfo/Convert/HTML.pm:6415
908908 msgid "Subsubsection One-Two-Four"
909909 msgstr "Sottosottosezione Uno-Due-Quattro"
910910
911 #: tp/Texinfo/Convert/HTML.pm:6436
911 #: tp/Texinfo/Convert/HTML.pm:6418
912912 msgid "Subsection One-Three"
913913 msgstr "Sottosezione Uno-Tre"
914914
915 #: tp/Texinfo/Convert/HTML.pm:6443
915 #: tp/Texinfo/Convert/HTML.pm:6425
916916 msgid "Subsection One-Four"
917917 msgstr "Sottosezione Uno-Quattro"
918918
919 #: tp/Texinfo/Convert/HTML.pm:6847
919 #: tp/Texinfo/Convert/HTML.pm:6829
920920 msgid "Untitled Document"
921921 msgstr "Documento senza titolo"
922922
934934
935935 #, fuzzy
936936 #~ msgid ""
937 #~ "This document was generated on @emph{{date}} using @uref"
938 #~ "{{program_homepage}, @emph{{program}}}."
937 #~ "This document was generated on @emph{{date}} using "
938 #~ "@uref{{program_homepage}, @emph{{program}}}."
939939 #~ msgstr ""
940 #~ "Questo documento è stato generato il @i{{date}} con @uref"
941 #~ "{{program_homepage}, @i{{program}}}."
940 #~ "Questo documento è stato generato il @i{{date}} con "
941 #~ "@uref{{program_homepage}, @i{{program}}}."
942942
943943 #~ msgid ""
944 #~ "This document was generated using @uref{{program_homepage}, @emph"
945 #~ "{{program}}}."
944 #~ "This document was generated using @uref{{program_homepage}, "
945 #~ "@emph{{program}}}."
946946 #~ msgstr ""
947 #~ "Questo documento è stato generato con @uref{{program_homepage}, @emph"
948 #~ "{{program}}}."
947 #~ "Questo documento è stato generato con @uref{{program_homepage}, "
948 #~ "@emph{{program}}}."
949949
950950 #~ msgid "{style} {number}"
951951 #~ msgstr "{style} {number}"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-0800\n"
1010 "PO-Revision-Date: 2007-02-05\n"
1111 "Last-Translator: Unknown\n"
1212 "Language-Team: Unknown\n"
178178 msgid "{float_number}"
179179 msgstr ""
180180
181 #: tp/Texinfo/Convert/DocBook.pm:776
181 #: tp/Texinfo/Convert/DocBook.pm:754
182182 #, perl-brace-format
183183 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
184184 msgstr ""
185185
186 #: tp/Texinfo/Convert/DocBook.pm:781
186 #: tp/Texinfo/Convert/DocBook.pm:759
187187 #, perl-brace-format
188188 msgid "See node @samp{{mynode}}"
189189 msgstr ""
190190
191 #: tp/Texinfo/Convert/DocBook.pm:785
191 #: tp/Texinfo/Convert/DocBook.pm:763
192192 #, perl-brace-format
193193 msgid "See Info file @file{{myfile}}"
194194 msgstr ""
195195
196 #: tp/Texinfo/Convert/DocBook.pm:825
196 #: tp/Texinfo/Convert/DocBook.pm:803
197197 #, fuzzy, perl-brace-format
198198 msgid "section ``{section_name}'' in @cite{{book}}"
199199 msgstr "@cite{{book}}の `{section}' "
200200
201 #: tp/Texinfo/Convert/DocBook.pm:830
201 #: tp/Texinfo/Convert/DocBook.pm:808
202202 #, fuzzy, perl-brace-format
203203 msgid "See section ``{section_name}'' in @cite{{book}}"
204204 msgstr "@cite{{book}}の `{section}' "
205205
206 #: tp/Texinfo/Convert/DocBook.pm:835
206 #: tp/Texinfo/Convert/DocBook.pm:813
207207 #, fuzzy, perl-brace-format
208208 msgid "see section ``{section_name}'' in @cite{{book}}"
209209 msgstr "@cite{{book}}の `{section}' "
210210
211 #: tp/Texinfo/Convert/DocBook.pm:842 tp/Texinfo/Convert/HTML.pm:3236
211 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
212212 #, perl-brace-format
213213 msgid "@cite{{book}}"
214214 msgstr ""
215215
216 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
216 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
217217 #, perl-brace-format
218218 msgid "See @cite{{book}}"
219219 msgstr ""
220220
221 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
221 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
222222 #, perl-brace-format
223223 msgid "see @cite{{book}}"
224224 msgstr ""
225225
226 #: tp/Texinfo/Convert/DocBook.pm:865
226 #: tp/Texinfo/Convert/DocBook.pm:843
227227 #, perl-brace-format
228228 msgid "{title_ref}"
229229 msgstr ""
230230
231 #: tp/Texinfo/Convert/DocBook.pm:870
231 #: tp/Texinfo/Convert/DocBook.pm:848
232232 #, perl-brace-format
233233 msgid "See {title_ref}"
234234 msgstr ""
235235
236 #: tp/Texinfo/Convert/DocBook.pm:875
236 #: tp/Texinfo/Convert/DocBook.pm:853
237237 #, perl-brace-format
238238 msgid "see {title_ref}"
239239 msgstr ""
240240
241 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
241 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
242242 #, perl-brace-format
243243 msgid "{abbr_or_acronym} ({explanation})"
244244 msgstr ""
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
247 #: tp/Texinfo/Convert/HTML.pm:3542
246 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
247 #: tp/Texinfo/Convert/HTML.pm:3524
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
250250 msgstr ""
278278 msgid "@{No value for `{value}'@}"
279279 msgstr ""
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2268
281 #: tp/Texinfo/Convert/Plaintext.pm:2248
282282 #, perl-brace-format
283283 msgid "* {float_type} {float_number}: {float_label}."
284284 msgstr ""
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2273
286 #: tp/Texinfo/Convert/Plaintext.pm:2253
287287 #, perl-brace-format
288288 msgid "* {float_type}: {float_label}."
289289 msgstr ""
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2281
291 #: tp/Texinfo/Convert/Plaintext.pm:2261
292292 #, perl-brace-format
293293 msgid "* {float_number}: {float_label}."
294294 msgstr ""
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2285
296 #: tp/Texinfo/Convert/Plaintext.pm:2265
297297 #, perl-brace-format
298298 msgid "* : {float_label}."
299299 msgstr ""
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2482
301 #: tp/Texinfo/Convert/Plaintext.pm:2462
302302 #, perl-brace-format
303303 msgid "@tie{ }-- {category}: {name} {arguments}"
304304 msgstr ""
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2487
306 #: tp/Texinfo/Convert/Plaintext.pm:2467
307307 #, perl-brace-format
308308 msgid "@tie{ }-- {category}: {name}"
309309 msgstr ""
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2500
311 #: tp/Texinfo/Convert/Plaintext.pm:2480
312312 #, perl-brace-format
313313 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
314314 msgstr ""
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2483
317 #, perl-brace-format
318 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
319 msgstr ""
320
321 #: tp/Texinfo/Convert/Plaintext.pm:2492
322 #, perl-brace-format
323 msgid "@tie{ }-- {category}:@*{type}@*{name}"
324 msgstr ""
325
326 #: tp/Texinfo/Convert/Plaintext.pm:2495
327 #, perl-brace-format
328 msgid "@tie{ }-- {category}: {type} {name}"
329 msgstr ""
330
316331 #: tp/Texinfo/Convert/Plaintext.pm:2503
317332 #, perl-brace-format
318 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
319 msgstr ""
320
321 #: tp/Texinfo/Convert/Plaintext.pm:2512
322 #, perl-brace-format
323 msgid "@tie{ }-- {category}:@*{type}@*{name}"
324 msgstr ""
325
326 #: tp/Texinfo/Convert/Plaintext.pm:2515
327 #, perl-brace-format
328 msgid "@tie{ }-- {category}: {type} {name}"
329 msgstr ""
330
331 #: tp/Texinfo/Convert/Plaintext.pm:2523
332 #, perl-brace-format
333333 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
334334 msgstr ""
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2529
336 #: tp/Texinfo/Convert/Plaintext.pm:2509
337337 #, perl-brace-format
338338 msgid "@tie{ }-- {category} of {class}: {name}"
339339 msgstr ""
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2538
341 #: tp/Texinfo/Convert/Plaintext.pm:2518
342342 #, perl-brace-format
343343 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
344344 msgstr ""
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2544
346 #: tp/Texinfo/Convert/Plaintext.pm:2524
347347 #, perl-brace-format
348348 msgid "@tie{ }-- {category} on {class}: {name}"
349349 msgstr ""
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2559
351 #: tp/Texinfo/Convert/Plaintext.pm:2539
352352 #, perl-brace-format
353353 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
354354 msgstr ""
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2563
356 #: tp/Texinfo/Convert/Plaintext.pm:2543
357357 #, perl-brace-format
358358 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
359359 msgstr ""
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2574
361 #: tp/Texinfo/Convert/Plaintext.pm:2554
362362 #, perl-brace-format
363363 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
364364 msgstr ""
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2578
366 #: tp/Texinfo/Convert/Plaintext.pm:2558
367367 #, perl-brace-format
368368 msgid "@tie{ }-- {category} on {class}: {type} {name}"
369369 msgstr ""
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:2592
371 #: tp/Texinfo/Convert/Plaintext.pm:2572
372372 #, perl-brace-format
373373 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
374374 msgstr ""
375375
376 #: tp/Texinfo/Convert/Plaintext.pm:2596
376 #: tp/Texinfo/Convert/Plaintext.pm:2576
377377 #, perl-brace-format
378378 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
379379 msgstr ""
380380
381 #: tp/Texinfo/Convert/Plaintext.pm:2607
381 #: tp/Texinfo/Convert/Plaintext.pm:2587
382382 #, perl-brace-format
383383 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
384384 msgstr ""
385385
386 #: tp/Texinfo/Convert/Plaintext.pm:2611
386 #: tp/Texinfo/Convert/Plaintext.pm:2591
387387 #, perl-brace-format
388388 msgid "@tie{ }-- {category} of {class}: {type} {name}"
389389 msgstr ""
390390
391 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
391 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
392392 #, perl-brace-format
393393 msgid "@center --- @emph{{author}}\n"
394394 msgstr ""
616616 msgid "{explained_string} ({explanation})"
617617 msgstr ""
618618
619 #: tp/Texinfo/Convert/HTML.pm:3101
619 #: tp/Texinfo/Convert/HTML.pm:3083
620620 #, perl-brace-format
621621 msgid "see section {reference_name}"
622622 msgstr ""
623623
624 #: tp/Texinfo/Convert/HTML.pm:3104
624 #: tp/Texinfo/Convert/HTML.pm:3086
625625 #, perl-brace-format
626626 msgid "see {reference_name}"
627627 msgstr ""
628628
629 #: tp/Texinfo/Convert/HTML.pm:3109
629 #: tp/Texinfo/Convert/HTML.pm:3091
630630 #, perl-brace-format
631631 msgid "See section {reference_name}"
632632 msgstr ""
633633
634 #: tp/Texinfo/Convert/HTML.pm:3112
634 #: tp/Texinfo/Convert/HTML.pm:3094
635635 #, perl-brace-format
636636 msgid "See {reference_name}"
637637 msgstr ""
638638
639 #: tp/Texinfo/Convert/HTML.pm:3116
639 #: tp/Texinfo/Convert/HTML.pm:3098
640640 #, perl-brace-format
641641 msgid "{reference_name}"
642642 msgstr ""
643643
644 #: tp/Texinfo/Convert/HTML.pm:3178
644 #: tp/Texinfo/Convert/HTML.pm:3160
645645 #, fuzzy, perl-brace-format
646646 msgid "see {reference} in @cite{{book}}"
647647 msgstr "{node_file_href} @cite{{book}}参照"
648648
649 #: tp/Texinfo/Convert/HTML.pm:3182
649 #: tp/Texinfo/Convert/HTML.pm:3164
650650 #, fuzzy, perl-brace-format
651651 msgid "see @cite{{book_reference}}"
652652 msgstr "{node_file_href}参照"
653653
654 #: tp/Texinfo/Convert/HTML.pm:3186
654 #: tp/Texinfo/Convert/HTML.pm:3168
655655 #, fuzzy, perl-brace-format
656656 msgid "see `{section}' in @cite{{book}}"
657657 msgstr "@cite{{book}}の `{section}' "
658658
659 #: tp/Texinfo/Convert/HTML.pm:3193
659 #: tp/Texinfo/Convert/HTML.pm:3175
660660 #, fuzzy, perl-brace-format
661661 msgid "see {reference}"
662662 msgstr "{node_file_href}参照"
663663
664 #: tp/Texinfo/Convert/HTML.pm:3196
664 #: tp/Texinfo/Convert/HTML.pm:3178
665665 #, perl-brace-format
666666 msgid "see `{section}'"
667667 msgstr ""
668668
669 #: tp/Texinfo/Convert/HTML.pm:3201
669 #: tp/Texinfo/Convert/HTML.pm:3183
670670 #, fuzzy, perl-brace-format
671671 msgid "See {reference} in @cite{{book}}"
672672 msgstr "{node_file_href} @cite{{book}}参照"
673673
674 #: tp/Texinfo/Convert/HTML.pm:3205
674 #: tp/Texinfo/Convert/HTML.pm:3187
675675 #, fuzzy, perl-brace-format
676676 msgid "See @cite{{book_reference}}"
677677 msgstr "{node_file_href}参照"
678678
679 #: tp/Texinfo/Convert/HTML.pm:3209
679 #: tp/Texinfo/Convert/HTML.pm:3191
680680 #, fuzzy, perl-brace-format
681681 msgid "See `{section}' in @cite{{book}}"
682682 msgstr "@cite{{book}}の `{section}' "
683683
684 #: tp/Texinfo/Convert/HTML.pm:3216
684 #: tp/Texinfo/Convert/HTML.pm:3198
685685 #, perl-brace-format
686686 msgid "See {reference}"
687687 msgstr ""
688688
689 #: tp/Texinfo/Convert/HTML.pm:3219
689 #: tp/Texinfo/Convert/HTML.pm:3201
690690 #, fuzzy, perl-brace-format
691691 msgid "See `{section}'"
692692 msgstr "項"
693693
694 #: tp/Texinfo/Convert/HTML.pm:3224
694 #: tp/Texinfo/Convert/HTML.pm:3206
695695 #, fuzzy, perl-brace-format
696696 msgid "{reference} in @cite{{book}}"
697697 msgstr "{node_file_href} @cite{{book}}参照"
698698
699 #: tp/Texinfo/Convert/HTML.pm:3228
699 #: tp/Texinfo/Convert/HTML.pm:3210
700700 #, fuzzy, perl-brace-format
701701 msgid "@cite{{book_reference}}"
702702 msgstr "{node_file_href}参照"
703703
704 #: tp/Texinfo/Convert/HTML.pm:3232
704 #: tp/Texinfo/Convert/HTML.pm:3214
705705 #, fuzzy, perl-brace-format
706706 msgid "`{section}' in @cite{{book}}"
707707 msgstr "@cite{{book}}の `{section}' "
708708
709 #: tp/Texinfo/Convert/HTML.pm:3239
709 #: tp/Texinfo/Convert/HTML.pm:3221
710710 #, perl-brace-format
711711 msgid "{reference}"
712712 msgstr ""
713713
714 #: tp/Texinfo/Convert/HTML.pm:3242
714 #: tp/Texinfo/Convert/HTML.pm:3224
715715 #, fuzzy, perl-brace-format
716716 msgid "`{section}'"
717717 msgstr "項"
718718
719 #: tp/Texinfo/Convert/HTML.pm:3355
719 #: tp/Texinfo/Convert/HTML.pm:3337
720720 msgid "Jump to"
721721 msgstr "移動"
722722
723 #: tp/Texinfo/Convert/HTML.pm:3363
723 #: tp/Texinfo/Convert/HTML.pm:3345
724724 msgid "Index Entry"
725725 msgstr "見出し一覧"
726726
727 #: tp/Texinfo/Convert/HTML.pm:3365
727 #: tp/Texinfo/Convert/HTML.pm:3347
728728 msgid "Section"
729729 msgstr "項"
730730
731 #: tp/Texinfo/Convert/HTML.pm:3984
731 #: tp/Texinfo/Convert/HTML.pm:3966
732732 #, perl-brace-format
733733 msgid "{category}: @strong{{name}} @emph{{arguments}}"
734734 msgstr ""
735735
736 #: tp/Texinfo/Convert/HTML.pm:3989
736 #: tp/Texinfo/Convert/HTML.pm:3971
737737 #, perl-brace-format
738738 msgid "{category}: @strong{{name}}"
739739 msgstr ""
740740
741 #: tp/Texinfo/Convert/HTML.pm:4006
741 #: tp/Texinfo/Convert/HTML.pm:3988
742742 #, perl-brace-format
743743 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
744744 msgstr ""
745745
746 #: tp/Texinfo/Convert/HTML.pm:4010
746 #: tp/Texinfo/Convert/HTML.pm:3992
747747 #, perl-brace-format
748748 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
749749 msgstr ""
750750
751 #: tp/Texinfo/Convert/HTML.pm:4019
751 #: tp/Texinfo/Convert/HTML.pm:4001
752752 #, perl-brace-format
753753 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
754754 msgstr ""
755755
756 #: tp/Texinfo/Convert/HTML.pm:4022
756 #: tp/Texinfo/Convert/HTML.pm:4004
757757 #, perl-brace-format
758758 msgid "{category}: @emph{{type}} @strong{{name}}"
759759 msgstr ""
760760
761 #: tp/Texinfo/Convert/HTML.pm:4030
761 #: tp/Texinfo/Convert/HTML.pm:4012
762762 #, perl-brace-format
763763 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
764764 msgstr ""
765765
766 #: tp/Texinfo/Convert/HTML.pm:4036
766 #: tp/Texinfo/Convert/HTML.pm:4018
767767 #, perl-brace-format
768768 msgid "{category} of {class}: @strong{{name}}"
769769 msgstr ""
770770
771 #: tp/Texinfo/Convert/HTML.pm:4045
771 #: tp/Texinfo/Convert/HTML.pm:4027
772772 #, perl-brace-format
773773 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
774774 msgstr ""
775775
776 #: tp/Texinfo/Convert/HTML.pm:4051
776 #: tp/Texinfo/Convert/HTML.pm:4033
777777 #, perl-brace-format
778778 msgid "{category} on {class}: @strong{{name}}"
779779 msgstr ""
780780
781 #: tp/Texinfo/Convert/HTML.pm:4066
781 #: tp/Texinfo/Convert/HTML.pm:4048
782782 #, perl-brace-format
783783 msgid ""
784784 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
785785 msgstr ""
786786
787 #: tp/Texinfo/Convert/HTML.pm:4070
787 #: tp/Texinfo/Convert/HTML.pm:4052
788788 #, perl-brace-format
789789 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
790790 msgstr ""
791791
792 #: tp/Texinfo/Convert/HTML.pm:4063
793 #, perl-brace-format
794 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
795 msgstr ""
796
797 #: tp/Texinfo/Convert/HTML.pm:4067
798 #, perl-brace-format
799 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
800 msgstr ""
801
792802 #: tp/Texinfo/Convert/HTML.pm:4081
793 #, perl-brace-format
794 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
795 msgstr ""
796
797 #: tp/Texinfo/Convert/HTML.pm:4085
798 #, perl-brace-format
799 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
800 msgstr ""
801
802 #: tp/Texinfo/Convert/HTML.pm:4099
803803 #, perl-brace-format
804804 msgid ""
805805 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
806806 msgstr ""
807807
808 #: tp/Texinfo/Convert/HTML.pm:4103
808 #: tp/Texinfo/Convert/HTML.pm:4085
809809 #, perl-brace-format
810810 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
811811 msgstr ""
812812
813 #: tp/Texinfo/Convert/HTML.pm:4114
813 #: tp/Texinfo/Convert/HTML.pm:4096
814814 #, perl-brace-format
815815 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
816816 msgstr ""
817817
818 #: tp/Texinfo/Convert/HTML.pm:4118
818 #: tp/Texinfo/Convert/HTML.pm:4100
819819 #, perl-brace-format
820820 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
821821 msgstr ""
822822
823 #: tp/Texinfo/Convert/HTML.pm:6121
823 #: tp/Texinfo/Convert/HTML.pm:6103
824824 #, fuzzy, perl-brace-format
825825 msgid ""
826 "This document was generated on @emph{@today{}} using @uref"
827 "{{program_homepage}, @emph{{program}}}."
826 "This document was generated on @emph{@today{}} using "
827 "@uref{{program_homepage}, @emph{{program}}}."
828828 msgstr ""
829829 "この文書は@emph{{date}}に@uref{{program_homepage}, @emph{{program}}}を用いて"
830830 "生成されました。"
831831
832 #: tp/Texinfo/Convert/HTML.pm:6161
832 #: tp/Texinfo/Convert/HTML.pm:6143
833833 #, perl-brace-format
834834 msgid "{title}: {element_text}"
835835 msgstr ""
836836
837 #: tp/Texinfo/Convert/HTML.pm:6302
837 #: tp/Texinfo/Convert/HTML.pm:6284
838838 #, perl-brace-format
839839 msgid "The node you are looking for is at {href}."
840840 msgstr ""
841841
842 #: tp/Texinfo/Convert/HTML.pm:6372
842 #: tp/Texinfo/Convert/HTML.pm:6354
843843 msgid " The buttons in the navigation panels have the following meaning:"
844844 msgstr "ナビゲーションパネル中のボタンには以下の意味があります。"
845845
846 #: tp/Texinfo/Convert/HTML.pm:6378
846 #: tp/Texinfo/Convert/HTML.pm:6360
847847 msgid "Button"
848848 msgstr "ボタン"
849849
850 #: tp/Texinfo/Convert/HTML.pm:6379
850 #: tp/Texinfo/Convert/HTML.pm:6361
851851 msgid "Name"
852852 msgstr "名称"
853853
854 #: tp/Texinfo/Convert/HTML.pm:6380
854 #: tp/Texinfo/Convert/HTML.pm:6362
855855 msgid "Go to"
856856 msgstr "移動先"
857857
858 #: tp/Texinfo/Convert/HTML.pm:6381
858 #: tp/Texinfo/Convert/HTML.pm:6363
859859 msgid "From 1.2.3 go to"
860860 msgstr "1.2.3項からの移動先"
861861
862 #: tp/Texinfo/Convert/HTML.pm:6407
862 #: tp/Texinfo/Convert/HTML.pm:6389
863863 msgid ""
864864 " where the @strong{ Example } assumes that the current position is at "
865865 "@strong{ Subsubsection One-Two-Three } of a document of the following "
868868 "@strong{例}では、以下に示す構造を持つ文書の@strong{1.2.3項}を現在位置に仮定し"
869869 "ています。"
870870
871 #: tp/Texinfo/Convert/HTML.pm:6417
871 #: tp/Texinfo/Convert/HTML.pm:6399
872872 msgid "Section One"
873873 msgstr "第1項"
874874
875 #: tp/Texinfo/Convert/HTML.pm:6419
875 #: tp/Texinfo/Convert/HTML.pm:6401
876876 msgid "Subsection One-One"
877877 msgstr "第1.1項"
878878
879 #: tp/Texinfo/Convert/HTML.pm:6426
879 #: tp/Texinfo/Convert/HTML.pm:6408
880880 msgid "Subsection One-Two"
881881 msgstr "第1.2項"
882882
883 #: tp/Texinfo/Convert/HTML.pm:6428
883 #: tp/Texinfo/Convert/HTML.pm:6410
884884 msgid "Subsubsection One-Two-One"
885885 msgstr "第1.2.1項"
886886
887 #: tp/Texinfo/Convert/HTML.pm:6429
887 #: tp/Texinfo/Convert/HTML.pm:6411
888888 msgid "Subsubsection One-Two-Two"
889889 msgstr "第1.2.2項"
890890
891 #: tp/Texinfo/Convert/HTML.pm:6430
891 #: tp/Texinfo/Convert/HTML.pm:6412
892892 msgid "Subsubsection One-Two-Three"
893893 msgstr "第1.2.3項"
894894
895 #: tp/Texinfo/Convert/HTML.pm:6432
895 #: tp/Texinfo/Convert/HTML.pm:6414
896896 msgid "Current Position"
897897 msgstr "現在位置"
898898
899 #: tp/Texinfo/Convert/HTML.pm:6433
899 #: tp/Texinfo/Convert/HTML.pm:6415
900900 msgid "Subsubsection One-Two-Four"
901901 msgstr "第1.2.4項"
902902
903 #: tp/Texinfo/Convert/HTML.pm:6436
903 #: tp/Texinfo/Convert/HTML.pm:6418
904904 msgid "Subsection One-Three"
905905 msgstr "第1.3項"
906906
907 #: tp/Texinfo/Convert/HTML.pm:6443
907 #: tp/Texinfo/Convert/HTML.pm:6425
908908 msgid "Subsection One-Four"
909909 msgstr "第1.4項"
910910
911 #: tp/Texinfo/Convert/HTML.pm:6847
911 #: tp/Texinfo/Convert/HTML.pm:6829
912912 msgid "Untitled Document"
913913 msgstr "無題の文書"
914914
915915 #, fuzzy
916916 #~ msgid ""
917 #~ "This document was generated on @emph{{date}} using @uref"
918 #~ "{{program_homepage}, @emph{{program}}}."
917 #~ "This document was generated on @emph{{date}} using "
918 #~ "@uref{{program_homepage}, @emph{{program}}}."
919919 #~ msgstr ""
920920 #~ "この文書は@emph{{date}}に@uref{{program_homepage}, @emph{{program}}}を用い"
921921 #~ "て生成されました。"
922922
923923 #~ msgid ""
924 #~ "This document was generated using @uref{{program_homepage}, @emph"
925 #~ "{{program}}}."
924 #~ "This document was generated using @uref{{program_homepage}, "
925 #~ "@emph{{program}}}."
926926 #~ msgstr ""
927927 #~ "この文書は@uref{{program_homepage}, @emph{{program}}}を用いて生成されまし"
928928 #~ "た。"
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-0800\n"
1010 "PO-Revision-Date: 2001-01-01\n"
1111 "Last-Translator: Unknown\n"
1212 "Language-Team: Unknown\n"
177177 msgid "{float_number}"
178178 msgstr ""
179179
180 #: tp/Texinfo/Convert/DocBook.pm:776
180 #: tp/Texinfo/Convert/DocBook.pm:754
181181 #, perl-brace-format
182182 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
183183 msgstr ""
184184
185 #: tp/Texinfo/Convert/DocBook.pm:781
185 #: tp/Texinfo/Convert/DocBook.pm:759
186186 #, perl-brace-format
187187 msgid "See node @samp{{mynode}}"
188188 msgstr ""
189189
190 #: tp/Texinfo/Convert/DocBook.pm:785
190 #: tp/Texinfo/Convert/DocBook.pm:763
191191 #, perl-brace-format
192192 msgid "See Info file @file{{myfile}}"
193193 msgstr ""
194194
195 #: tp/Texinfo/Convert/DocBook.pm:825
195 #: tp/Texinfo/Convert/DocBook.pm:803
196196 #, perl-brace-format
197197 msgid "section ``{section_name}'' in @cite{{book}}"
198198 msgstr ""
199199
200 #: tp/Texinfo/Convert/DocBook.pm:830
200 #: tp/Texinfo/Convert/DocBook.pm:808
201201 #, perl-brace-format
202202 msgid "See section ``{section_name}'' in @cite{{book}}"
203203 msgstr ""
204204
205 #: tp/Texinfo/Convert/DocBook.pm:835
205 #: tp/Texinfo/Convert/DocBook.pm:813
206206 #, perl-brace-format
207207 msgid "see section ``{section_name}'' in @cite{{book}}"
208208 msgstr ""
209209
210 #: tp/Texinfo/Convert/DocBook.pm:842 tp/Texinfo/Convert/HTML.pm:3236
210 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
211211 #, perl-brace-format
212212 msgid "@cite{{book}}"
213213 msgstr ""
214214
215 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
215 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
216216 #, perl-brace-format
217217 msgid "See @cite{{book}}"
218218 msgstr ""
219219
220 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
220 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
221221 #, perl-brace-format
222222 msgid "see @cite{{book}}"
223223 msgstr ""
224224
225 #: tp/Texinfo/Convert/DocBook.pm:865
225 #: tp/Texinfo/Convert/DocBook.pm:843
226226 #, perl-brace-format
227227 msgid "{title_ref}"
228228 msgstr ""
229229
230 #: tp/Texinfo/Convert/DocBook.pm:870
230 #: tp/Texinfo/Convert/DocBook.pm:848
231231 #, perl-brace-format
232232 msgid "See {title_ref}"
233233 msgstr ""
234234
235 #: tp/Texinfo/Convert/DocBook.pm:875
235 #: tp/Texinfo/Convert/DocBook.pm:853
236236 #, perl-brace-format
237237 msgid "see {title_ref}"
238238 msgstr ""
239239
240 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
240 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
241241 #, perl-brace-format
242242 msgid "{abbr_or_acronym} ({explanation})"
243243 msgstr ""
244244
245 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3542
245 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3524
247247 #, perl-brace-format
248248 msgid "@b{{quotation_arg}:} "
249249 msgstr ""
277277 msgid "@{No value for `{value}'@}"
278278 msgstr ""
279279
280 #: tp/Texinfo/Convert/Plaintext.pm:2268
280 #: tp/Texinfo/Convert/Plaintext.pm:2248
281281 #, perl-brace-format
282282 msgid "* {float_type} {float_number}: {float_label}."
283283 msgstr ""
284284
285 #: tp/Texinfo/Convert/Plaintext.pm:2273
285 #: tp/Texinfo/Convert/Plaintext.pm:2253
286286 #, perl-brace-format
287287 msgid "* {float_type}: {float_label}."
288288 msgstr ""
289289
290 #: tp/Texinfo/Convert/Plaintext.pm:2281
290 #: tp/Texinfo/Convert/Plaintext.pm:2261
291291 #, perl-brace-format
292292 msgid "* {float_number}: {float_label}."
293293 msgstr ""
294294
295 #: tp/Texinfo/Convert/Plaintext.pm:2285
295 #: tp/Texinfo/Convert/Plaintext.pm:2265
296296 #, perl-brace-format
297297 msgid "* : {float_label}."
298298 msgstr ""
299299
300 #: tp/Texinfo/Convert/Plaintext.pm:2482
300 #: tp/Texinfo/Convert/Plaintext.pm:2462
301301 #, perl-brace-format
302302 msgid "@tie{ }-- {category}: {name} {arguments}"
303303 msgstr ""
304304
305 #: tp/Texinfo/Convert/Plaintext.pm:2487
305 #: tp/Texinfo/Convert/Plaintext.pm:2467
306306 #, perl-brace-format
307307 msgid "@tie{ }-- {category}: {name}"
308308 msgstr ""
309309
310 #: tp/Texinfo/Convert/Plaintext.pm:2500
310 #: tp/Texinfo/Convert/Plaintext.pm:2480
311311 #, perl-brace-format
312312 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
313313 msgstr ""
314314
315 #: tp/Texinfo/Convert/Plaintext.pm:2483
316 #, perl-brace-format
317 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
318 msgstr ""
319
320 #: tp/Texinfo/Convert/Plaintext.pm:2492
321 #, perl-brace-format
322 msgid "@tie{ }-- {category}:@*{type}@*{name}"
323 msgstr ""
324
325 #: tp/Texinfo/Convert/Plaintext.pm:2495
326 #, perl-brace-format
327 msgid "@tie{ }-- {category}: {type} {name}"
328 msgstr ""
329
315330 #: tp/Texinfo/Convert/Plaintext.pm:2503
316331 #, perl-brace-format
317 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
318 msgstr ""
319
320 #: tp/Texinfo/Convert/Plaintext.pm:2512
321 #, perl-brace-format
322 msgid "@tie{ }-- {category}:@*{type}@*{name}"
323 msgstr ""
324
325 #: tp/Texinfo/Convert/Plaintext.pm:2515
326 #, perl-brace-format
327 msgid "@tie{ }-- {category}: {type} {name}"
328 msgstr ""
329
330 #: tp/Texinfo/Convert/Plaintext.pm:2523
331 #, perl-brace-format
332332 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
333333 msgstr ""
334334
335 #: tp/Texinfo/Convert/Plaintext.pm:2529
335 #: tp/Texinfo/Convert/Plaintext.pm:2509
336336 #, perl-brace-format
337337 msgid "@tie{ }-- {category} of {class}: {name}"
338338 msgstr ""
339339
340 #: tp/Texinfo/Convert/Plaintext.pm:2538
340 #: tp/Texinfo/Convert/Plaintext.pm:2518
341341 #, perl-brace-format
342342 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
343343 msgstr ""
344344
345 #: tp/Texinfo/Convert/Plaintext.pm:2544
345 #: tp/Texinfo/Convert/Plaintext.pm:2524
346346 #, perl-brace-format
347347 msgid "@tie{ }-- {category} on {class}: {name}"
348348 msgstr ""
349349
350 #: tp/Texinfo/Convert/Plaintext.pm:2559
350 #: tp/Texinfo/Convert/Plaintext.pm:2539
351351 #, perl-brace-format
352352 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
353353 msgstr ""
354354
355 #: tp/Texinfo/Convert/Plaintext.pm:2563
355 #: tp/Texinfo/Convert/Plaintext.pm:2543
356356 #, perl-brace-format
357357 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
358358 msgstr ""
359359
360 #: tp/Texinfo/Convert/Plaintext.pm:2574
360 #: tp/Texinfo/Convert/Plaintext.pm:2554
361361 #, perl-brace-format
362362 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
363363 msgstr ""
364364
365 #: tp/Texinfo/Convert/Plaintext.pm:2578
365 #: tp/Texinfo/Convert/Plaintext.pm:2558
366366 #, perl-brace-format
367367 msgid "@tie{ }-- {category} on {class}: {type} {name}"
368368 msgstr ""
369369
370 #: tp/Texinfo/Convert/Plaintext.pm:2592
370 #: tp/Texinfo/Convert/Plaintext.pm:2572
371371 #, perl-brace-format
372372 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
373373 msgstr ""
374374
375 #: tp/Texinfo/Convert/Plaintext.pm:2596
375 #: tp/Texinfo/Convert/Plaintext.pm:2576
376376 #, perl-brace-format
377377 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
378378 msgstr ""
379379
380 #: tp/Texinfo/Convert/Plaintext.pm:2607
380 #: tp/Texinfo/Convert/Plaintext.pm:2587
381381 #, perl-brace-format
382382 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
383383 msgstr ""
384384
385 #: tp/Texinfo/Convert/Plaintext.pm:2611
385 #: tp/Texinfo/Convert/Plaintext.pm:2591
386386 #, perl-brace-format
387387 msgid "@tie{ }-- {category} of {class}: {type} {name}"
388388 msgstr ""
389389
390 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
390 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
391391 #, perl-brace-format
392392 msgid "@center --- @emph{{author}}\n"
393393 msgstr ""
615615 msgid "{explained_string} ({explanation})"
616616 msgstr ""
617617
618 #: tp/Texinfo/Convert/HTML.pm:3101
618 #: tp/Texinfo/Convert/HTML.pm:3083
619619 #, perl-brace-format
620620 msgid "see section {reference_name}"
621621 msgstr ""
622622
623 #: tp/Texinfo/Convert/HTML.pm:3104
623 #: tp/Texinfo/Convert/HTML.pm:3086
624624 #, perl-brace-format
625625 msgid "see {reference_name}"
626626 msgstr ""
627627
628 #: tp/Texinfo/Convert/HTML.pm:3109
628 #: tp/Texinfo/Convert/HTML.pm:3091
629629 #, perl-brace-format
630630 msgid "See section {reference_name}"
631631 msgstr ""
632632
633 #: tp/Texinfo/Convert/HTML.pm:3112
633 #: tp/Texinfo/Convert/HTML.pm:3094
634634 #, perl-brace-format
635635 msgid "See {reference_name}"
636636 msgstr ""
637637
638 #: tp/Texinfo/Convert/HTML.pm:3116
638 #: tp/Texinfo/Convert/HTML.pm:3098
639639 #, perl-brace-format
640640 msgid "{reference_name}"
641641 msgstr ""
642642
643 #: tp/Texinfo/Convert/HTML.pm:3160
644 #, perl-brace-format
645 msgid "see {reference} in @cite{{book}}"
646 msgstr ""
647
648 #: tp/Texinfo/Convert/HTML.pm:3164
649 #, perl-brace-format
650 msgid "see @cite{{book_reference}}"
651 msgstr ""
652
653 #: tp/Texinfo/Convert/HTML.pm:3168
654 #, perl-brace-format
655 msgid "see `{section}' in @cite{{book}}"
656 msgstr ""
657
658 #: tp/Texinfo/Convert/HTML.pm:3175
659 #, perl-brace-format
660 msgid "see {reference}"
661 msgstr ""
662
643663 #: tp/Texinfo/Convert/HTML.pm:3178
644664 #, perl-brace-format
645 msgid "see {reference} in @cite{{book}}"
646 msgstr ""
647
648 #: tp/Texinfo/Convert/HTML.pm:3182
649 #, perl-brace-format
650 msgid "see @cite{{book_reference}}"
651 msgstr ""
652
653 #: tp/Texinfo/Convert/HTML.pm:3186
654 #, perl-brace-format
655 msgid "see `{section}' in @cite{{book}}"
656 msgstr ""
657
658 #: tp/Texinfo/Convert/HTML.pm:3193
659 #, perl-brace-format
660 msgid "see {reference}"
661 msgstr ""
662
663 #: tp/Texinfo/Convert/HTML.pm:3196
664 #, perl-brace-format
665665 msgid "see `{section}'"
666666 msgstr ""
667667
668 #: tp/Texinfo/Convert/HTML.pm:3183
669 #, perl-brace-format
670 msgid "See {reference} in @cite{{book}}"
671 msgstr ""
672
673 #: tp/Texinfo/Convert/HTML.pm:3187
674 #, perl-brace-format
675 msgid "See @cite{{book_reference}}"
676 msgstr ""
677
678 #: tp/Texinfo/Convert/HTML.pm:3191
679 #, perl-brace-format
680 msgid "See `{section}' in @cite{{book}}"
681 msgstr ""
682
683 #: tp/Texinfo/Convert/HTML.pm:3198
684 #, perl-brace-format
685 msgid "See {reference}"
686 msgstr ""
687
668688 #: tp/Texinfo/Convert/HTML.pm:3201
669689 #, perl-brace-format
670 msgid "See {reference} in @cite{{book}}"
671 msgstr ""
672
673 #: tp/Texinfo/Convert/HTML.pm:3205
674 #, perl-brace-format
675 msgid "See @cite{{book_reference}}"
676 msgstr ""
677
678 #: tp/Texinfo/Convert/HTML.pm:3209
679 #, perl-brace-format
680 msgid "See `{section}' in @cite{{book}}"
681 msgstr ""
682
683 #: tp/Texinfo/Convert/HTML.pm:3216
684 #, perl-brace-format
685 msgid "See {reference}"
686 msgstr ""
687
688 #: tp/Texinfo/Convert/HTML.pm:3219
689 #, perl-brace-format
690690 msgid "See `{section}'"
691691 msgstr ""
692692
693 #: tp/Texinfo/Convert/HTML.pm:3206
694 #, perl-brace-format
695 msgid "{reference} in @cite{{book}}"
696 msgstr ""
697
698 #: tp/Texinfo/Convert/HTML.pm:3210
699 #, perl-brace-format
700 msgid "@cite{{book_reference}}"
701 msgstr ""
702
703 #: tp/Texinfo/Convert/HTML.pm:3214
704 #, perl-brace-format
705 msgid "`{section}' in @cite{{book}}"
706 msgstr ""
707
708 #: tp/Texinfo/Convert/HTML.pm:3221
709 #, perl-brace-format
710 msgid "{reference}"
711 msgstr ""
712
693713 #: tp/Texinfo/Convert/HTML.pm:3224
694714 #, perl-brace-format
695 msgid "{reference} in @cite{{book}}"
696 msgstr ""
697
698 #: tp/Texinfo/Convert/HTML.pm:3228
699 #, perl-brace-format
700 msgid "@cite{{book_reference}}"
701 msgstr ""
702
703 #: tp/Texinfo/Convert/HTML.pm:3232
704 #, perl-brace-format
705 msgid "`{section}' in @cite{{book}}"
706 msgstr ""
707
708 #: tp/Texinfo/Convert/HTML.pm:3239
709 #, perl-brace-format
710 msgid "{reference}"
711 msgstr ""
712
713 #: tp/Texinfo/Convert/HTML.pm:3242
714 #, perl-brace-format
715715 msgid "`{section}'"
716716 msgstr ""
717717
718 #: tp/Texinfo/Convert/HTML.pm:3355
718 #: tp/Texinfo/Convert/HTML.pm:3337
719719 msgid "Jump to"
720720 msgstr ""
721721
722 #: tp/Texinfo/Convert/HTML.pm:3363
722 #: tp/Texinfo/Convert/HTML.pm:3345
723723 msgid "Index Entry"
724724 msgstr ""
725725
726 #: tp/Texinfo/Convert/HTML.pm:3365
726 #: tp/Texinfo/Convert/HTML.pm:3347
727727 msgid "Section"
728728 msgstr ""
729729
730 #: tp/Texinfo/Convert/HTML.pm:3984
730 #: tp/Texinfo/Convert/HTML.pm:3966
731731 #, perl-brace-format
732732 msgid "{category}: @strong{{name}} @emph{{arguments}}"
733733 msgstr ""
734734
735 #: tp/Texinfo/Convert/HTML.pm:3989
735 #: tp/Texinfo/Convert/HTML.pm:3971
736736 #, perl-brace-format
737737 msgid "{category}: @strong{{name}}"
738738 msgstr ""
739739
740 #: tp/Texinfo/Convert/HTML.pm:4006
740 #: tp/Texinfo/Convert/HTML.pm:3988
741741 #, perl-brace-format
742742 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
743743 msgstr ""
744744
745 #: tp/Texinfo/Convert/HTML.pm:4010
745 #: tp/Texinfo/Convert/HTML.pm:3992
746746 #, perl-brace-format
747747 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
748748 msgstr ""
749749
750 #: tp/Texinfo/Convert/HTML.pm:4019
750 #: tp/Texinfo/Convert/HTML.pm:4001
751751 #, perl-brace-format
752752 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
753753 msgstr ""
754754
755 #: tp/Texinfo/Convert/HTML.pm:4022
755 #: tp/Texinfo/Convert/HTML.pm:4004
756756 #, perl-brace-format
757757 msgid "{category}: @emph{{type}} @strong{{name}}"
758758 msgstr ""
759759
760 #: tp/Texinfo/Convert/HTML.pm:4030
760 #: tp/Texinfo/Convert/HTML.pm:4012
761761 #, perl-brace-format
762762 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
763763 msgstr ""
764764
765 #: tp/Texinfo/Convert/HTML.pm:4036
765 #: tp/Texinfo/Convert/HTML.pm:4018
766766 #, perl-brace-format
767767 msgid "{category} of {class}: @strong{{name}}"
768768 msgstr ""
769769
770 #: tp/Texinfo/Convert/HTML.pm:4045
770 #: tp/Texinfo/Convert/HTML.pm:4027
771771 #, perl-brace-format
772772 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
773773 msgstr ""
774774
775 #: tp/Texinfo/Convert/HTML.pm:4051
775 #: tp/Texinfo/Convert/HTML.pm:4033
776776 #, perl-brace-format
777777 msgid "{category} on {class}: @strong{{name}}"
778778 msgstr ""
779779
780 #: tp/Texinfo/Convert/HTML.pm:4066
780 #: tp/Texinfo/Convert/HTML.pm:4048
781781 #, perl-brace-format
782782 msgid ""
783783 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
784784 msgstr ""
785785
786 #: tp/Texinfo/Convert/HTML.pm:4070
786 #: tp/Texinfo/Convert/HTML.pm:4052
787787 #, perl-brace-format
788788 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
789789 msgstr ""
790790
791 #: tp/Texinfo/Convert/HTML.pm:4063
792 #, perl-brace-format
793 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
794 msgstr ""
795
796 #: tp/Texinfo/Convert/HTML.pm:4067
797 #, perl-brace-format
798 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
799 msgstr ""
800
791801 #: tp/Texinfo/Convert/HTML.pm:4081
792 #, perl-brace-format
793 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
794 msgstr ""
795
796 #: tp/Texinfo/Convert/HTML.pm:4085
797 #, perl-brace-format
798 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
799 msgstr ""
800
801 #: tp/Texinfo/Convert/HTML.pm:4099
802802 #, perl-brace-format
803803 msgid ""
804804 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
805805 msgstr ""
806806
807 #: tp/Texinfo/Convert/HTML.pm:4103
807 #: tp/Texinfo/Convert/HTML.pm:4085
808808 #, perl-brace-format
809809 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
810810 msgstr ""
811811
812 #: tp/Texinfo/Convert/HTML.pm:4114
812 #: tp/Texinfo/Convert/HTML.pm:4096
813813 #, perl-brace-format
814814 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
815815 msgstr ""
816816
817 #: tp/Texinfo/Convert/HTML.pm:4118
817 #: tp/Texinfo/Convert/HTML.pm:4100
818818 #, perl-brace-format
819819 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
820820 msgstr ""
821821
822 #: tp/Texinfo/Convert/HTML.pm:6121
822 #: tp/Texinfo/Convert/HTML.pm:6103
823823 #, perl-brace-format
824824 msgid ""
825 "This document was generated on @emph{@today{}} using @uref"
826 "{{program_homepage}, @emph{{program}}}."
827 msgstr ""
828
829 #: tp/Texinfo/Convert/HTML.pm:6161
825 "This document was generated on @emph{@today{}} using "
826 "@uref{{program_homepage}, @emph{{program}}}."
827 msgstr ""
828
829 #: tp/Texinfo/Convert/HTML.pm:6143
830830 #, perl-brace-format
831831 msgid "{title}: {element_text}"
832832 msgstr ""
833833
834 #: tp/Texinfo/Convert/HTML.pm:6302
834 #: tp/Texinfo/Convert/HTML.pm:6284
835835 #, perl-brace-format
836836 msgid "The node you are looking for is at {href}."
837837 msgstr ""
838838
839 #: tp/Texinfo/Convert/HTML.pm:6372
839 #: tp/Texinfo/Convert/HTML.pm:6354
840840 msgid " The buttons in the navigation panels have the following meaning:"
841841 msgstr ""
842842
843 #: tp/Texinfo/Convert/HTML.pm:6378
843 #: tp/Texinfo/Convert/HTML.pm:6360
844844 msgid "Button"
845845 msgstr ""
846846
847 #: tp/Texinfo/Convert/HTML.pm:6379
847 #: tp/Texinfo/Convert/HTML.pm:6361
848848 msgid "Name"
849849 msgstr ""
850850
851 #: tp/Texinfo/Convert/HTML.pm:6380
851 #: tp/Texinfo/Convert/HTML.pm:6362
852852 msgid "Go to"
853853 msgstr ""
854854
855 #: tp/Texinfo/Convert/HTML.pm:6381
855 #: tp/Texinfo/Convert/HTML.pm:6363
856856 msgid "From 1.2.3 go to"
857857 msgstr ""
858858
859 #: tp/Texinfo/Convert/HTML.pm:6407
859 #: tp/Texinfo/Convert/HTML.pm:6389
860860 msgid ""
861861 " where the @strong{ Example } assumes that the current position is at "
862862 "@strong{ Subsubsection One-Two-Three } of a document of the following "
863863 "structure:"
864864 msgstr ""
865865
866 #: tp/Texinfo/Convert/HTML.pm:6417
866 #: tp/Texinfo/Convert/HTML.pm:6399
867867 msgid "Section One"
868868 msgstr ""
869869
870 #: tp/Texinfo/Convert/HTML.pm:6419
870 #: tp/Texinfo/Convert/HTML.pm:6401
871871 msgid "Subsection One-One"
872872 msgstr ""
873873
874 #: tp/Texinfo/Convert/HTML.pm:6426
874 #: tp/Texinfo/Convert/HTML.pm:6408
875875 msgid "Subsection One-Two"
876876 msgstr ""
877877
878 #: tp/Texinfo/Convert/HTML.pm:6428
878 #: tp/Texinfo/Convert/HTML.pm:6410
879879 msgid "Subsubsection One-Two-One"
880880 msgstr ""
881881
882 #: tp/Texinfo/Convert/HTML.pm:6429
882 #: tp/Texinfo/Convert/HTML.pm:6411
883883 msgid "Subsubsection One-Two-Two"
884884 msgstr ""
885885
886 #: tp/Texinfo/Convert/HTML.pm:6430
886 #: tp/Texinfo/Convert/HTML.pm:6412
887887 msgid "Subsubsection One-Two-Three"
888888 msgstr ""
889889
890 #: tp/Texinfo/Convert/HTML.pm:6432
890 #: tp/Texinfo/Convert/HTML.pm:6414
891891 msgid "Current Position"
892892 msgstr ""
893893
894 #: tp/Texinfo/Convert/HTML.pm:6433
894 #: tp/Texinfo/Convert/HTML.pm:6415
895895 msgid "Subsubsection One-Two-Four"
896896 msgstr ""
897897
898 #: tp/Texinfo/Convert/HTML.pm:6436
898 #: tp/Texinfo/Convert/HTML.pm:6418
899899 msgid "Subsection One-Three"
900900 msgstr ""
901901
902 #: tp/Texinfo/Convert/HTML.pm:6443
902 #: tp/Texinfo/Convert/HTML.pm:6425
903903 msgid "Subsection One-Four"
904904 msgstr ""
905905
906 #: tp/Texinfo/Convert/HTML.pm:6847
906 #: tp/Texinfo/Convert/HTML.pm:6829
907907 msgid "Untitled Document"
908908 msgstr ""
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-0800\n"
1010 "PO-Revision-Date: 2001-01-01\n"
1111 "Last-Translator: Unknown\n"
1212 "Language-Team: Unknown\n"
177177 msgid "{float_number}"
178178 msgstr ""
179179
180 #: tp/Texinfo/Convert/DocBook.pm:776
180 #: tp/Texinfo/Convert/DocBook.pm:754
181181 #, perl-brace-format
182182 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
183183 msgstr ""
184184
185 #: tp/Texinfo/Convert/DocBook.pm:781
185 #: tp/Texinfo/Convert/DocBook.pm:759
186186 #, perl-brace-format
187187 msgid "See node @samp{{mynode}}"
188188 msgstr ""
189189
190 #: tp/Texinfo/Convert/DocBook.pm:785
190 #: tp/Texinfo/Convert/DocBook.pm:763
191191 #, perl-brace-format
192192 msgid "See Info file @file{{myfile}}"
193193 msgstr ""
194194
195 #: tp/Texinfo/Convert/DocBook.pm:825
195 #: tp/Texinfo/Convert/DocBook.pm:803
196196 #, perl-brace-format
197197 msgid "section ``{section_name}'' in @cite{{book}}"
198198 msgstr ""
199199
200 #: tp/Texinfo/Convert/DocBook.pm:830
200 #: tp/Texinfo/Convert/DocBook.pm:808
201201 #, perl-brace-format
202202 msgid "See section ``{section_name}'' in @cite{{book}}"
203203 msgstr ""
204204
205 #: tp/Texinfo/Convert/DocBook.pm:835
205 #: tp/Texinfo/Convert/DocBook.pm:813
206206 #, perl-brace-format
207207 msgid "see section ``{section_name}'' in @cite{{book}}"
208208 msgstr ""
209209
210 #: tp/Texinfo/Convert/DocBook.pm:842 tp/Texinfo/Convert/HTML.pm:3236
210 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
211211 #, perl-brace-format
212212 msgid "@cite{{book}}"
213213 msgstr ""
214214
215 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
215 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
216216 #, perl-brace-format
217217 msgid "See @cite{{book}}"
218218 msgstr ""
219219
220 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
220 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
221221 #, perl-brace-format
222222 msgid "see @cite{{book}}"
223223 msgstr ""
224224
225 #: tp/Texinfo/Convert/DocBook.pm:865
225 #: tp/Texinfo/Convert/DocBook.pm:843
226226 #, perl-brace-format
227227 msgid "{title_ref}"
228228 msgstr ""
229229
230 #: tp/Texinfo/Convert/DocBook.pm:870
230 #: tp/Texinfo/Convert/DocBook.pm:848
231231 #, perl-brace-format
232232 msgid "See {title_ref}"
233233 msgstr ""
234234
235 #: tp/Texinfo/Convert/DocBook.pm:875
235 #: tp/Texinfo/Convert/DocBook.pm:853
236236 #, perl-brace-format
237237 msgid "see {title_ref}"
238238 msgstr ""
239239
240 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
240 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
241241 #, perl-brace-format
242242 msgid "{abbr_or_acronym} ({explanation})"
243243 msgstr ""
244244
245 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3542
245 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
246 #: tp/Texinfo/Convert/HTML.pm:3524
247247 #, perl-brace-format
248248 msgid "@b{{quotation_arg}:} "
249249 msgstr ""
277277 msgid "@{No value for `{value}'@}"
278278 msgstr ""
279279
280 #: tp/Texinfo/Convert/Plaintext.pm:2268
280 #: tp/Texinfo/Convert/Plaintext.pm:2248
281281 #, perl-brace-format
282282 msgid "* {float_type} {float_number}: {float_label}."
283283 msgstr ""
284284
285 #: tp/Texinfo/Convert/Plaintext.pm:2273
285 #: tp/Texinfo/Convert/Plaintext.pm:2253
286286 #, perl-brace-format
287287 msgid "* {float_type}: {float_label}."
288288 msgstr ""
289289
290 #: tp/Texinfo/Convert/Plaintext.pm:2281
290 #: tp/Texinfo/Convert/Plaintext.pm:2261
291291 #, perl-brace-format
292292 msgid "* {float_number}: {float_label}."
293293 msgstr ""
294294
295 #: tp/Texinfo/Convert/Plaintext.pm:2285
295 #: tp/Texinfo/Convert/Plaintext.pm:2265
296296 #, perl-brace-format
297297 msgid "* : {float_label}."
298298 msgstr ""
299299
300 #: tp/Texinfo/Convert/Plaintext.pm:2482
300 #: tp/Texinfo/Convert/Plaintext.pm:2462
301301 #, perl-brace-format
302302 msgid "@tie{ }-- {category}: {name} {arguments}"
303303 msgstr ""
304304
305 #: tp/Texinfo/Convert/Plaintext.pm:2487
305 #: tp/Texinfo/Convert/Plaintext.pm:2467
306306 #, perl-brace-format
307307 msgid "@tie{ }-- {category}: {name}"
308308 msgstr ""
309309
310 #: tp/Texinfo/Convert/Plaintext.pm:2500
310 #: tp/Texinfo/Convert/Plaintext.pm:2480
311311 #, perl-brace-format
312312 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
313313 msgstr ""
314314
315 #: tp/Texinfo/Convert/Plaintext.pm:2483
316 #, perl-brace-format
317 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
318 msgstr ""
319
320 #: tp/Texinfo/Convert/Plaintext.pm:2492
321 #, perl-brace-format
322 msgid "@tie{ }-- {category}:@*{type}@*{name}"
323 msgstr ""
324
325 #: tp/Texinfo/Convert/Plaintext.pm:2495
326 #, perl-brace-format
327 msgid "@tie{ }-- {category}: {type} {name}"
328 msgstr ""
329
315330 #: tp/Texinfo/Convert/Plaintext.pm:2503
316331 #, perl-brace-format
317 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
318 msgstr ""
319
320 #: tp/Texinfo/Convert/Plaintext.pm:2512
321 #, perl-brace-format
322 msgid "@tie{ }-- {category}:@*{type}@*{name}"
323 msgstr ""
324
325 #: tp/Texinfo/Convert/Plaintext.pm:2515
326 #, perl-brace-format
327 msgid "@tie{ }-- {category}: {type} {name}"
328 msgstr ""
329
330 #: tp/Texinfo/Convert/Plaintext.pm:2523
331 #, perl-brace-format
332332 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
333333 msgstr ""
334334
335 #: tp/Texinfo/Convert/Plaintext.pm:2529
335 #: tp/Texinfo/Convert/Plaintext.pm:2509
336336 #, perl-brace-format
337337 msgid "@tie{ }-- {category} of {class}: {name}"
338338 msgstr ""
339339
340 #: tp/Texinfo/Convert/Plaintext.pm:2538
340 #: tp/Texinfo/Convert/Plaintext.pm:2518
341341 #, perl-brace-format
342342 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
343343 msgstr ""
344344
345 #: tp/Texinfo/Convert/Plaintext.pm:2544
345 #: tp/Texinfo/Convert/Plaintext.pm:2524
346346 #, perl-brace-format
347347 msgid "@tie{ }-- {category} on {class}: {name}"
348348 msgstr ""
349349
350 #: tp/Texinfo/Convert/Plaintext.pm:2559
350 #: tp/Texinfo/Convert/Plaintext.pm:2539
351351 #, perl-brace-format
352352 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
353353 msgstr ""
354354
355 #: tp/Texinfo/Convert/Plaintext.pm:2563
355 #: tp/Texinfo/Convert/Plaintext.pm:2543
356356 #, perl-brace-format
357357 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
358358 msgstr ""
359359
360 #: tp/Texinfo/Convert/Plaintext.pm:2574
360 #: tp/Texinfo/Convert/Plaintext.pm:2554
361361 #, perl-brace-format
362362 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
363363 msgstr ""
364364
365 #: tp/Texinfo/Convert/Plaintext.pm:2578
365 #: tp/Texinfo/Convert/Plaintext.pm:2558
366366 #, perl-brace-format
367367 msgid "@tie{ }-- {category} on {class}: {type} {name}"
368368 msgstr ""
369369
370 #: tp/Texinfo/Convert/Plaintext.pm:2592
370 #: tp/Texinfo/Convert/Plaintext.pm:2572
371371 #, perl-brace-format
372372 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
373373 msgstr ""
374374
375 #: tp/Texinfo/Convert/Plaintext.pm:2596
375 #: tp/Texinfo/Convert/Plaintext.pm:2576
376376 #, perl-brace-format
377377 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
378378 msgstr ""
379379
380 #: tp/Texinfo/Convert/Plaintext.pm:2607
380 #: tp/Texinfo/Convert/Plaintext.pm:2587
381381 #, perl-brace-format
382382 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
383383 msgstr ""
384384
385 #: tp/Texinfo/Convert/Plaintext.pm:2611
385 #: tp/Texinfo/Convert/Plaintext.pm:2591
386386 #, perl-brace-format
387387 msgid "@tie{ }-- {category} of {class}: {type} {name}"
388388 msgstr ""
389389
390 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
390 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
391391 #, perl-brace-format
392392 msgid "@center --- @emph{{author}}\n"
393393 msgstr ""
615615 msgid "{explained_string} ({explanation})"
616616 msgstr ""
617617
618 #: tp/Texinfo/Convert/HTML.pm:3101
618 #: tp/Texinfo/Convert/HTML.pm:3083
619619 #, perl-brace-format
620620 msgid "see section {reference_name}"
621621 msgstr ""
622622
623 #: tp/Texinfo/Convert/HTML.pm:3104
623 #: tp/Texinfo/Convert/HTML.pm:3086
624624 #, perl-brace-format
625625 msgid "see {reference_name}"
626626 msgstr ""
627627
628 #: tp/Texinfo/Convert/HTML.pm:3109
628 #: tp/Texinfo/Convert/HTML.pm:3091
629629 #, perl-brace-format
630630 msgid "See section {reference_name}"
631631 msgstr ""
632632
633 #: tp/Texinfo/Convert/HTML.pm:3112
633 #: tp/Texinfo/Convert/HTML.pm:3094
634634 #, perl-brace-format
635635 msgid "See {reference_name}"
636636 msgstr ""
637637
638 #: tp/Texinfo/Convert/HTML.pm:3116
638 #: tp/Texinfo/Convert/HTML.pm:3098
639639 #, perl-brace-format
640640 msgid "{reference_name}"
641641 msgstr ""
642642
643 #: tp/Texinfo/Convert/HTML.pm:3160
644 #, perl-brace-format
645 msgid "see {reference} in @cite{{book}}"
646 msgstr ""
647
648 #: tp/Texinfo/Convert/HTML.pm:3164
649 #, perl-brace-format
650 msgid "see @cite{{book_reference}}"
651 msgstr ""
652
653 #: tp/Texinfo/Convert/HTML.pm:3168
654 #, perl-brace-format
655 msgid "see `{section}' in @cite{{book}}"
656 msgstr ""
657
658 #: tp/Texinfo/Convert/HTML.pm:3175
659 #, perl-brace-format
660 msgid "see {reference}"
661 msgstr ""
662
643663 #: tp/Texinfo/Convert/HTML.pm:3178
644664 #, perl-brace-format
645 msgid "see {reference} in @cite{{book}}"
646 msgstr ""
647
648 #: tp/Texinfo/Convert/HTML.pm:3182
649 #, perl-brace-format
650 msgid "see @cite{{book_reference}}"
651 msgstr ""
652
653 #: tp/Texinfo/Convert/HTML.pm:3186
654 #, perl-brace-format
655 msgid "see `{section}' in @cite{{book}}"
656 msgstr ""
657
658 #: tp/Texinfo/Convert/HTML.pm:3193
659 #, perl-brace-format
660 msgid "see {reference}"
661 msgstr ""
662
663 #: tp/Texinfo/Convert/HTML.pm:3196
664 #, perl-brace-format
665665 msgid "see `{section}'"
666666 msgstr ""
667667
668 #: tp/Texinfo/Convert/HTML.pm:3183
669 #, perl-brace-format
670 msgid "See {reference} in @cite{{book}}"
671 msgstr ""
672
673 #: tp/Texinfo/Convert/HTML.pm:3187
674 #, perl-brace-format
675 msgid "See @cite{{book_reference}}"
676 msgstr ""
677
678 #: tp/Texinfo/Convert/HTML.pm:3191
679 #, perl-brace-format
680 msgid "See `{section}' in @cite{{book}}"
681 msgstr ""
682
683 #: tp/Texinfo/Convert/HTML.pm:3198
684 #, perl-brace-format
685 msgid "See {reference}"
686 msgstr ""
687
668688 #: tp/Texinfo/Convert/HTML.pm:3201
669689 #, perl-brace-format
670 msgid "See {reference} in @cite{{book}}"
671 msgstr ""
672
673 #: tp/Texinfo/Convert/HTML.pm:3205
674 #, perl-brace-format
675 msgid "See @cite{{book_reference}}"
676 msgstr ""
677
678 #: tp/Texinfo/Convert/HTML.pm:3209
679 #, perl-brace-format
680 msgid "See `{section}' in @cite{{book}}"
681 msgstr ""
682
683 #: tp/Texinfo/Convert/HTML.pm:3216
684 #, perl-brace-format
685 msgid "See {reference}"
686 msgstr ""
687
688 #: tp/Texinfo/Convert/HTML.pm:3219
689 #, perl-brace-format
690690 msgid "See `{section}'"
691691 msgstr ""
692692
693 #: tp/Texinfo/Convert/HTML.pm:3206
694 #, perl-brace-format
695 msgid "{reference} in @cite{{book}}"
696 msgstr ""
697
698 #: tp/Texinfo/Convert/HTML.pm:3210
699 #, perl-brace-format
700 msgid "@cite{{book_reference}}"
701 msgstr ""
702
703 #: tp/Texinfo/Convert/HTML.pm:3214
704 #, perl-brace-format
705 msgid "`{section}' in @cite{{book}}"
706 msgstr ""
707
708 #: tp/Texinfo/Convert/HTML.pm:3221
709 #, perl-brace-format
710 msgid "{reference}"
711 msgstr ""
712
693713 #: tp/Texinfo/Convert/HTML.pm:3224
694714 #, perl-brace-format
695 msgid "{reference} in @cite{{book}}"
696 msgstr ""
697
698 #: tp/Texinfo/Convert/HTML.pm:3228
699 #, perl-brace-format
700 msgid "@cite{{book_reference}}"
701 msgstr ""
702
703 #: tp/Texinfo/Convert/HTML.pm:3232
704 #, perl-brace-format
705 msgid "`{section}' in @cite{{book}}"
706 msgstr ""
707
708 #: tp/Texinfo/Convert/HTML.pm:3239
709 #, perl-brace-format
710 msgid "{reference}"
711 msgstr ""
712
713 #: tp/Texinfo/Convert/HTML.pm:3242
714 #, perl-brace-format
715715 msgid "`{section}'"
716716 msgstr ""
717717
718 #: tp/Texinfo/Convert/HTML.pm:3355
718 #: tp/Texinfo/Convert/HTML.pm:3337
719719 msgid "Jump to"
720720 msgstr ""
721721
722 #: tp/Texinfo/Convert/HTML.pm:3363
722 #: tp/Texinfo/Convert/HTML.pm:3345
723723 msgid "Index Entry"
724724 msgstr ""
725725
726 #: tp/Texinfo/Convert/HTML.pm:3365
726 #: tp/Texinfo/Convert/HTML.pm:3347
727727 msgid "Section"
728728 msgstr ""
729729
730 #: tp/Texinfo/Convert/HTML.pm:3984
730 #: tp/Texinfo/Convert/HTML.pm:3966
731731 #, perl-brace-format
732732 msgid "{category}: @strong{{name}} @emph{{arguments}}"
733733 msgstr ""
734734
735 #: tp/Texinfo/Convert/HTML.pm:3989
735 #: tp/Texinfo/Convert/HTML.pm:3971
736736 #, perl-brace-format
737737 msgid "{category}: @strong{{name}}"
738738 msgstr ""
739739
740 #: tp/Texinfo/Convert/HTML.pm:4006
740 #: tp/Texinfo/Convert/HTML.pm:3988
741741 #, perl-brace-format
742742 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
743743 msgstr ""
744744
745 #: tp/Texinfo/Convert/HTML.pm:4010
745 #: tp/Texinfo/Convert/HTML.pm:3992
746746 #, perl-brace-format
747747 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
748748 msgstr ""
749749
750 #: tp/Texinfo/Convert/HTML.pm:4019
750 #: tp/Texinfo/Convert/HTML.pm:4001
751751 #, perl-brace-format
752752 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
753753 msgstr ""
754754
755 #: tp/Texinfo/Convert/HTML.pm:4022
755 #: tp/Texinfo/Convert/HTML.pm:4004
756756 #, perl-brace-format
757757 msgid "{category}: @emph{{type}} @strong{{name}}"
758758 msgstr ""
759759
760 #: tp/Texinfo/Convert/HTML.pm:4030
760 #: tp/Texinfo/Convert/HTML.pm:4012
761761 #, perl-brace-format
762762 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
763763 msgstr ""
764764
765 #: tp/Texinfo/Convert/HTML.pm:4036
765 #: tp/Texinfo/Convert/HTML.pm:4018
766766 #, perl-brace-format
767767 msgid "{category} of {class}: @strong{{name}}"
768768 msgstr ""
769769
770 #: tp/Texinfo/Convert/HTML.pm:4045
770 #: tp/Texinfo/Convert/HTML.pm:4027
771771 #, perl-brace-format
772772 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
773773 msgstr ""
774774
775 #: tp/Texinfo/Convert/HTML.pm:4051
775 #: tp/Texinfo/Convert/HTML.pm:4033
776776 #, perl-brace-format
777777 msgid "{category} on {class}: @strong{{name}}"
778778 msgstr ""
779779
780 #: tp/Texinfo/Convert/HTML.pm:4066
780 #: tp/Texinfo/Convert/HTML.pm:4048
781781 #, perl-brace-format
782782 msgid ""
783783 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
784784 msgstr ""
785785
786 #: tp/Texinfo/Convert/HTML.pm:4070
786 #: tp/Texinfo/Convert/HTML.pm:4052
787787 #, perl-brace-format
788788 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
789789 msgstr ""
790790
791 #: tp/Texinfo/Convert/HTML.pm:4063
792 #, perl-brace-format
793 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
794 msgstr ""
795
796 #: tp/Texinfo/Convert/HTML.pm:4067
797 #, perl-brace-format
798 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
799 msgstr ""
800
791801 #: tp/Texinfo/Convert/HTML.pm:4081
792 #, perl-brace-format
793 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
794 msgstr ""
795
796 #: tp/Texinfo/Convert/HTML.pm:4085
797 #, perl-brace-format
798 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
799 msgstr ""
800
801 #: tp/Texinfo/Convert/HTML.pm:4099
802802 #, perl-brace-format
803803 msgid ""
804804 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
805805 msgstr ""
806806
807 #: tp/Texinfo/Convert/HTML.pm:4103
807 #: tp/Texinfo/Convert/HTML.pm:4085
808808 #, perl-brace-format
809809 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
810810 msgstr ""
811811
812 #: tp/Texinfo/Convert/HTML.pm:4114
812 #: tp/Texinfo/Convert/HTML.pm:4096
813813 #, perl-brace-format
814814 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
815815 msgstr ""
816816
817 #: tp/Texinfo/Convert/HTML.pm:4118
817 #: tp/Texinfo/Convert/HTML.pm:4100
818818 #, perl-brace-format
819819 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
820820 msgstr ""
821821
822 #: tp/Texinfo/Convert/HTML.pm:6121
822 #: tp/Texinfo/Convert/HTML.pm:6103
823823 #, perl-brace-format
824824 msgid ""
825 "This document was generated on @emph{@today{}} using @uref"
826 "{{program_homepage}, @emph{{program}}}."
827 msgstr ""
828
829 #: tp/Texinfo/Convert/HTML.pm:6161
825 "This document was generated on @emph{@today{}} using "
826 "@uref{{program_homepage}, @emph{{program}}}."
827 msgstr ""
828
829 #: tp/Texinfo/Convert/HTML.pm:6143
830830 #, perl-brace-format
831831 msgid "{title}: {element_text}"
832832 msgstr ""
833833
834 #: tp/Texinfo/Convert/HTML.pm:6302
834 #: tp/Texinfo/Convert/HTML.pm:6284
835835 #, perl-brace-format
836836 msgid "The node you are looking for is at {href}."
837837 msgstr ""
838838
839 #: tp/Texinfo/Convert/HTML.pm:6372
839 #: tp/Texinfo/Convert/HTML.pm:6354
840840 msgid " The buttons in the navigation panels have the following meaning:"
841841 msgstr ""
842842
843 #: tp/Texinfo/Convert/HTML.pm:6378
843 #: tp/Texinfo/Convert/HTML.pm:6360
844844 msgid "Button"
845845 msgstr ""
846846
847 #: tp/Texinfo/Convert/HTML.pm:6379
847 #: tp/Texinfo/Convert/HTML.pm:6361
848848 msgid "Name"
849849 msgstr ""
850850
851 #: tp/Texinfo/Convert/HTML.pm:6380
851 #: tp/Texinfo/Convert/HTML.pm:6362
852852 msgid "Go to"
853853 msgstr ""
854854
855 #: tp/Texinfo/Convert/HTML.pm:6381
855 #: tp/Texinfo/Convert/HTML.pm:6363
856856 msgid "From 1.2.3 go to"
857857 msgstr ""
858858
859 #: tp/Texinfo/Convert/HTML.pm:6407
859 #: tp/Texinfo/Convert/HTML.pm:6389
860860 msgid ""
861861 " where the @strong{ Example } assumes that the current position is at "
862862 "@strong{ Subsubsection One-Two-Three } of a document of the following "
863863 "structure:"
864864 msgstr ""
865865
866 #: tp/Texinfo/Convert/HTML.pm:6417
866 #: tp/Texinfo/Convert/HTML.pm:6399
867867 msgid "Section One"
868868 msgstr ""
869869
870 #: tp/Texinfo/Convert/HTML.pm:6419
870 #: tp/Texinfo/Convert/HTML.pm:6401
871871 msgid "Subsection One-One"
872872 msgstr ""
873873
874 #: tp/Texinfo/Convert/HTML.pm:6426
874 #: tp/Texinfo/Convert/HTML.pm:6408
875875 msgid "Subsection One-Two"
876876 msgstr ""
877877
878 #: tp/Texinfo/Convert/HTML.pm:6428
878 #: tp/Texinfo/Convert/HTML.pm:6410
879879 msgid "Subsubsection One-Two-One"
880880 msgstr ""
881881
882 #: tp/Texinfo/Convert/HTML.pm:6429
882 #: tp/Texinfo/Convert/HTML.pm:6411
883883 msgid "Subsubsection One-Two-Two"
884884 msgstr ""
885885
886 #: tp/Texinfo/Convert/HTML.pm:6430
886 #: tp/Texinfo/Convert/HTML.pm:6412
887887 msgid "Subsubsection One-Two-Three"
888888 msgstr ""
889889
890 #: tp/Texinfo/Convert/HTML.pm:6432
890 #: tp/Texinfo/Convert/HTML.pm:6414
891891 msgid "Current Position"
892892 msgstr ""
893893
894 #: tp/Texinfo/Convert/HTML.pm:6433
894 #: tp/Texinfo/Convert/HTML.pm:6415
895895 msgid "Subsubsection One-Two-Four"
896896 msgstr ""
897897
898 #: tp/Texinfo/Convert/HTML.pm:6436
898 #: tp/Texinfo/Convert/HTML.pm:6418
899899 msgid "Subsection One-Three"
900900 msgstr ""
901901
902 #: tp/Texinfo/Convert/HTML.pm:6443
902 #: tp/Texinfo/Convert/HTML.pm:6425
903903 msgid "Subsection One-Four"
904904 msgstr ""
905905
906 #: tp/Texinfo/Convert/HTML.pm:6847
906 #: tp/Texinfo/Convert/HTML.pm:6829
907907 msgid "Untitled Document"
908908 msgstr ""
66 msgstr ""
77 "Project-Id-Version: texi2html 1.83\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
9 "POT-Creation-Date: 2013-01-01 17:34-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"
179179 msgid "{float_number}"
180180 msgstr ""
181181
182 #: tp/Texinfo/Convert/DocBook.pm:776
182 #: tp/Texinfo/Convert/DocBook.pm:754
183183 #, perl-brace-format
184184 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
185185 msgstr ""
186186
187 #: tp/Texinfo/Convert/DocBook.pm:781
187 #: tp/Texinfo/Convert/DocBook.pm:759
188188 #, perl-brace-format
189189 msgid "See node @samp{{mynode}}"
190190 msgstr ""
191191
192 #: tp/Texinfo/Convert/DocBook.pm:785
192 #: tp/Texinfo/Convert/DocBook.pm:763
193193 #, perl-brace-format
194194 msgid "See Info file @file{{myfile}}"
195195 msgstr ""
196196
197 #: tp/Texinfo/Convert/DocBook.pm:825
197 #: tp/Texinfo/Convert/DocBook.pm:803
198198 #, fuzzy, perl-brace-format
199199 msgid "section ``{section_name}'' in @cite{{book}}"
200200 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
201201
202 #: tp/Texinfo/Convert/DocBook.pm:830
202 #: tp/Texinfo/Convert/DocBook.pm:808
203203 #, fuzzy, perl-brace-format
204204 msgid "See section ``{section_name}'' in @cite{{book}}"
205205 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
206206
207 #: tp/Texinfo/Convert/DocBook.pm:835
207 #: tp/Texinfo/Convert/DocBook.pm:813
208208 #, fuzzy, perl-brace-format
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:842 tp/Texinfo/Convert/HTML.pm:3236
212 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
213213 #, perl-brace-format
214214 msgid "@cite{{book}}"
215215 msgstr ""
216216
217 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
217 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
218218 #, perl-brace-format
219219 msgid "See @cite{{book}}"
220220 msgstr "Veja @cite{{book}}"
221221
222 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
222 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
223223 #, perl-brace-format
224224 msgid "see @cite{{book}}"
225225 msgstr "veja @cite{{book}}"
226226
227 #: tp/Texinfo/Convert/DocBook.pm:865
227 #: tp/Texinfo/Convert/DocBook.pm:843
228228 #, perl-brace-format
229229 msgid "{title_ref}"
230230 msgstr ""
231231
232 #: tp/Texinfo/Convert/DocBook.pm:870
232 #: tp/Texinfo/Convert/DocBook.pm:848
233233 #, perl-brace-format
234234 msgid "See {title_ref}"
235235 msgstr ""
236236
237 #: tp/Texinfo/Convert/DocBook.pm:875
237 #: tp/Texinfo/Convert/DocBook.pm:853
238238 #, perl-brace-format
239239 msgid "see {title_ref}"
240240 msgstr ""
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
242 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr ""
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3542
247 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
248 #: tp/Texinfo/Convert/HTML.pm:3524
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
251251 msgstr ""
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2268
282 #: tp/Texinfo/Convert/Plaintext.pm:2248
283283 #, perl-brace-format
284284 msgid "* {float_type} {float_number}: {float_label}."
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2273
287 #: tp/Texinfo/Convert/Plaintext.pm:2253
288288 #, perl-brace-format
289289 msgid "* {float_type}: {float_label}."
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2281
292 #: tp/Texinfo/Convert/Plaintext.pm:2261
293293 #, perl-brace-format
294294 msgid "* {float_number}: {float_label}."
295295 msgstr ""
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2285
297 #: tp/Texinfo/Convert/Plaintext.pm:2265
298298 #, perl-brace-format
299299 msgid "* : {float_label}."
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2482
302 #: tp/Texinfo/Convert/Plaintext.pm:2462
303303 #, perl-brace-format
304304 msgid "@tie{ }-- {category}: {name} {arguments}"
305305 msgstr ""
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2487
307 #: tp/Texinfo/Convert/Plaintext.pm:2467
308308 #, perl-brace-format
309309 msgid "@tie{ }-- {category}: {name}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2500
312 #: tp/Texinfo/Convert/Plaintext.pm:2480
313313 #, fuzzy, perl-brace-format
314314 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
315315 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2503
317 #: tp/Texinfo/Convert/Plaintext.pm:2483
318318 #, perl-brace-format
319319 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
320320 msgstr ""
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2512
322 #: tp/Texinfo/Convert/Plaintext.pm:2492
323323 #, fuzzy, perl-brace-format
324324 msgid "@tie{ }-- {category}:@*{type}@*{name}"
325325 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2515
327 #: tp/Texinfo/Convert/Plaintext.pm:2495
328328 #, perl-brace-format
329329 msgid "@tie{ }-- {category}: {type} {name}"
330330 msgstr ""
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2523
332 #: tp/Texinfo/Convert/Plaintext.pm:2503
333333 #, perl-brace-format
334334 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
335335 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2529
337 #: tp/Texinfo/Convert/Plaintext.pm:2509
338338 #, perl-brace-format
339339 msgid "@tie{ }-- {category} of {class}: {name}"
340340 msgstr "@tie{ }-- {category} da {class}: {name}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2538
342 #: tp/Texinfo/Convert/Plaintext.pm:2518
343343 #, perl-brace-format
344344 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
345345 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2544
347 #: tp/Texinfo/Convert/Plaintext.pm:2524
348348 #, perl-brace-format
349349 msgid "@tie{ }-- {category} on {class}: {name}"
350350 msgstr "@tie{ }-- {category} na {class}: {name}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2559
352 #: tp/Texinfo/Convert/Plaintext.pm:2539
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2563
357 #: tp/Texinfo/Convert/Plaintext.pm:2543
358358 #, perl-brace-format
359359 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2574
362 #: tp/Texinfo/Convert/Plaintext.pm:2554
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2578
367 #: tp/Texinfo/Convert/Plaintext.pm:2558
368368 #, perl-brace-format
369369 msgid "@tie{ }-- {category} on {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2592
372 #: tp/Texinfo/Convert/Plaintext.pm:2572
373373 #, fuzzy, perl-brace-format
374374 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
375375 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
376376
377 #: tp/Texinfo/Convert/Plaintext.pm:2596
377 #: tp/Texinfo/Convert/Plaintext.pm:2576
378378 #, perl-brace-format
379379 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
380380 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
381381
382 #: tp/Texinfo/Convert/Plaintext.pm:2607
382 #: tp/Texinfo/Convert/Plaintext.pm:2587
383383 #, fuzzy, perl-brace-format
384384 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
385385 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
386386
387 #: tp/Texinfo/Convert/Plaintext.pm:2611
387 #: tp/Texinfo/Convert/Plaintext.pm:2591
388388 #, perl-brace-format
389389 msgid "@tie{ }-- {category} of {class}: {type} {name}"
390390 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
391391
392 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
392 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
393393 #, perl-brace-format
394394 msgid "@center --- @emph{{author}}\n"
395395 msgstr ""
623623 msgid "{explained_string} ({explanation})"
624624 msgstr ""
625625
626 #: tp/Texinfo/Convert/HTML.pm:3101
626 #: tp/Texinfo/Convert/HTML.pm:3083
627627 #, perl-brace-format
628628 msgid "see section {reference_name}"
629629 msgstr "veja se@,{c}@~ao {reference_name}"
630630
631 #: tp/Texinfo/Convert/HTML.pm:3104
631 #: tp/Texinfo/Convert/HTML.pm:3086
632632 #, perl-brace-format
633633 msgid "see {reference_name}"
634634 msgstr "veja {reference_name}"
635635
636 #: tp/Texinfo/Convert/HTML.pm:3109
636 #: tp/Texinfo/Convert/HTML.pm:3091
637637 #, perl-brace-format
638638 msgid "See section {reference_name}"
639639 msgstr "Veja se@,{c}@~ao {reference_name}"
640640
641 #: tp/Texinfo/Convert/HTML.pm:3112
641 #: tp/Texinfo/Convert/HTML.pm:3094
642642 #, perl-brace-format
643643 msgid "See {reference_name}"
644644 msgstr "Veja {reference_name}"
645645
646 #: tp/Texinfo/Convert/HTML.pm:3116
646 #: tp/Texinfo/Convert/HTML.pm:3098
647647 #, perl-brace-format
648648 msgid "{reference_name}"
649649 msgstr ""
650650
651 #: tp/Texinfo/Convert/HTML.pm:3178
651 #: tp/Texinfo/Convert/HTML.pm:3160
652652 #, fuzzy, perl-brace-format
653653 msgid "see {reference} in @cite{{book}}"
654654 msgstr "veja {node_file_href} @cite{{book}}"
655655
656 #: tp/Texinfo/Convert/HTML.pm:3182
656 #: tp/Texinfo/Convert/HTML.pm:3164
657657 #, fuzzy, perl-brace-format
658658 msgid "see @cite{{book_reference}}"
659659 msgstr "veja @cite{{book}}"
660660
661 #: tp/Texinfo/Convert/HTML.pm:3186
661 #: tp/Texinfo/Convert/HTML.pm:3168
662662 #, fuzzy, perl-brace-format
663663 msgid "see `{section}' in @cite{{book}}"
664664 msgstr "se@,{c}@~ao `{section}' em @cite{{book}}"
665665
666 #: tp/Texinfo/Convert/HTML.pm:3193
666 #: tp/Texinfo/Convert/HTML.pm:3175
667667 #, fuzzy, perl-brace-format
668668 msgid "see {reference}"
669669 msgstr "veja {reference_name}"
670670
671 #: tp/Texinfo/Convert/HTML.pm:3196
671 #: tp/Texinfo/Convert/HTML.pm:3178
672672 #, fuzzy, perl-brace-format
673673 msgid "see `{section}'"
674674 msgstr "Se@,{c}@~ao acima"
675675
676 #: tp/Texinfo/Convert/HTML.pm:3201
676 #: tp/Texinfo/Convert/HTML.pm:3183
677677 #, fuzzy, perl-brace-format
678678 msgid "See {reference} in @cite{{book}}"
679679 msgstr "Veja {node_file_href} @cite{{book}}"
680680
681 #: tp/Texinfo/Convert/HTML.pm:3205
681 #: tp/Texinfo/Convert/HTML.pm:3187
682682 #, fuzzy, perl-brace-format
683683 msgid "See @cite{{book_reference}}"
684684 msgstr "Veja @cite{{book}}"
685685
686 #: tp/Texinfo/Convert/HTML.pm:3209
686 #: tp/Texinfo/Convert/HTML.pm:3191
687687 #, fuzzy, perl-brace-format
688688 msgid "See `{section}' in @cite{{book}}"
689689 msgstr "Veja se@,{c}@~ao `{section}' em @cite{{book}}"
690690
691 #: tp/Texinfo/Convert/HTML.pm:3216
691 #: tp/Texinfo/Convert/HTML.pm:3198
692692 #, fuzzy, perl-brace-format
693693 msgid "See {reference}"
694694 msgstr "Veja {reference_name}"
695695
696 #: tp/Texinfo/Convert/HTML.pm:3219
696 #: tp/Texinfo/Convert/HTML.pm:3201
697697 #, fuzzy, perl-brace-format
698698 msgid "See `{section}'"
699699 msgstr "Se@,{c}@~ao acima"
700700
701 #: tp/Texinfo/Convert/HTML.pm:3224
701 #: tp/Texinfo/Convert/HTML.pm:3206
702702 #, fuzzy, perl-brace-format
703703 msgid "{reference} in @cite{{book}}"
704704 msgstr "veja @cite{{book}}"
705705
706 #: tp/Texinfo/Convert/HTML.pm:3228
706 #: tp/Texinfo/Convert/HTML.pm:3210
707707 #, fuzzy, perl-brace-format
708708 msgid "@cite{{book_reference}}"
709709 msgstr "veja @cite{{book}}"
710710
711 #: tp/Texinfo/Convert/HTML.pm:3232
711 #: tp/Texinfo/Convert/HTML.pm:3214
712712 #, fuzzy, perl-brace-format
713713 msgid "`{section}' in @cite{{book}}"
714714 msgstr "se@,{c}@~ao `{section}' em @cite{{book}}"
715715
716 #: tp/Texinfo/Convert/HTML.pm:3239
716 #: tp/Texinfo/Convert/HTML.pm:3221
717717 #, fuzzy, perl-brace-format
718718 msgid "{reference}"
719719 msgstr "veja {reference_name}"
720720
721 #: tp/Texinfo/Convert/HTML.pm:3242
721 #: tp/Texinfo/Convert/HTML.pm:3224
722722 #, fuzzy, perl-brace-format
723723 msgid "`{section}'"
724724 msgstr "Se@,{c}@~ao acima"
725725
726 #: tp/Texinfo/Convert/HTML.pm:3355
726 #: tp/Texinfo/Convert/HTML.pm:3337
727727 msgid "Jump to"
728728 msgstr "Pular para"
729729
730 #: tp/Texinfo/Convert/HTML.pm:3363
730 #: tp/Texinfo/Convert/HTML.pm:3345
731731 msgid "Index Entry"
732732 msgstr "Entrada de @'Indice"
733733
734 #: tp/Texinfo/Convert/HTML.pm:3365
734 #: tp/Texinfo/Convert/HTML.pm:3347
735735 msgid "Section"
736736 msgstr "Se@,{c}@~ao"
737737
738 #: tp/Texinfo/Convert/HTML.pm:3984
738 #: tp/Texinfo/Convert/HTML.pm:3966
739739 #, perl-brace-format
740740 msgid "{category}: @strong{{name}} @emph{{arguments}}"
741741 msgstr ""
742742
743 #: tp/Texinfo/Convert/HTML.pm:3989
743 #: tp/Texinfo/Convert/HTML.pm:3971
744744 #, perl-brace-format
745745 msgid "{category}: @strong{{name}}"
746746 msgstr ""
747747
748 #: tp/Texinfo/Convert/HTML.pm:4006
748 #: tp/Texinfo/Convert/HTML.pm:3988
749749 #, fuzzy, perl-brace-format
750750 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
751751 msgstr ""
752752 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4010
754 #: tp/Texinfo/Convert/HTML.pm:3992
755755 #, perl-brace-format
756756 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
757757 msgstr ""
758758
759 #: tp/Texinfo/Convert/HTML.pm:4019
759 #: tp/Texinfo/Convert/HTML.pm:4001
760760 #, fuzzy, perl-brace-format
761761 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
762762 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4022
764 #: tp/Texinfo/Convert/HTML.pm:4004
765765 #, perl-brace-format
766766 msgid "{category}: @emph{{type}} @strong{{name}}"
767767 msgstr ""
768768
769 #: tp/Texinfo/Convert/HTML.pm:4030
769 #: tp/Texinfo/Convert/HTML.pm:4012
770770 #, perl-brace-format
771771 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
772772 msgstr "{category} da {class}: @strong{{name}} @emph{{arguments}}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4036
774 #: tp/Texinfo/Convert/HTML.pm:4018
775775 #, perl-brace-format
776776 msgid "{category} of {class}: @strong{{name}}"
777777 msgstr "{category} da {class}: @strong{{name}}"
778778
779 #: tp/Texinfo/Convert/HTML.pm:4045
779 #: tp/Texinfo/Convert/HTML.pm:4027
780780 #, perl-brace-format
781781 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
782782 msgstr "{category} na {class}: @strong{{name}} @emph{{arguments}}"
783783
784 #: tp/Texinfo/Convert/HTML.pm:4051
784 #: tp/Texinfo/Convert/HTML.pm:4033
785785 #, perl-brace-format
786786 msgid "{category} on {class}: @strong{{name}}"
787787 msgstr "{category} na {class}: @strong{{name}}"
788788
789 #: tp/Texinfo/Convert/HTML.pm:4066
789 #: tp/Texinfo/Convert/HTML.pm:4048
790790 #, fuzzy, perl-brace-format
791791 msgid ""
792792 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793 msgstr ""
794794 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
795795
796 #: tp/Texinfo/Convert/HTML.pm:4070
796 #: tp/Texinfo/Convert/HTML.pm:4052
797797 #, perl-brace-format
798798 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
799799 msgstr ""
800800 "{category} na {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
801801
802 #: tp/Texinfo/Convert/HTML.pm:4081
802 #: tp/Texinfo/Convert/HTML.pm:4063
803803 #, fuzzy, perl-brace-format
804804 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
805805 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
806806
807 #: tp/Texinfo/Convert/HTML.pm:4085
807 #: tp/Texinfo/Convert/HTML.pm:4067
808808 #, perl-brace-format
809809 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
810810 msgstr "{category} na {class}: @emph{{type}} @strong{{name}}"
811811
812 #: tp/Texinfo/Convert/HTML.pm:4099
812 #: tp/Texinfo/Convert/HTML.pm:4081
813813 #, fuzzy, perl-brace-format
814814 msgid ""
815815 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
816816 msgstr ""
817817 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
818818
819 #: tp/Texinfo/Convert/HTML.pm:4103
819 #: tp/Texinfo/Convert/HTML.pm:4085
820820 #, perl-brace-format
821821 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
822822 msgstr ""
823823 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
824824
825 #: tp/Texinfo/Convert/HTML.pm:4114
825 #: tp/Texinfo/Convert/HTML.pm:4096
826826 #, fuzzy, perl-brace-format
827827 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
828828 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
829829
830 #: tp/Texinfo/Convert/HTML.pm:4118
830 #: tp/Texinfo/Convert/HTML.pm:4100
831831 #, perl-brace-format
832832 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
833833 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
834834
835 #: tp/Texinfo/Convert/HTML.pm:6121
835 #: tp/Texinfo/Convert/HTML.pm:6103
836836 #, fuzzy, perl-brace-format
837837 msgid ""
838 "This document was generated on @emph{@today{}} using @uref"
839 "{{program_homepage}, @emph{{program}}}."
840 msgstr ""
841 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, @i"
842 "{{program}}}."
843
844 #: tp/Texinfo/Convert/HTML.pm:6161
838 "This document was generated on @emph{@today{}} using "
839 "@uref{{program_homepage}, @emph{{program}}}."
840 msgstr ""
841 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
842 "@i{{program}}}."
843
844 #: tp/Texinfo/Convert/HTML.pm:6143
845845 #, perl-brace-format
846846 msgid "{title}: {element_text}"
847847 msgstr ""
848848
849 #: tp/Texinfo/Convert/HTML.pm:6302
849 #: tp/Texinfo/Convert/HTML.pm:6284
850850 #, perl-brace-format
851851 msgid "The node you are looking for is at {href}."
852852 msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}."
853853
854 #: tp/Texinfo/Convert/HTML.pm:6372
854 #: tp/Texinfo/Convert/HTML.pm:6354
855855 msgid " The buttons in the navigation panels have the following meaning:"
856856 msgstr ""
857857 " Os bot@~oes nos pain@'eis de navega@,{c}@~ao possuem os seguintes "
858858 "significados:"
859859
860 #: tp/Texinfo/Convert/HTML.pm:6378
860 #: tp/Texinfo/Convert/HTML.pm:6360
861861 msgid "Button"
862862 msgstr "Bot@~ao"
863863
864 #: tp/Texinfo/Convert/HTML.pm:6379
864 #: tp/Texinfo/Convert/HTML.pm:6361
865865 msgid "Name"
866866 msgstr "Nome"
867867
868 #: tp/Texinfo/Convert/HTML.pm:6380
868 #: tp/Texinfo/Convert/HTML.pm:6362
869869 msgid "Go to"
870870 msgstr "V@'a para"
871871
872 #: tp/Texinfo/Convert/HTML.pm:6381
872 #: tp/Texinfo/Convert/HTML.pm:6363
873873 msgid "From 1.2.3 go to"
874874 msgstr "De 1.2.3 v@'a para"
875875
876 #: tp/Texinfo/Convert/HTML.pm:6407
876 #: tp/Texinfo/Convert/HTML.pm:6389
877877 msgid ""
878878 " where the @strong{ Example } assumes that the current position is at "
879879 "@strong{ Subsubsection One-Two-Three } of a document of the following "
883883 "@strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte "
884884 "estrutura:"
885885
886 #: tp/Texinfo/Convert/HTML.pm:6417
886 #: tp/Texinfo/Convert/HTML.pm:6399
887887 msgid "Section One"
888888 msgstr "Se@,{c}@~ao Um"
889889
890 #: tp/Texinfo/Convert/HTML.pm:6419
890 #: tp/Texinfo/Convert/HTML.pm:6401
891891 msgid "Subsection One-One"
892892 msgstr "Subse@,{c}@~ao Um-Um"
893893
894 #: tp/Texinfo/Convert/HTML.pm:6426
894 #: tp/Texinfo/Convert/HTML.pm:6408
895895 msgid "Subsection One-Two"
896896 msgstr "Subse@,{c}@~ao Um-Dois"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6428
898 #: tp/Texinfo/Convert/HTML.pm:6410
899899 msgid "Subsubsection One-Two-One"
900900 msgstr "Subse@,{c}@~ao Um-Dois-Um"
901901
902 #: tp/Texinfo/Convert/HTML.pm:6429
902 #: tp/Texinfo/Convert/HTML.pm:6411
903903 msgid "Subsubsection One-Two-Two"
904904 msgstr "Subse@,{c}@~ao Um-Dois-Dois"
905905
906 #: tp/Texinfo/Convert/HTML.pm:6430
906 #: tp/Texinfo/Convert/HTML.pm:6412
907907 msgid "Subsubsection One-Two-Three"
908908 msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es"
909909
910 #: tp/Texinfo/Convert/HTML.pm:6432
910 #: tp/Texinfo/Convert/HTML.pm:6414
911911 msgid "Current Position"
912912 msgstr "Posi@,{c}@~ao Atual"
913913
914 #: tp/Texinfo/Convert/HTML.pm:6433
914 #: tp/Texinfo/Convert/HTML.pm:6415
915915 msgid "Subsubsection One-Two-Four"
916916 msgstr "Subse@,{c}@~ao Um-Dois-Quatro"
917917
918 #: tp/Texinfo/Convert/HTML.pm:6436
918 #: tp/Texinfo/Convert/HTML.pm:6418
919919 msgid "Subsection One-Three"
920920 msgstr "Subse@,{c}@~ao Um-Tr@^es"
921921
922 #: tp/Texinfo/Convert/HTML.pm:6443
922 #: tp/Texinfo/Convert/HTML.pm:6425
923923 msgid "Subsection One-Four"
924924 msgstr "Subse@,{c}@~ao Um-Quatro"
925925
926 #: tp/Texinfo/Convert/HTML.pm:6847
926 #: tp/Texinfo/Convert/HTML.pm:6829
927927 msgid "Untitled Document"
928928 msgstr "Documento Sem Nome"
929929
930930 #, fuzzy
931931 #~ msgid ""
932 #~ "This document was generated on @emph{{date}} using @uref"
933 #~ "{{program_homepage}, @emph{{program}}}."
932 #~ "This document was generated on @emph{{date}} using "
933 #~ "@uref{{program_homepage}, @emph{{program}}}."
934934 #~ msgstr ""
935935 #~ "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
936936 #~ "@i{{program}}}."
937937
938938 #~ msgid ""
939 #~ "This document was generated using @uref{{program_homepage}, @emph"
940 #~ "{{program}}}."
939 #~ "This document was generated using @uref{{program_homepage}, "
940 #~ "@emph{{program}}}."
941941 #~ msgstr ""
942 #~ "Esse documento foi gerado usando @uref{{program_homepage}, @emph"
943 #~ "{{program}}}."
942 #~ "Esse documento foi gerado usando @uref{{program_homepage}, "
943 #~ "@emph{{program}}}."
944944
945945 #~ msgid "on @emph{{date}}"
946946 #~ msgstr "em @emph{{date}}"
77 msgstr ""
88 "Project-Id-Version: texi2html 1.83\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
10 "POT-Creation-Date: 2013-01-01 17:34-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"
180180 msgid "{float_number}"
181181 msgstr "{style} {number}"
182182
183 #: tp/Texinfo/Convert/DocBook.pm:776
183 #: tp/Texinfo/Convert/DocBook.pm:754
184184 #, perl-brace-format
185185 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
186186 msgstr ""
187187
188 #: tp/Texinfo/Convert/DocBook.pm:781
188 #: tp/Texinfo/Convert/DocBook.pm:759
189189 #, perl-brace-format
190190 msgid "See node @samp{{mynode}}"
191191 msgstr ""
192192
193 #: tp/Texinfo/Convert/DocBook.pm:785
193 #: tp/Texinfo/Convert/DocBook.pm:763
194194 #, perl-brace-format
195195 msgid "See Info file @file{{myfile}}"
196196 msgstr ""
197197
198 #: tp/Texinfo/Convert/DocBook.pm:825
198 #: tp/Texinfo/Convert/DocBook.pm:803
199199 #, fuzzy, perl-brace-format
200200 msgid "section ``{section_name}'' in @cite{{book}}"
201201 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
202202
203 #: tp/Texinfo/Convert/DocBook.pm:830
203 #: tp/Texinfo/Convert/DocBook.pm:808
204204 #, fuzzy, perl-brace-format
205205 msgid "See section ``{section_name}'' in @cite{{book}}"
206206 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
207207
208 #: tp/Texinfo/Convert/DocBook.pm:835
208 #: tp/Texinfo/Convert/DocBook.pm:813
209209 #, fuzzy, perl-brace-format
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:842 tp/Texinfo/Convert/HTML.pm:3236
213 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
214214 #, perl-brace-format
215215 msgid "@cite{{book}}"
216216 msgstr "@cite{{book}}"
217217
218 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
218 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
219219 #, perl-brace-format
220220 msgid "See @cite{{book}}"
221221 msgstr "Veja @cite{{book}}"
222222
223 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
223 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
224224 #, perl-brace-format
225225 msgid "see @cite{{book}}"
226226 msgstr "veja @cite{{book}}"
227227
228 #: tp/Texinfo/Convert/DocBook.pm:865
228 #: tp/Texinfo/Convert/DocBook.pm:843
229229 #, perl-brace-format
230230 msgid "{title_ref}"
231231 msgstr "{title_ref}"
232232
233 #: tp/Texinfo/Convert/DocBook.pm:870
233 #: tp/Texinfo/Convert/DocBook.pm:848
234234 #, perl-brace-format
235235 msgid "See {title_ref}"
236236 msgstr "Veja {title_ref}"
237237
238 #: tp/Texinfo/Convert/DocBook.pm:875
238 #: tp/Texinfo/Convert/DocBook.pm:853
239239 #, perl-brace-format
240240 msgid "see {title_ref}"
241241 msgstr "veja {title_ref}"
242242
243 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
243 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
244244 #, fuzzy, perl-brace-format
245245 msgid "{abbr_or_acronym} ({explanation})"
246246 msgstr "{acronym_like} ({explanation})"
247247
248 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
249 #: tp/Texinfo/Convert/HTML.pm:3542
248 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
249 #: tp/Texinfo/Convert/HTML.pm:3524
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
252252 msgstr "@b{{quotation_arg}:} "
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{Nenhum valor para `{value}'@}"
282282
283 #: tp/Texinfo/Convert/Plaintext.pm:2268
283 #: tp/Texinfo/Convert/Plaintext.pm:2248
284284 #, perl-brace-format
285285 msgid "* {float_type} {float_number}: {float_label}."
286286 msgstr ""
287287
288 #: tp/Texinfo/Convert/Plaintext.pm:2273
288 #: tp/Texinfo/Convert/Plaintext.pm:2253
289289 #, perl-brace-format
290290 msgid "* {float_type}: {float_label}."
291291 msgstr ""
292292
293 #: tp/Texinfo/Convert/Plaintext.pm:2281
293 #: tp/Texinfo/Convert/Plaintext.pm:2261
294294 #, perl-brace-format
295295 msgid "* {float_number}: {float_label}."
296296 msgstr ""
297297
298 #: tp/Texinfo/Convert/Plaintext.pm:2285
298 #: tp/Texinfo/Convert/Plaintext.pm:2265
299299 #, perl-brace-format
300300 msgid "* : {float_label}."
301301 msgstr ""
302302
303 #: tp/Texinfo/Convert/Plaintext.pm:2482
303 #: tp/Texinfo/Convert/Plaintext.pm:2462
304304 #, perl-brace-format
305305 msgid "@tie{ }-- {category}: {name} {arguments}"
306306 msgstr ""
307307
308 #: tp/Texinfo/Convert/Plaintext.pm:2487
308 #: tp/Texinfo/Convert/Plaintext.pm:2467
309309 #, perl-brace-format
310310 msgid "@tie{ }-- {category}: {name}"
311311 msgstr ""
312312
313 #: tp/Texinfo/Convert/Plaintext.pm:2500
313 #: tp/Texinfo/Convert/Plaintext.pm:2480
314314 #, fuzzy, perl-brace-format
315315 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
316316 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
317317
318 #: tp/Texinfo/Convert/Plaintext.pm:2503
318 #: tp/Texinfo/Convert/Plaintext.pm:2483
319319 #, perl-brace-format
320320 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
321321 msgstr ""
322322
323 #: tp/Texinfo/Convert/Plaintext.pm:2512
323 #: tp/Texinfo/Convert/Plaintext.pm:2492
324324 #, fuzzy, perl-brace-format
325325 msgid "@tie{ }-- {category}:@*{type}@*{name}"
326326 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
327327
328 #: tp/Texinfo/Convert/Plaintext.pm:2515
328 #: tp/Texinfo/Convert/Plaintext.pm:2495
329329 #, perl-brace-format
330330 msgid "@tie{ }-- {category}: {type} {name}"
331331 msgstr ""
332332
333 #: tp/Texinfo/Convert/Plaintext.pm:2523
333 #: tp/Texinfo/Convert/Plaintext.pm:2503
334334 #, perl-brace-format
335335 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
336336 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
337337
338 #: tp/Texinfo/Convert/Plaintext.pm:2529
338 #: tp/Texinfo/Convert/Plaintext.pm:2509
339339 #, perl-brace-format
340340 msgid "@tie{ }-- {category} of {class}: {name}"
341341 msgstr "@tie{ }-- {category} da {class}: {name}"
342342
343 #: tp/Texinfo/Convert/Plaintext.pm:2538
343 #: tp/Texinfo/Convert/Plaintext.pm:2518
344344 #, perl-brace-format
345345 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
346346 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
347347
348 #: tp/Texinfo/Convert/Plaintext.pm:2544
348 #: tp/Texinfo/Convert/Plaintext.pm:2524
349349 #, perl-brace-format
350350 msgid "@tie{ }-- {category} on {class}: {name}"
351351 msgstr "@tie{ }-- {category} na {class}: {name}"
352352
353 #: tp/Texinfo/Convert/Plaintext.pm:2559
353 #: tp/Texinfo/Convert/Plaintext.pm:2539
354354 #, fuzzy, perl-brace-format
355355 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
356356 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
357357
358 #: tp/Texinfo/Convert/Plaintext.pm:2563
358 #: tp/Texinfo/Convert/Plaintext.pm:2543
359359 #, perl-brace-format
360360 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
361361 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
362362
363 #: tp/Texinfo/Convert/Plaintext.pm:2574
363 #: tp/Texinfo/Convert/Plaintext.pm:2554
364364 #, fuzzy, perl-brace-format
365365 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
366366 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
367367
368 #: tp/Texinfo/Convert/Plaintext.pm:2578
368 #: tp/Texinfo/Convert/Plaintext.pm:2558
369369 #, perl-brace-format
370370 msgid "@tie{ }-- {category} on {class}: {type} {name}"
371371 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:2592
373 #: tp/Texinfo/Convert/Plaintext.pm:2572
374374 #, fuzzy, perl-brace-format
375375 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
376376 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
377377
378 #: tp/Texinfo/Convert/Plaintext.pm:2596
378 #: tp/Texinfo/Convert/Plaintext.pm:2576
379379 #, perl-brace-format
380380 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
381381 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
382382
383 #: tp/Texinfo/Convert/Plaintext.pm:2607
383 #: tp/Texinfo/Convert/Plaintext.pm:2587
384384 #, fuzzy, perl-brace-format
385385 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
386386 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
387387
388 #: tp/Texinfo/Convert/Plaintext.pm:2611
388 #: tp/Texinfo/Convert/Plaintext.pm:2591
389389 #, perl-brace-format
390390 msgid "@tie{ }-- {category} of {class}: {type} {name}"
391391 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
392392
393 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
393 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
394394 #, perl-brace-format
395395 msgid "@center --- @emph{{author}}\n"
396396 msgstr "@center --- @emph{{author}}\n"
624624 msgid "{explained_string} ({explanation})"
625625 msgstr "{acronym_like} ({explanation})"
626626
627 #: tp/Texinfo/Convert/HTML.pm:3101
627 #: tp/Texinfo/Convert/HTML.pm:3083
628628 #, perl-brace-format
629629 msgid "see section {reference_name}"
630630 msgstr "veja se@,{c}@~ao {reference_name}"
631631
632 #: tp/Texinfo/Convert/HTML.pm:3104
632 #: tp/Texinfo/Convert/HTML.pm:3086
633633 #, perl-brace-format
634634 msgid "see {reference_name}"
635635 msgstr "veja {reference_name}"
636636
637 #: tp/Texinfo/Convert/HTML.pm:3109
637 #: tp/Texinfo/Convert/HTML.pm:3091
638638 #, perl-brace-format
639639 msgid "See section {reference_name}"
640640 msgstr "Veja se@,{c}@~ao {reference_name}"
641641
642 #: tp/Texinfo/Convert/HTML.pm:3112
642 #: tp/Texinfo/Convert/HTML.pm:3094
643643 #, perl-brace-format
644644 msgid "See {reference_name}"
645645 msgstr "Veja {reference_name}"
646646
647 #: tp/Texinfo/Convert/HTML.pm:3116
647 #: tp/Texinfo/Convert/HTML.pm:3098
648648 #, perl-brace-format
649649 msgid "{reference_name}"
650650 msgstr "{reference_name}"
651651
652 #: tp/Texinfo/Convert/HTML.pm:3178
652 #: tp/Texinfo/Convert/HTML.pm:3160
653653 #, fuzzy, perl-brace-format
654654 msgid "see {reference} in @cite{{book}}"
655655 msgstr "veja {reference} @cite{{book}}"
656656
657 #: tp/Texinfo/Convert/HTML.pm:3182
657 #: tp/Texinfo/Convert/HTML.pm:3164
658658 #, fuzzy, perl-brace-format
659659 msgid "see @cite{{book_reference}}"
660660 msgstr "veja @cite{{book}}"
661661
662 #: tp/Texinfo/Convert/HTML.pm:3186
662 #: tp/Texinfo/Convert/HTML.pm:3168
663663 #, fuzzy, perl-brace-format
664664 msgid "see `{section}' in @cite{{book}}"
665665 msgstr "veja se@,{c}@~ao `{section}' em @cite{{book}}"
666666
667 #: tp/Texinfo/Convert/HTML.pm:3193
667 #: tp/Texinfo/Convert/HTML.pm:3175
668668 #, fuzzy, perl-brace-format
669669 msgid "see {reference}"
670670 msgstr "veja {reference}"
671671
672 #: tp/Texinfo/Convert/HTML.pm:3196
672 #: tp/Texinfo/Convert/HTML.pm:3178
673673 #, fuzzy, perl-brace-format
674674 msgid "see `{section}'"
675675 msgstr "veja `{section}'"
676676
677 #: tp/Texinfo/Convert/HTML.pm:3201
677 #: tp/Texinfo/Convert/HTML.pm:3183
678678 #, fuzzy, perl-brace-format
679679 msgid "See {reference} in @cite{{book}}"
680680 msgstr "Veja {reference} em @cite{{book}}"
681681
682 #: tp/Texinfo/Convert/HTML.pm:3205
682 #: tp/Texinfo/Convert/HTML.pm:3187
683683 #, fuzzy, perl-brace-format
684684 msgid "See @cite{{book_reference}}"
685685 msgstr "Veja @cite{{book}}"
686686
687 #: tp/Texinfo/Convert/HTML.pm:3209
687 #: tp/Texinfo/Convert/HTML.pm:3191
688688 #, fuzzy, perl-brace-format
689689 msgid "See `{section}' in @cite{{book}}"
690690 msgstr "Veja `{section}' em @cite{{book}}"
691691
692 #: tp/Texinfo/Convert/HTML.pm:3216
692 #: tp/Texinfo/Convert/HTML.pm:3198
693693 #, fuzzy, perl-brace-format
694694 msgid "See {reference}"
695695 msgstr "Veja {reference}"
696696
697 #: tp/Texinfo/Convert/HTML.pm:3219
697 #: tp/Texinfo/Convert/HTML.pm:3201
698698 #, fuzzy, perl-brace-format
699699 msgid "See `{section}'"
700700 msgstr "Veja `{section}'"
701701
702 #: tp/Texinfo/Convert/HTML.pm:3224
702 #: tp/Texinfo/Convert/HTML.pm:3206
703703 #, fuzzy, perl-brace-format
704704 msgid "{reference} in @cite{{book}}"
705705 msgstr "{reference} em @cite{{book}}"
706706
707 #: tp/Texinfo/Convert/HTML.pm:3228
707 #: tp/Texinfo/Convert/HTML.pm:3210
708708 #, fuzzy, perl-brace-format
709709 msgid "@cite{{book_reference}}"
710710 msgstr "@cite{{book}}"
711711
712 #: tp/Texinfo/Convert/HTML.pm:3232
712 #: tp/Texinfo/Convert/HTML.pm:3214
713713 #, fuzzy, perl-brace-format
714714 msgid "`{section}' in @cite{{book}}"
715715 msgstr "`{section}' em @cite{{book}}"
716716
717 #: tp/Texinfo/Convert/HTML.pm:3239
717 #: tp/Texinfo/Convert/HTML.pm:3221
718718 #, fuzzy, perl-brace-format
719719 msgid "{reference}"
720720 msgstr "{reference}"
721721
722 #: tp/Texinfo/Convert/HTML.pm:3242
722 #: tp/Texinfo/Convert/HTML.pm:3224
723723 #, fuzzy, perl-brace-format
724724 msgid "`{section}'"
725725 msgstr "`{section}'"
726726
727 #: tp/Texinfo/Convert/HTML.pm:3355
727 #: tp/Texinfo/Convert/HTML.pm:3337
728728 msgid "Jump to"
729729 msgstr "Pular para"
730730
731 #: tp/Texinfo/Convert/HTML.pm:3363
731 #: tp/Texinfo/Convert/HTML.pm:3345
732732 msgid "Index Entry"
733733 msgstr "Entrada de @'Indice"
734734
735 #: tp/Texinfo/Convert/HTML.pm:3365
735 #: tp/Texinfo/Convert/HTML.pm:3347
736736 msgid "Section"
737737 msgstr "Se@,{c}@~ao"
738738
739 #: tp/Texinfo/Convert/HTML.pm:3984
739 #: tp/Texinfo/Convert/HTML.pm:3966
740740 #, fuzzy, perl-brace-format
741741 msgid "{category}: @strong{{name}} @emph{{arguments}}"
742742 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
743743
744 #: tp/Texinfo/Convert/HTML.pm:3989
744 #: tp/Texinfo/Convert/HTML.pm:3971
745745 #, fuzzy, perl-brace-format
746746 msgid "{category}: @strong{{name}}"
747747 msgstr "{name} na {class}"
748748
749 #: tp/Texinfo/Convert/HTML.pm:4006
749 #: tp/Texinfo/Convert/HTML.pm:3988
750750 #, fuzzy, perl-brace-format
751751 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
752752 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
753753
754 #: tp/Texinfo/Convert/HTML.pm:4010
754 #: tp/Texinfo/Convert/HTML.pm:3992
755755 #, fuzzy, perl-brace-format
756756 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
757757 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
758758
759 #: tp/Texinfo/Convert/HTML.pm:4019
759 #: tp/Texinfo/Convert/HTML.pm:4001
760760 #, fuzzy, perl-brace-format
761761 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
762762 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
763763
764 #: tp/Texinfo/Convert/HTML.pm:4022
764 #: tp/Texinfo/Convert/HTML.pm:4004
765765 #, perl-brace-format
766766 msgid "{category}: @emph{{type}} @strong{{name}}"
767767 msgstr ""
768768
769 #: tp/Texinfo/Convert/HTML.pm:4030
769 #: tp/Texinfo/Convert/HTML.pm:4012
770770 #, fuzzy, perl-brace-format
771771 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
772772 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
773773
774 #: tp/Texinfo/Convert/HTML.pm:4036
774 #: tp/Texinfo/Convert/HTML.pm:4018
775775 #, fuzzy, perl-brace-format
776776 msgid "{category} of {class}: @strong{{name}}"
777777 msgstr "@tie{ }-- {category} da {class}: {name}"
778778
779 #: tp/Texinfo/Convert/HTML.pm:4045
779 #: tp/Texinfo/Convert/HTML.pm:4027
780780 #, fuzzy, perl-brace-format
781781 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
782782 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
783783
784 #: tp/Texinfo/Convert/HTML.pm:4051
784 #: tp/Texinfo/Convert/HTML.pm:4033
785785 #, fuzzy, perl-brace-format
786786 msgid "{category} on {class}: @strong{{name}}"
787787 msgstr "@tie{ }-- {category} na {class}: {name}"
788788
789 #: tp/Texinfo/Convert/HTML.pm:4066
789 #: tp/Texinfo/Convert/HTML.pm:4048
790790 #, fuzzy, perl-brace-format
791791 msgid ""
792792 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
793793 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
794794
795 #: tp/Texinfo/Convert/HTML.pm:4070
795 #: tp/Texinfo/Convert/HTML.pm:4052
796796 #, fuzzy, perl-brace-format
797797 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
798798 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
799799
800 #: tp/Texinfo/Convert/HTML.pm:4081
800 #: tp/Texinfo/Convert/HTML.pm:4063
801801 #, fuzzy, perl-brace-format
802802 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
803803 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
804804
805 #: tp/Texinfo/Convert/HTML.pm:4085
805 #: tp/Texinfo/Convert/HTML.pm:4067
806806 #, fuzzy, perl-brace-format
807807 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
808808 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
809809
810 #: tp/Texinfo/Convert/HTML.pm:4099
810 #: tp/Texinfo/Convert/HTML.pm:4081
811811 #, fuzzy, perl-brace-format
812812 msgid ""
813813 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
814814 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
815815
816 #: tp/Texinfo/Convert/HTML.pm:4103
816 #: tp/Texinfo/Convert/HTML.pm:4085
817817 #, fuzzy, perl-brace-format
818818 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
819819 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
820820
821 #: tp/Texinfo/Convert/HTML.pm:4114
821 #: tp/Texinfo/Convert/HTML.pm:4096
822822 #, fuzzy, perl-brace-format
823823 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
824824 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
825825
826 #: tp/Texinfo/Convert/HTML.pm:4118
826 #: tp/Texinfo/Convert/HTML.pm:4100
827827 #, fuzzy, perl-brace-format
828828 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
829829 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
830830
831 #: tp/Texinfo/Convert/HTML.pm:6121
831 #: tp/Texinfo/Convert/HTML.pm:6103
832832 #, fuzzy, perl-brace-format
833833 msgid ""
834 "This document was generated on @emph{@today{}} using @uref"
835 "{{program_homepage}, @emph{{program}}}."
836 msgstr ""
837 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, @i"
838 "{{program}}}."
839
840 #: tp/Texinfo/Convert/HTML.pm:6161
834 "This document was generated on @emph{@today{}} using "
835 "@uref{{program_homepage}, @emph{{program}}}."
836 msgstr ""
837 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
838 "@i{{program}}}."
839
840 #: tp/Texinfo/Convert/HTML.pm:6143
841841 #, perl-brace-format
842842 msgid "{title}: {element_text}"
843843 msgstr ""
844844
845 #: tp/Texinfo/Convert/HTML.pm:6302
845 #: tp/Texinfo/Convert/HTML.pm:6284
846846 #, perl-brace-format
847847 msgid "The node you are looking for is at {href}."
848848 msgstr "O nodo que vo@^e est@'a olhando est@'a em {href}."
849849
850 #: tp/Texinfo/Convert/HTML.pm:6372
850 #: tp/Texinfo/Convert/HTML.pm:6354
851851 msgid " The buttons in the navigation panels have the following meaning:"
852852 msgstr ""
853853 " Os bot@~oes nos pain@'eis de navega@,{c}@~ao possuem os seguintes "
854854 "significados:"
855855
856 #: tp/Texinfo/Convert/HTML.pm:6378
856 #: tp/Texinfo/Convert/HTML.pm:6360
857857 msgid "Button"
858858 msgstr "Bot@~ao"
859859
860 #: tp/Texinfo/Convert/HTML.pm:6379
860 #: tp/Texinfo/Convert/HTML.pm:6361
861861 msgid "Name"
862862 msgstr "Nome"
863863
864 #: tp/Texinfo/Convert/HTML.pm:6380
864 #: tp/Texinfo/Convert/HTML.pm:6362
865865 msgid "Go to"
866866 msgstr "V@'a para"
867867
868 #: tp/Texinfo/Convert/HTML.pm:6381
868 #: tp/Texinfo/Convert/HTML.pm:6363
869869 msgid "From 1.2.3 go to"
870870 msgstr "De 1.2.3 v@'a para"
871871
872 #: tp/Texinfo/Convert/HTML.pm:6407
872 #: tp/Texinfo/Convert/HTML.pm:6389
873873 msgid ""
874874 " where the @strong{ Example } assumes that the current position is at "
875875 "@strong{ Subsubsection One-Two-Three } of a document of the following "
879879 "@strong{ Subsub@,{c}@~ao Um-Dois-Tr@^es } de um documento com a seguinte "
880880 "estrutura:"
881881
882 #: tp/Texinfo/Convert/HTML.pm:6417
882 #: tp/Texinfo/Convert/HTML.pm:6399
883883 msgid "Section One"
884884 msgstr "Se@,{c}@~ao Um"
885885
886 #: tp/Texinfo/Convert/HTML.pm:6419
886 #: tp/Texinfo/Convert/HTML.pm:6401
887887 msgid "Subsection One-One"
888888 msgstr "Subse@,{c}@~ao Um-Um"
889889
890 #: tp/Texinfo/Convert/HTML.pm:6426
890 #: tp/Texinfo/Convert/HTML.pm:6408
891891 msgid "Subsection One-Two"
892892 msgstr "Subse@,{c}@~ao Um-Dois"
893893
894 #: tp/Texinfo/Convert/HTML.pm:6428
894 #: tp/Texinfo/Convert/HTML.pm:6410
895895 msgid "Subsubsection One-Two-One"
896896 msgstr "Subse@,{c}@~ao Um-Dois-Um"
897897
898 #: tp/Texinfo/Convert/HTML.pm:6429
898 #: tp/Texinfo/Convert/HTML.pm:6411
899899 msgid "Subsubsection One-Two-Two"
900900 msgstr "Subse@,{c}@~ao Um-Dois-Dois"
901901
902 #: tp/Texinfo/Convert/HTML.pm:6430
902 #: tp/Texinfo/Convert/HTML.pm:6412
903903 msgid "Subsubsection One-Two-Three"
904904 msgstr "Subse@,{c}@~ao Um-Dois-Tr@^es"
905905
906 #: tp/Texinfo/Convert/HTML.pm:6432
906 #: tp/Texinfo/Convert/HTML.pm:6414
907907 msgid "Current Position"
908908 msgstr "Posi@,{c}@~ao Atual"
909909
910 #: tp/Texinfo/Convert/HTML.pm:6433
910 #: tp/Texinfo/Convert/HTML.pm:6415
911911 msgid "Subsubsection One-Two-Four"
912912 msgstr "Subse@,{c}@~ao Um-Dois-Quatro"
913913
914 #: tp/Texinfo/Convert/HTML.pm:6436
914 #: tp/Texinfo/Convert/HTML.pm:6418
915915 msgid "Subsection One-Three"
916916 msgstr "Subse@,{c}@~ao Um-Tr@^es"
917917
918 #: tp/Texinfo/Convert/HTML.pm:6443
918 #: tp/Texinfo/Convert/HTML.pm:6425
919919 msgid "Subsection One-Four"
920920 msgstr "Subse@,{c}@~ao Um-Quatro"
921921
922 #: tp/Texinfo/Convert/HTML.pm:6847
922 #: tp/Texinfo/Convert/HTML.pm:6829
923923 msgid "Untitled Document"
924924 msgstr "Documento Sem Nome"
925925
938938
939939 #, fuzzy
940940 #~ msgid ""
941 #~ "This document was generated on @emph{{date}} using @uref"
942 #~ "{{program_homepage}, @emph{{program}}}."
941 #~ "This document was generated on @emph{{date}} using "
942 #~ "@uref{{program_homepage}, @emph{{program}}}."
943943 #~ msgstr ""
944944 #~ "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, "
945945 #~ "@i{{program}}}."
946946
947947 #~ msgid ""
948 #~ "This document was generated using @uref{{program_homepage}, @emph"
949 #~ "{{program}}}."
948 #~ "This document was generated using @uref{{program_homepage}, "
949 #~ "@emph{{program}}}."
950950 #~ msgstr ""
951 #~ "Esse documento foi gerado usando @uref{{program_homepage}, @emph"
952 #~ "{{program}}}."
951 #~ "Esse documento foi gerado usando @uref{{program_homepage}, "
952 #~ "@emph{{program}}}."
953953
954954 #~ msgid "{style} {number}"
955955 #~ msgstr "{style} {number}"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 4.13.92\n"
8 "Project-Id-Version: texinfo 4.13.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2012-12-17 17:29-0800\n"
10 "POT-Creation-Date: 2013-01-01 17:34-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"
178178 msgid "{float_number}"
179179 msgstr ""
180180
181 #: tp/Texinfo/Convert/DocBook.pm:776
181 #: tp/Texinfo/Convert/DocBook.pm:754
182182 #, perl-brace-format
183183 msgid "See Info file @file{{myfile}}, node @samp{{mynode}}"
184184 msgstr ""
185185
186 #: tp/Texinfo/Convert/DocBook.pm:781
186 #: tp/Texinfo/Convert/DocBook.pm:759
187187 #, perl-brace-format
188188 msgid "See node @samp{{mynode}}"
189189 msgstr ""
190190
191 #: tp/Texinfo/Convert/DocBook.pm:785
191 #: tp/Texinfo/Convert/DocBook.pm:763
192192 #, perl-brace-format
193193 msgid "See Info file @file{{myfile}}"
194194 msgstr ""
195195
196 #: tp/Texinfo/Convert/DocBook.pm:825
196 #: tp/Texinfo/Convert/DocBook.pm:803
197197 #, perl-brace-format
198198 msgid "section ``{section_name}'' in @cite{{book}}"
199199 msgstr ""
200200
201 #: tp/Texinfo/Convert/DocBook.pm:830
201 #: tp/Texinfo/Convert/DocBook.pm:808
202202 #, perl-brace-format
203203 msgid "See section ``{section_name}'' in @cite{{book}}"
204204 msgstr ""
205205
206 #: tp/Texinfo/Convert/DocBook.pm:835
206 #: tp/Texinfo/Convert/DocBook.pm:813
207207 #, perl-brace-format
208208 msgid "see section ``{section_name}'' in @cite{{book}}"
209209 msgstr ""
210210
211 #: tp/Texinfo/Convert/DocBook.pm:842 tp/Texinfo/Convert/HTML.pm:3236
211 #: tp/Texinfo/Convert/DocBook.pm:820 tp/Texinfo/Convert/HTML.pm:3218
212212 #, perl-brace-format
213213 msgid "@cite{{book}}"
214214 msgstr ""
215215
216 #: tp/Texinfo/Convert/DocBook.pm:846 tp/Texinfo/Convert/HTML.pm:3213
216 #: tp/Texinfo/Convert/DocBook.pm:824 tp/Texinfo/Convert/HTML.pm:3195
217217 #, perl-brace-format
218218 msgid "See @cite{{book}}"
219219 msgstr ""
220220
221 #: tp/Texinfo/Convert/DocBook.pm:850 tp/Texinfo/Convert/HTML.pm:3190
221 #: tp/Texinfo/Convert/DocBook.pm:828 tp/Texinfo/Convert/HTML.pm:3172
222222 #, perl-brace-format
223223 msgid "see @cite{{book}}"
224224 msgstr ""
225225
226 #: tp/Texinfo/Convert/DocBook.pm:865
226 #: tp/Texinfo/Convert/DocBook.pm:843
227227 #, perl-brace-format
228228 msgid "{title_ref}"
229229 msgstr ""
230230
231 #: tp/Texinfo/Convert/DocBook.pm:870
231 #: tp/Texinfo/Convert/DocBook.pm:848
232232 #, perl-brace-format
233233 msgid "See {title_ref}"
234234 msgstr ""
235235
236 #: tp/Texinfo/Convert/DocBook.pm:875
236 #: tp/Texinfo/Convert/DocBook.pm:853
237237 #, perl-brace-format
238238 msgid "see {title_ref}"
239239 msgstr ""
240240
241 #: tp/Texinfo/Convert/DocBook.pm:1008 tp/Texinfo/Convert/Plaintext.pm:1872
241 #: tp/Texinfo/Convert/DocBook.pm:986 tp/Texinfo/Convert/Plaintext.pm:1872
242242 #, perl-brace-format
243243 msgid "{abbr_or_acronym} ({explanation})"
244244 msgstr ""
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1137 tp/Texinfo/Convert/Plaintext.pm:1998
247 #: tp/Texinfo/Convert/HTML.pm:3542
246 #: tp/Texinfo/Convert/DocBook.pm:1115 tp/Texinfo/Convert/Plaintext.pm:1998
247 #: tp/Texinfo/Convert/HTML.pm:3524
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
250250 msgstr ""
278278 msgid "@{No value for `{value}'@}"
279279 msgstr ""
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2268
281 #: tp/Texinfo/Convert/Plaintext.pm:2248
282282 #, perl-brace-format
283283 msgid "* {float_type} {float_number}: {float_label}."
284284 msgstr ""
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2273
286 #: tp/Texinfo/Convert/Plaintext.pm:2253
287287 #, perl-brace-format
288288 msgid "* {float_type}: {float_label}."
289289 msgstr ""
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2281
291 #: tp/Texinfo/Convert/Plaintext.pm:2261
292292 #, perl-brace-format
293293 msgid "* {float_number}: {float_label}."
294294 msgstr ""
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2285
296 #: tp/Texinfo/Convert/Plaintext.pm:2265
297297 #, perl-brace-format
298298 msgid "* : {float_label}."
299299 msgstr ""
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2482
301 #: tp/Texinfo/Convert/Plaintext.pm:2462
302302 #, perl-brace-format
303303 msgid "@tie{ }-- {category}: {name} {arguments}"
304304 msgstr ""
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2487
306 #: tp/Texinfo/Convert/Plaintext.pm:2467
307307 #, perl-brace-format
308308 msgid "@tie{ }-- {category}: {name}"
309309 msgstr ""
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2500
311 #: tp/Texinfo/Convert/Plaintext.pm:2480
312312 #, perl-brace-format
313313 msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
314314 msgstr ""
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2483
317 #, perl-brace-format
318 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
319 msgstr ""
320
321 #: tp/Texinfo/Convert/Plaintext.pm:2492
322 #, perl-brace-format
323 msgid "@tie{ }-- {category}:@*{type}@*{name}"
324 msgstr ""
325
326 #: tp/Texinfo/Convert/Plaintext.pm:2495
327 #, perl-brace-format
328 msgid "@tie{ }-- {category}: {type} {name}"
329 msgstr ""
330
316331 #: tp/Texinfo/Convert/Plaintext.pm:2503
317332 #, perl-brace-format
318 msgid "@tie{ }-- {category}: {type} {name} {arguments}"
319 msgstr ""
320
321 #: tp/Texinfo/Convert/Plaintext.pm:2512
322 #, perl-brace-format
323 msgid "@tie{ }-- {category}:@*{type}@*{name}"
324 msgstr ""
325
326 #: tp/Texinfo/Convert/Plaintext.pm:2515
327 #, perl-brace-format
328 msgid "@tie{ }-- {category}: {type} {name}"
329 msgstr ""
330
331 #: tp/Texinfo/Convert/Plaintext.pm:2523
332 #, perl-brace-format
333333 msgid "@tie{ }-- {category} of {class}: {name} {arguments}"
334334 msgstr ""
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2529
336 #: tp/Texinfo/Convert/Plaintext.pm:2509
337337 #, perl-brace-format
338338 msgid "@tie{ }-- {category} of {class}: {name}"
339339 msgstr ""
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2538
341 #: tp/Texinfo/Convert/Plaintext.pm:2518
342342 #, perl-brace-format
343343 msgid "@tie{ }-- {category} on {class}: {name} {arguments}"
344344 msgstr ""
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2544
346 #: tp/Texinfo/Convert/Plaintext.pm:2524
347347 #, perl-brace-format
348348 msgid "@tie{ }-- {category} on {class}: {name}"
349349 msgstr ""
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2559
351 #: tp/Texinfo/Convert/Plaintext.pm:2539
352352 #, perl-brace-format
353353 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}"
354354 msgstr ""
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2563
356 #: tp/Texinfo/Convert/Plaintext.pm:2543
357357 #, perl-brace-format
358358 msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}"
359359 msgstr ""
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2574
361 #: tp/Texinfo/Convert/Plaintext.pm:2554
362362 #, perl-brace-format
363363 msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}"
364364 msgstr ""
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2578
366 #: tp/Texinfo/Convert/Plaintext.pm:2558
367367 #, perl-brace-format
368368 msgid "@tie{ }-- {category} on {class}: {type} {name}"
369369 msgstr ""
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:2592
371 #: tp/Texinfo/Convert/Plaintext.pm:2572
372372 #, perl-brace-format
373373 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}"
374374 msgstr ""
375375
376 #: tp/Texinfo/Convert/Plaintext.pm:2596
376 #: tp/Texinfo/Convert/Plaintext.pm:2576
377377 #, perl-brace-format
378378 msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}"
379379 msgstr ""
380380
381 #: tp/Texinfo/Convert/Plaintext.pm:2607
381 #: tp/Texinfo/Convert/Plaintext.pm:2587
382382 #, perl-brace-format
383383 msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}"
384384 msgstr ""
385385
386 #: tp/Texinfo/Convert/Plaintext.pm:2611
386 #: tp/Texinfo/Convert/Plaintext.pm:2591
387387 #, perl-brace-format
388388 msgid "@tie{ }-- {category} of {class}: {type} {name}"
389389 msgstr ""
390390
391 #: tp/Texinfo/Convert/Plaintext.pm:2892 tp/Texinfo/Convert/HTML.pm:2784
391 #: tp/Texinfo/Convert/Plaintext.pm:2872 tp/Texinfo/Convert/HTML.pm:2784
392392 #, perl-brace-format
393393 msgid "@center --- @emph{{author}}\n"
394394 msgstr ""
616616 msgid "{explained_string} ({explanation})"
617617 msgstr ""
618618
619 #: tp/Texinfo/Convert/HTML.pm:3101
619 #: tp/Texinfo/Convert/HTML.pm:3083
620620 #, perl-brace-format
621621 msgid "see section {reference_name}"
622622 msgstr ""
623623
624 #: tp/Texinfo/Convert/HTML.pm:3104
624 #: tp/Texinfo/Convert/HTML.pm:3086
625625 #, perl-brace-format
626626 msgid "see {reference_name}"
627627 msgstr ""
628628
629 #: tp/Texinfo/Convert/HTML.pm:3109
629 #: tp/Texinfo/Convert/HTML.pm:3091
630630 #, perl-brace-format
631631 msgid "See section {reference_name}"
632632 msgstr ""
633633
634 #: tp/Texinfo/Convert/HTML.pm:3112
634 #: tp/Texinfo/Convert/HTML.pm:3094
635635 #, perl-brace-format
636636 msgid "See {reference_name}"
637637 msgstr ""
638638
639 #: tp/Texinfo/Convert/HTML.pm:3116
639 #: tp/Texinfo/Convert/HTML.pm:3098
640640 #, perl-brace-format
641641 msgid "{reference_name}"
642642 msgstr ""
643643
644 #: tp/Texinfo/Convert/HTML.pm:3160
645 #, perl-brace-format
646 msgid "see {reference} in @cite{{book}}"
647 msgstr ""
648
649 #: tp/Texinfo/Convert/HTML.pm:3164
650 #, perl-brace-format
651 msgid "see @cite{{book_reference}}"
652 msgstr ""
653
654 #: tp/Texinfo/Convert/HTML.pm:3168
655 #, perl-brace-format
656 msgid "see `{section}' in @cite{{book}}"
657 msgstr ""
658
659 #: tp/Texinfo/Convert/HTML.pm:3175
660 #, perl-brace-format
661 msgid "see {reference}"
662 msgstr ""
663
644664 #: tp/Texinfo/Convert/HTML.pm:3178
645665 #, perl-brace-format
646 msgid "see {reference} in @cite{{book}}"
647 msgstr ""
648
649 #: tp/Texinfo/Convert/HTML.pm:3182
650 #, perl-brace-format
651 msgid "see @cite{{book_reference}}"
652 msgstr ""
653
654 #: tp/Texinfo/Convert/HTML.pm:3186
655 #, perl-brace-format
656 msgid "see `{section}' in @cite{{book}}"
657 msgstr ""
658
659 #: tp/Texinfo/Convert/HTML.pm:3193
660 #, perl-brace-format
661 msgid "see {reference}"
662 msgstr ""
663
664 #: tp/Texinfo/Convert/HTML.pm:3196
665 #, perl-brace-format
666666 msgid "see `{section}'"
667667 msgstr ""
668668
669 #: tp/Texinfo/Convert/HTML.pm:3183
670 #, perl-brace-format
671 msgid "See {reference} in @cite{{book}}"
672 msgstr ""
673
674 #: tp/Texinfo/Convert/HTML.pm:3187
675 #, perl-brace-format
676 msgid "See @cite{{book_reference}}"
677 msgstr ""
678
679 #: tp/Texinfo/Convert/HTML.pm:3191
680 #, perl-brace-format
681 msgid "See `{section}' in @cite{{book}}"
682 msgstr ""
683
684 #: tp/Texinfo/Convert/HTML.pm:3198
685 #, perl-brace-format
686 msgid "See {reference}"
687 msgstr ""
688
669689 #: tp/Texinfo/Convert/HTML.pm:3201
670690 #, perl-brace-format
671 msgid "See {reference} in @cite{{book}}"
672 msgstr ""
673
674 #: tp/Texinfo/Convert/HTML.pm:3205
675 #, perl-brace-format
676 msgid "See @cite{{book_reference}}"
677 msgstr ""
678
679 #: tp/Texinfo/Convert/HTML.pm:3209
680 #, perl-brace-format
681 msgid "See `{section}' in @cite{{book}}"
682 msgstr ""
683
684 #: tp/Texinfo/Convert/HTML.pm:3216
685 #, perl-brace-format
686 msgid "See {reference}"
687 msgstr ""
688
689 #: tp/Texinfo/Convert/HTML.pm:3219
690 #, perl-brace-format
691691 msgid "See `{section}'"
692692 msgstr ""
693693
694 #: tp/Texinfo/Convert/HTML.pm:3206
695 #, perl-brace-format
696 msgid "{reference} in @cite{{book}}"
697 msgstr ""
698
699 #: tp/Texinfo/Convert/HTML.pm:3210
700 #, perl-brace-format
701 msgid "@cite{{book_reference}}"
702 msgstr ""
703
704 #: tp/Texinfo/Convert/HTML.pm:3214
705 #, perl-brace-format
706 msgid "`{section}' in @cite{{book}}"
707 msgstr ""
708
709 #: tp/Texinfo/Convert/HTML.pm:3221
710 #, perl-brace-format
711 msgid "{reference}"
712 msgstr ""
713
694714 #: tp/Texinfo/Convert/HTML.pm:3224
695715 #, perl-brace-format
696 msgid "{reference} in @cite{{book}}"
697 msgstr ""
698
699 #: tp/Texinfo/Convert/HTML.pm:3228
700 #, perl-brace-format
701 msgid "@cite{{book_reference}}"
702 msgstr ""
703
704 #: tp/Texinfo/Convert/HTML.pm:3232
705 #, perl-brace-format
706 msgid "`{section}' in @cite{{book}}"
707 msgstr ""
708
709 #: tp/Texinfo/Convert/HTML.pm:3239
710 #, perl-brace-format
711 msgid "{reference}"
712 msgstr ""
713
714 #: tp/Texinfo/Convert/HTML.pm:3242
715 #, perl-brace-format
716716 msgid "`{section}'"
717717 msgstr ""
718718
719 #: tp/Texinfo/Convert/HTML.pm:3355
719 #: tp/Texinfo/Convert/HTML.pm:3337
720720 msgid "Jump to"
721721 msgstr ""
722722
723 #: tp/Texinfo/Convert/HTML.pm:3363
723 #: tp/Texinfo/Convert/HTML.pm:3345
724724 msgid "Index Entry"
725725 msgstr ""
726726
727 #: tp/Texinfo/Convert/HTML.pm:3365
727 #: tp/Texinfo/Convert/HTML.pm:3347
728728 msgid "Section"
729729 msgstr ""
730730
731 #: tp/Texinfo/Convert/HTML.pm:3984
731 #: tp/Texinfo/Convert/HTML.pm:3966
732732 #, perl-brace-format
733733 msgid "{category}: @strong{{name}} @emph{{arguments}}"
734734 msgstr ""
735735
736 #: tp/Texinfo/Convert/HTML.pm:3989
736 #: tp/Texinfo/Convert/HTML.pm:3971
737737 #, perl-brace-format
738738 msgid "{category}: @strong{{name}}"
739739 msgstr ""
740740
741 #: tp/Texinfo/Convert/HTML.pm:4006
741 #: tp/Texinfo/Convert/HTML.pm:3988
742742 #, perl-brace-format
743743 msgid "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
744744 msgstr ""
745745
746 #: tp/Texinfo/Convert/HTML.pm:4010
746 #: tp/Texinfo/Convert/HTML.pm:3992
747747 #, perl-brace-format
748748 msgid "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
749749 msgstr ""
750750
751 #: tp/Texinfo/Convert/HTML.pm:4019
751 #: tp/Texinfo/Convert/HTML.pm:4001
752752 #, perl-brace-format
753753 msgid "{category}:@* @emph{{type}}@* @strong{{name}}"
754754 msgstr ""
755755
756 #: tp/Texinfo/Convert/HTML.pm:4022
756 #: tp/Texinfo/Convert/HTML.pm:4004
757757 #, perl-brace-format
758758 msgid "{category}: @emph{{type}} @strong{{name}}"
759759 msgstr ""
760760
761 #: tp/Texinfo/Convert/HTML.pm:4030
761 #: tp/Texinfo/Convert/HTML.pm:4012
762762 #, perl-brace-format
763763 msgid "{category} of {class}: @strong{{name}} @emph{{arguments}}"
764764 msgstr ""
765765
766 #: tp/Texinfo/Convert/HTML.pm:4036
766 #: tp/Texinfo/Convert/HTML.pm:4018
767767 #, perl-brace-format
768768 msgid "{category} of {class}: @strong{{name}}"
769769 msgstr ""
770770
771 #: tp/Texinfo/Convert/HTML.pm:4045
771 #: tp/Texinfo/Convert/HTML.pm:4027
772772 #, perl-brace-format
773773 msgid "{category} on {class}: @strong{{name}} @emph{{arguments}}"
774774 msgstr ""
775775
776 #: tp/Texinfo/Convert/HTML.pm:4051
776 #: tp/Texinfo/Convert/HTML.pm:4033
777777 #, perl-brace-format
778778 msgid "{category} on {class}: @strong{{name}}"
779779 msgstr ""
780780
781 #: tp/Texinfo/Convert/HTML.pm:4066
781 #: tp/Texinfo/Convert/HTML.pm:4048
782782 #, perl-brace-format
783783 msgid ""
784784 "{category} on {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
785785 msgstr ""
786786
787 #: tp/Texinfo/Convert/HTML.pm:4070
787 #: tp/Texinfo/Convert/HTML.pm:4052
788788 #, perl-brace-format
789789 msgid "{category} on {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
790790 msgstr ""
791791
792 #: tp/Texinfo/Convert/HTML.pm:4063
793 #, perl-brace-format
794 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
795 msgstr ""
796
797 #: tp/Texinfo/Convert/HTML.pm:4067
798 #, perl-brace-format
799 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
800 msgstr ""
801
792802 #: tp/Texinfo/Convert/HTML.pm:4081
793 #, perl-brace-format
794 msgid "{category} on {class}:@* @emph{{type}}@* @strong{{name}}"
795 msgstr ""
796
797 #: tp/Texinfo/Convert/HTML.pm:4085
798 #, perl-brace-format
799 msgid "{category} on {class}: @emph{{type}} @strong{{name}}"
800 msgstr ""
801
802 #: tp/Texinfo/Convert/HTML.pm:4099
803803 #, perl-brace-format
804804 msgid ""
805805 "{category} of {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
806806 msgstr ""
807807
808 #: tp/Texinfo/Convert/HTML.pm:4103
808 #: tp/Texinfo/Convert/HTML.pm:4085
809809 #, perl-brace-format
810810 msgid "{category} of {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
811811 msgstr ""
812812
813 #: tp/Texinfo/Convert/HTML.pm:4114
813 #: tp/Texinfo/Convert/HTML.pm:4096
814814 #, perl-brace-format
815815 msgid "{category} of {class}:@* @emph{{type}}@* @strong{{name}}"
816816 msgstr ""
817817
818 #: tp/Texinfo/Convert/HTML.pm:4118
818 #: tp/Texinfo/Convert/HTML.pm:4100
819819 #, perl-brace-format
820820 msgid "{category} of {class}: @emph{{type}} @strong{{name}}"
821821 msgstr ""
822822
823 #: tp/Texinfo/Convert/HTML.pm:6121
823 #: tp/Texinfo/Convert/HTML.pm:6103
824824 #, perl-brace-format
825825 msgid ""
826 "This document was generated on @emph{@today{}} using @uref"
827 "{{program_homepage}, @emph{{program}}}."
828 msgstr ""
829
830 #: tp/Texinfo/Convert/HTML.pm:6161
826 "This document was generated on @emph{@today{}} using "
827 "@uref{{program_homepage}, @emph{{program}}}."
828 msgstr ""
829
830 #: tp/Texinfo/Convert/HTML.pm:6143
831831 #, perl-brace-format
832832 msgid "{title}: {element_text}"
833833 msgstr ""
834834
835 #: tp/Texinfo/Convert/HTML.pm:6302
835 #: tp/Texinfo/Convert/HTML.pm:6284
836836 #, perl-brace-format
837837 msgid "The node you are looking for is at {href}."
838838 msgstr ""
839839
840 #: tp/Texinfo/Convert/HTML.pm:6372
840 #: tp/Texinfo/Convert/HTML.pm:6354
841841 msgid " The buttons in the navigation panels have the following meaning:"
842842 msgstr ""
843843
844 #: tp/Texinfo/Convert/HTML.pm:6378
844 #: tp/Texinfo/Convert/HTML.pm:6360
845845 msgid "Button"
846846 msgstr ""
847847
848 #: tp/Texinfo/Convert/HTML.pm:6379
848 #: tp/Texinfo/Convert/HTML.pm:6361
849849 msgid "Name"
850850 msgstr ""
851851
852 #: tp/Texinfo/Convert/HTML.pm:6380
852 #: tp/Texinfo/Convert/HTML.pm:6362
853853 msgid "Go to"
854854 msgstr ""
855855
856 #: tp/Texinfo/Convert/HTML.pm:6381
856 #: tp/Texinfo/Convert/HTML.pm:6363
857857 msgid "From 1.2.3 go to"
858858 msgstr ""
859859
860 #: tp/Texinfo/Convert/HTML.pm:6407
860 #: tp/Texinfo/Convert/HTML.pm:6389
861861 msgid ""
862862 " where the @strong{ Example } assumes that the current position is at "
863863 "@strong{ Subsubsection One-Two-Three } of a document of the following "
864864 "structure:"
865865 msgstr ""
866866
867 #: tp/Texinfo/Convert/HTML.pm:6417
867 #: tp/Texinfo/Convert/HTML.pm:6399
868868 msgid "Section One"
869869 msgstr ""
870870
871 #: tp/Texinfo/Convert/HTML.pm:6419
871 #: tp/Texinfo/Convert/HTML.pm:6401
872872 msgid "Subsection One-One"
873873 msgstr ""
874874
875 #: tp/Texinfo/Convert/HTML.pm:6426
875 #: tp/Texinfo/Convert/HTML.pm:6408
876876 msgid "Subsection One-Two"
877877 msgstr ""
878878
879 #: tp/Texinfo/Convert/HTML.pm:6428
879 #: tp/Texinfo/Convert/HTML.pm:6410
880880 msgid "Subsubsection One-Two-One"
881881 msgstr ""
882882
883 #: tp/Texinfo/Convert/HTML.pm:6429
883 #: tp/Texinfo/Convert/HTML.pm:6411
884884 msgid "Subsubsection One-Two-Two"
885885 msgstr ""
886886
887 #: tp/Texinfo/Convert/HTML.pm:6430
887 #: tp/Texinfo/Convert/HTML.pm:6412
888888 msgid "Subsubsection One-Two-Three"
889889 msgstr ""
890890
891 #: tp/Texinfo/Convert/HTML.pm:6432
891 #: tp/Texinfo/Convert/HTML.pm:6414
892892 msgid "Current Position"
893893 msgstr ""
894894
895 #: tp/Texinfo/Convert/HTML.pm:6433
895 #: tp/Texinfo/Convert/HTML.pm:6415
896896 msgid "Subsubsection One-Two-Four"
897897 msgstr ""
898898
899 #: tp/Texinfo/Convert/HTML.pm:6436
899 #: tp/Texinfo/Convert/HTML.pm:6418
900900 msgid "Subsection One-Three"
901901 msgstr ""
902902
903 #: tp/Texinfo/Convert/HTML.pm:6443
903 #: tp/Texinfo/Convert/HTML.pm:6425
904904 msgid "Subsection One-Four"
905905 msgstr ""
906906
907 #: tp/Texinfo/Convert/HTML.pm:6847
907 #: tp/Texinfo/Convert/HTML.pm:6829
908908 msgid "Untitled Document"
909909 msgstr ""
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6262 POST_UNINSTALL = :
6363 build_triplet = @build@
6464 host_triplet = @host@
65 DIST_COMMON = README $(dist_converters_DATA) $(dist_debugmodules_DATA) \
66 $(dist_init_DATA) $(dist_modules_DATA) $(srcdir)/Makefile.am \
65 DIST_COMMON = $(srcdir)/Makefile.tres \
6766 $(srcdir)/Makefile.documents_strings_mo_files \
68 $(srcdir)/Makefile.in $(srcdir)/Makefile.tres \
69 $(srcdir)/defs.in $(top_srcdir)/build-aux/test-driver TODO
67 $(srcdir)/Makefile.in $(srcdir)/Makefile.am $(srcdir)/defs.in \
68 $(dist_converters_DATA) $(dist_debugmodules_DATA) \
69 $(dist_init_DATA) $(dist_modules_DATA) \
70 $(top_srcdir)/build-aux/test-driver README TODO
7071 subdir = tp
7172 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7273 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
198199 "$(DESTDIR)$(debugmodulesdir)" "$(DESTDIR)$(initdir)" \
199200 "$(DESTDIR)$(modulesdir)"
200201 SCRIPTS = $(bin_SCRIPTS)
202 AM_V_P = $(am__v_P_@AM_V@)
203 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
204 am__v_P_0 = false
205 am__v_P_1 = :
206 AM_V_GEN = $(am__v_GEN_@AM_V@)
207 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
208 am__v_GEN_0 = @echo " GEN " $@;
209 am__v_GEN_1 =
210 AM_V_at = $(am__v_at_@AM_V@)
211 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
212 am__v_at_0 = @
213 am__v_at_1 =
201214 SOURCES =
202215 DIST_SOURCES =
203 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
204 html-recursive info-recursive install-data-recursive \
205 install-dvi-recursive install-exec-recursive \
206 install-html-recursive install-info-recursive \
207 install-pdf-recursive install-ps-recursive install-recursive \
208 installcheck-recursive installdirs-recursive pdf-recursive \
209 ps-recursive uninstall-recursive
216 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
217 ctags-recursive dvi-recursive html-recursive info-recursive \
218 install-data-recursive install-dvi-recursive \
219 install-exec-recursive install-html-recursive \
220 install-info-recursive install-pdf-recursive \
221 install-ps-recursive install-recursive installcheck-recursive \
222 installdirs-recursive pdf-recursive ps-recursive \
223 tags-recursive uninstall-recursive
210224 am__can_run_installinfo = \
211225 case $$AM_UPDATE_INFO_DIR in \
212226 n|no|NO) false;; \
216230 $(dist_init_DATA) $(dist_modules_DATA)
217231 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
218232 distclean-recursive maintainer-clean-recursive
219 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
220 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
233 am__recursive_targets = \
234 $(RECURSIVE_TARGETS) \
235 $(RECURSIVE_CLEAN_TARGETS) \
236 $(am__extra_recursive_targets)
237 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
221238 check recheck distdir
239 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
240 # Read a list of newline-separated strings from the standard input,
241 # and print each of them once, without duplicates. Input order is
242 # *not* preserved.
243 am__uniquify_input = $(AWK) '\
244 BEGIN { nonempty = 0; } \
245 { items[$$0] = 1; nonempty = 1; } \
246 END { if (nonempty) { for (i in items) print i; }; } \
247 '
248 # Make sure the list of sources is unique. This is necessary because,
249 # e.g., the same source file might be shared among _SOURCES variables
250 # for different programs/libraries.
251 am__define_uniq_tagged_files = \
252 list='$(am__tagged_files)'; \
253 unique=`for i in $$list; do \
254 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
255 done | $(am__uniquify_input)`
222256 ETAGS = etags
223257 CTAGS = ctags
224258 am__tty_colors_dummy = \
225259 mgn= red= grn= lgn= blu= brg= std=; \
226260 am__color_tests=no
227 am__tty_colors = $(am__tty_colors_dummy)
261 am__tty_colors = { \
262 $(am__tty_colors_dummy); \
263 if test "X$(AM_COLOR_TESTS)" = Xno; then \
264 am__color_tests=no; \
265 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
266 am__color_tests=yes; \
267 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
268 am__color_tests=yes; \
269 fi; \
270 if test $$am__color_tests = yes; then \
271 red=''; \
272 grn=''; \
273 lgn=''; \
274 blu=''; \
275 mgn=''; \
276 brg=''; \
277 std=''; \
278 fi; \
279 }
228280 am__recheck_rx = ^[ ]*:recheck:[ ]*
229281 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
230282 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
411463 ALLOCA = @ALLOCA@
412464 ALLOCA_H = @ALLOCA_H@
413465 AMTAR = @AMTAR@
466 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
414467 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
415468 AR = @AR@
416469 ARFLAGS = @ARFLAGS@
821874 HAVE__BOOL = @HAVE__BOOL@
822875 HAVE__EXIT = @HAVE__EXIT@
823876 HELP2MAN = @HELP2MAN@
824 HEVEA = @HEVEA@
825877 INCLUDE_NEXT = @INCLUDE_NEXT@
826878 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
827879 INSTALL = @INSTALL@
901953 POSUB = @POSUB@
902954 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
903955 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
904 PROVE = @PROVE@
905956 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
906957 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
907958 RANLIB = @RANLIB@
10121063 STRIP = @STRIP@
10131064 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
10141065 TERMLIBS = @TERMLIBS@
1015 TEX = @TEX@
10161066 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
10171067 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
10181068 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
25432593 # (1) if the variable is set in 'config.status', edit 'config.status'
25442594 # (which will cause the Makefiles to be regenerated when you run 'make');
25452595 # (2) otherwise, pass the desired values on the 'make' command line.
2546 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
2596 $(am__recursive_targets):
25472597 @fail= failcom='exit 1'; \
25482598 for f in x $$MAKEFLAGS; do \
25492599 case $$f in \
25712621 if test "$$dot_seen" = "no"; then \
25722622 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
25732623 fi; test -z "$$fail"
2574 tags-recursive:
2575 list='$(SUBDIRS)'; for subdir in $$list; do \
2576 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2577 done
2578 ctags-recursive:
2579 list='$(SUBDIRS)'; for subdir in $$list; do \
2580 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2581 done
2582 cscopelist-recursive:
2583 list='$(SUBDIRS)'; for subdir in $$list; do \
2584 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
2585 done
2586
2587 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2588 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2589 unique=`for i in $$list; do \
2590 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2591 done | \
2592 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2593 END { if (nonempty) { for (i in files) print i; }; }'`; \
2594 mkid -fID $$unique
2595 tags: TAGS
2596
2597 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
2598 $(TAGS_FILES) $(LISP)
2624
2625 ID: $(am__tagged_files)
2626 $(am__define_uniq_tagged_files); mkid -fID $$unique
2627 tags: tags-recursive
2628 TAGS: tags
2629
2630 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
25992631 set x; \
26002632 here=`pwd`; \
26012633 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
26112643 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
26122644 fi; \
26132645 done; \
2614 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2615 unique=`for i in $$list; do \
2616 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2617 done | \
2618 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2619 END { if (nonempty) { for (i in files) print i; }; }'`; \
2646 $(am__define_uniq_tagged_files); \
26202647 shift; \
26212648 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
26222649 test -n "$$unique" || unique=$$empty_fix; \
26282655 $$unique; \
26292656 fi; \
26302657 fi
2631 ctags: CTAGS
2632 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
2633 $(TAGS_FILES) $(LISP)
2634 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2635 unique=`for i in $$list; do \
2636 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2637 done | \
2638 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2639 END { if (nonempty) { for (i in files) print i; }; }'`; \
2658 ctags: ctags-recursive
2659
2660 CTAGS: ctags
2661 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2662 $(am__define_uniq_tagged_files); \
26402663 test -z "$(CTAGS_ARGS)$$unique" \
26412664 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
26422665 $$unique
26452668 here=`$(am__cd) $(top_builddir) && pwd` \
26462669 && $(am__cd) $(top_srcdir) \
26472670 && gtags -i $(GTAGS_ARGS) "$$here"
2648
2649 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
2650 list='$(SOURCES) $(HEADERS) $(LISP)'; \
2671 cscopelist: cscopelist-recursive
2672
2673 cscopelist-am: $(am__tagged_files)
2674 list='$(am__tagged_files)'; \
26512675 case "$(srcdir)" in \
26522676 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
26532677 *) sdir=$(subdir)/$(srcdir) ;; \
30003024 uninstall-dist_debugmodulesDATA uninstall-dist_initDATA \
30013025 uninstall-dist_modulesDATA uninstall-local
30023026
3003 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
3004 cscopelist-recursive ctags-recursive install-am \
3005 install-exec-am install-strip tags-recursive
3006
3007 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3008 all all-am all-local check check-TESTS check-am clean \
3009 clean-generic cscopelist cscopelist-recursive ctags \
3010 ctags-recursive dist-hook distclean distclean-generic \
3027 .MAKE: $(am__recursive_targets) check-am install-am install-exec-am \
3028 install-strip
3029
3030 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
3031 check check-TESTS check-am clean clean-generic cscopelist-am \
3032 ctags ctags-am dist-hook distclean distclean-generic \
30113033 distclean-local distclean-tags distdir dvi dvi-am html html-am \
30123034 info info-am install install-am install-binSCRIPTS \
30133035 install-data install-data-am install-data-local \
30193041 install-ps-am install-strip installcheck installcheck-am \
30203042 installdirs installdirs-am maintainer-clean \
30213043 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
3022 pdf-am ps ps-am recheck tags tags-recursive uninstall \
3023 uninstall-am uninstall-binSCRIPTS \
3024 uninstall-dist_convertersDATA uninstall-dist_debugmodulesDATA \
3025 uninstall-dist_initDATA uninstall-dist_modulesDATA \
3026 uninstall-local
3044 pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \
3045 uninstall-binSCRIPTS uninstall-dist_convertersDATA \
3046 uninstall-dist_debugmodulesDATA uninstall-dist_initDATA \
3047 uninstall-dist_modulesDATA uninstall-local
30273048
30283049
30293050 t/include_dir:
6666 @EXPORT = qw(
6767 );
6868
69 $VERSION = '5.00';
69 $VERSION = '5.0';
7070
7171 # i18n
7272 sub N__($)
5858 @EXPORT = qw(
5959 );
6060
61 $VERSION = '5.00';
61 $VERSION = '5.0';
6262
6363 my %defaults = (
6464 'ENABLE_ENCODING' => 1,
760760 }
761761 }
762762 return @result;
763 }
764
765 sub _table_item_content_tree($$$)
766 {
767 my $self = shift;
768 my $root = shift;
769 my $contents = shift;
770
771 my $converted_tree = {'parent' => $root};
772 my $table_command = $root->{'parent'}->{'parent'}->{'parent'};
773 if ($table_command->{'extra'}
774 and $table_command->{'extra'}->{'command_as_argument'}) {
775 my $command_as_argument
776 = $table_command->{'extra'}->{'command_as_argument'};
777 my $command = {'cmdname' => $command_as_argument->{'cmdname'},
778 'line_nr' => $root->{'line_nr'},
779 'parent' => $converted_tree };
780 if ($command_as_argument->{'type'} eq 'definfoenclose_command') {
781 $command->{'type'} = $command_as_argument->{'type'};
782 $command->{'extra'}->{'begin'} = $command_as_argument->{'extra'}->{'begin'};
783 $command->{'extra'}->{'end'} = $command_as_argument->{'extra'}->{'end'};
784 }
785 my $arg = {'type' => 'brace_command_arg',
786 'contents' => $contents,
787 'parent' => $command,};
788 $command->{'args'} = [$arg];
789 $self->Texinfo::Parser::_register_command_arg($arg, 'brace_command_contents');
790 $contents = [$command];
791 }
792 $converted_tree->{'contents'} = $contents;
793 return $converted_tree;
763794 }
764795
765796 sub _level_corrected_section($$)
5252 @EXPORT = qw(
5353 );
5454
55 $VERSION = '5.00';
55 $VERSION = '5.0';
5656
5757 my $mdash = '&#'.hex('2014').';';
5858 my $ndash = '&#'.hex('2013').';';
515515 } elsif (($root->{'cmdname'} eq 'item' or $root->{'cmdname'} eq 'itemx')
516516 and $root->{'parent'}->{'type'}
517517 and $root->{'parent'}->{'type'} eq 'table_term') {
518 my $converted_tree = {'parent' => $root};
519
520 # begin common with Plaintext.pm
521 my $contents = $root->{'extra'}->{'misc_content'};
522 my $table_command = $root->{'parent'}->{'parent'}->{'parent'};
523 if ($table_command->{'extra'}
524 and $table_command->{'extra'}->{'command_as_argument'}) {
525 my $command_as_argument
526 = $table_command->{'extra'}->{'command_as_argument'};
527 my $command = {'cmdname' => $command_as_argument->{'cmdname'},
528 'line_nr' => $root->{'line_nr'},
529 'parent' => $converted_tree };
530 if ($command_as_argument->{'type'} eq 'definfoenclose_command') {
531 $command->{'type'} = $command_as_argument->{'type'};
532 $command->{'extra'} = $command_as_argument->{'extra'};
533 }
534 my $arg = {'type' => 'brace_command_arg',
535 'contents' => $contents,
536 'parent' => $command,};
537 $command->{'args'} = [$arg];
538 $self->Texinfo::Parser::_register_command_arg($arg, 'brace_command_contents');
539 $contents = [$command];
540 }
541 $converted_tree->{'contents'} = $contents;
542 # end common with Plaintext.pm
518
519 my $converted_tree = $self->_table_item_content_tree($root,
520 $root->{'extra'}->{'misc_content'});
543521
544522 $result .= "<term>";
545523 $result .= $self->_index_entry($root);
5252 @EXPORT = qw(
5353 );
5454
55 $VERSION = '5.00';
55 $VERSION = '5.0';
5656
5757 # misc commands that are of use for formatting.
5858 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
29322932 # FIXME instead use the code of Plaintext or DocBook.
29332933 my $args = $content;
29342934 if ($args->[0]) {
2935 my $tree = $args->[0]->{'tree'};
2936 my $table_command = $command->{'parent'}->{'parent'}->{'parent'};
2937 if ($table_command->{'extra'}
2938 and $table_command->{'extra'}->{'command_as_argument'}) {
2939 my $command_as_argument
2940 = $table_command->{'extra'}->{'command_as_argument'};
2941 if ($command_as_argument->{'type'} ne 'definfoenclose_command') {
2942 $tree = {'cmdname' => $command_as_argument->{'cmdname'},
2943 'args' => [{'type' => 'brace_command_arg',
2944 'contents' => [$tree]}]
2945 };
2946 } else {
2947 $tree = {'cmdname' => $command_as_argument->{'cmdname'},
2948 'type' => $command_as_argument->{'type'},
2949 'extra' => $command_as_argument->{'extra'},
2950 'args' => [{'type' => 'brace_command_arg',
2951 'contents' => [$tree]}]
2952 };
2953 }
2954 }
2935 my $tree = $self->_table_item_content_tree($command,
2936 [$args->[0]->{'tree'}]);
29552937 my $result = $self->convert_tree ($tree);
29562938 foreach my $command_name (reverse($self->commands_stack())) {
29572939 if ($preformatted_code_commands{$command_name}) {
48324814 $file, $line_nr)) if ($in_string);
48334815 warn (sprintf($self->__("%s:%d: --css-include ended in comment"),
48344816 $file, $line_nr)) if ($in_comment);
4835 warn (sprintf($self->__("%s:%d \@import not finished in css file"),
4817 warn (sprintf($self->__("%s:%d: \@import not finished in css file"),
48364818 $file, $line_nr))
48374819 if ($in_import and !$in_comment and !$in_string);
48384820 return ($imports, $rules);
4444 @EXPORT = qw(
4545 );
4646
47 $VERSION = '5.00';
47 $VERSION = '5.0';
4848
4949 my $STDIN_DOCU_NAME = 'stdin';
5050
5252 @EXPORT = qw(
5353 );
5454
55 $VERSION = '5.00';
55 $VERSION = '5.0';
5656
5757 # misc commands that are of use for formatting.
5858 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
21102110 and $root->{'args'}->[0]->{'type'}
21112111 and $root->{'args'}->[0]->{'type'} eq 'misc_line_arg') {
21122112 if ($root->{'extra'} and $root->{'extra'}->{'misc_content'}) {
2113 my $converted_tree = {'type' => 'frenchspacing',
2114 'parent' => $root};
2115
2116 my $contents = $root->{'extra'}->{'misc_content'};
2117 my $table_command = $root->{'parent'}->{'parent'}->{'parent'};
2118 if ($table_command->{'extra'}
2119 and $table_command->{'extra'}->{'command_as_argument'}) {
2120 my $command_as_argument
2121 = $table_command->{'extra'}->{'command_as_argument'};
2122 my $command = {'cmdname' => $command_as_argument->{'cmdname'},
2123 'line_nr' => $root->{'line_nr'},
2124 'parent' => $converted_tree };
2125 if ($command_as_argument->{'type'} eq 'definfoenclose_command') {
2126 $command->{'type'} = $command_as_argument->{'type'};
2127 $command->{'extra'} = $command_as_argument->{'extra'};
2128 }
2129 my $arg = {'type' => 'brace_command_arg',
2130 'contents' => $contents,
2131 'parent' => $command,};
2132 $command->{'args'} = [$arg];
2133 $self->Texinfo::Parser::_register_command_arg($arg, 'brace_command_contents');
2134 $contents = [$command];
2135 }
2136 $converted_tree->{'contents'} = $contents;
2137
2113
2114 my $converted_tree = $self->_table_item_content_tree($root,
2115 $root->{'extra'}->{'misc_content'});
2116
2117 $converted_tree->{'type'} = 'frenchspacing';
21382118 $result = $self->convert_line($converted_tree,
21392119 {'indent_level'
21402120 => $self->{'format_context'}->[-1]->{'indent_level'} -1});
4545 @EXPORT = qw(
4646 );
4747
48 $VERSION = '5.00';
48 $VERSION = '5.0';
4949
5050 my %misc_commands = %Texinfo::Common::misc_commands;
5151 my %brace_commands = %Texinfo::Common::brace_commands;
2727 # for debugging
2828 use Texinfo::Convert::Texinfo;
2929 use Data::Dumper;
30 use Carp qw(cluck);
30 use Carp qw(cluck carp);
3131
3232 require Exporter;
3333 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
5151 @EXPORT = qw(
5252 );
5353
54 $VERSION = '5.00';
54 $VERSION = '5.0';
5555
5656 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
5757 # when they have no brace_command_arg, see below.
306306 {
307307 my $root = shift;
308308 # means it was called object oriented
309 if (ref ($root) ne 'HASH') {
309 if (ref($root) ne 'HASH') {
310 if (ref($root) eq 'ARRAY') {
311 carp ("convert argument $root not blessed reference or HASH");
312 return undef;
313 }
310314 $root = shift;
311315 }
312316 my $options = shift;
5151 @EXPORT = qw(
5252 );
5353
54 $VERSION = '5.00';
54 $VERSION = '5.0';
5555
5656 my %defaults = (
5757 'ENABLE_ENCODING' => 0,
5959 'EXTENSION' => 'xml',
6060 #'output_perl_encoding' => 'utf8',
6161 'OUTPUT_ENCODING_NAME' => 'utf-8',
62 'TEXINFO_DTD_VERSION' => '5.00',
62 'TEXINFO_DTD_VERSION' => '5.0',
6363 'OUTFILE' => undef,
6464 'SUBDIR' => undef,
6565 'output_format' => 'xml',
971971 if (scalar(@elements) > 1) {
972972 $command = shift @elements;
973973 }
974 # this is used for commands without args, or associated to the
975 # first argument
974976 my $attribute = '';
975977 if ($root->{'cmdname'} eq 'verb') {
976978 $attribute = " delimiter=\"".$self->xml_protect_text($root->{'type'})
10161018 }
10171019 $arg_index++;
10181020 }
1021 # This is for the main command
10191022 $attribute = '';
10201023 if ($root->{'cmdname'} eq 'image') {
10211024 if ($self->_is_inline($root)) {
10221025 $attribute = " where=\"inline\"";
1026 }
1027 } elsif ($Texinfo::Common::ref_commands{$root->{'cmdname'}}) {
1028 if ($root->{'extra'}->{'brace_command_contents'}) {
1029 if ($root->{'extra'}->{'node_argument'}
1030 and $root->{'extra'}->{'node_argument'}->{'node_content'}
1031 and defined($root->{'extra'}->{'node_argument'}->{'normalized'})) {
1032 $attribute = " label=\"".$self->xml_protect_text(
1033 $root->{'extra'}->{'node_argument'}->{'normalized'})."\"";
1034 }
1035 my $manual;
1036 my $manual_arg_index = 3;
1037 if ($root->{'cmdname'} eq 'inforef') {
1038 $manual_arg_index = 2;
1039 }
1040 if ($root->{'extra'}->{'brace_command_contents'}->[$manual_arg_index]) {
1041 $manual = Texinfo::Convert::Text::convert({'contents'
1042 => $root->{'extra'}->{'brace_command_contents'}->[$manual_arg_index]},
1043 {'code' => 1,
1044 Texinfo::Common::_convert_text_options($self)});
1045 }
1046 if (!defined($manual) and $root->{'extra'}->{'node_argument'}
1047 and $root->{'extra'}->{'node_argument'}->{'manual_content'}) {
1048 $manual = Texinfo::Convert::Text::convert({'contents'
1049 => $root->{'extra'}->{'node_argument'}->{'manual_content'}},
1050 {'code' => 1, Texinfo::Common::_convert_text_options($self)});
1051 }
1052 if (defined($manual)) {
1053 my $manual_base = $manual;
1054 $manual_base =~ s/\.[^\.]*$//;
1055 $manual_base =~ s/^.*\///;
1056
1057 $attribute .= " manual=\"".$self->xml_protect_text($manual_base)."\""
1058 if ($manual_base ne '');
1059 }
10231060 }
10241061 }
10251062 if (defined($command)) {
8686 @EXPORT = qw(
8787 );
8888
89 $VERSION = '5.00';
89 $VERSION = '5.0';
9090
9191 sub N__($)
9292 {
34513451 my $parsed_entry_node = _parse_node_manual($arg);
34523452 if (! defined($parsed_entry_node)) {
34533453 if ($self->{'SHOW_MENU'}) {
3454 $self->line_error ($self->__("Empty node in menu entry"), $line_nr);
3454 $self->line_error ($self->__("Empty node name in menu entry"), $line_nr);
34553455 }
34563456 } else {
34573457 $current->{'extra'}->{'menu_entry_node'} = $parsed_entry_node;
6767 @EXPORT = qw(
6868 );
6969
70 $VERSION = '5.00';
70 $VERSION = '5.0';
7171
7272
7373 my %types_to_enter;
215215 my $hhk_filename = $document_name . ".hhk";
216216 my $hhk_file = File::Spec->catfile($outdir, $hhk_filename);
217217 my $hhk_fh = Texinfo::Common::open_out($self, $hhk_file);
218 # Not sure $! is still valid
219218 if (!defined($hhk_fh)) {
220 $self->document_error(sprintf($self->__("Can't open %s for writing: %s\n"),
219 $self->document_error(sprintf($self->__("chm.pm:%s: Cannot open for writing: %s\n"),
221220 $hhk_file, $!));
222221 return 0;
223222 }
263262 print $hhk_fh "</BODY>\n</HTML>\n";
264263 delete $self->{'unclosed_files'}->{$hhk_file};
265264 if (!close ($hhk_fh)) {
266 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
265 $self->document_error(sprintf($self->__("chm.pm:%s: Error on closing: %s"),
267266 $hhk_file, $!));
268267 return 0;
269268 }
273272 my $hhc_fh = Texinfo::Common::open_out($self, $hhc_file);
274273 # Not sure $! is still valid
275274 if (!defined($hhc_fh)) {
276 $self->document_error(sprintf($self->__("Can't open %s for writing: %s\n"),
275 $self->document_error(sprintf($self->__("chm.pm:%s: Cannot open for writing: %s\n"),
277276 $hhc_file, $!));
278277 return 0;
279278 }
334333 print $hhc_fh "</HTML>\n</BODY>\n";
335334 delete $self->{'unclosed_files'}->{$hhc_file};
336335 if (!close ($hhc_fh)) {
337 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
336 $self->document_error(sprintf($self->__("chm.pm:%s: Error on closing: %s"),
338337 $hhc_file, $!));
339338 return 0;
340339 }
344343 my $hhp_fh = Texinfo::Common::open_out($self, $hhp_file);
345344 # Not sure $! is still valid
346345 if (!defined($hhp_fh)) {
347 $self->document_error(sprintf($self->__("Can't open %s for writing: %s\n"),
346 $self->document_error(sprintf($self->__("chm.pm:%s: Cannot open for writing: %s\n"),
348347 $hhp_file, $!));
349348 return 0;
350349 }
395394
396395 delete $self->{'unclosed_files'}->{$hhp_file};
397396 if (!close ($hhp_fh)) {
398 $self->document_error(sprintf($self->__("Error on closing %s: %s"),
397 $self->document_error(sprintf($self->__("chm.pm:%s: Error on closing: %s"),
399398 $hhp_file, $!));
400399 return 0;
401400 }
114114 $commands{$command}->{'basefile'});
115115 my $rfile = $commands{$command}->{'rfile'};
116116 $commands{$command}->{'counter'} = 0;
117 $commands{$command}->{'output_counter'} = 0;
117118
118119 if ($self->{'extra'}->{$command}) {
119120 local *TEX4HT_TEXFILE;
120121 unless (open (*TEX4HT_TEXFILE, ">$rfile")) {
121 $self->document_warn (sprintf($self->__("tex4ht error opening %s: %s"),
122 $self->document_warn (sprintf($self->__("tex4ht.pm:%s: Cannot open: %s"),
122123 $rfile, $!));
123124 return 1;
124125 }
214215 {
215216 my $self = shift;
216217 unless (chdir $tex4ht_out_dir) {
217 $self->document_warn(sprintf($self->__("chdir to %s failed"),
218 $tex4ht_out_dir));
219 return 1;
218 $self->document_warn(sprintf($self->__("tex4ht.pm:%s: chdir failed: %s"),
219 $tex4ht_out_dir, $!));
220 return 0;
220221 }
221222 print STDERR "cwd($tex4ht_out_dir): " . Cwd::cwd() ."\n"
222223 if ($self->get_conf('VERBOSE'));
226227 $errors += tex4ht_process_command($self, $command);
227228 }
228229 unless (chdir $tex4ht_initial_dir) {
229 warn "tex4ht unable to return to the initial dir\n";
230 $self->document_warn(sprintf($self->__(
231 "tex4ht.pm: Unable to return to initial directory: %s"), $!));
230232 return 0;
231233 }
232234 return 1;
238240
239241 return 0 unless ($commands{$command}->{'counter'});
240242
241 $self->document_warn(sprintf($self->__("tex4ht output file missing: %s"),
243 $self->document_warn(sprintf($self->__("tex4ht.pm: Output file missing: %s"),
242244 $commands{$command}->{'basefile'}))
243245 unless (-f $commands{$command}->{'basefile'});
244246 my $style = $commands{$command}->{'style'};
253255 my $cmd = "$commands{$command}->{'exec'} $commands{$command}->{'basefile'} $options";
254256 print STDERR "tex4ht command: $cmd\n" if ($self->get_conf('VERBOSE'));
255257 if (system($cmd)) {
256 $self->document_warn ("t2h_tex4ht command: $cmd failed");
258 $self->document_warn (sprintf(__(
259 "tex4ht.pm: Command failed: %s"), $cmd));
257260 return 1;
258261 }
259262
260263 # extract the html from the file created by tex4ht
261264 my $html_basefile = $commands{$command}->{'html_file'};
262265 unless (open (TEX4HT_HTMLFILE, $html_basefile)) {
263 $self->document_warn ("t2h_tex4ht error opening $html_basefile: $!");
266 $self->document_warn (sprintf(__("tex4ht.pm:%s: Cannot open: %s"),
267 $html_basefile, $!));
264268 return 1;
265269 }
266270 my $got_count = 0;
285289 }
286290 }
287291 unless ($end_found) {
288 $self->document_warn ("tex4ht_process_command: end of $command $count not found");
292 $self->document_warn (sprintf(__("tex4ht.pm: end of \@%s item %d not found"),
293 $command, $count));
289294 }
290295 }
291296 }
292297 if ($got_count != $commands{$command}->{'counter'}) {
293298 $self->document_warn (sprintf($self->__(
294 "tex4ht processing produced %d items in HTML; expected %d, the number of items found in the document"),
299 "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of items found in the document"),
295300 $got_count, $commands{$command}->{'counter'}));
296301 }
297302 close (TEX4HT_HTMLFILE);
309314 $commands{$cmdname}->{'output_counter'}++;
310315 return $commands{$cmdname}->{'results'}->{$command};
311316 } else {
312 $self->document_warn (sprintf($self->__("tex4ht output has no HTML item for \@%s %s"),
317 $self->document_warn (sprintf($self->__(
318 "tex4ht.pm: Output has no HTML item for \@%s %s"),
313319 $cmdname, $command));
314320 return '';
315321 }
322328 if ($self->get_conf('VERBOSE')) {
323329 foreach my $command (keys(%commands)) {
324330 if ($commands{$command}->{'output_counter'} != $commands{$command}->{'counter'}) {
325 $self->line_warn ("tex4ht_finish: \@$command output counter $commands{$command}->{'output_counter'}, counter $commands{$command}->{'counter'}");
331 $self->document_warn ("tex4ht_finish: \@$command output counter $commands{$command}->{'output_counter'}, counter $commands{$command}->{'counter'}");
326332 }
327333 }
328334 }
329335 return 1;
330336 }
331337
332 1;
338 1;
00 <?xml version="1.0" encoding="iso-8859-1" ?>
1 <!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" "http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd">
1 <!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.0//EN" "http://www.gnu.org/software/texinfo/dtd/5.0/texinfo.dtd">
22 <texinfo xml:lang="en">
33 <filename file="char_latin1_utf8_in_refs.xml"></filename>
44 <preamble>\input texinfo
4040 <node name="_00e7" spaces=" "><nodename>ç</nodename><nodeprev automatic="on">â ê î ô û Â Ê Î Ô Û</nodeprev><nodeup automatic="on">Top</nodeup></node>
4141 <chapter spaces=" "><sectiontitle>ç</sectiontitle>
4242
43 <para><ref><xrefnodename>ä ë ï ö ü ÿ Ä Ë Ï Ö Ü</xrefnodename></ref>
44 <ref><xrefnodename>é</xrefnodename></ref>
45 <ref><xrefnodename>à è ù</xrefnodename></ref>
46 <ref><xrefnodename>â ê î ô û Â Ê Î Ô Û</xrefnodename></ref>
47 <ref><xrefnodename>ç</xrefnodename></ref>
43 <para><ref label="_00e4-_00eb-_00ef-_00f6-_00fc-_00ff-_00c4-_00cb-_00cf-_00d6-_00dc"><xrefnodename>ä ë ï ö ü ÿ Ä Ë Ï Ö Ü</xrefnodename></ref>
44 <ref label="_00e9"><xrefnodename>é</xrefnodename></ref>
45 <ref label="_00e0-_00e8-_00f9"><xrefnodename>à è ù</xrefnodename></ref>
46 <ref label="_00e2-_00ea-_00ee-_00f4-_00fb-_00c2-_00ca-_00ce-_00d4-_00db"><xrefnodename>â ê î ô û Â Ê Î Ô Û</xrefnodename></ref>
47 <ref label="_00e7"><xrefnodename>ç</xrefnodename></ref>
4848 </para>
4949 <cindex index="cp" spaces=" "><indexterm index="cp">ä ë ï ö ü ÿ</indexterm></cindex>
5050 <cindex index="cp" spaces=" "><indexterm index="cp">Ä Ë Ï Ö Ü</indexterm></cindex>
49804980
49814981
49824982 $result_converted{'xml'}->{'ref_error_formatting'} = '
4983 <para><code>&arobase;ref&lbrace;node&rbrace;</code> <ref><xrefnodename>node</xrefnodename></ref>
4983 <para><code>&arobase;ref&lbrace;node&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename></ref>
49844984 </para>
49854985 <para><code>&arobase;ref&lbrace;,cross ref name&rbrace;</code> <ref><xrefinfoname>cross ref name</xrefinfoname></ref>
49864986 <code>&arobase;ref&lbrace;,,title&rbrace;</code> <ref><xrefprinteddesc>title</xrefprinteddesc></ref>
4987 <code>&arobase;ref&lbrace;,,,file name&rbrace;</code> <ref><xrefinfofile>file name</xrefinfofile></ref>
4987 <code>&arobase;ref&lbrace;,,,file name&rbrace;</code> <ref manual="file name"><xrefinfofile>file name</xrefinfofile></ref>
49884988 <code>&arobase;ref&lbrace;,,,,manual&rbrace;</code> <ref><xrefprintedname>manual</xrefprintedname></ref>
4989 <code>&arobase;ref&lbrace;node,cross ref name&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4990 <code>&arobase;ref&lbrace;node,,title&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4991 <code>&arobase;ref&lbrace;node,,,file name&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4992 <code>&arobase;ref&lbrace;node,,,,manual&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4993 <code>&arobase;ref&lbrace;node,cross ref name,title,&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4994 <code>&arobase;ref&lbrace;node,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4995 <code>&arobase;ref&lbrace;node,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4996 <code>&arobase;ref&lbrace;node,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4997 <code>&arobase;ref&lbrace;node,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4998 <code>&arobase;ref&lbrace;node,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4999 <code>&arobase;ref&lbrace;node,,title,file name&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
5000 <code>&arobase;ref&lbrace;node,,title,,manual&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
5001 <code>&arobase;ref&lbrace;node,,title, file name, manual&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
5002 <code>&arobase;ref&lbrace;node,,,file name,manual&rbrace;</code> <ref><xrefnodename>node</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
4989 <code>&arobase;ref&lbrace;node,cross ref name&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4990 <code>&arobase;ref&lbrace;node,,title&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4991 <code>&arobase;ref&lbrace;node,,,file name&rbrace;</code> <ref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4992 <code>&arobase;ref&lbrace;node,,,,manual&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4993 <code>&arobase;ref&lbrace;node,cross ref name,title,&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4994 <code>&arobase;ref&lbrace;node,cross ref name,,file name&rbrace;</code> <ref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4995 <code>&arobase;ref&lbrace;node,cross ref name,,,manual&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4996 <code>&arobase;ref&lbrace;node,cross ref name,title,file name&rbrace;</code> <ref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4997 <code>&arobase;ref&lbrace;node,cross ref name,title,,manual&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4998 <code>&arobase;ref&lbrace;node,cross ref name,title, file name, manual&rbrace;</code> <ref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4999 <code>&arobase;ref&lbrace;node,,title,file name&rbrace;</code> <ref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
5000 <code>&arobase;ref&lbrace;node,,title,,manual&rbrace;</code> <ref label="node"><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
5001 <code>&arobase;ref&lbrace;node,,title, file name, manual&rbrace;</code> <ref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
5002 <code>&arobase;ref&lbrace;node,,,file name,manual&rbrace;</code> <ref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
50035003 <code>&arobase;ref&lbrace;,cross ref name,title,&rbrace;</code> <ref><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
5004 <code>&arobase;ref&lbrace;,cross ref name,,file name&rbrace;</code> <ref><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
5004 <code>&arobase;ref&lbrace;,cross ref name,,file name&rbrace;</code> <ref manual="file name"><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
50055005 <code>&arobase;ref&lbrace;,cross ref name,,,manual&rbrace;</code> <ref><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
5006 <code>&arobase;ref&lbrace;,cross ref name,title,file name&rbrace;</code> <ref><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
5006 <code>&arobase;ref&lbrace;,cross ref name,title,file name&rbrace;</code> <ref manual="file name"><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
50075007 <code>&arobase;ref&lbrace;,cross ref name,title,,manual&rbrace;</code> <ref><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
5008 <code>&arobase;ref&lbrace;,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
5009 <code>&arobase;ref&lbrace;,,title,file name&rbrace;</code> <ref><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
5008 <code>&arobase;ref&lbrace;,cross ref name,title, file name, manual&rbrace;</code> <ref manual="file name"><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
5009 <code>&arobase;ref&lbrace;,,title,file name&rbrace;</code> <ref manual="file name"><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
50105010 <code>&arobase;ref&lbrace;,,title,,manual&rbrace;</code> <ref><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
5011 <code>&arobase;ref&lbrace;,,title, file name, manual&rbrace;</code> <ref><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
5012 <code>&arobase;ref&lbrace;,,,file name,manual&rbrace;</code> <ref><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
5011 <code>&arobase;ref&lbrace;,,title, file name, manual&rbrace;</code> <ref manual="file name"><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
5012 <code>&arobase;ref&lbrace;,,,file name,manual&rbrace;</code> <ref manual="file name"><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
50135013 </para>
50145014 <para><code>&arobase;inforef&lbrace;,cross ref name &rbrace;</code> <inforef><inforefrefname>cross ref name </inforefrefname></inforef>
5015 <code>&arobase;inforef&lbrace;,,file name&rbrace;</code> <inforef><inforefinfoname>file name</inforefinfoname></inforef>
5016 <code>&arobase;inforef&lbrace;,cross ref name, file name&rbrace;</code> <inforef><inforefrefname>cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
5015 <code>&arobase;inforef&lbrace;,,file name&rbrace;</code> <inforef manual="file name"><inforefinfoname>file name</inforefinfoname></inforef>
5016 <code>&arobase;inforef&lbrace;,cross ref name, file name&rbrace;</code> <inforef manual="file name"><inforefrefname>cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
50175017 <code>&arobase;inforef&lbrace;&rbrace;</code> <inforef></inforef>
50185018 </para>
5019 <para><code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
5020 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef><inforefnodename>node</inforefnodename></inforef>
5021 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
5022 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
5019 <para><code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
5020 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename></inforef>
5021 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
5022 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
50235023 </para>';
50245024
50255025
32183218 $result_converted{'xml'}->{'ref_in_sectioning'} = '<contents></contents>
32193219
32203220 <node name="Top" spaces=" "><nodename>Top</nodename><nodenext automatic="on">node</nodenext><nodeup automatic="on">(dir)</nodeup></node>
3221 <top spaces=" "><sectiontitle>for example <ref><xrefnodename>node</xrefnodename></ref> (<pxref><xrefnodename>node</xrefnodename></pxref>) (<pxref><xrefnodename>Top</xrefnodename><xrefinfofile spaces=" ">file</xrefinfofile><xrefprintedname spaces=" ">Manual</xrefprintedname></pxref>)</sectiontitle>
3221 <top spaces=" "><sectiontitle>for example <ref label="node"><xrefnodename>node</xrefnodename></ref> (<pxref label="node"><xrefnodename>node</xrefnodename></pxref>) (<pxref label="Top" manual="file"><xrefnodename>Top</xrefnodename><xrefinfofile spaces=" ">file</xrefinfofile><xrefprintedname spaces=" ">Manual</xrefprintedname></pxref>)</sectiontitle>
32223222
32233223 <menu endspaces=" ">
32243224 <menuentry leadingtext="* "><menunode separator="::">node</menunode><menudescription><pre xml:space="preserve">
32273227
32283228 </top>
32293229 <node name="node" spaces=" "><nodename>node</nodename><nodenext automatic="on">chap</nodenext><nodeprev automatic="on">Top</nodeprev><nodeup automatic="on">Top</nodeup></node>
3230 <chapter spaces=" "><sectiontitle><xref><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">Manual</xrefprintedname></xref>.</sectiontitle>
3230 <chapter spaces=" "><sectiontitle><xref label="node" manual="file name"><xrefnodename>node</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">Manual</xrefprintedname></xref>.</sectiontitle>
32313231
32323232 </chapter>
32333233 <node name="chap" spaces=" "><nodename>chap</nodename><nodeprev automatic="on">node</nodeprev><nodeup automatic="on">Top</nodeup></node>
3234 <chapter spaces=" "><sectiontitle><ref><xrefnodename>node</xrefnodename></ref> just node</sectiontitle>
3235
3236 <section spaces=" "><sectiontitle><ref><xrefnodename>node</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname></ref> node, crossref arg2</sectiontitle>
3234 <chapter spaces=" "><sectiontitle><ref label="node"><xrefnodename>node</xrefnodename></ref> just node</sectiontitle>
3235
3236 <section spaces=" "><sectiontitle><ref label="node"><xrefnodename>node</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname></ref> node, crossref arg2</sectiontitle>
32373237
32383238 </section>
3239 <section spaces=" "><sectiontitle><ref><xrefnodename><code>node</code></xrefnodename><xrefprinteddesc spaces=" "><samp>title</samp></xrefprinteddesc></ref> code node, samptitle arg3</sectiontitle>
3239 <section spaces=" "><sectiontitle><ref label="node"><xrefnodename><code>node</code></xrefnodename><xrefprinteddesc spaces=" "><samp>title</samp></xrefprinteddesc></ref> code node, samptitle arg3</sectiontitle>
32403240
32413241 </section>
3242 <section spaces=" "><sectiontitle><ref><xrefnodename><code>node</code></xrefnodename><xrefinfofile spaces=" ">file name</xrefinfofile></ref> code node, file name</sectiontitle>
3242 <section spaces=" "><sectiontitle><ref label="node" manual="file name"><xrefnodename><code>node</code></xrefnodename><xrefinfofile spaces=" ">file name</xrefinfofile></ref> code node, file name</sectiontitle>
32433243
32443244 </section>
3245 <section spaces=" "><sectiontitle><ref><xrefnodename>node</xrefnodename><xrefprintedname spaces=" ">Manual </xrefprintedname></ref> node and manual</sectiontitle>
3245 <section spaces=" "><sectiontitle><ref label="node"><xrefnodename>node</xrefnodename><xrefprintedname spaces=" ">Manual </xrefprintedname></ref> node and manual</sectiontitle>
32463246
32473247 </section>
3248 <section spaces=" "><sectiontitle><ref><xrefnodename>Top</xrefnodename><xrefprintedname spaces=" ">Manual </xrefprintedname></ref> Top and manual</sectiontitle>
3248 <section spaces=" "><sectiontitle><ref label="Top"><xrefnodename>Top</xrefnodename><xrefprintedname spaces=" ">Manual </xrefprintedname></ref> Top and manual</sectiontitle>
32493249
32503250 </section>
32513251 <section spaces=" "><sectiontitle><ref><xrefprintedname spaces=" ">Manual </xrefprintedname></ref> no node just manual</sectiontitle>
32523252
32533253 </section>
3254 <section spaces=" "><sectiontitle><ref><xrefinfofile spaces=" ">file name</xrefinfofile></ref> no node just file name</sectiontitle>
3254 <section spaces=" "><sectiontitle><ref manual="file name"><xrefinfofile spaces=" ">file name</xrefinfofile></ref> no node just file name</sectiontitle>
32553255
32563256 </section>
3257 <section spaces=" "><sectiontitle><inforef><inforefnodename>a</inforefnodename><inforefrefname spaces=" ">b</inforefrefname><inforefinfoname spaces=" ">c</inforefinfoname></inforef> inforef a b c </sectiontitle>
3257 <section spaces=" "><sectiontitle><inforef label="a" manual="c"><inforefnodename>a</inforefnodename><inforefrefname spaces=" ">b</inforefrefname><inforefinfoname spaces=" ">c</inforefinfoname></inforef> inforef a b c </sectiontitle>
32583258
32593259 </section>
3260 <section spaces=" "><sectiontitle>(<pxref spaces=" "><xrefnodename>Top </xrefnodename><xrefinfofile spaces=" ">file name </xrefinfofile></pxref>) pxref Top file name, spaces</sectiontitle>
3260 <section spaces=" "><sectiontitle>(<pxref label="Top" manual="file name" spaces=" "><xrefnodename>Top </xrefnodename><xrefinfofile spaces=" ">file name </xrefinfofile></pxref>) pxref Top file name, spaces</sectiontitle>
32613261
32623262 </section>
3263 <section spaces=" "><sectiontitle>(<pxref><xrefinfofile spaces=" ">file name </xrefinfofile></pxref>) pxref file name only, spaces</sectiontitle>
3263 <section spaces=" "><sectiontitle>(<pxref manual="file name"><xrefinfofile spaces=" ">file name </xrefinfofile></pxref>) pxref file name only, spaces</sectiontitle>
32643264
32653265 </section>
3266 <section spaces=" "><sectiontitle><xref><xrefnodename>Top</xrefnodename><xrefinfofile>filename</xrefinfofile></xref>, xref Top filename only, no spaces</sectiontitle>
3266 <section spaces=" "><sectiontitle><xref label="Top" manual="filename"><xrefnodename>Top</xrefnodename><xrefinfofile>filename</xrefinfofile></xref>, xref Top filename only, no spaces</sectiontitle>
32673267
32683268 </section>
3269 <section spaces=" "><sectiontitle><xref><xrefinfofile>filename</xrefinfofile></xref>. xref filename only, no spaces</sectiontitle>
3269 <section spaces=" "><sectiontitle><xref manual="filename"><xrefinfofile>filename</xrefinfofile></xref>. xref filename only, no spaces</sectiontitle>
32703270
32713271 </section>
32723272 </chapter>
49134913 $result_converted{'xml'}->{'refs_formatting'} = '<node name="chapter" spaces=" "><nodename>chapter</nodename></node>
49144914 <chapter spaces=" "><sectiontitle>chapter</sectiontitle>
49154915
4916 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4917 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4918 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4919 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4920 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4921 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4922 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4923 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4924 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4925 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4926 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4927 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4928 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4929 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
4916 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4917 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4918 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4919 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4920 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4921 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4922 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4923 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4924 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4925 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4926 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4927 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4928 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4929 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
49304930 </para>
4931 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4932 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4933 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4934 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4935 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4936 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4937 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4938 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4939 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4940 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4941 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4942 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4943 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4944 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
4931 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4932 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4933 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4934 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4935 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4936 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4937 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4938 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4939 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4940 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4941 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4942 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4943 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4944 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
49454945 </para>
4946 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
4947 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename></inforef>
4948 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
4949 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
4946 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
4947 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename></inforef>
4948 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
4949 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
49504950 </para></chapter>
49514951 ';
49524952
17811781 <node name="A-SC-_00d1-_00c5-TeX-node-_00ef-_00ef-_1e14-_0142-_1e08-_00a1" spaces=" "><nodename>A <sc>sc <accent type="tilde" bracketed="off">n</accent> &aring; &tex;</sc> node <accent type="uml" bracketed="off">i</accent> <accent type="uml"><dotless>i</dotless></accent> <accent type="grave"><accent type="macr" bracketed="off">E</accent></accent> &lslash; <accent type="cedil"><accent type="acute" bracketed="off">C</accent></accent> &iexcl;</nodename><nodeprev automatic="on">Top</nodeprev><nodeup automatic="on">Top</nodeup></node>
17821782 <chapter spaces=" "><sectiontitle>A <sc>sc</sc> node <accent type="uml" bracketed="off">i</accent> <accent type="uml"><dotless>i</dotless></accent> <accent type="grave"><accent type="macr" bracketed="off">E</accent></accent> &lslash; <accent type="cedil"><accent type="acute" bracketed="off">C</accent></accent> &iexcl;</sectiontitle>
17831783
1784 <para>see <ref><xrefnodename>a <strong>strong</strong> ref with <sc>sc</sc>&comma; a i trema <accent type="uml" bracketed="off">i</accent>&comma; a dotless i trema <accent type="uml"><dotless>i</dotless></accent> <accent type="grave"><accent type="macr" bracketed="off">E</accent></accent> and exclamdown &iexcl;</xrefnodename><xrefinfofile>manual</xrefinfofile></ref>.
1784 <para>see <ref label="a-strong-ref-with-SC_002c-a-i-trema-_00ef_002c-a-dotless-i-trema-_00ef-_1e14-and-exclamdown-_00a1" manual="manual"><xrefnodename>a <strong>strong</strong> ref with <sc>sc</sc>&comma; a i trema <accent type="uml" bracketed="off">i</accent>&comma; a dotless i trema <accent type="uml"><dotless>i</dotless></accent> <accent type="grave"><accent type="macr" bracketed="off">E</accent></accent> and exclamdown &iexcl;</xrefnodename><xrefinfofile>manual</xrefinfofile></ref>.
17851785 </para></chapter>
17861786 ';
17871787
11121112
11131113 <node name="" spaces=" "><nodename></nodename></node>
11141114
1115 <para><ref><xrefnodename><spacecmd type="spc"/><spacecmd type="spc"/></xrefnodename></ref>
1115 <para><ref label="--"><xrefnodename><spacecmd type="spc"/><spacecmd type="spc"/></xrefnodename></ref>
11161116 </para>
1117 <para><ref><xrefnodename><verb delimiter=":"> </verb></xrefnodename></ref>
1117 <para><ref label="-"><xrefnodename><verb delimiter=":"> </verb></xrefnodename></ref>
11181118 </para>
1119 <para><ref><xrefnodename><w> </w></xrefnodename></ref>
1119 <para><ref label="-"><xrefnodename><w> </w></xrefnodename></ref>
11201120 </para>';
11211121
11221122
11991199
12001200 <node name="c-" spaces=" "><nodename>c<w> </w></nodename><nodeprev automatic="on">b<verb delimiter=":"> </verb></nodeprev><nodeup automatic="on">Top</nodeup></node>
12011201
1202 <para><ref><xrefnodename>a<spacecmd type="spc"/><spacecmd type="spc"/></xrefnodename></ref>
1202 <para><ref label="a--"><xrefnodename>a<spacecmd type="spc"/><spacecmd type="spc"/></xrefnodename></ref>
12031203 </para>
1204 <para><ref><xrefnodename>b<verb delimiter=":"> </verb></xrefnodename></ref>
1204 <para><ref label="b-"><xrefnodename>b<verb delimiter=":"> </verb></xrefnodename></ref>
12051205 </para>
1206 <para><ref><xrefnodename>c<w> </w></xrefnodename></ref>
1206 <para><ref label="c-"><xrefnodename>c<w> </w></xrefnodename></ref>
12071207 </para>';
12081208
12091209
18681868 </preamble><anchor name="An-anchor">An anchor</anchor>
18691869
18701870 <para>Ref to the anchor:
1871 <ref><xrefnodename>An anchor</xrefnodename></ref>
1871 <ref label="An-anchor"><xrefnodename>An anchor</xrefnodename></ref>
18721872 </para>
18731873 <para>Ref to the anchor in footnote:
1874 <ref><xrefnodename>Anchor in footnote</xrefnodename></ref>.
1874 <ref label="Anchor-in-footnote"><xrefnodename>Anchor in footnote</xrefnodename></ref>.
18751875 </para>
18761876 <para><footnote><para>In footnote.
18771877 </para>
18781878 <anchor name="Anchor-in-footnote">Anchor in footnote</anchor>
18791879
18801880 <para>Ref to main text anchor
1881 <ref><xrefnodename>An anchor</xrefnodename></ref>
1881 <ref label="An-anchor"><xrefnodename>An anchor</xrefnodename></ref>
18821882 </para></footnote>
18831883 </para>
18841884 <float name="float-anchor" type="" spaces=" " endspaces=" "><floatname spaces=" ">float anchor</floatname>
18861886 </para></float>
18871887
18881888 <para>Ref to float
1889 <ref><xrefnodename>float anchor</xrefnodename></ref>.
1889 <ref label="float-anchor"><xrefnodename>float anchor</xrefnodename></ref>.
18901890 </para>
18911891 <float name="ta" type="Text" spaces=" " endspaces=" "><floattype>Text</floattype><floatname spaces=" ">ta</floatname>
18921892 <para>In float
19121912 <top spaces=" "><sectiontitle>top section</sectiontitle>
19131913
19141914 <para>Ref to anchor
1915 <ref><xrefnodename>An anchor</xrefnodename></ref>
1915 <ref label="An-anchor"><xrefnodename>An anchor</xrefnodename></ref>
19161916 </para>
19171917 <para>Ref to footnote anchor
1918 <ref><xrefnodename>Anchor in footnote</xrefnodename></ref>
1918 <ref label="Anchor-in-footnote"><xrefnodename>Anchor in footnote</xrefnodename></ref>
19191919 </para>
19201920 </top>
19211921 ';
16871687 </preamble><anchor name="An-anchor">An anchor</anchor>
16881688
16891689 <para>Ref to the anchor:
1690 <ref><xrefnodename>An anchor</xrefnodename></ref>
1690 <ref label="An-anchor"><xrefnodename>An anchor</xrefnodename></ref>
16911691 </para>
16921692 <para>Ref to the anchor in footnote:
1693 <ref><xrefnodename>Anchor in footnote</xrefnodename></ref>.
1693 <ref label="Anchor-in-footnote"><xrefnodename>Anchor in footnote</xrefnodename></ref>.
16941694 </para>
16951695 <para><footnote><para>In footnote.
16961696 </para>
16971697 <anchor name="Anchor-in-footnote">Anchor in footnote</anchor>
16981698
16991699 <para>Ref to main text anchor
1700 <ref><xrefnodename>An anchor</xrefnodename></ref>
1700 <ref label="An-anchor"><xrefnodename>An anchor</xrefnodename></ref>
17011701 </para></footnote>
17021702 </para>
17031703 <float name="float-anchor" type="" spaces=" " endspaces=" "><floatname spaces=" ">float anchor</floatname>
17051705 </para></float>
17061706
17071707 <para>Ref to float
1708 <ref><xrefnodename>float anchor</xrefnodename></ref>.
1708 <ref label="float-anchor"><xrefnodename>float anchor</xrefnodename></ref>.
17091709 </para>
17101710 <float name="ta" type="Text" spaces=" " endspaces=" "><floattype>Text</floattype><floatname spaces=" ">ta</floatname>
17111711 <para>In float
17281728 <setfilename file="things_before_setfilename_no_element.info" spaces=" ">things_before_setfilename_no_element.info </setfilename>
17291729
17301730 <para>Ref to anchor
1731 <ref><xrefnodename>An anchor</xrefnodename></ref>
1731 <ref label="An-anchor"><xrefnodename>An anchor</xrefnodename></ref>
17321732 </para>
17331733 <para>Ref to footnote anchor
1734 <ref><xrefnodename>Anchor in footnote</xrefnodename></ref>
1734 <ref label="Anchor-in-footnote"><xrefnodename>Anchor in footnote</xrefnodename></ref>
17351735 </para>
17361736 ';
17371737
48374837
48384838 $result_converted{'xml'}->{'top_in_ref'} = '<node name="Top" spaces=" "><nodename>Top</nodename><nodeup automatic="on">(dir)</nodeup></node>
48394839
4840 <para><code>&arobase;ref&lbrace;Top,cross ref name&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4841 <code>&arobase;ref&lbrace;Top,,title&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4842 <code>&arobase;ref&lbrace;Top,,,file name&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4843 <code>&arobase;ref&lbrace;Top,,,,manual&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4844 <code>&arobase;ref&lbrace;Top,cross ref name,title,&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4845 <code>&arobase;ref&lbrace;Top,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4846 <code>&arobase;ref&lbrace;Top,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4847 <code>&arobase;ref&lbrace;Top,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4848 <code>&arobase;ref&lbrace;Top,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4849 <code>&arobase;ref&lbrace;Top,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4850 <code>&arobase;ref&lbrace;Top,,title,file name&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4851 <code>&arobase;ref&lbrace;Top,,title,,manual&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4852 <code>&arobase;ref&lbrace;Top,,title, file name, manual&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4853 <code>&arobase;ref&lbrace;Top,,,file name,manual&rbrace;</code> <ref><xrefnodename>Top</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
4840 <para><code>&arobase;ref&lbrace;Top,cross ref name&rbrace;</code> <ref label="Top"><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4841 <code>&arobase;ref&lbrace;Top,,title&rbrace;</code> <ref label="Top"><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4842 <code>&arobase;ref&lbrace;Top,,,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>Top</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4843 <code>&arobase;ref&lbrace;Top,,,,manual&rbrace;</code> <ref label="Top"><xrefnodename>Top</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4844 <code>&arobase;ref&lbrace;Top,cross ref name,title,&rbrace;</code> <ref label="Top"><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4845 <code>&arobase;ref&lbrace;Top,cross ref name,,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4846 <code>&arobase;ref&lbrace;Top,cross ref name,,,manual&rbrace;</code> <ref label="Top"><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4847 <code>&arobase;ref&lbrace;Top,cross ref name,title,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4848 <code>&arobase;ref&lbrace;Top,cross ref name,title,,manual&rbrace;</code> <ref label="Top"><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4849 <code>&arobase;ref&lbrace;Top,cross ref name,title, file name, manual&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4850 <code>&arobase;ref&lbrace;Top,,title,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4851 <code>&arobase;ref&lbrace;Top,,title,,manual&rbrace;</code> <ref label="Top"><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4852 <code>&arobase;ref&lbrace;Top,,title, file name, manual&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4853 <code>&arobase;ref&lbrace;Top,,,file name,manual&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>Top</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
48544854 </para>
4855 <para><code>&arobase;ref&lbrace;(pman)Top,cross ref name&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4856 <code>&arobase;ref&lbrace;(pman)Top,,title&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4857 <code>&arobase;ref&lbrace;(pman)Top,,,file name&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4858 <code>&arobase;ref&lbrace;(pman)Top,,,,manual&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4859 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title,&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4860 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4861 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4862 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4863 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4864 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4865 <code>&arobase;ref&lbrace;(pman)Top,,title,file name&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4866 <code>&arobase;ref&lbrace;(pman)Top,,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4867 <code>&arobase;ref&lbrace;(pman)Top,,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4868 <code>&arobase;ref&lbrace;(pman)Top,,,file name,manual&rbrace;</code> <ref><xrefnodename>(pman)Top</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
4855 <para><code>&arobase;ref&lbrace;(pman)Top,cross ref name&rbrace;</code> <ref label="Top" manual="pman"><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
4856 <code>&arobase;ref&lbrace;(pman)Top,,title&rbrace;</code> <ref label="Top" manual="pman"><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
4857 <code>&arobase;ref&lbrace;(pman)Top,,,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>(pman)Top</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
4858 <code>&arobase;ref&lbrace;(pman)Top,,,,manual&rbrace;</code> <ref label="Top" manual="pman"><xrefnodename>(pman)Top</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
4859 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title,&rbrace;</code> <ref label="Top" manual="pman"><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
4860 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
4861 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,,,manual&rbrace;</code> <ref label="Top" manual="pman"><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
4862 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4863 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title,,manual&rbrace;</code> <ref label="Top" manual="pman"><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4864 <code>&arobase;ref&lbrace;(pman)Top,cross ref name,title, file name, manual&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>(pman)Top</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4865 <code>&arobase;ref&lbrace;(pman)Top,,title,file name&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
4866 <code>&arobase;ref&lbrace;(pman)Top,,title,,manual&rbrace;</code> <ref label="Top" manual="pman"><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
4867 <code>&arobase;ref&lbrace;(pman)Top,,title, file name, manual&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>(pman)Top</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
4868 <code>&arobase;ref&lbrace;(pman)Top,,,file name,manual&rbrace;</code> <ref label="Top" manual="file name"><xrefnodename>(pman)Top</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
48694869 </para>
4870 <para><code>&arobase;inforef&lbrace;Top, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>Top</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
4871 <code>&arobase;inforef&lbrace;Top&rbrace;</code> <inforef><inforefnodename>Top</inforefnodename></inforef>
4872 <code>&arobase;inforef&lbrace;Top, cross ref name&rbrace;</code> <inforef><inforefnodename>Top</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
4873 <code>&arobase;inforef&lbrace;Top,,file name&rbrace;</code> <inforef><inforefnodename>Top</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
4870 <para><code>&arobase;inforef&lbrace;Top, cross ref name, file name&rbrace;</code> <inforef label="Top" manual="file name"><inforefnodename>Top</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
4871 <code>&arobase;inforef&lbrace;Top&rbrace;</code> <inforef label="Top"><inforefnodename>Top</inforefnodename></inforef>
4872 <code>&arobase;inforef&lbrace;Top, cross ref name&rbrace;</code> <inforef label="Top"><inforefnodename>Top</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
4873 <code>&arobase;inforef&lbrace;Top,,file name&rbrace;</code> <inforef label="Top" manual="file name"><inforefnodename>Top</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
48744874 </para>';
48754875
48764876
7171 'cmdname' => 'phi',
7272 'extra' => {
7373 'begin' => ':',
74 'brace_command_contents' => [
75 [
76 {
77 'parent' => {
78 'contents' => [
79 {
80 'extra' => {
81 'command' => {
82 'args' => [
83 {}
84 ],
85 'cmdname' => 'item',
86 'extra' => {
87 'misc_content' => [
88 {}
89 ],
90 'spaces_after_command' => {}
91 },
92 'line_nr' => {
93 'file_name' => '',
94 'line_nr' => 4,
95 'macro' => ''
96 },
97 'parent' => {
98 'contents' => [
99 {},
100 {
101 'args' => [
102 {
103 'contents' => [
104 {
105 'extra' => {
106 'command' => {}
107 },
108 'parent' => {},
109 'text' => ' ',
110 'type' => 'empty_spaces_after_command'
111 },
112 {
113 'parent' => {},
114 'text' => 'item x'
115 },
116 {
117 'parent' => {},
118 'text' => '
119 ',
120 'type' => 'spaces_at_end'
121 }
122 ],
123 'parent' => {},
124 'type' => 'misc_line_arg'
125 }
126 ],
127 'cmdname' => 'itemx',
128 'extra' => {
129 'misc_content' => [
130 {}
131 ],
132 'spaces_after_command' => {}
133 },
134 'line_nr' => {
135 'file_name' => '',
136 'line_nr' => 5,
137 'macro' => ''
138 },
139 'parent' => {}
140 }
141 ],
142 'parent' => {
143 'contents' => [
144 {},
145 {
146 'contents' => [
147 {
148 'parent' => {},
149 'text' => '
150 ',
151 'type' => 'empty_line'
152 },
153 {
154 'contents' => [
155 {
156 'parent' => {},
157 'text' => 'table content.
158 '
159 }
160 ],
161 'parent' => {},
162 'type' => 'paragraph'
163 }
164 ],
165 'parent' => {},
166 'type' => 'table_item'
167 }
168 ],
169 'parent' => {},
170 'type' => 'table_entry'
171 },
172 'type' => 'table_term'
173 }
174 }
175 },
176 'parent' => {},
177 'text' => ' ',
178 'type' => 'empty_spaces_after_command'
179 },
180 {},
181 {
182 'parent' => {},
183 'text' => '
184 ',
185 'type' => 'spaces_at_end'
186 }
187 ],
188 'parent' => {},
189 'type' => 'misc_line_arg'
190 },
191 'text' => 'item'
192 }
193 ],
194 [
195 {}
196 ]
197 ],
19874 'end' => ':'
19975 },
20076 'parent' => {},
21389 ],
21490 'cmdname' => 'table',
21591 'contents' => [
216 {},
92 {
93 'contents' => [
94 {
95 'contents' => [
96 {
97 'args' => [
98 {
99 'contents' => [
100 {
101 'extra' => {
102 'command' => {}
103 },
104 'parent' => {},
105 'text' => ' ',
106 'type' => 'empty_spaces_after_command'
107 },
108 {
109 'parent' => {},
110 'text' => 'item'
111 },
112 {
113 'parent' => {},
114 'text' => '
115 ',
116 'type' => 'spaces_at_end'
117 }
118 ],
119 'parent' => {},
120 'type' => 'misc_line_arg'
121 }
122 ],
123 'cmdname' => 'item',
124 'extra' => {
125 'misc_content' => [
126 {}
127 ],
128 'spaces_after_command' => {}
129 },
130 'line_nr' => {
131 'file_name' => '',
132 'line_nr' => 4,
133 'macro' => ''
134 },
135 'parent' => {}
136 },
137 {
138 'args' => [
139 {
140 'contents' => [
141 {
142 'extra' => {
143 'command' => {}
144 },
145 'parent' => {},
146 'text' => ' ',
147 'type' => 'empty_spaces_after_command'
148 },
149 {
150 'parent' => {},
151 'text' => 'item x'
152 },
153 {
154 'parent' => {},
155 'text' => '
156 ',
157 'type' => 'spaces_at_end'
158 }
159 ],
160 'parent' => {},
161 'type' => 'misc_line_arg'
162 }
163 ],
164 'cmdname' => 'itemx',
165 'extra' => {
166 'misc_content' => [
167 {}
168 ],
169 'spaces_after_command' => {}
170 },
171 'line_nr' => {
172 'file_name' => '',
173 'line_nr' => 5,
174 'macro' => ''
175 },
176 'parent' => {}
177 }
178 ],
179 'parent' => {},
180 'type' => 'table_term'
181 },
182 {
183 'contents' => [
184 {
185 'parent' => {},
186 'text' => '
187 ',
188 'type' => 'empty_line'
189 },
190 {
191 'contents' => [
192 {
193 'parent' => {},
194 'text' => 'table content.
195 '
196 }
197 ],
198 'parent' => {},
199 'type' => 'paragraph'
200 }
201 ],
202 'parent' => {},
203 'type' => 'table_item'
204 }
205 ],
206 'parent' => {},
207 'type' => 'table_entry'
208 },
217209 {
218210 'args' => [
219211 {
286278 $result_trees{'definfoenclose_on_table_line'}{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'};
287279 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2];
288280 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0];
289 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'args'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'};
290 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'extra'}{'misc_content'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0];
291 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'extra'}{'spaces_after_command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0];
292 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'};
293 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1];
294 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0];
295 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0];
296 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0];
297 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1];
298 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'extra'}{'misc_content'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'contents'}[1];
299 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'extra'}{'spaces_after_command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'contents'}[0];
300 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'};
301 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'};
302 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[1];
303 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[1]{'contents'}[1];
304 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[1]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[1];
305 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'};
306 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'}{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2];
307 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'};
308 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[1] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0];
309 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[2]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'};
310 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'};
311 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[1][0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'contents'}[1]{'args'}[0]{'contents'}[1];
312281 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0];
313282 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0];
314283 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2];
315 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0]{'parent'}{'contents'}[0]{'extra'}{'command'}{'parent'}{'parent'};
284 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0];
285 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0];
286 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0];
287 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0];
288 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0];
289 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'extra'}{'misc_content'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[1];
290 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'extra'}{'spaces_after_command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
291 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0];
292 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1];
293 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
294 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
295 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
296 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1];
297 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'extra'}{'misc_content'}[0] = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[1];
298 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'extra'}{'spaces_after_command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0];
299 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0];
300 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0];
301 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[1];
302 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[1]{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[1]{'contents'}[1];
303 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[1]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[1];
304 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0];
305 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2];
316306 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[1];
317307 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[1]{'args'}[0];
318308 $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'definfoenclose_on_table_line'}{'contents'}[2]{'contents'}[1]{'args'}[0];
112112 'docbook' => 'dbk',
113113 );
114114
115 my %xml_converter_defaults
116 = Texinfo::Convert::XML::converter_defaults(undef, undef);
117 my $XML_DTD_VERSION = $xml_converter_defaults{'TEXINFO_DTD_VERSION'};
118
115119 my %outfile_preamble = (
116120 'docbook' => ['<?xml version="1.0"?>
117121 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
120124 ]>
121125 '. "<book lang=\"en\">\n", "</book>\n"],
122126 'xml' => ['<?xml version="1.0"?>
123 <!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" "http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd">
124 <texinfo xml:lang="en">
127 '."<!DOCTYPE texinfo PUBLIC \"-//GNU//DTD TexinfoML V${XML_DTD_VERSION}//EN\" \"http://www.gnu.org/software/texinfo/dtd/${XML_DTD_VERSION}/texinfo.dtd\">
128 ".'<texinfo xml:lang="en">
125129 ', "</texinfo>\n"],
126130 'html_text' => ['<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
127131 <html>
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
6060 build_triplet = @build@
6161 host_triplet = @host@
6262 subdir = tp/tests
63 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
64 $(top_srcdir)/build-aux/test-driver
63 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
64 $(top_srcdir)/build-aux/test-driver README
6565 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6666 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
6767 $(top_srcdir)/gnulib/m4/alloca.m4 \
161161 CONFIG_HEADER = $(top_builddir)/config.h
162162 CONFIG_CLEAN_FILES =
163163 CONFIG_CLEAN_VPATH_FILES =
164 AM_V_P = $(am__v_P_@AM_V@)
165 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
166 am__v_P_0 = false
167 am__v_P_1 = :
168 AM_V_GEN = $(am__v_GEN_@AM_V@)
169 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
170 am__v_GEN_0 = @echo " GEN " $@;
171 am__v_GEN_1 =
172 AM_V_at = $(am__v_at_@AM_V@)
173 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
174 am__v_at_0 = @
175 am__v_at_1 =
164176 SOURCES =
165177 DIST_SOURCES =
166 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
167 html-recursive info-recursive install-data-recursive \
168 install-dvi-recursive install-exec-recursive \
169 install-html-recursive install-info-recursive \
170 install-pdf-recursive install-ps-recursive install-recursive \
171 installcheck-recursive installdirs-recursive pdf-recursive \
172 ps-recursive uninstall-recursive
178 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
179 ctags-recursive dvi-recursive html-recursive info-recursive \
180 install-data-recursive install-dvi-recursive \
181 install-exec-recursive install-html-recursive \
182 install-info-recursive install-pdf-recursive \
183 install-ps-recursive install-recursive installcheck-recursive \
184 installdirs-recursive pdf-recursive ps-recursive \
185 tags-recursive uninstall-recursive
173186 am__can_run_installinfo = \
174187 case $$AM_UPDATE_INFO_DIR in \
175188 n|no|NO) false;; \
177190 esac
178191 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
179192 distclean-recursive maintainer-clean-recursive
180 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
181 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
193 am__recursive_targets = \
194 $(RECURSIVE_TARGETS) \
195 $(RECURSIVE_CLEAN_TARGETS) \
196 $(am__extra_recursive_targets)
197 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
182198 check recheck distdir
199 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200 # Read a list of newline-separated strings from the standard input,
201 # and print each of them once, without duplicates. Input order is
202 # *not* preserved.
203 am__uniquify_input = $(AWK) '\
204 BEGIN { nonempty = 0; } \
205 { items[$$0] = 1; nonempty = 1; } \
206 END { if (nonempty) { for (i in items) print i; }; } \
207 '
208 # Make sure the list of sources is unique. This is necessary because,
209 # e.g., the same source file might be shared among _SOURCES variables
210 # for different programs/libraries.
211 am__define_uniq_tagged_files = \
212 list='$(am__tagged_files)'; \
213 unique=`for i in $$list; do \
214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215 done | $(am__uniquify_input)`
183216 ETAGS = etags
184217 CTAGS = ctags
185218 am__tty_colors_dummy = \
186219 mgn= red= grn= lgn= blu= brg= std=; \
187220 am__color_tests=no
188 am__tty_colors = $(am__tty_colors_dummy)
221 am__tty_colors = { \
222 $(am__tty_colors_dummy); \
223 if test "X$(AM_COLOR_TESTS)" = Xno; then \
224 am__color_tests=no; \
225 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
226 am__color_tests=yes; \
227 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
228 am__color_tests=yes; \
229 fi; \
230 if test $$am__color_tests = yes; then \
231 red=''; \
232 grn=''; \
233 lgn=''; \
234 blu=''; \
235 mgn=''; \
236 brg=''; \
237 std=''; \
238 fi; \
239 }
189240 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
190241 am__vpath_adj = case $$p in \
191242 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
398449 ALLOCA = @ALLOCA@
399450 ALLOCA_H = @ALLOCA_H@
400451 AMTAR = @AMTAR@
452 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
401453 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
402454 AR = @AR@
403455 ARFLAGS = @ARFLAGS@
808860 HAVE__BOOL = @HAVE__BOOL@
809861 HAVE__EXIT = @HAVE__EXIT@
810862 HELP2MAN = @HELP2MAN@
811 HEVEA = @HEVEA@
812863 INCLUDE_NEXT = @INCLUDE_NEXT@
813864 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
814865 INSTALL = @INSTALL@
888939 POSUB = @POSUB@
889940 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
890941 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
891 PROVE = @PROVE@
892942 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
893943 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
894944 RANLIB = @RANLIB@
9991049 STRIP = @STRIP@
10001050 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
10011051 TERMLIBS = @TERMLIBS@
1002 TEX = @TEX@
10031052 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
10041053 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
10051054 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
11311180 # (1) if the variable is set in 'config.status', edit 'config.status'
11321181 # (which will cause the Makefiles to be regenerated when you run 'make');
11331182 # (2) otherwise, pass the desired values on the 'make' command line.
1134 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
1183 $(am__recursive_targets):
11351184 @fail= failcom='exit 1'; \
11361185 for f in x $$MAKEFLAGS; do \
11371186 case $$f in \
11591208 if test "$$dot_seen" = "no"; then \
11601209 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
11611210 fi; test -z "$$fail"
1162 tags-recursive:
1163 list='$(SUBDIRS)'; for subdir in $$list; do \
1164 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1165 done
1166 ctags-recursive:
1167 list='$(SUBDIRS)'; for subdir in $$list; do \
1168 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1169 done
1170 cscopelist-recursive:
1171 list='$(SUBDIRS)'; for subdir in $$list; do \
1172 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
1173 done
1174
1175 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1176 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1177 unique=`for i in $$list; do \
1178 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1179 done | \
1180 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1181 END { if (nonempty) { for (i in files) print i; }; }'`; \
1182 mkid -fID $$unique
1183 tags: TAGS
1184
1185 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1186 $(TAGS_FILES) $(LISP)
1211
1212 ID: $(am__tagged_files)
1213 $(am__define_uniq_tagged_files); mkid -fID $$unique
1214 tags: tags-recursive
1215 TAGS: tags
1216
1217 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
11871218 set x; \
11881219 here=`pwd`; \
11891220 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
11991230 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
12001231 fi; \
12011232 done; \
1202 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1203 unique=`for i in $$list; do \
1204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1205 done | \
1206 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1207 END { if (nonempty) { for (i in files) print i; }; }'`; \
1233 $(am__define_uniq_tagged_files); \
12081234 shift; \
12091235 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
12101236 test -n "$$unique" || unique=$$empty_fix; \
12161242 $$unique; \
12171243 fi; \
12181244 fi
1219 ctags: CTAGS
1220 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1221 $(TAGS_FILES) $(LISP)
1222 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1223 unique=`for i in $$list; do \
1224 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1225 done | \
1226 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1227 END { if (nonempty) { for (i in files) print i; }; }'`; \
1245 ctags: ctags-recursive
1246
1247 CTAGS: ctags
1248 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1249 $(am__define_uniq_tagged_files); \
12281250 test -z "$(CTAGS_ARGS)$$unique" \
12291251 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
12301252 $$unique
12331255 here=`$(am__cd) $(top_builddir) && pwd` \
12341256 && $(am__cd) $(top_srcdir) \
12351257 && gtags -i $(GTAGS_ARGS) "$$here"
1236
1237 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1238 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1258 cscopelist: cscopelist-recursive
1259
1260 cscopelist-am: $(am__tagged_files)
1261 list='$(am__tagged_files)'; \
12391262 case "$(srcdir)" in \
12401263 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
12411264 *) sdir=$(subdir)/$(srcdir) ;; \
15881611
15891612 uninstall-am:
15901613
1591 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
1592 cscopelist-recursive ctags-recursive install-am install-strip \
1593 tags-recursive
1594
1595 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1596 all all-am all-local check check-TESTS check-am clean \
1597 clean-generic cscopelist cscopelist-recursive ctags \
1598 ctags-recursive distclean distclean-generic distclean-tags \
1614 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1615
1616 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1617 check check-TESTS check-am clean clean-generic cscopelist-am \
1618 ctags ctags-am distclean distclean-generic distclean-tags \
15991619 distdir dvi dvi-am html html-am info info-am install \
16001620 install-am install-data install-data-am install-dvi \
16011621 install-dvi-am install-exec install-exec-am install-html \
16041624 install-strip installcheck installcheck-am installdirs \
16051625 installdirs-am maintainer-clean maintainer-clean-generic \
16061626 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am recheck \
1607 tags tags-recursive uninstall uninstall-am
1627 tags tags-am uninstall uninstall-am
16081628
16091629
16101630 copy-tests: copy-base copy-long
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/contents
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
879890 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
880891 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
881892 $(am__aclocal_m4_deps):
882 tags: TAGS
883 TAGS:
884
885 ctags: CTAGS
886 CTAGS:
893 tags TAGS:
894
895 ctags CTAGS:
887896
888897 cscope cscopelist:
889898
10241033
10251034 .MAKE: install-am install-strip
10261035
1027 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1028 distclean distclean-generic distclean-local distdir dvi dvi-am \
1029 html html-am info info-am install install-am install-data \
1030 install-data-am install-dvi install-dvi-am install-exec \
1031 install-exec-am install-html install-html-am install-info \
1032 install-info-am install-man install-pdf install-pdf-am \
1033 install-ps install-ps-am install-strip installcheck \
1034 installcheck-am installdirs maintainer-clean \
1035 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1036 pdf-am ps ps-am uninstall uninstall-am
1036 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1037 ctags-am dist-hook distclean distclean-generic distclean-local \
1038 distdir dvi dvi-am html html-am info info-am install \
1039 install-am install-data install-data-am install-dvi \
1040 install-dvi-am install-exec install-exec-am install-html \
1041 install-html-am install-info install-info-am install-man \
1042 install-pdf install-pdf-am install-ps install-ps-am \
1043 install-strip installcheck installcheck-am installdirs \
1044 maintainer-clean maintainer-clean-generic mostlyclean \
1045 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1046 uninstall-am
10371047
10381048
10391049 distclean-local:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/coverage
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
876887 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
877888 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
878889 $(am__aclocal_m4_deps):
879 tags: TAGS
880 TAGS:
881
882 ctags: CTAGS
883 CTAGS:
890 tags TAGS:
891
892 ctags CTAGS:
884893
885894 cscope cscopelist:
886895
10211030
10221031 .MAKE: install-am install-strip
10231032
1024 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1025 distclean distclean-generic distclean-local distdir dvi dvi-am \
1026 html html-am info info-am install install-am install-data \
1027 install-data-am install-dvi install-dvi-am install-exec \
1028 install-exec-am install-html install-html-am install-info \
1029 install-info-am install-man install-pdf install-pdf-am \
1030 install-ps install-ps-am install-strip installcheck \
1031 installcheck-am installdirs maintainer-clean \
1032 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1033 pdf-am ps ps-am uninstall uninstall-am
1033 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1034 ctags-am dist-hook distclean distclean-generic distclean-local \
1035 distdir dvi dvi-am html html-am info info-am install \
1036 install-am install-data install-data-am install-dvi \
1037 install-dvi-am install-exec install-exec-am install-html \
1038 install-html-am install-info install-info-am install-man \
1039 install-pdf install-pdf-am install-ps install-ps-am \
1040 install-strip installcheck installcheck-am installdirs \
1041 maintainer-clean maintainer-clean-generic mostlyclean \
1042 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1043 uninstall-am
10341044
10351045
10361046 distclean-local:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/formatting
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
884895 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
885896 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
886897 $(am__aclocal_m4_deps):
887 tags: TAGS
888 TAGS:
889
890 ctags: CTAGS
891 CTAGS:
898 tags TAGS:
899
900 ctags CTAGS:
892901
893902 cscope cscopelist:
894903
10291038
10301039 .MAKE: install-am install-strip
10311040
1032 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1033 distclean distclean-generic distclean-local distdir dvi dvi-am \
1034 html html-am info info-am install install-am install-data \
1035 install-data-am install-dvi install-dvi-am install-exec \
1036 install-exec-am install-html install-html-am install-info \
1037 install-info-am install-man install-pdf install-pdf-am \
1038 install-ps install-ps-am install-strip installcheck \
1039 installcheck-am installdirs maintainer-clean \
1040 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1041 pdf-am ps ps-am uninstall uninstall-am
1041 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1042 ctags-am dist-hook distclean distclean-generic distclean-local \
1043 distdir dvi dvi-am html html-am info info-am install \
1044 install-am install-data install-data-am install-dvi \
1045 install-dvi-am install-exec install-exec-am install-html \
1046 install-html-am install-info install-info-am install-man \
1047 install-pdf install-pdf-am install-ps install-ps-am \
1048 install-strip installcheck installcheck-am installdirs \
1049 maintainer-clean maintainer-clean-generic mostlyclean \
1050 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1051 uninstall-am
10421052
10431053
10441054 distclean-local:
00 <?xml version="1.0"?>
1 <!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" "http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd">
1 <!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.0//EN" "http://www.gnu.org/software/texinfo/dtd/5.0/texinfo.dtd">
22 <texinfo xml:lang="en">
33 <filename file="cond.xml"></filename>
44 <preamble>\input texinfo
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/htmlxref
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
875886 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
876887 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
877888 $(am__aclocal_m4_deps):
878 tags: TAGS
879 TAGS:
880
881 ctags: CTAGS
882 CTAGS:
889 tags TAGS:
890
891 ctags CTAGS:
883892
884893 cscope cscopelist:
885894
10201029
10211030 .MAKE: install-am install-strip
10221031
1023 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1024 distclean distclean-generic distclean-local distdir dvi dvi-am \
1025 html html-am info info-am install install-am install-data \
1026 install-data-am install-dvi install-dvi-am install-exec \
1027 install-exec-am install-html install-html-am install-info \
1028 install-info-am install-man install-pdf install-pdf-am \
1029 install-ps install-ps-am install-strip installcheck \
1030 installcheck-am installdirs maintainer-clean \
1031 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1032 pdf-am ps ps-am uninstall uninstall-am
1032 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1033 ctags-am dist-hook distclean distclean-generic distclean-local \
1034 distdir dvi dvi-am html html-am info info-am install \
1035 install-am install-data install-data-am install-dvi \
1036 install-dvi-am install-exec install-exec-am install-html \
1037 install-html-am install-info install-info-am install-man \
1038 install-pdf install-pdf-am install-ps install-ps-am \
1039 install-strip installcheck installcheck-am installdirs \
1040 maintainer-clean maintainer-clean-generic mostlyclean \
1041 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1042 uninstall-am
10331043
10341044
10351045 distclean-local:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/htmlxref-only_mono
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
875886 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
876887 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
877888 $(am__aclocal_m4_deps):
878 tags: TAGS
879 TAGS:
880
881 ctags: CTAGS
882 CTAGS:
889 tags TAGS:
890
891 ctags CTAGS:
883892
884893 cscope cscopelist:
885894
10201029
10211030 .MAKE: install-am install-strip
10221031
1023 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1024 distclean distclean-generic distclean-local distdir dvi dvi-am \
1025 html html-am info info-am install install-am install-data \
1026 install-data-am install-dvi install-dvi-am install-exec \
1027 install-exec-am install-html install-html-am install-info \
1028 install-info-am install-man install-pdf install-pdf-am \
1029 install-ps install-ps-am install-strip installcheck \
1030 installcheck-am installdirs maintainer-clean \
1031 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1032 pdf-am ps ps-am uninstall uninstall-am
1032 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1033 ctags-am dist-hook distclean distclean-generic distclean-local \
1034 distdir dvi dvi-am html html-am info info-am install \
1035 install-am install-data install-data-am install-dvi \
1036 install-dvi-am install-exec install-exec-am install-html \
1037 install-html-am install-info install-info-am install-man \
1038 install-pdf install-pdf-am install-ps install-ps-am \
1039 install-strip installcheck installcheck-am installdirs \
1040 maintainer-clean maintainer-clean-generic mostlyclean \
1041 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1042 uninstall-am
10331043
10341044
10351045 distclean-local:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/htmlxref-only_split
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
875886 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
876887 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
877888 $(am__aclocal_m4_deps):
878 tags: TAGS
879 TAGS:
880
881 ctags: CTAGS
882 CTAGS:
889 tags TAGS:
890
891 ctags CTAGS:
883892
884893 cscope cscopelist:
885894
10201029
10211030 .MAKE: install-am install-strip
10221031
1023 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1024 distclean distclean-generic distclean-local distdir dvi dvi-am \
1025 html html-am info info-am install install-am install-data \
1026 install-data-am install-dvi install-dvi-am install-exec \
1027 install-exec-am install-html install-html-am install-info \
1028 install-info-am install-man install-pdf install-pdf-am \
1029 install-ps install-ps-am install-strip installcheck \
1030 installcheck-am installdirs maintainer-clean \
1031 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1032 pdf-am ps ps-am uninstall uninstall-am
1032 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1033 ctags-am dist-hook distclean distclean-generic distclean-local \
1034 distdir dvi dvi-am html html-am info info-am install \
1035 install-am install-data install-data-am install-dvi \
1036 install-dvi-am install-exec install-exec-am install-html \
1037 install-html-am install-info install-info-am install-man \
1038 install-pdf install-pdf-am install-ps install-ps-am \
1039 install-strip installcheck installcheck-am installdirs \
1040 maintainer-clean maintainer-clean-generic mostlyclean \
1041 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1042 uninstall-am
10331043
10341044
10351045 distclean-local:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/indices
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
885896 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
886897 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
887898 $(am__aclocal_m4_deps):
888 tags: TAGS
889 TAGS:
890
891 ctags: CTAGS
892 CTAGS:
899 tags TAGS:
900
901 ctags CTAGS:
893902
894903 cscope cscopelist:
895904
10301039
10311040 .MAKE: install-am install-strip
10321041
1033 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1034 distclean distclean-generic distclean-local distdir dvi dvi-am \
1035 html html-am info info-am install install-am install-data \
1036 install-data-am install-dvi install-dvi-am install-exec \
1037 install-exec-am install-html install-html-am install-info \
1038 install-info-am install-man install-pdf install-pdf-am \
1039 install-ps install-ps-am install-strip installcheck \
1040 installcheck-am installdirs maintainer-clean \
1041 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1042 pdf-am ps ps-am uninstall uninstall-am
1042 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1043 ctags-am dist-hook distclean distclean-generic distclean-local \
1044 distdir dvi dvi-am html html-am info info-am install \
1045 install-am install-data install-data-am install-dvi \
1046 install-dvi-am install-exec install-exec-am install-html \
1047 install-html-am install-info install-info-am install-man \
1048 install-pdf install-pdf-am install-ps install-ps-am \
1049 install-strip installcheck installcheck-am installdirs \
1050 maintainer-clean maintainer-clean-generic mostlyclean \
1051 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1052 uninstall-am
10431053
10441054
10451055 distclean-local:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/layout
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
876887 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
877888 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
878889 $(am__aclocal_m4_deps):
879 tags: TAGS
880 TAGS:
881
882 ctags: CTAGS
883 CTAGS:
890 tags TAGS:
891
892 ctags CTAGS:
884893
885894 cscope cscopelist:
886895
10211030
10221031 .MAKE: install-am install-strip
10231032
1024 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1025 distclean distclean-generic distclean-local distdir dvi dvi-am \
1026 html html-am info info-am install install-am install-data \
1027 install-data-am install-dvi install-dvi-am install-exec \
1028 install-exec-am install-html install-html-am install-info \
1029 install-info-am install-man install-pdf install-pdf-am \
1030 install-ps install-ps-am install-strip installcheck \
1031 installcheck-am installdirs maintainer-clean \
1032 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1033 pdf-am ps ps-am uninstall uninstall-am
1033 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1034 ctags-am dist-hook distclean distclean-generic distclean-local \
1035 distdir dvi dvi-am html html-am info info-am install \
1036 install-am install-data install-data-am install-dvi \
1037 install-dvi-am install-exec install-exec-am install-html \
1038 install-html-am install-info install-info-am install-man \
1039 install-pdf install-pdf-am install-ps install-ps-am \
1040 install-strip installcheck installcheck-am installdirs \
1041 maintainer-clean maintainer-clean-generic mostlyclean \
1042 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1043 uninstall-am
10341044
10351045
10361046 distclean-local:
00 <?xml version="1.0"?>
1 <!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" "http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd">
1 <!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.0//EN" "http://www.gnu.org/software/texinfo/dtd/5.0/texinfo.dtd">
22 <texinfo xml:lang="en">
33 <filename file="formatting.xml"></filename>
44 <preamble>\input texinfo @c -*-texinfo-*-
11981198 <definitionitem><para>d&textndash;eftypemethod
11991199 </para></definitionitem></deftypemethod>
12001200
1201 <para><code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r&textmdash;ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t&textmdash;itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma&textmdash;nual&arobase;</xrefprintedname></xref>.
1202 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1203 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
1204 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1205 </para>
1206 <para><code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename></ref>
1207 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref><xrefnodename>chapter</xrefnodename></xref>.
1208 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename></pxref>
1209 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
1201 <para><code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref label="c_002d_002d_002dhapter_0040" manual="file n---ame@"><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r&textmdash;ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t&textmdash;itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma&textmdash;nual&arobase;</xrefprintedname></xref>.
1202 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1203 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
1204 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1205 </para>
1206 <para><code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename></ref>
1207 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref label="chapter"><xrefnodename>chapter</xrefnodename></xref>.
1208 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref label="chapter"><xrefnodename>chapter</xrefnodename></pxref>
1209 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref label="s_002d_002dect_002cion"><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
12101210 </para>
12111211 <para><code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
12121212 ref, a comma&arobase;comma&lbrace;&rbrace; in title, a comma&arobase;comma&lbrace;&rbrace; in file, a &arobase;comma&lbrace;&rbrace; in manual name &rbrace;</code>
1213 <ref><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
1213 <ref label="s_002d_002dect_002cion" manual="a comma, in file"><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
12141214 ref</xrefinfoname><xrefprinteddesc spaces=" ">a comma&comma; in title</xrefprinteddesc><xrefinfofile spaces=" ">a comma&comma; in file</xrefinfofile><xrefprintedname spaces=" ">a &comma; in manual name </xrefprintedname></ref>
12151215 </para>
1216 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1217 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1218 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1219 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1220 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1221 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1222 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1223 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1224 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1225 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1226 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1227 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1228 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1229 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1230 </para>
1231
1232 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1233 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1234 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1235 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1236 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1237 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1238 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1239 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1240 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1241 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1242 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1243 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1244 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1245 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1246 </para>
1247
1248 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1249 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename></inforef>
1250 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1251 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1252 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1253 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef><inforefnodename>node</inforefnodename></inforef>
1254 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1255 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1256 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
1216 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1217 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1218 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1219 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1220 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1221 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1222 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1223 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1224 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1225 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1226 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1227 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1228 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1229 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1230 </para>
1231
1232 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1233 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1234 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1235 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1236 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1237 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1238 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1239 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1240 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1241 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1242 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1243 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1244 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1245 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1246 </para>
1247
1248 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1249 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename></inforef>
1250 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1251 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1252 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1253 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename></inforef>
1254 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1255 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1256 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef label="chapter" manual="file name, spurious arg"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
12571257 </para>
12581258 <para><code>&arobase;inforef&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
12591259 ref, a comma&arobase;comma&lbrace;&rbrace; in file&rbrace;</code>
1260 <inforef><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
1260 <inforef label="s_002d_002dect_002cion" manual="a comma, in file"><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
12611261 ref</inforefrefname><inforefinfoname spaces=" ">a comma&comma; in file</inforefinfoname></inforef>
12621262 </para>
12631263
17991799 <definitionitem><para>d&textndash;eftypemethod
18001800 </para></definitionitem></deftypemethod>
18011801
1802 <para><code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r&textmdash;ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t&textmdash;itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma&textmdash;nual&arobase;</xrefprintedname></xref>.
1803 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1804 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
1805 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1806 </para>
1807 <para><code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename></ref>
1808 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref><xrefnodename>chapter</xrefnodename></xref>.
1809 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename></pxref>
1810 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
1802 <para><code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref label="c_002d_002d_002dhapter_0040" manual="file n---ame@"><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r&textmdash;ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t&textmdash;itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma&textmdash;nual&arobase;</xrefprintedname></xref>.
1803 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1804 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
1805 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1806 </para>
1807 <para><code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename></ref>
1808 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref label="chapter"><xrefnodename>chapter</xrefnodename></xref>.
1809 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref label="chapter"><xrefnodename>chapter</xrefnodename></pxref>
1810 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref label="s_002d_002dect_002cion"><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
18111811 </para>
18121812 <para><code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
18131813 ref, a comma&arobase;comma&lbrace;&rbrace; in title, a comma&arobase;comma&lbrace;&rbrace; in file, a &arobase;comma&lbrace;&rbrace; in manual name &rbrace;</code>
1814 <ref><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
1814 <ref label="s_002d_002dect_002cion" manual="a comma, in file"><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
18151815 ref</xrefinfoname><xrefprinteddesc spaces=" ">a comma&comma; in title</xrefprinteddesc><xrefinfofile spaces=" ">a comma&comma; in file</xrefinfofile><xrefprintedname spaces=" ">a &comma; in manual name </xrefprintedname></ref>
18161816 </para>
1817 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1818 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1819 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1820 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1821 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1822 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1823 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1824 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1825 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1826 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1827 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1828 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1829 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1830 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1831 </para>
1832
1833 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1834 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1835 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1836 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1837 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1838 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1839 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1840 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1841 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1842 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1843 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1844 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1845 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1846 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1847 </para>
1848
1849 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1850 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename></inforef>
1851 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1852 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1853 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1854 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef><inforefnodename>node</inforefnodename></inforef>
1855 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1856 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1857 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
1817 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1818 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1819 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1820 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1821 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1822 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1823 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1824 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1825 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1826 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1827 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1828 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1829 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1830 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1831 </para>
1832
1833 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
1834 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
1835 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
1836 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
1837 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
1838 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
1839 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
1840 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1841 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1842 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1843 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
1844 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
1845 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
1846 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
1847 </para>
1848
1849 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1850 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename></inforef>
1851 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1852 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1853 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
1854 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename></inforef>
1855 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
1856 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
1857 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef label="chapter" manual="file name, spurious arg"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
18581858 </para>
18591859 <para><code>&arobase;inforef&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
18601860 ref, a comma&arobase;comma&lbrace;&rbrace; in file&rbrace;</code>
1861 <inforef><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
1861 <inforef label="s_002d_002dect_002cion" manual="a comma, in file"><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
18621862 ref</inforefrefname><inforefinfoname spaces=" ">a comma&comma; in file</inforefinfoname></inforef>
18631863 </para>
18641864
24002400 <definitionitem><para>d&textndash;eftypemethod
24012401 </para></definitionitem></deftypemethod>
24022402
2403 <para><code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r&textmdash;ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t&textmdash;itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma&textmdash;nual&arobase;</xrefprintedname></xref>.
2404 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2405 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
2406 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
2407 </para>
2408 <para><code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename></ref>
2409 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref><xrefnodename>chapter</xrefnodename></xref>.
2410 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename></pxref>
2411 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
2403 <para><code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref label="c_002d_002d_002dhapter_0040" manual="file n---ame@"><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r&textmdash;ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t&textmdash;itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma&textmdash;nual&arobase;</xrefprintedname></xref>.
2404 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2405 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
2406 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
2407 </para>
2408 <para><code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename></ref>
2409 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref label="chapter"><xrefnodename>chapter</xrefnodename></xref>.
2410 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref label="chapter"><xrefnodename>chapter</xrefnodename></pxref>
2411 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref label="s_002d_002dect_002cion"><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
24122412 </para>
24132413 <para><code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
24142414 ref, a comma&arobase;comma&lbrace;&rbrace; in title, a comma&arobase;comma&lbrace;&rbrace; in file, a &arobase;comma&lbrace;&rbrace; in manual name &rbrace;</code>
2415 <ref><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
2415 <ref label="s_002d_002dect_002cion" manual="a comma, in file"><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
24162416 ref</xrefinfoname><xrefprinteddesc spaces=" ">a comma&comma; in title</xrefprinteddesc><xrefinfofile spaces=" ">a comma&comma; in file</xrefinfofile><xrefprintedname spaces=" ">a &comma; in manual name </xrefprintedname></ref>
24172417 </para>
2418 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
2419 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
2420 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
2421 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
2422 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
2423 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
2424 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
2425 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2426 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2427 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2428 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2429 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2430 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2431 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
2432 </para>
2433
2434 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
2435 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
2436 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
2437 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
2438 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
2439 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
2440 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
2441 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2442 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2443 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2444 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2445 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2446 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2447 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
2448 </para>
2449
2450 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
2451 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename></inforef>
2452 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
2453 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
2454 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
2455 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef><inforefnodename>node</inforefnodename></inforef>
2456 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
2457 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
2458 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
2418 <para><code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
2419 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
2420 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
2421 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
2422 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
2423 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
2424 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
2425 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2426 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2427 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2428 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2429 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2430 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2431 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
2432 </para>
2433
2434 <para><code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
2435 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
2436 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
2437 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
2438 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
2439 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
2440 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
2441 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2442 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2443 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2444 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
2445 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
2446 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
2447 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
2448 </para>
2449
2450 <para><code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
2451 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename></inforef>
2452 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
2453 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
2454 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
2455 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename></inforef>
2456 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
2457 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
2458 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef label="chapter" manual="file name, spurious arg"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
24592459 </para>
24602460 <para><code>&arobase;inforef&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
24612461 ref, a comma&arobase;comma&lbrace;&rbrace; in file&rbrace;</code>
2462 <inforef><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
2462 <inforef label="s_002d_002dect_002cion" manual="a comma, in file"><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
24632463 ref</inforefrefname><inforefinfoname spaces=" ">a comma&comma; in file</inforefinfoname></inforef>
24642464 </para>
24652465
29952995 <definitionitem><pre xml:space="preserve">d--eftypemethod
29962996 </pre></definitionitem></deftypemethod>
29972997 <pre xml:space="preserve">
2998 <code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r---ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t---itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma---nual&arobase;</xrefprintedname></xref>.
2999 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3000 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
3001 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
3002
3003 <code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename></ref>
3004 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref><xrefnodename>chapter</xrefnodename></xref>.
3005 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref><xrefnodename>chapter</xrefnodename></pxref>
3006 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
2998 <code>&arobase;xref&lbrace;c---hapter&arobase;&arobase;, cross r---ef name&arobase;&arobase;, t---itle&arobase;&arobase;, file n---ame&arobase;&arobase;, ma---nual&arobase;&arobase;&rbrace;</code> <xref label="c_002d_002d_002dhapter_0040" manual="file n---ame@"><xrefnodename>c---hapter&arobase;</xrefnodename><xrefinfoname spaces=" ">cross r---ef name&arobase;</xrefinfoname><xrefprinteddesc spaces=" ">t---itle&arobase;</xrefprinteddesc><xrefinfofile spaces=" ">file n---ame&arobase;</xrefinfofile><xrefprintedname spaces=" ">ma---nual&arobase;</xrefprintedname></xref>.
2999 <code>&arobase;ref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3000 <code>&arobase;pxref&lbrace;chapter, cross ref name, title, file name, manual&rbrace;</code> <pxref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname spaces=" ">cross ref name</xrefinfoname><xrefprinteddesc spaces=" ">title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></pxref>
3001 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
3002
3003 <code>&arobase;ref&lbrace;chapter&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename></ref>
3004 <code>&arobase;xref&lbrace;chapter&rbrace;</code> <xref label="chapter"><xrefnodename>chapter</xrefnodename></xref>.
3005 <code>&arobase;pxref&lbrace;chapter&rbrace;</code> <pxref label="chapter"><xrefnodename>chapter</xrefnodename></pxref>
3006 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion&rbrace;</code> <ref label="s_002d_002dect_002cion"><xrefnodename>s--ect&comma;ion</xrefnodename></ref>
30073007
30083008 <code>&arobase;ref&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
30093009 ref, a comma&arobase;comma&lbrace;&rbrace; in title, a comma&arobase;comma&lbrace;&rbrace; in file, a &arobase;comma&lbrace;&rbrace; in manual name &rbrace;</code>
3010 <ref><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
3010 <ref label="s_002d_002dect_002cion" manual="a comma, in file"><xrefnodename>s--ect&comma;ion</xrefnodename><xrefinfoname spaces=" ">a &comma; in cross
30113011 ref</xrefinfoname><xrefprinteddesc spaces=" ">a comma&comma; in title</xrefprinteddesc><xrefinfofile spaces=" ">a comma&comma; in file</xrefinfofile><xrefprintedname spaces=" ">a &comma; in manual name </xrefprintedname></ref>
30123012
3013 <code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
3014 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
3015 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
3016 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
3017 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
3018 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
3019 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
3020 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3021 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3022 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3023 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3024 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3025 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3026 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
3027
3028
3029 <code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
3030 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
3031 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
3032 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
3033 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
3034 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
3035 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
3036 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3037 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3038 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3039 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3040 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3041 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3042 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
3043
3044
3045 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
3046 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename></inforef>
3047 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
3048 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
3049 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
3050 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef><inforefnodename>node</inforefnodename></inforef>
3051 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
3052 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
3053 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
3013 <code>&arobase;ref&lbrace;chapter,cross ref name&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
3014 <code>&arobase;ref&lbrace;chapter,,title&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
3015 <code>&arobase;ref&lbrace;chapter,,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
3016 <code>&arobase;ref&lbrace;chapter,,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
3017 <code>&arobase;ref&lbrace;chapter,cross ref name,title,&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
3018 <code>&arobase;ref&lbrace;chapter,cross ref name,,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
3019 <code>&arobase;ref&lbrace;chapter,cross ref name,,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
3020 <code>&arobase;ref&lbrace;chapter,cross ref name,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3021 <code>&arobase;ref&lbrace;chapter,cross ref name,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3022 <code>&arobase;ref&lbrace;chapter,cross ref name,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3023 <code>&arobase;ref&lbrace;chapter,,title,file name&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3024 <code>&arobase;ref&lbrace;chapter,,title,,manual&rbrace;</code> <ref label="chapter"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3025 <code>&arobase;ref&lbrace;chapter,,title, file name, manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3026 <code>&arobase;ref&lbrace;chapter,,,file name,manual&rbrace;</code> <ref label="chapter" manual="file name"><xrefnodename>chapter</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
3027
3028
3029 <code>&arobase;ref&lbrace;(pman)anode,cross ref name&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname></ref>
3030 <code>&arobase;ref&lbrace;(pman)anode,,title&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc></ref>
3031 <code>&arobase;ref&lbrace;(pman)anode,,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile></ref>
3032 <code>&arobase;ref&lbrace;(pman)anode,,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprintedname>manual</xrefprintedname></ref>
3033 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc></ref>
3034 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefinfofile>file name</xrefinfofile></ref>
3035 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprintedname>manual</xrefprintedname></ref>
3036 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3037 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3038 <code>&arobase;ref&lbrace;(pman)anode,cross ref name,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfoname>cross ref name</xrefinfoname><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3039 <code>&arobase;ref&lbrace;(pman)anode,,title,file name&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile>file name</xrefinfofile></ref>
3040 <code>&arobase;ref&lbrace;(pman)anode,,title,,manual&rbrace;</code> <ref label="anode" manual="pman"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefprintedname>manual</xrefprintedname></ref>
3041 <code>&arobase;ref&lbrace;(pman)anode,,title, file name, manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefprinteddesc>title</xrefprinteddesc><xrefinfofile spaces=" ">file name</xrefinfofile><xrefprintedname spaces=" ">manual</xrefprintedname></ref>
3042 <code>&arobase;ref&lbrace;(pman)anode,,,file name,manual&rbrace;</code> <ref label="anode" manual="file name"><xrefnodename>(pman)anode</xrefnodename><xrefinfofile>file name</xrefinfofile><xrefprintedname>manual</xrefprintedname></ref>
3043
3044
3045 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
3046 <code>&arobase;inforef&lbrace;chapter&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename></inforef>
3047 <code>&arobase;inforef&lbrace;chapter, cross ref name&rbrace;</code> <inforef label="chapter"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
3048 <code>&arobase;inforef&lbrace;chapter,,file name&rbrace;</code> <inforef label="chapter" manual="file name"><inforefnodename>chapter</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
3049 <code>&arobase;inforef&lbrace;node, cross ref name, file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name</inforefinfoname></inforef>
3050 <code>&arobase;inforef&lbrace;node&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename></inforef>
3051 <code>&arobase;inforef&lbrace;node, cross ref name&rbrace;</code> <inforef label="node"><inforefnodename>node</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname></inforef>
3052 <code>&arobase;inforef&lbrace;node,,file name&rbrace;</code> <inforef label="node" manual="file name"><inforefnodename>node</inforefnodename><inforefinfoname>file name</inforefinfoname></inforef>
3053 <code>&arobase;inforef&lbrace;chapter, cross ref name, file name, spurious arg&rbrace;</code> <inforef label="chapter" manual="file name, spurious arg"><inforefnodename>chapter</inforefnodename><inforefrefname spaces=" ">cross ref name</inforefrefname><inforefinfoname spaces=" ">file name, spurious arg</inforefinfoname></inforef>
30543054
30553055 <code>&arobase;inforef&lbrace;s--ect&arobase;comma&lbrace;&rbrace;ion, a &arobase;comma&lbrace;&rbrace; in cross
30563056 ref, a comma&arobase;comma&lbrace;&rbrace; in file&rbrace;</code>
3057 <inforef><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
3057 <inforef label="s_002d_002dect_002cion" manual="a comma, in file"><inforefnodename>s--ect&comma;ion</inforefnodename><inforefrefname spaces=" ">a &comma; in cross
30583058 ref</inforefrefname><inforefinfoname spaces=" ">a comma&comma; in file</inforefinfoname></inforef>
30593059
30603060
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/many_input_files
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
5252 $(top_srcdir)/build-aux/test-driver
5353 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5454 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
149149 CONFIG_HEADER = $(top_builddir)/config.h
150150 CONFIG_CLEAN_FILES =
151151 CONFIG_CLEAN_VPATH_FILES =
152 AM_V_P = $(am__v_P_@AM_V@)
153 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154 am__v_P_0 = false
155 am__v_P_1 = :
156 AM_V_GEN = $(am__v_GEN_@AM_V@)
157 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158 am__v_GEN_0 = @echo " GEN " $@;
159 am__v_GEN_1 =
160 AM_V_at = $(am__v_at_@AM_V@)
161 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162 am__v_at_0 = @
163 am__v_at_1 =
152164 SOURCES =
153165 DIST_SOURCES =
154166 am__can_run_installinfo = \
156168 n|no|NO) false;; \
157169 *) (install-info --version) >/dev/null 2>&1;; \
158170 esac
171 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
159172 am__tty_colors_dummy = \
160173 mgn= red= grn= lgn= blu= brg= std=; \
161174 am__color_tests=no
162 am__tty_colors = $(am__tty_colors_dummy)
175 am__tty_colors = { \
176 $(am__tty_colors_dummy); \
177 if test "X$(AM_COLOR_TESTS)" = Xno; then \
178 am__color_tests=no; \
179 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
180 am__color_tests=yes; \
181 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
182 am__color_tests=yes; \
183 fi; \
184 if test $$am__color_tests = yes; then \
185 red=''; \
186 grn=''; \
187 lgn=''; \
188 blu=''; \
189 mgn=''; \
190 brg=''; \
191 std=''; \
192 fi; \
193 }
163194 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
164195 am__vpath_adj = case $$p in \
165196 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
348379 ALLOCA = @ALLOCA@
349380 ALLOCA_H = @ALLOCA_H@
350381 AMTAR = @AMTAR@
382 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
351383 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
352384 AR = @AR@
353385 ARFLAGS = @ARFLAGS@
758790 HAVE__BOOL = @HAVE__BOOL@
759791 HAVE__EXIT = @HAVE__EXIT@
760792 HELP2MAN = @HELP2MAN@
761 HEVEA = @HEVEA@
762793 INCLUDE_NEXT = @INCLUDE_NEXT@
763794 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
764795 INSTALL = @INSTALL@
838869 POSUB = @POSUB@
839870 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
840871 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
841 PROVE = @PROVE@
842872 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
843873 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
844874 RANLIB = @RANLIB@
949979 STRIP = @STRIP@
950980 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
951981 TERMLIBS = @TERMLIBS@
952 TEX = @TEX@
953982 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
954983 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
955984 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
10661095 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
10671096 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
10681097 $(am__aclocal_m4_deps):
1069 tags: TAGS
1070 TAGS:
1071
1072 ctags: CTAGS
1073 CTAGS:
1098 tags TAGS:
1099
1100 ctags CTAGS:
10741101
10751102 cscope cscopelist:
10761103
13931420 .MAKE: check-am install-am install-strip
13941421
13951422 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
1396 dist-hook distclean distclean-generic distclean-local distdir \
1397 dvi dvi-am html html-am info info-am install install-am \
1398 install-data install-data-am install-dvi install-dvi-am \
1399 install-exec install-exec-am install-html install-html-am \
1400 install-info install-info-am install-man install-pdf \
1401 install-pdf-am install-ps install-ps-am install-strip \
1402 installcheck installcheck-am installdirs maintainer-clean \
1403 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1404 pdf-am ps ps-am recheck uninstall uninstall-am
1423 cscopelist-am ctags-am dist-hook distclean distclean-generic \
1424 distclean-local distdir dvi dvi-am html html-am info info-am \
1425 install install-am install-data install-data-am install-dvi \
1426 install-dvi-am install-exec install-exec-am install-html \
1427 install-html-am install-info install-info-am install-man \
1428 install-pdf install-pdf-am install-ps install-ps-am \
1429 install-strip installcheck installcheck-am installdirs \
1430 maintainer-clean maintainer-clean-generic mostlyclean \
1431 mostlyclean-generic pdf pdf-am ps ps-am recheck tags-am \
1432 uninstall uninstall-am
14051433
14061434
14071435 long-checks: all
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/nested_formats
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
875886 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
876887 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
877888 $(am__aclocal_m4_deps):
878 tags: TAGS
879 TAGS:
880
881 ctags: CTAGS
882 CTAGS:
889 tags TAGS:
890
891 ctags CTAGS:
883892
884893 cscope cscopelist:
885894
10201029
10211030 .MAKE: install-am install-strip
10221031
1023 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1024 distclean distclean-generic distclean-local distdir dvi dvi-am \
1025 html html-am info info-am install install-am install-data \
1026 install-data-am install-dvi install-dvi-am install-exec \
1027 install-exec-am install-html install-html-am install-info \
1028 install-info-am install-man install-pdf install-pdf-am \
1029 install-ps install-ps-am install-strip installcheck \
1030 installcheck-am installdirs maintainer-clean \
1031 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1032 pdf-am ps ps-am uninstall uninstall-am
1032 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1033 ctags-am dist-hook distclean distclean-generic distclean-local \
1034 distdir dvi dvi-am html html-am info info-am install \
1035 install-am install-data install-data-am install-dvi \
1036 install-dvi-am install-exec install-exec-am install-html \
1037 install-html-am install-info install-info-am install-man \
1038 install-pdf install-pdf-am install-ps install-ps-am \
1039 install-strip installcheck installcheck-am installdirs \
1040 maintainer-clean maintainer-clean-generic mostlyclean \
1041 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1042 uninstall-am
10331043
10341044
10351045 distclean-local:
99 #echo "SRCDIR $srcdir srcdir_test $srcdir_test"
1010
1111 LANG=C; export LANG
12 LC_ALL=C; export LC_ALL
1213
1314 prepended_command=
1415 #prepended_command=time
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/sectioning
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
892903 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
893904 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
894905 $(am__aclocal_m4_deps):
895 tags: TAGS
896 TAGS:
897
898 ctags: CTAGS
899 CTAGS:
906 tags TAGS:
907
908 ctags CTAGS:
900909
901910 cscope cscopelist:
902911
10371046
10381047 .MAKE: install-am install-strip
10391048
1040 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1041 distclean distclean-generic distclean-local distdir dvi dvi-am \
1042 html html-am info info-am install install-am install-data \
1043 install-data-am install-dvi install-dvi-am install-exec \
1044 install-exec-am install-html install-html-am install-info \
1045 install-info-am install-man install-pdf install-pdf-am \
1046 install-ps install-ps-am install-strip installcheck \
1047 installcheck-am installdirs maintainer-clean \
1048 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1049 pdf-am ps ps-am uninstall uninstall-am
1049 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1050 ctags-am dist-hook distclean distclean-generic distclean-local \
1051 distdir dvi dvi-am html html-am info info-am install \
1052 install-am install-data install-data-am install-dvi \
1053 install-dvi-am install-exec install-exec-am install-html \
1054 install-html-am install-info install-info-am install-man \
1055 install-pdf install-pdf-am install-ps install-ps-am \
1056 install-strip installcheck installcheck-am installdirs \
1057 maintainer-clean maintainer-clean-generic mostlyclean \
1058 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1059 uninstall-am
10501060
10511061
10521062 distclean-local:
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4848 build_triplet = @build@
4949 host_triplet = @host@
5050 subdir = tp/tests/tex_html
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
5252 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5353 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
5454 $(top_srcdir)/gnulib/m4/alloca.m4 \
148148 CONFIG_HEADER = $(top_builddir)/config.h
149149 CONFIG_CLEAN_FILES =
150150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
151163 SOURCES =
152164 DIST_SOURCES =
153165 am__can_run_installinfo = \
155167 n|no|NO) false;; \
156168 *) (install-info --version) >/dev/null 2>&1;; \
157169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159172 pkglibexecdir = @pkglibexecdir@
160173 ACLOCAL = @ACLOCAL@
161174 ALLOCA = @ALLOCA@
162175 ALLOCA_H = @ALLOCA_H@
163176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164178 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
165179 AR = @AR@
166180 ARFLAGS = @ARFLAGS@
571585 HAVE__BOOL = @HAVE__BOOL@
572586 HAVE__EXIT = @HAVE__EXIT@
573587 HELP2MAN = @HELP2MAN@
574 HEVEA = @HEVEA@
575588 INCLUDE_NEXT = @INCLUDE_NEXT@
576589 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
577590 INSTALL = @INSTALL@
651664 POSUB = @POSUB@
652665 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
653666 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
654 PROVE = @PROVE@
655667 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
656668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
657669 RANLIB = @RANLIB@
762774 STRIP = @STRIP@
763775 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
764776 TERMLIBS = @TERMLIBS@
765 TEX = @TEX@
766777 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
767778 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
768779 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
880891 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
881892 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
882893 $(am__aclocal_m4_deps):
883 tags: TAGS
884 TAGS:
885
886 ctags: CTAGS
887 CTAGS:
894 tags TAGS:
895
896 ctags CTAGS:
888897
889898 cscope cscopelist:
890899
10251034
10261035 .MAKE: install-am install-strip
10271036
1028 .PHONY: all all-am check check-am clean clean-generic dist-hook \
1029 distclean distclean-generic distclean-local distdir dvi dvi-am \
1030 html html-am info info-am install install-am install-data \
1031 install-data-am install-dvi install-dvi-am install-exec \
1032 install-exec-am install-html install-html-am install-info \
1033 install-info-am install-man install-pdf install-pdf-am \
1034 install-ps install-ps-am install-strip installcheck \
1035 installcheck-am installdirs maintainer-clean \
1036 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1037 pdf-am ps ps-am uninstall uninstall-am
1037 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
1038 ctags-am dist-hook distclean distclean-generic distclean-local \
1039 distdir dvi dvi-am html html-am info info-am install \
1040 install-am install-data install-data-am install-dvi \
1041 install-dvi-am install-exec install-exec-am install-html \
1042 install-html-am install-info install-info-am install-man \
1043 install-pdf install-pdf-am install-ps install-ps-am \
1044 install-strip installcheck installcheck-am installdirs \
1045 maintainer-clean maintainer-clean-generic mostlyclean \
1046 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
1047 uninstall-am
10381048
10391049
10401050 distclean-local:
11
22 # texi2any: Texinfo converter.
33 #
4 # Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
4 # Copyright 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
55 #
66 # This program is free software; you can redistribute it and/or modify
77 # it under the terms of the GNU General Public License as published by
165165 if ((defined($ENV{"LC_ALL"}) and $ENV{"LC_ALL"} =~ /^(C|POSIX)$/)
166166 or (defined($ENV{"LANG"}) and $ENV{"LANG"} =~ /^(C|POSIX)$/)) {
167167 delete $ENV{"LANGUAGE"} if defined($ENV{"LANGUAGE"});
168 # FIXME set the other variable if only one is set?
168169 }
169170
170171
734735 printf __("Copyright (C) %s Free Software Foundation, Inc.
735736 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
736737 This is free software: you are free to change and redistribute it.
737 There is NO WARRANTY, to the extent permitted by law.\n"), '2012';
738 There is NO WARRANTY, to the extent permitted by law.\n"), "2013";
738739 exit 0;},
739740 'macro-expand|E=s' => sub { set_from_cmdline('MACRO_EXPAND', $_[1]); },
740741 'ifhtml!' => sub { set_expansion('html', $_[1]); },
0 # $Id: Makefile.am,v 1.51 2012/12/14 19:49:18 karl Exp $
0 # $Id: Makefile.am,v 1.57 2013/01/02 02:47:35 karl Exp $
11 # Makefile.am for texinfo/util.
22 # Run automake in .. to produce Makefile.in from this.
33 #
4 # Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
4 # Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
55 # Free Software Foundation, Inc.
66 #
77 # This file is free software; as a special exception the author gives
1414
1515 bin_PROGRAMS = texindex
1616 bin_SCRIPTS = texi2dvi texi2pdf pdftexi2dvi
17 if TGT_IS_WINDOWS
18 bin_SCRIPTS += makeinfo.bat pod2texi.bat texi2any.bat
17 nodist_noinst_SCRIPTS = txixml2texi
18
19 w32_bat = makeinfo.bat pod2texi.bat texi2any.bat
20 if HOST_IS_WINDOWS
21 bin_SCRIPTS += $(w32_bat)
1922 endif
20 nodist_noinst_SCRIPTS = txixml2texi
2123
2224 # for auctex.
2325 pdftexi2dvi: texi2pdf
4143 -DLOCALEDIR=\"$(localedir)\"
4244 LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL)
4345
44 dist_pkgdata_DATA = htmlxref.cnf texinfo.dtd texinfo.xsl texinfo.cat
46 dist_pkgdata_DATA = htmlxref.cnf texinfo.dtd #texinfo.cat
4547
46 # we don't actually use version.texi in the rule, but it's one way of
47 # noticing when the version changes.
48 texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
49 sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
48 # This fails distcheck:
49 #texinfo.cat: texinfo-cat.in Makefile
50 # sed 's/__VERSION__/$(TEXINFO_DTD_VERSION)/g' $(srcdir)/texinfo-cat.in >$@
51 # used to be:
52 #texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
53 # sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
54 # Let's try just getting rid of it; not aware of its being used.
5055
5156 # Most of these are for fun. The only official/installed ones are the
5257 # *texi2* scripts.
5358 #
54 EXTRA_DIST = README deref.c detexinfo dir-example fix-info-dir fixfonts \
55 fixref.gawk gdoc gen-dir-node gendocs.sh gendocs_template infosrch \
56 install-info-html outline.gawk pdftexi2dvi \
57 prepinfo.awk tex3patch texi-docstring-magic.el texi2dvi texi2pdf txitextest \
59 EXTRA_DIST = README detexinfo dir-example \
60 gendocs.sh gendocs_template \
61 pdftexi2dvi \
62 texi2dvi texi2pdf \
5863 $(dist_pkgdata_DATA) texinfo-cat.in texi-elements-by-size \
59 texi2html txixml2texi.pl
64 texi2html txixml2texi.pl $(w32_bat) \
65 tests
6066
6167 DISTCLEANFILES = txixml2texi
62
63 # We must not stress people's TeX installations.
64 # In Automake 1.11, we'll have a switchable maintainer mode.
65 # Until then, just comment these out.
66 ## if MAINTAINER_MODE
67 ## TESTS = \
68 ## bibtex.test \
69 ## dvipdf.test \
70 ## latex2html.test \
71 ## local.test \
72 ## texi2dvi.test
73 ##
74 ## EXTRA_DIST += $(TESTS)
75 ##
76 ## # Each test case depends on defs.
77 ## check_SCRIPTS = defs
78 ## distclean-local:
79 ## -rm -rf testSubDir
80 ## endif
81
0 # Makefile.in generated by automake 1.12.6 from Makefile.am.
0 # Makefile.in generated by automake 1.13 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
1313
1414 @SET_MAKE@
1515
16 # $Id: Makefile.am,v 1.51 2012/12/14 19:49:18 karl Exp $
16 # $Id: Makefile.am,v 1.57 2013/01/02 02:47:35 karl Exp $
1717 # Makefile.am for texinfo/util.
1818 # Run automake in .. to produce Makefile.in from this.
1919 #
20 # Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
20 # Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
2121 # Free Software Foundation, Inc.
2222 #
2323 # This file is free software; as a special exception the author gives
6666 build_triplet = @build@
6767 host_triplet = @host@
6868 bin_PROGRAMS = texindex$(EXEEXT)
69 @TGT_IS_WINDOWS_TRUE@am__append_1 = makeinfo.bat pod2texi.bat texi2any.bat
69 @HOST_IS_WINDOWS_TRUE@am__append_1 = $(w32_bat)
7070 subdir = util
71 DIST_COMMON = README $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \
72 $(srcdir)/Makefile.in $(srcdir)/defs.in \
73 $(top_srcdir)/build-aux/depcomp
71 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
72 $(top_srcdir)/build-aux/depcomp $(dist_pkgdata_DATA) README
7473 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7574 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
7675 $(top_srcdir)/gnulib/m4/alloca.m4 \
168167 $(ACLOCAL_M4)
169168 mkinstalldirs = $(install_sh) -d
170169 CONFIG_HEADER = $(top_builddir)/config.h
171 CONFIG_CLEAN_FILES = defs
170 CONFIG_CLEAN_FILES =
172171 CONFIG_CLEAN_VPATH_FILES =
173172 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
174173 "$(DESTDIR)$(pkgdatadir)"
207206 $(am__cd) "$$dir" && rm -f $$files; }; \
208207 }
209208 SCRIPTS = $(bin_SCRIPTS) $(nodist_noinst_SCRIPTS)
209 AM_V_P = $(am__v_P_@AM_V@)
210 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
211 am__v_P_0 = false
212 am__v_P_1 = :
213 AM_V_GEN = $(am__v_GEN_@AM_V@)
214 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
215 am__v_GEN_0 = @echo " GEN " $@;
216 am__v_GEN_1 =
217 AM_V_at = $(am__v_at_@AM_V@)
218 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
219 am__v_at_0 = @
220 am__v_at_1 =
210221 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
211222 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
212223 am__depfiles_maybe = depfiles
213224 am__mv = mv -f
214225 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
215226 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
227 AM_V_CC = $(am__v_CC_@AM_V@)
228 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
229 am__v_CC_0 = @echo " CC " $@;
230 am__v_CC_1 =
216231 CCLD = $(CC)
217232 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
233 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
234 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
235 am__v_CCLD_0 = @echo " CCLD " $@;
236 am__v_CCLD_1 =
218237 SOURCES = texindex.c
219238 DIST_SOURCES = texindex.c
220239 am__can_run_installinfo = \
223242 *) (install-info --version) >/dev/null 2>&1;; \
224243 esac
225244 DATA = $(dist_pkgdata_DATA)
245 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
246 # Read a list of newline-separated strings from the standard input,
247 # and print each of them once, without duplicates. Input order is
248 # *not* preserved.
249 am__uniquify_input = $(AWK) '\
250 BEGIN { nonempty = 0; } \
251 { items[$$0] = 1; nonempty = 1; } \
252 END { if (nonempty) { for (i in items) print i; }; } \
253 '
254 # Make sure the list of sources is unique. This is necessary because,
255 # e.g., the same source file might be shared among _SOURCES variables
256 # for different programs/libraries.
257 am__define_uniq_tagged_files = \
258 list='$(am__tagged_files)'; \
259 unique=`for i in $$list; do \
260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261 done | $(am__uniquify_input)`
226262 ETAGS = etags
227263 CTAGS = ctags
228264 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231267 ALLOCA = @ALLOCA@
232268 ALLOCA_H = @ALLOCA_H@
233269 AMTAR = @AMTAR@
270 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234271 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
235272 AR = @AR@
236273 ARFLAGS = @ARFLAGS@
641678 HAVE__BOOL = @HAVE__BOOL@
642679 HAVE__EXIT = @HAVE__EXIT@
643680 HELP2MAN = @HELP2MAN@
644 HEVEA = @HEVEA@
645681 INCLUDE_NEXT = @INCLUDE_NEXT@
646682 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
647683 INSTALL = @INSTALL@
721757 POSUB = @POSUB@
722758 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
723759 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
724 PROVE = @PROVE@
725760 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
726761 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
727762 RANLIB = @RANLIB@
832867 STRIP = @STRIP@
833868 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
834869 TERMLIBS = @TERMLIBS@
835 TEX = @TEX@
836870 TEXINFO_DTD_VERSION = @TEXINFO_DTD_VERSION@
837871 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
838872 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
910944 top_srcdir = @top_srcdir@
911945 bin_SCRIPTS = texi2dvi texi2pdf pdftexi2dvi $(am__append_1)
912946 nodist_noinst_SCRIPTS = txixml2texi
947 w32_bat = makeinfo.bat pod2texi.bat texi2any.bat
913948 AM_CPPFLAGS = \
914949 -I$(top_srcdir) \
915950 -I$(top_srcdir)/gnulib/lib \
917952 -DLOCALEDIR=\"$(localedir)\"
918953
919954 LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL)
920 dist_pkgdata_DATA = htmlxref.cnf texinfo.dtd texinfo.xsl texinfo.cat
955 dist_pkgdata_DATA = htmlxref.cnf texinfo.dtd #texinfo.cat
956
957 # This fails distcheck:
958 #texinfo.cat: texinfo-cat.in Makefile
959 # sed 's/__VERSION__/$(TEXINFO_DTD_VERSION)/g' $(srcdir)/texinfo-cat.in >$@
960 # used to be:
961 #texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
962 # sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
963 # Let's try just getting rid of it; not aware of its being used.
921964
922965 # Most of these are for fun. The only official/installed ones are the
923966 # *texi2* scripts.
924967 #
925 EXTRA_DIST = README deref.c detexinfo dir-example fix-info-dir fixfonts \
926 fixref.gawk gdoc gen-dir-node gendocs.sh gendocs_template infosrch \
927 install-info-html outline.gawk pdftexi2dvi \
928 prepinfo.awk tex3patch texi-docstring-magic.el texi2dvi texi2pdf txitextest \
968 EXTRA_DIST = README detexinfo dir-example \
969 gendocs.sh gendocs_template \
970 pdftexi2dvi \
971 texi2dvi texi2pdf \
929972 $(dist_pkgdata_DATA) texinfo-cat.in texi-elements-by-size \
930 texi2html txixml2texi.pl
973 texi2html txixml2texi.pl $(w32_bat) \
974 tests
931975
932976 DISTCLEANFILES = txixml2texi
933977 all: all-am
9641008 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
9651009 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
9661010 $(am__aclocal_m4_deps):
967 defs: $(top_builddir)/config.status $(srcdir)/defs.in
968 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
9691011 install-binPROGRAMS: $(bin_PROGRAMS)
9701012 @$(NORMAL_INSTALL)
9711013 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
9751017 fi; \
9761018 for p in $$list; do echo "$$p $$p"; done | \
9771019 sed 's/$(EXEEXT)$$//' | \
978 while read p p1; do if test -f $$p; \
979 then echo "$$p"; echo "$$p"; else :; fi; \
1020 while read p p1; do if test -f $$p \
1021 ; then echo "$$p"; echo "$$p"; else :; fi; \
9801022 done | \
981 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1023 sed -e 'p;s,.*/,,;n;h' \
1024 -e 's|.*|.|' \
9821025 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
9831026 sed 'N;N;N;s,\n, ,g' | \
9841027 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
9991042 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
10001043 files=`for p in $$list; do echo "$$p"; done | \
10011044 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1002 -e 's/$$/$(EXEEXT)/' `; \
1045 -e 's/$$/$(EXEEXT)/' \
1046 `; \
10031047 test -n "$$list" || exit 0; \
10041048 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
10051049 cd "$(DESTDIR)$(bindir)" && rm -f $$files
10081052 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
10091053 texindex$(EXEEXT): $(texindex_OBJECTS) $(texindex_DEPENDENCIES) $(EXTRA_texindex_DEPENDENCIES)
10101054 @rm -f texindex$(EXEEXT)
1011 $(LINK) $(texindex_OBJECTS) $(texindex_LDADD) $(LIBS)
1055 $(AM_V_CCLD)$(LINK) $(texindex_OBJECTS) $(texindex_LDADD) $(LIBS)
10121056 install-binSCRIPTS: $(bin_SCRIPTS)
10131057 @$(NORMAL_INSTALL)
10141058 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
10541098 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texindex.Po@am__quote@
10551099
10561100 .c.o:
1057 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1058 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1059 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1101 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1102 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1103 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
10601104 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1061 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1105 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
10621106
10631107 .c.obj:
1064 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1065 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1108 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1109 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1110 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
10671111 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1068 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1112 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
10691113 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
10701114 @$(NORMAL_INSTALL)
10711115 @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
10881132 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
10891133 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
10901134
1091 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1092 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1093 unique=`for i in $$list; do \
1094 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1095 done | \
1096 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1097 END { if (nonempty) { for (i in files) print i; }; }'`; \
1098 mkid -fID $$unique
1099 tags: TAGS
1100
1101 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1102 $(TAGS_FILES) $(LISP)
1135 ID: $(am__tagged_files)
1136 $(am__define_uniq_tagged_files); mkid -fID $$unique
1137 tags: tags-am
1138 TAGS: tags
1139
1140 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
11031141 set x; \
11041142 here=`pwd`; \
1105 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1106 unique=`for i in $$list; do \
1107 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1108 done | \
1109 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1110 END { if (nonempty) { for (i in files) print i; }; }'`; \
1143 $(am__define_uniq_tagged_files); \
11111144 shift; \
11121145 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
11131146 test -n "$$unique" || unique=$$empty_fix; \
11191152 $$unique; \
11201153 fi; \
11211154 fi
1122 ctags: CTAGS
1123 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1124 $(TAGS_FILES) $(LISP)
1125 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1126 unique=`for i in $$list; do \
1127 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1128 done | \
1129 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1130 END { if (nonempty) { for (i in files) print i; }; }'`; \
1155 ctags: ctags-am
1156
1157 CTAGS: ctags
1158 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1159 $(am__define_uniq_tagged_files); \
11311160 test -z "$(CTAGS_ARGS)$$unique" \
11321161 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
11331162 $$unique
11361165 here=`$(am__cd) $(top_builddir) && pwd` \
11371166 && $(am__cd) $(top_srcdir) \
11381167 && gtags -i $(GTAGS_ARGS) "$$here"
1139
1140 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
1141 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1168 cscopelist: cscopelist-am
1169
1170 cscopelist-am: $(am__tagged_files)
1171 list='$(am__tagged_files)'; \
11421172 case "$(srcdir)" in \
11431173 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
11441174 *) sdir=$(subdir)/$(srcdir) ;; \
12941324
12951325 .MAKE: install-am install-strip
12961326
1297 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
1298 clean-generic cscopelist ctags distclean distclean-compile \
1299 distclean-generic distclean-tags distdir dvi dvi-am html \
1300 html-am info info-am install install-am install-binPROGRAMS \
1301 install-binSCRIPTS install-data install-data-am \
1302 install-dist_pkgdataDATA install-dvi install-dvi-am \
1303 install-exec install-exec-am install-html install-html-am \
1304 install-info install-info-am install-man install-pdf \
1305 install-pdf-am install-ps install-ps-am install-strip \
1306 installcheck installcheck-am installdirs maintainer-clean \
1307 maintainer-clean-generic mostlyclean mostlyclean-compile \
1308 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
1309 uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
1310 uninstall-dist_pkgdataDATA
1327 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1328 clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
1329 distclean distclean-compile distclean-generic distclean-tags \
1330 distdir dvi dvi-am html html-am info info-am install \
1331 install-am install-binPROGRAMS install-binSCRIPTS install-data \
1332 install-data-am install-dist_pkgdataDATA install-dvi \
1333 install-dvi-am install-exec install-exec-am install-html \
1334 install-html-am install-info install-info-am install-man \
1335 install-pdf install-pdf-am install-ps install-ps-am \
1336 install-strip installcheck installcheck-am installdirs \
1337 maintainer-clean maintainer-clean-generic mostlyclean \
1338 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1339 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1340 uninstall-binSCRIPTS uninstall-dist_pkgdataDATA
13111341
13121342
13131343 # for auctex.
13241354 $(srcdir)/txixml2texi.pl >$@
13251355 chmod a+x $@
13261356
1327 # we don't actually use version.texi in the rule, but it's one way of
1328 # noticing when the version changes.
1329 texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
1330 sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
1331
1332 # We must not stress people's TeX installations.
1333 # In Automake 1.11, we'll have a switchable maintainer mode.
1334 # Until then, just comment these out.
1335
13361357 # Tell versions [3.59,3.63) of GNU make to not export all variables.
13371358 # Otherwise a system limit (for SysV at least) may be exceeded.
13381359 .NOEXPORT:
0 $Id: README,v 1.7 2011/10/16 23:14:09 karl Exp $
0 $Id: README,v 1.11 2013/01/02 01:35:15 karl Exp $
11 texinfo/util/README
22
3 Copyright 2002, 2008, 2011 Free Software Foundation, Inc.
3 Copyright 2002, 2008, 2011, 2012, 2013 Free Software Foundation, Inc.
44
55 Copying and distribution of this file, with or without modification,
66 are permitted in any medium without royalty provided the copyright
77 notice and this notice are preserved.
88
9 texindex, texi2dvi, texi2pdf, pdftexi2dvi, and the XML stuff get installed.
10 The other items here are for your amusement and/or hacking pleasure.
9 All the files here are maintained as part of the Texinfo distribution
10 (in contrast to the contrib/ directory).
1111
12 For more information about using the gendocs script and templates, see
13 the GNU Maintainers Information:
12 These scripts actually get installed:
13 texindex texi2dvi texi2pdf pdftexi2dvi
14 (along with *.bat on Windows)
15 Also the XML stuff: texinfo.dtd texinfo.cat.
16
17 These are examples of wrapping makeinfo invocation to achieve their
18 various jobs:
19 detexinfo texi2html texi-elements-by-size
20 txicmdlist txicustomvars txixml2texi
21
22 The srclist.txt file specifies common source files to keep in sync; see
23 the srclist-update script in gnulib.
24
25 Finally, the gendocs script and templates (which are not installed) are
26 about creating all the usual output formats to be put on web pages.
27 For more, see the GNU Maintainers Information:
1428 http://www.gnu.org/prep/maintain/html_node/Invoking-gendocs_002esh.html
+0
-364
util/defs.in less more
0 # -*- shell-script -*-
1 # @configure_input@
2 #
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 #
6 # (This file was originally part of GNU Automake.)
7 #
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or (at
11 # your option) any later version.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 # Defines for Automake testing environment.
22 # Tom Tromey <tromey@cygnus.com>
23
24 # Be Bourne compatible.
25 # (Snippet copied from configure's initialization in Autoconf 2.57.)
26 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27 emulate sh
28 NULLCMD=:
29 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
30 # is contrary to our usage. Disable this feature.
31 alias -g '${1+"$@"}'='"$@"'
32 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
33 set -o posix
34 fi
35
36 # Ensure we are running from the right directory.
37 test -f ./defs || {
38 echo "defs: not found in current directory" 1>&2
39 exit 1
40 }
41
42 # If srcdir is not set, then we are not running from `make check', be verbose.
43 if test -z "$srcdir"; then
44 VERBOSE=x
45 # compute $srcdir.
46 srcdir=`echo "$0" | sed -e 's,/[^\\/]*$,,'`
47 test $srcdir = $0 && srcdir=.
48 fi
49
50 # Ensure $srcdir is set correctly.
51 test -f $srcdir/defs.in || {
52 echo "$srcdir/defs.in not found, check \$srcdir" 1>&2
53 exit 1
54 }
55
56 me=`echo "$0" | sed -e 's,.*[\\/],,;s/\.test$//'`
57
58 # See how redirections should work. User can set VERBOSE to see all
59 # output.
60 test -z "$VERBOSE" && {
61 exec > /dev/null 2>&1
62 }
63
64 # Make sure we override the user shell.
65 SHELL='@SHELL@'
66 export SHELL
67
68 srcdir_abs=`cd $srcdir && pwd`
69 test -z "$TEXI2DVI" && TEXI2DVI=$srcdir_abs/texi2dvi
70
71 # be sure we use texi2dvi and texindex from our own directory, not
72 # whatever happens to be in the path.
73 echo "defs: prepending $srcdir_abs to PATH for testing."
74 PATH="@abs_builddir@:@abs_srcdir@:$PATH"
75
76 # Some shells forget to export modified environment variables.
77 # (See note about `export' in the Autoconf manual.)
78 export PATH
79
80 # User can override various tools used.
81 test -z "$PERL" && PERL='@PERL@'
82
83 if test -n "$required"
84 then
85 for tool in $required
86 do
87 # Check that each required tool is present.
88 case $tool in
89 hevea)
90 # HeVeA supports -version only. Use configure to find it.
91 test -n "@HEVEA@" || exit 77
92 ;;
93 tex)
94 # No all versions of Tex support `--version', so we use
95 # a configure check.
96 test -n "@TEX@" || exit 77
97 ;;
98 # Generic case: the tool must support --version.
99 *)
100 echo "$me: running $tool --version"
101 ( $tool --version ) || exit 77
102 ;;
103 esac
104 done
105 fi
106
107
108 # Always use an absolute srcdir. Otherwise symlinks made in subdirs
109 # of the test dir just won't work.
110 case "$srcdir" in
111 [\\/]* | ?:[\\/]*)
112 ;;
113
114 *)
115 srcdir=`CDPATH=: && cd "$srcdir" && pwd`
116 ;;
117 esac
118
119 chmod -R a+rwx testSubDir > /dev/null 2>&1
120 rm -rf testSubDir > /dev/null 2>&1
121 mkdir testSubDir
122
123 # Copy in some files we need.
124 cp $srcdir/../doc/texinfo.tex testSubDir || exit 1
125
126 cd ./testSubDir
127
128
129 # Unset the user's envvars that might change the behavior.
130 unset TEXI2DVI_BUILD_MODE
131 unset TEXI2DVI_BUILD_DIRECTORY
132
133 echo "=== Running test $0"
134
135 # POSIX no longer requires 'egrep' and 'fgrep',
136 # but some hosts lack 'grep -E' and 'grep -F'.
137 EGREP='@EGREP@'
138 FGREP='@FGREP@'
139
140 # The amount we should wait after modifying files depends on the platform.
141 # For instance, Windows '95, '98 and ME have 2-second granularity
142 # and can be up to 3 seconds in the future w.r.t. the system clock.
143 sleep='sleep @MODIFICATION_DELAY@'
144
145 # The tests call `make -e' but we do not want $srcdir from the environment
146 # to override the definition from the Makefile.
147 testsrcdir=$srcdir
148 unset srcdir
149
150
151 # create_input_texi < INPUT
152 # -------------------------
153 # Create input.texi adding stdin inside a default prologue/epilogue
154 create_input_texi ()
155 {
156 {
157 cat << END
158 \input texinfo @c -*-texinfo-*-
159 @setfilename input
160 @settitle input
161
162 @ifnottex
163 @node Top
164 @top input
165 @end ifnottex
166
167 END
168 cat
169 cat << END
170 @bye
171 END
172 } >input.texi
173 }
174
175
176 # create_input_tex < INPUT
177 # ------------------------
178 # Create input.tex adding stdin inside a default prologue/epilogue
179 create_input_tex ()
180 {
181 {
182 cat << END
183 \documentclass{article}
184
185 \begin{document}
186 END
187 cat
188 cat << END
189 \end{document}
190 END
191 } >input.tex
192 }
193
194
195 # TEXI2DVI_run status [options...]
196 # --------------------------------
197 # Run texi2dvi with OPTIONS, and fail if does not exit with STATUS.
198 TEXI2DVI_run ()
199 {
200 expected_exitcode=$1
201 shift
202 exitcode=0
203 if test -n "$VERBOSE"; then
204 set x --debug --verbose ${1+"$@"}
205 shift
206 fi
207 texi2dvi ${1+"$@"} 2>stderr >stdout || exitcode=$?
208 cat stderr
209 cat stdout
210 test $exitcode = $expected_exitcode || exit 1
211 }
212
213
214 # TEXI2DVI_fail [options...]
215 # ---------------------------
216 # Run texi2dvi with OPTIONS, and fail if does not exit with failure.
217 TEXI2DVI_fail ()
218 {
219 TEXI2DVI_run 1 ${1+"$@"}
220 }
221
222
223 # TEXI2DVI_pass [options...]
224 # ---------------------------
225 # Run texi2dvi with OPTIONS, and fail if does not exit with failure.
226 TEXI2DVI_pass ()
227 {
228 TEXI2DVI_run 0 ${1+"$@"}
229 }
230
231
232 # optionset_get N OPTIONSET<1> -- OPTIONSET<2> -- ...
233 # ---------------------------------------------------
234 # Return OPTIONSET<N>
235 optionset_get ()
236 {
237 n=$1
238 shift
239 # Find the optionset.
240 while test $n != 1; do
241 case $1 in
242 --) n=`expr $n - 1`;;
243 esac
244 shift
245 done
246 # Return the optionset.
247 while true; do
248 case $#:$1 in
249 0:) break;;
250 *:--) shift; break;;
251 *) echo "$1"; shift;;
252 esac
253 done
254 }
255
256 # list_files ()
257 # -------------
258 # Return the sorted list of files in this directory, except the "invisible" ones.
259 list_files ()
260 {
261 for f in *
262 do
263 case $f in
264 texinfo.tex | stdout | stderr | ls.expected | ls.value );;
265 *) echo $f;;
266 esac
267 done | sort
268 }
269
270
271 # assert_files (EXPECTED-FILES)
272 # -----------------------------
273 # Only those files are valid in the current directory.
274 assert_files ()
275 {
276 if test -n "$VERBOSE"; then
277 ls
278 fi
279 list_files > ls.value
280 echo "$*" | tr ' ' '\n' | sort > ls.expected
281 diff -u ls.expected ls.value
282 }
283
284
285 # assert_and_remove_files (EXPECTED-FILES)
286 # ----------------------------------------
287 # Only those files are valid in the current directory. Remove them
288 # afterwards.
289 assert_and_remove_files ()
290 {
291 assert_files "$@"
292 rm -rf "$@"
293 }
294
295
296 # title TITLE...
297 # --------------
298 # Make a huge title to ease the reading of the output.
299 title ()
300 {
301 (
302 set +x
303 echo " $@ " | sed -e 's/./=/g'
304 echo " $@ "
305 echo " $@ " | sed -e 's/./=/g'
306 )
307 }
308
309 # $latex_paragraph
310 # ----------------
311 # Some lengthy LaTeX.
312 # grep -E '^[a-zA-Z]+$' /usr/share/dict/words | sed 200q | pr --page-width=76 --column=5 --omit-header
313 latex_paragraph='
314 A Acrux Aegean Ahmad Albany
315 AOL Actaeon Aelfric Ahmadabad Albee
316 Aachen Acton Aeneas Ahmed Alberio
317 Aaliyah Acts Aeneid Ahriman Albert
318 Aaron Acuff Aeolus Aida Alberta
319 Abbas Ada Aeroflot Aiken Alberto
320 Abbasid Adam Aeschylus Aileen Albigensian
321 Abbott Adams Aesculapius Aimee Albion
322 Abby Adan Aesop Ainu Albireo
323 Abdul Adana Afghan Airedale Albuquerque
324 Abe Adar Afghanistan Airedales Alcatraz
325 Abel Addams Afghans Aisha Alcestis
326 Abelard Adderley Africa Ajax Alcibiades
327 Abelson Addie African Akbar Alcmena
328 Aberdeen Addison Africans Akhmatova Alcoa
329 Abernathy Adela Afrikaans Akihito Alcott
330 Abidjan Adelaide Afrikaner Akita Alcuin
331 Abigail Adele Afrikaners Akkad Alcyone
332 Abilene Adeline Afro Akron Aldan
333 Abner Aden Afrocentrism Al Aldebaran
334 Abraham Adenauer Afros Ala Alden
335 Abram Adhara Ag Alabama Alderamin
336 Abrams Adidas Agamemnon Alabaman Aldo
337 Absalom Adirondack Agassi Alabamans Aldrin
338 Abuja Adirondacks Agassiz Alabamian Alec
339 Abyssinia Adkins Agatha Alabamians Aleichem
340 Abyssinian Adler Aggie Aladdin Alejandra
341 Ac Adolf Aglaia Alamo Alejandro
342 Acadia Adolfo Agnes Alamogordo Alembert
343 Acapulco Adolph Agnew Alan Aleppo
344 Accra Adonis Agni Alana Aleut
345 Acevedo Adonises Agra Alar Aleutian
346 Achaean Adrian Agricola Alaric Alex
347 Achebe Adriana Agrippa Alaska Alexander
348 Achernar Adriatic Agrippina Alaskan Alexandra
349 Acheson Adrienne Aguilar Alaskans Alexandria
350 Achilles Advent Aguinaldo Alba Alexei
351 Aconcagua Adventist Aguirre Albania Alexis
352 Acosta Advents Agustin Albanian Alfonso
353 Acropolis Advil Ahab Albanians Alfonzo
354 '
355
356
357 # Turn on shell traces when VERBOSE is set.
358 if test -n "$VERBOSE"; then
359 set -x
360 else
361 :
362 fi
363 pwd
+0
-208
util/deref.c less more
0 /*
1 * deref.c
2 *
3 * Make all texinfo references into the one argument form.
4 *
5 * Arnold Robbins
6 * arnold@gnu.org
7 * Written: December, 1991
8 * Released: November, 1998
9 *
10 * Copyright 1991, 1998 Arnold David Robbins
11 *
12 * DEREF is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 3 of the License, or
15 * (at your option) any later version.
16 *
17 * DEREF is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program. If not, see <http://www.gnu.org/licenses/>.
24 */
25
26 /*
27 * LIMITATIONS:
28 * One texinfo cross reference per line.
29 * Cross references may not cross newlines.
30 * Use of fgets for input (to be fixed).
31 */
32
33 #include <stdio.h>
34 #include <ctype.h>
35 #include <errno.h>
36
37 /* for gcc on the 3B1, delete if this gives you grief */
38 extern int fclose(FILE *fp);
39 extern int fprintf(FILE *fp, const char *str, ...);
40 /* extern int sprintf(char *str, const char *fmt, ...); */
41 extern int fputs(char *buf, FILE *fp);
42
43 extern char *strerror(int errno);
44 extern char *strchr(char *cp, int ch);
45 extern int strncmp(const char *s1, const char *s2, int count);
46
47 extern int errno;
48
49 void process(FILE *fp);
50 void repair(char *line, char *ref, int toffset);
51
52 int Errs = 0;
53 char *Name = "stdin";
54 int Line = 0;
55 char *Me;
56
57 /* main --- handle arguments, global vars for errors */
58
59 int
60 main(int argc, char **argv)
61 {
62 FILE *fp;
63
64 Me = argv[0];
65
66 if (argc == 1)
67 process(stdin);
68 else
69 for (argc--, argv++; *argv != NULL; argc--, argv++) {
70 if (argv[0][0] == '-' && argv[0][1] == '\0') {
71 Name = "stdin";
72 Line = 0;
73 process(stdin);
74 } else if ((fp = fopen(*argv, "r")) != NULL) {
75 Name = *argv;
76 Line = 0;
77 process(fp);
78 fclose(fp);
79 } else {
80 fprintf(stderr, "%s: can not open: %s\n",
81 *argv, strerror(errno));
82 Errs++;
83 }
84 }
85 return Errs != 0;
86 }
87
88 /* isref --- decide if we've seen a texinfo cross reference */
89
90 int
91 isref(char *cp)
92 {
93 if (strncmp(cp, "@ref{", 5) == 0)
94 return 5;
95 if (strncmp(cp, "@xref{", 6) == 0)
96 return 6;
97 if (strncmp(cp, "@pxref{", 7) == 0)
98 return 7;
99 return 0;
100 }
101
102 /* process --- read files, look for references, fix them up */
103
104 void
105 process(FILE *fp)
106 {
107 char buf[BUFSIZ];
108 char *cp;
109 int count;
110
111 while (fgets(buf, sizeof buf, fp) != NULL) {
112 Line++;
113 cp = strchr(buf, '@');
114 if (cp == NULL) {
115 fputs(buf, stdout);
116 continue;
117 }
118 do {
119 count = isref(cp);
120 if (count == 0) {
121 cp++;
122 cp = strchr(cp, '@');
123 if (cp == NULL) {
124 fputs(buf, stdout);
125 goto next;
126 }
127 continue;
128 }
129 /* got one */
130 repair(buf, cp, count);
131 break;
132 } while (cp != NULL);
133 next: ;
134 }
135 }
136
137 /* repair --- turn all texinfo cross references into the one argument form */
138
139 void
140 repair(char *line, char *ref, int toffset)
141 {
142 int braces = 1; /* have seen first left brace */
143 char *cp;
144
145 ref += toffset;
146
147 /* output line up to and including left brace in reference */
148 for (cp = line; cp <= ref; cp++)
149 putchar(*cp);
150
151 /* output node name */
152 for (; *cp && *cp != '}' && *cp != ',' && *cp != '\n'; cp++)
153 putchar(*cp);
154
155 if (*cp != '}') { /* could have been one arg xref */
156 /* skip to matching right brace */
157 for (; braces > 0; cp++) {
158 switch (*cp) {
159 case '@':
160 cp++; /* blindly skip next character */
161 break;
162 case '{':
163 braces++;
164 break;
165 case '}':
166 braces--;
167 break;
168 case '\n':
169 case '\0':
170 Errs++;
171 fprintf(stderr,
172 "%s: %s: %d: mismatched braces\n",
173 Me, Name, Line);
174 goto out;
175 default:
176 break;
177 }
178 }
179 out:
180 ;
181 }
182
183 putchar('}');
184 if (*cp == '}')
185 cp++;
186
187 /* now the rest of the line */
188 for (; *cp; cp++)
189 putchar(*cp);
190 return;
191 }
192
193 /* strerror --- return error string, delete if in your library */
194
195 char *
196 strerror(int errno)
197 {
198 static char buf[100];
199 extern int sys_nerr;
200 extern char *sys_errlist[];
201
202 if (errno < sys_nerr && errno >= 0)
203 return sys_errlist[errno];
204
205 sprintf(buf, "unknown error %d", errno);
206 return buf;
207 }
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.98 2012/11/09 16:34:20 karl Exp $
11 $Id: dir-example,v 1.100 2013/01/02 01:00:35 karl Exp $
1212 
1313 File: dir, Node: Top, This is the top of the INFO tree.
1414
297297
298298 Typesetting
299299 * Font utilities: (fontu). Programs for font manipulation.
300 * GV: (gv). The GNU PostScript and PDF viewer.
300301 * Groff: (groff). The GNU troff document formatting system.
301 * GV: (gv). The GNU PostScript and PDF viewer.
302302
303303 DOS
304304 * GNUish: (gnuish). GNU utilities for DOS.
495495 * seq: (coreutils)seq invocation. Print numeric sequences
496496 * sha1sum: (coreutils)sha1sum invocation. Print or check SHA-1 digests.
497497 * sha2: (coreutils)sha2 utilities. Print or check SHA-2 digests.
498 * shar: (sharutils)shar invocation. Make a shell archive.
498 * shar: (sharutils)shar Invocation. Make a shell archive.
499499 * shred: (coreutils)shred invocation. Remove files more securely.
500500 * shuf: (coreutils)shuf invocation. Shuffling text files.
501501 * sieve: (mailutils)sieve. Mail filtering utility.
545545 * unify: (wdiff)unify invocation. Diff format converter.
546546 * uniq: (coreutils)uniq invocation. Uniquify files.
547547 * unlink: (coreutils)unlink invocation. Removal via unlink(2).
548 * unshar: (sharutils)unshar invocation. Explode a shell archive.
548 * unshar: (sharutils)unshar Invocation. Explode a shell archive.
549549 * updatedb: (find)Invoking updatedb. Building the locate database.
550550 * uptime: (coreutils)uptime invocation. Print uptime and load.
551551 * users: (coreutils)users invocation. Print current user names.
552552 * uucpd: (inetutils)uucpd invocation. Unix to Unix Copy.
553 * uudecode: (sharutils)uudecode invocation. Restore file from 7-bits.
554 * uuencode: (sharutils)uuencode invocation. Force binary file to 7-bits.
553 * uudecode: (sharutils)uudecode Invocation. Restore file from 7-bits.
554 * uuencode: (sharutils)uuencode Invocation. Force binary file to 7-bits.
555555 * vc-chlog: (vc-dwim)vc-chlog Invocation. Changelog writing helper tool.
556556 * vc-dwim: (vc-dwim)vc-dwim Invocation. Version-control-agnostic diff
557557 and commit tool
+0
-317
util/fix-info-dir less more
0 #!/bin/sh
1 #fix-info-dir (GNU texinfo)
2 VERSION=1.1
3 #Copyright (C) 1998, 2003 Free Software Foundation, Inc.
4 #fix-info-dir comes with NO WARRANTY, to the extent permitted by law.
5 #You may redistribute copies of fix-info-dir
6 #under the terms of the GNU General Public License.
7 #For more information about these matters, see the files named COPYING."
8 #fix-info-dir was derived from update-info and gen-dir-node
9 # The skeleton file contains info topic names in the
10 # order they should appear in the output. There are three special
11 # lines that alter the behavior: a line consisting of just "--" causes
12 # the next line to be echoed verbatim to the output. A line
13 # containing just "%%" causes all the remaining filenames (wildcards
14 # allowed) in the rest of the file to be ignored. A line containing
15 # just "!!" exits the script when reached (unless preceded by a line
16 # containing just "--").
17 #Author: Richard L. Hawes, rhawes@dmapub.dma.org.
18
19 # ###SECTION 1### Constants
20 set -h 2>/dev/null
21 # ENVIRONMENT
22 if test -z "$TMPDIR"; then
23 TMPDIR="/usr/tmp"
24 fi
25 if test -z "$LINENO"; then
26 LINENO="0"
27 fi
28
29 MENU_BEGIN='^\*\([ ]\)\{1,\}Menu:'
30 MENU_ITEM='^\* ([^ ]).*:([ ])+\('
31 MENU_FILTER1='s/^\*\([ ]\)\{1,\}/* /'
32 MENU_FILTER2='s/\([ ]\)\{1,\}$//g'
33
34 TMP_FILE1="${TMPDIR}/fx${$}.info"
35 TMP_FILE2="${TMPDIR}/fy${$}.info"
36 TMP_FILE_LIST="$TMP_FILE1 $TMP_FILE2"
37
38 TRY_HELP_MSG="Try --help for more information"
39
40 # ###SECTION 100### main program
41 #variables set by options
42 CREATE_NODE=""
43 DEBUG=":"
44 MODE=""
45 #
46 Total="0"
47 Changed=""
48
49 while test "$*"; do
50 case "$1" in
51 -c|--create) CREATE_NODE="y";;
52 --debug) set -eux; DEBUG="set>&2";;
53 -d|--delete) MODE="Detect_Invalid";;
54 +d);;
55 --version)
56 cat<<VersionEOF
57 fix-info-dir (GNU Texinfo) $VERSION
58 Copyright (C) 1998 Free Software Foundation, Inc.
59 fix-info-dir comes with NO WARRANTY, to the extent permitted by law.
60 You may redistribute copies of fix-info-dir
61 under the terms of the GNU General Public License.
62 For more information about these matters, see the files named COPYING.
63 Author: Richard L. Hawes
64 VersionEOF
65 exit;;
66
67 --help)
68 cat<<HelpEndOfFile
69 Usage: fix-info-dir [OPTION]... [INFO_DIR/[DIR_FILE]] [SKELETON]
70
71 It detects and inserts missing menu items into the info dir file.
72 The info dir must be the current directory.
73
74 Options:
75 -c, --create create a new info node
76 -d, --delete delete invalid menu items (ignore missing menu items)
77 --debug print debug information to standard error path
78 --help print this help message and exit
79 --version print current version and exit
80 Backup of the info node has a '.old' suffix added. This is a shell script.
81 Environment Variables: TMPDIR
82 Email bug reports to bug-texinfo@gnu.org.
83 HelpEndOfFile
84 exit;;
85
86 [-+]*) echo "$0:$LINENO: \"$1\" is not a valid option">&2
87 echo "$TRY_HELP_MSG">&2
88 exit 2;;
89 *) break;;
90 esac
91 shift
92 done
93
94 ORIGINAL_DIR=`pwd`
95
96 if test "$#" -gt "0"; then
97 INFO_DIR="$1"
98 shift
99 else
100 INFO_DIR=$DEFAULT_INFO_DIR
101 fi
102
103 if test ! -d "${INFO_DIR}"; then
104 DIR_FILE=`basename ${INFO_DIR}`;
105 INFO_DIR=`dirname ${INFO_DIR}`;
106 else
107 DIR_FILE="dir"
108 fi
109
110 cd "$INFO_DIR"||exit
111
112
113 if test "$CREATE_NODE"; then
114 if test "$#" -gt "0"; then
115 if test `expr $1 : /` = '1'; then
116 SKELETON="$1"
117 else
118 SKELETON="$ORIGINAL_DIR/$1"
119 fi
120 if test ! -r "$SKELETON" && test -f "$SKELETON"; then
121 echo "$0:$LINENO: $SKELETON is not readable">&2
122 exit 2
123 fi
124 shift
125 else
126 SKELETON=/dev/null
127
128 fi
129 else
130 if test ! -f "$DIR_FILE"; then
131 echo "$0:$LINENO: $DIR_FILE is irregular or nonexistant">&2
132 exit 2
133 elif test ! -r "$DIR_FILE"; then
134 echo "$0:$LINENO: $DIR_FILE is not readable">&2
135 exit 2
136 elif test ! -w "$DIR_FILE"; then
137 echo "$0:$LINENO: $DIR_FILE is not writeable">&2
138 exit 2
139 fi
140 fi
141
142 if test "$#" -gt "0"; then
143 echo "$0:$LINENO: Too many parameters">&2
144 echo "$TRY_HELP_MSG">&2
145 exit 2
146 fi
147
148 if test -f "$DIR_FILE"; then
149 cp "$DIR_FILE" "$DIR_FILE.old"
150 echo "Backed up $DIR_FILE to $DIR_FILE.old."
151 fi
152
153 if test "$CREATE_NODE"; then
154 if test "$MODE"; then
155 echo "$0:$LINENO: ERROR: Illogical option combination: -d -c">&2
156 echo "$TRY_HELP_MSG">&2
157 exit 2
158 fi
159 echo "Creating new Info Node: `pwd`/$DIR_FILE"
160 Changed="y"
161
162 {
163
164 ### output the dir header
165 echo "-*- Text -*-"
166 echo "This file was generated automatically by $0."
167 echo "This version was generated on `date`"
168 echo "by `whoami`@`hostname` for `pwd`"
169
170 cat<<DIR_FILE_END_OF_FILE
171 This is the file .../info/$DIR_FILE, which contains the topmost node of the
172 Info hierarchy. The first time you invoke Info you start off
173 looking at that node, which is ($DIR_FILE)Top.
174
175 
176 File: $DIR_FILE Node: Top This is the top of the INFO tree
177
178 This (the Directory node) gives a menu of major topics.
179 Typing "q" exits, "?" lists all Info commands, "d" returns here,
180 "h" gives a primer for first-timers,
181 "mEmacs<Return>" visits the Emacs topic, etc.
182
183 In Emacs, you can click mouse button 2 on a menu item or cross reference
184 to select it.
185
186 * Menu: The list of major topics begins on the next line.
187
188 DIR_FILE_END_OF_FILE
189
190 ### go through the list of files in the skeleton. If an info file
191 ### exists, grab the ENTRY information from it. If an entry exists
192 ### use it, otherwise create a minimal $DIR_FILE entry.
193
194 # Read one line from the file. This is so that we can echo lines with
195 # whitespace and quoted characters in them.
196 while read fileline; do
197 # flag fancy features
198 if test ! -z "$echoline"; then # echo line
199 echo "$fileline"
200 echoline=""
201 continue
202 elif test "${fileline}" = "--"; then
203 # echo the next line
204 echoline="1"
205 continue
206 elif test "${fileline}" = "%%"; then
207 # skip remaining files listed in skeleton file
208 skip="1"
209 continue
210 elif test "${fileline}" = "!!"; then
211 # quit now
212 break
213 fi
214
215 # handle files if they exist
216 for file in $fileline""; do
217 fname=
218 if test -z "$file"; then
219 break
220 fi
221 # Find the file to operate upon.
222 if test -r "$file"; then
223 fname="$file"
224 elif test -r "${file}.info"; then
225 fname="${file}.info"
226 elif test -r "${file}.gz"; then
227 fname="${file}.gz"
228 elif test -r "${file}.info.gz"; then
229 fname="${file}.info.gz"
230 else
231 echo "$0:$LINENO: can't find info file for ${file}?">&2
232 continue
233 fi
234
235 # if we found something and aren't skipping, do the entry
236 if test "$skip"; then
237 continue
238 fi
239
240 infoname=`echo $file|sed -e 's/.info$//'`
241 entry=`zcat -f $fname|\
242 sed -e '1,/START-INFO-DIR-ENTRY/d'\
243 -e '/END-INFO-DIR-ENTRY/,$d'`
244 if [ ! -z "${entry}" ]; then
245 echo "${entry}"
246 else
247 echo "* ${infoname}: (${infoname})."
248 fi
249 Total=`expr "$Total" + "1"`
250 done
251 done
252 }>$DIR_FILE<$SKELETON
253 fi
254
255 trap ' eval "$DEBUG"; rm -f $TMP_FILE_LIST; exit ' 0
256 trap ' rm -f $TMP_FILE_LIST
257 exit ' 1
258 trap ' rm -f $TMP_FILE_LIST
259 echo "$0:$LINENO: received INT signal.">&2
260 exit ' 2
261 trap ' rm -f $TMP_FILE_LIST
262 echo "$0:$LINENO: received QUIT signal.">&2
263 exit ' 3
264
265 sed -e "1,/$MENU_BEGIN/d" -e "$MENU_FILTER1" -e "$MENU_FILTER2"<$DIR_FILE\
266 |sed -n -e '/\* /{
267 s/).*$//g
268 s/\.gz$//
269 s/\.info$//
270 s/^.*(//p
271 }'|sort -u>$TMP_FILE1
272 ls -F|sed -e '/\/$/d' -e '/[-.][0-9]/d'\
273 -e "/^$DIR_FILE\$/d" -e "/^$DIR_FILE.old\$/d"\
274 -e 's/[*@]$//' -e 's/\.gz$//' -e 's/\.info$//'|sort>$TMP_FILE2
275
276 if test -z "$MODE"; then
277 #Detect Missing
278 DONE_MSG="total menu item(s) were inserted into `pwd`/$DIR_FILE"
279 for Info_Name in `comm -13 $TMP_FILE1 $TMP_FILE2`; do
280 if test -r "$Info_Name"; then
281 Info_File="$Info_Name"
282 elif test -r "${Info_Name}.info"; then
283 Info_File="${Info_Name}.info"
284 elif test -r "${Info_Name}.gz"; then
285 Info_File="${Info_Name}.gz"
286 elif test -r "${Info_Name}.info.gz"; then
287 Info_File="${Info_Name}.info.gz"
288 else
289 echo "$0:$LINENO: can't find info file for ${Info_Name}?">&2
290 continue
291 fi
292 Changed="y"
293 if install-info $Info_File $DIR_FILE; then
294 Total=`expr "$Total" + "1"`
295 fi
296 done
297 else
298 # Detect Invalid
299 DONE_MSG="total invalid menu item(s) were removed from `pwd`/$DIR_FILE"
300 for Info_Name in `comm -23 $TMP_FILE1 $TMP_FILE2`; do
301 Changed="y"
302 if install-info --remove $Info_Name $DIR_FILE; then
303 Total=`expr "$Total" + "1"`
304 fi
305 done
306 fi
307
308 # print summary
309 if test "$Changed"; then
310 echo "$Total $DONE_MSG"
311 else
312 echo "Nothing to do"
313 fi
314 rm -f $TMP_FILE_LIST
315 eval "$DEBUG"
316 exit 0
+0
-84
util/fixfonts less more
0 #!/bin/sh
1 # Make links named `lcircle10' for all TFM and GF/PK files, if no
2 # lcircle10 files already exist.
3
4 # Don't override definition of prefix and/or libdir if they are
5 # already defined in the environment.
6 if test "z${prefix}" = "z" ; then
7 prefix=/usr/local
8 else
9 # prefix may contain references to other variables, thanks to make.
10 eval prefix=\""${prefix}"\"
11 fi
12
13 if test "z${libdir}" = "z" ; then
14 libdir="${prefix}/lib/tex"
15 else
16 # libdir may contain references to other variables, thanks to make.
17 eval libdir=\""${libdir}"\"
18 fi
19
20 texlibdir="${libdir}"
21 texfontdir="${texlibdir}/fonts"
22
23 # Directories for the different font formats, in case they're not all
24 # stored in one place.
25 textfmdir="${textfmdir-${texfontdir}}"
26 texpkdir="${texpkdir-${texfontdir}}"
27 texgfdir="${texgfdir-${texfontdir}}"
28
29 test "z${TMPDIR}" = "z" && TMPDIR="/tmp"
30
31 tempfile="${TMPDIR}/circ$$"
32 tempfile2="${TMPDIR}/circ2$$"
33
34 # EXIT SIGHUP SIGINT SIGQUIT SIGTERM
35 #trap 'rm -f "${tempfile}" "${tempfile2}"' 0 1 2 3 15
36
37 # Find all the fonts with names that include `circle'.
38 (cd "${texfontdir}"; find . -name '*circle*' -print > "${tempfile}")
39
40 # If they have lcircle10.tfm, assume everything is there, and quit.
41 if grep 'lcircle10\.tfm' "${tempfile}" > /dev/null 2>&1 ; then
42 echo "Found lcircle10.tfm."
43 exit 0
44 fi
45
46 # No TFM file for lcircle. Make a link to circle10.tfm if it exists,
47 # and then make a link to the bitmap files.
48 grep 'circle10\.tfm' "${tempfile}" > "${tempfile2}" \
49 || {
50 echo "I can't find any circle fonts in ${texfontdir}.
51 If it isn't installed somewhere else, you need to get the Metafont sources
52 from somewhere, e.g., labrea.stanford.edu:pub/tex/latex/circle10.mf, and
53 run Metafont on them."
54 exit 1
55 }
56
57 # We have circle10.tfm. (If we have it more than once, take the first
58 # one.) Make the link.
59 tempfile2_line1="`sed -ne '1p;q' \"${tempfile2}\"`"
60 ln "${tempfile2_line1}" "${textfmdir}/lcircle10.tfm"
61 echo "Linked to ${tempfile2_line1}."
62
63 # Now make a link for the PK files, if any.
64 (cd "${texpkdir}"
65 for f in `grep 'circle10.*pk' "${tempfile}"` ; do
66 set - `echo "$f" \
67 | sed -ne '/\//!s/^/.\//;s/\(.*\)\/\([^\/][^\/]*\)$/\1 \2/;p'`
68 ln "$f" "${1}/l${2}"
69 echo "Linked to $f."
70 done
71 )
72
73 # And finally for the GF files.
74 (cd "${texgfdir}"
75 for f in `grep 'circle10.*gf' "${tempfile}"` ; do
76 set - `echo "$f" \
77 | sed -ne '/\//!s/^/.\//;s/\(.*\)\/\([^\/][^\/]*\)$/\1 \2/;p'`
78 ln "$f" "${1}/l${2}"
79 echo "Linked to $f."
80 done
81 )
82
83 # eof
+0
-143
util/fixref.gawk less more
0 #! /usr/local/bin/gawk -f
1
2 # fixref.awk --- fix xrefs in texinfo documents
3 # Copyright 1991, 1998 Arnold David Robbins
4
5 # FIXREF is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # FIXREF is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 # Updated: Jul 21 1992 --- change unknown
19 # Updated: Jul 18 1997 --- bug fix
20
21 # usage: gawk -f fixref.awk input-file > output-file
22 # or if you have #!: fixref.awk input-file > output-file
23
24 # Limitations:
25 # 1. no more than one cross reference on a line
26 # 2. cross references may not cross a newline
27
28 BEGIN \
29 {
30 # we make two passes over the file. To do that we artificially
31 # tweak the argument vector to do a variable assignment
32
33 if (ARGC != 2) {
34 printf("usage: %s texinfo-file\n", ARGV[0]) > "/dev/stderr"
35 exit 1
36 }
37 ARGV[2] = "pass=2"
38 ARGV[3] = ARGV[1]
39 ARGC = 4
40
41 # examine paragraphs
42 RS = ""
43
44 heading = "@(chapter|appendix|unnumbered|(appendix(sec|subsec|subsubsec))|section|subsection|subsubsection|unnumberedsec|heading|top)"
45
46 pass = 1
47
48 # put space between paragraphs on output
49 ORS = "\n\n"
50 }
51
52 pass == 1 && NF == 0 { next }
53
54 # pass == 1 && /@node/ \
55 # bug fix 7/18/96
56 pass == 1 && /^@node/ \
57 {
58 lname = name = ""
59 n = split($0, lines, "\n")
60 for (i = 1; i <= n; i++) {
61 if (lines[i] ~ ("^" heading)) {
62 sub(heading, "", lines[i])
63 sub(/^[ \t]*/, "", lines[i])
64 lname = lines[i]
65 # printf "long name is '%s'\n", lines[i]
66 } else if (lines[i] ~ /@node/) {
67 sub(/@node[ \t]*/, "", lines[i])
68 sub(/[ \t]*,.*$/, "", lines[i])
69 name = lines[i]
70 # printf "node name is '%s'\n", lines[i]
71 }
72 }
73 if (name && lname)
74 names[name] = lname
75 else if (lname)
76 printf("node name for %s missing!\n", lname) > "/dev/stderr"
77 else
78 printf("long name for %s missing!\n", name) > "/dev/stderr"
79
80 if (name ~ /:/)
81 printf("node `%s' contains a `:'\n", name) > "/dev/stderr"
82
83 if (lname) {
84 if (lname ~ /:/)
85 printf("name `%s' contains a `:'\n", lname) > "/dev/stderr"
86 else if (lname ~ /,/) {
87 printf("name `%s' contains a `,'\n", lname) > "/dev/stderr"
88 gsub(/,/, " ", lname)
89 names[name] = lname # added 7/18/97
90 }
91 }
92 }
93
94 pass == 2 && /@(x|px)?ref{/ \
95 {
96 # split the paragraph into lines
97 # write them out one by one after fixing them
98 n = split($0, lines, "\n")
99 for (i = 1; i <= n; i++)
100 if (lines[i] ~ /@(x|px)?ref{/) {
101 res = updateref(lines[i])
102 printf "%s\n", res
103 } else
104 printf "%s\n", lines[i]
105
106 printf "\n" # avoid ORS
107 next
108 }
109
110 function updateref(orig, refkind, line)
111 {
112 line = orig # work on a copy
113
114 # find the beginning of the reference
115 match(line, "@(x|px)?ref{")
116 refkind = substr(line, RSTART, RLENGTH)
117
118 # pull out just the node name
119 sub(/.*ref{/, "", line)
120 sub(/}.*$/, "", line)
121 sub(/,.*/, "", line)
122
123 # debugging
124 # printf("found ref to node '%s'\n", line) > "/dev/stderr"
125
126 # If the node name and the section name are the same
127 # we don't want to bother doing this.
128
129 if (! (line in names)) # sanity checking
130 printf("no long name for %s\n", line) > "/dev/stderr"
131 else if (names[line] != line && names[line] !~ /[:,]/) {
132 # build up new ref
133 newref = refkind line ", ," names[line] "}"
134 pat = refkind line "[^}]*}"
135
136 sub(pat, newref, orig)
137 }
138
139 return orig
140 }
141
142 pass == 2 { print }
+0
-914
util/gdoc less more
0 #!/usr/bin/perl
1
2 ## Copyright (c) 2002, 2003 Simon Josefsson ##
3 ## added -texinfo, -listfunc ##
4 ## man page revamp ##
5 ## various improvements ##
6 ## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ##
7 ## hacked to allow -tex option --nmav ##
8 ## ##
9 ## This software falls under the GNU Public License. Please read ##
10 ## the COPYING file for more information ##
11
12 #
13 # This will read a 'c' file and scan for embedded comments in the
14 # style of gnome comments (+minor extensions - see below).
15 #
16 # This program is modified by Nikos Mavroyanopoulos, for the gnutls
17 # project.
18
19 # Note: This only supports 'c'.
20
21 # usage:
22 # gdoc [ -docbook | -html | -text | -man | -tex | -texinfo | -listfunc ]
23 # [ -sourceversion verno ] [ -includefuncprefix ] [ -bugsto address ]
24 # [ -seeinfo infonode ] [ -copyright notice ] [ -verbatimcopying ]
25 # [ -function funcname [ -function funcname ...] ] c file(s)s > outputfil
26 e
27 #
28 # Set output format using one of -docbook, -html, -text, -man, -tex,
29 # -texinfo, or -listfunc. Default is man.
30 #
31 # -sourceversion
32 # Version number for source code, e.g. '1.0.4'. Used in 'man' headers.
33 # Defaults to using current date.
34 #
35 # -includefuncprefix
36 # For man pages, generate a #include <FILE.h> based on the function
37 # prefix. For example, a function gss_init_sec_context will generate
38 # an include statement of #include <gss.h>.
39 #
40 # -bugsto address
41 # For man pages, include a section about reporting bugs and mention
42 # the given e-mail address, e.g 'bug-libidn@gnu.org'.
43 #
44 # -seeinfo infonode
45 # For man pages, include a section that point to an info manual
46 # for more information.
47 #
48 # -copyright notice
49 # For man pages, include a copyright section with the given
50 # notice after a preamble. Use, e.g., '2002, 2003 Simon Josefsson'.
51 #
52 # -verbatimcopying
53 # For man pages, and when the -copyright parameter is used,
54 # add a licensing statement that say verbatim copying is permitted.
55 #
56 # -function funcname
57 # If set, then only generate documentation for the given function(s). A
58 ll
59 # other functions are ignored.
60 #
61 # c files - list of 'c' files to process
62 #
63 # All output goes to stdout, with errors to stderr.
64
65 #
66 # format of comments.
67 # In the following table, (...)? signifies optional structure.
68 # (...)* signifies 0 or more structure elements
69 # /**
70 # * function_name(:)? (- short description)?
71 # (* @parameterx: (description of parameter x)?)*
72 # (* a blank line)?
73 # * (Description:)? (Description of function)?
74 # * (Section header: (section description)? )*
75 # (*)?*/
76 #
77 # So .. the trivial example would be:
78 #
79 # /**
80 # * my_function
81 # **/
82 #
83 # If the Description: header tag is ommitted, then there must be a blank line
84 # after the last parameter specification.
85 # e.g.
86 # /**
87 # * my_function - does my stuff
88 # * @my_arg: its mine damnit
89 # *
90 # * Does my stuff explained.
91 # */
92 #
93 # or, could also use:
94 # /**
95 # * my_function - does my stuff
96 # * @my_arg: its mine damnit
97 # * Description: Does my stuff explained.
98 # */
99 # etc.
100 #
101 # All descriptions can be multiline, apart from the short function description
102 .
103 #
104 # All descriptive text is further processed, scanning for the following specia
105 l
106 # patterns, which are highlighted appropriately.
107 #
108 # 'funcname()' - function
109 # '$ENVVAR' - environmental variable
110 # '&struct_name' - name of a structure
111 # '@parameter' - name of a parameter
112 # '%CONST' - name of a constant.
113
114 #
115 # Extensions for LaTeX:
116 #
117 # 1. the symbol '->' will be replaced with a rightarrow
118 # 2. x^y with ${x}^{y}$.
119 # 3. xxx\: with xxx:
120
121 use POSIX qw(strftime);
122
123 # match expressions used to find embedded type information
124 $type_constant = "\\\%(\\w+)";
125 $type_func = "(\\w+\\(\\))";
126 $type_param = "\\\@(\\w+)";
127 $type_struct = "\\\&(\\w+)";
128 $type_env = "(\\\$\\w+)";
129
130
131 # Output conversion substitutions.
132 # One for each output format
133
134 # these work fairly well
135 %highlights_html = ( $type_constant, "<i>\$1</i>",
136 $type_func, "<b>\$1</b>",
137 $type_struct, "<i>\$1</i>",
138 $type_param, "<tt><b>\$1</b></tt>" );
139 $blankline_html = "<p>";
140
141 %highlights_texinfo = ( $type_constant, "\\\@var{\$1}",
142 $type_func, "\\\@code{\$1}",
143 $type_struct, "\\\@code{\$1}",
144 $type_param, "\\\@code{\$1}" );
145 $blankline_texinfo = "";
146
147 %highlights_tex = ( $type_constant, "{\\\\it \$1}",
148 $type_func, "{\\\\bf \$1}",
149 $type_struct, "{\\\\it \$1}",
150 $type_param, "{\\\\bf \$1}" );
151 $blankline_tex = "\\\\";
152
153 # sgml, docbook format
154 %highlights_sgml = ( $type_constant, "<replaceable class=\"option\">\$1</repla
155 ceable>",
156 $type_func, "<function>\$1</function>",
157 $type_struct, "<structname>\$1</structname>",
158 $type_env, "<envar>\$1</envar>",
159 $type_param, "<parameter>\$1</parameter>" );
160 $blankline_sgml = "</para><para>\n";
161
162 # these are pretty rough
163 %highlights_man = ( $type_constant, "\\n.I \\\"\$1\\\"\\n",
164 $type_func, "\\n.B \\\"\$1\\\"\\n",
165 $type_struct, "\\n.I \\\"\$1\\\"\\n",
166 $type_param."([\.\, ]*)\n?", "\\n.I \\\"\$1\$2\\\"\\n" );
167 $blankline_man = "";
168
169 # text-mode
170 %highlights_text = ( $type_constant, "\$1",
171 $type_func, "\$1",
172 $type_struct, "\$1",
173 $type_param, "\$1" );
174 $blankline_text = "";
175
176
177 sub usage {
178 print "Usage: $0 [ -v ] [ -docbook | -html | -text | -man | -tex | -texinf
179 o -listfunc ]\n";
180 print " [ -sourceversion verno ] [ -includefuncprefix ]\n";
181 print " [ -bugsto address ] [ -seeinfo infonode ] [ -copyright not
182 ice]\n";
183 print " [ -verbatimcopying ]\n";
184 print " [ -function funcname [ -function funcname ...] ]\n";
185 print " c source file(s) > outputfile\n";
186 exit 1;
187 }
188
189 # read arguments
190 if ($#ARGV==-1) {
191 usage();
192 }
193
194 $verbose = 0;
195 $output_mode = "man";
196 %highlights = %highlights_man;
197 $blankline = $blankline_man;
198 $modulename = "API Documentation";
199 $sourceversion = strftime "%Y-%m-%d", localtime;
200 $function_only = 0;
201 while ($ARGV[0] =~ m/^-(.*)/) {
202 $cmd = shift @ARGV;
203 if ($cmd eq "-html") {
204 $output_mode = "html";
205 %highlights = %highlights_html;
206 $blankline = $blankline_html;
207 } elsif ($cmd eq "-man") {
208 $output_mode = "man";
209 %highlights = %highlights_man;
210 $blankline = $blankline_man;
211 } elsif ($cmd eq "-tex") {
212 $output_mode = "tex";
213 %highlights = %highlights_tex;
214 $blankline = $blankline_tex;
215 } elsif ($cmd eq "-texinfo") {
216 $output_mode = "texinfo";
217 %highlights = %highlights_texinfo;
218 $blankline = $blankline_texinfo;
219 } elsif ($cmd eq "-text") {
220 $output_mode = "text";
221 %highlights = %highlights_text;
222 $blankline = $blankline_text;
223 } elsif ($cmd eq "-docbook") {
224 $output_mode = "sgml";
225 %highlights = %highlights_sgml;
226 $blankline = $blankline_sgml;
227 } elsif ($cmd eq "-listfunc") {
228 $output_mode = "listfunc";
229 } elsif ($cmd eq "-module") { # not needed for sgml, inherits from calling
230 document
231 $modulename = shift @ARGV;
232 } elsif ($cmd eq "-sourceversion") {
233 $sourceversion = shift @ARGV;
234 } elsif ($cmd eq "-includefuncprefix") {
235 $includefuncprefix = 1;
236 } elsif ($cmd eq "-bugsto") {
237 $bugsto = shift @ARGV;
238 } elsif ($cmd eq "-copyright") {
239 $copyright = shift @ARGV;
240 } elsif ($cmd eq "-verbatimcopying") {
241 $verbatimcopying = 1;
242 } elsif ($cmd eq "-seeinfo") {
243 $seeinfo = shift @ARGV;
244 } elsif ($cmd eq "-function") { # to only output specific functions
245 $function_only = 1;
246 $function = shift @ARGV;
247 $function_table{$function} = 1;
248 } elsif ($cmd eq "-v") {
249 $verbose = 1;
250 } elsif (($cmd eq "-h") || ($cmd eq "--help")) {
251 usage();
252 }
253 }
254
255 ##
256 # dumps section contents to arrays/hashes intended for that purpose.
257 #
258 sub dump_section {
259 my $name = shift @_;
260 my $contents = join "\n", @_;
261
262 if ($name =~ m/$type_constant/) {
263 $name = $1;
264 # print STDERR "constant section '$1' = '$contents'\n";
265 $constants{$name} = $contents;
266 } elsif ($name =~ m/$type_param/) {
267 # print STDERR "parameter def '$1' = '$contents'\n";
268 $name = $1;
269 $parameters{$name} = $contents;
270 } else {
271 # print STDERR "other section '$name' = '$contents'\n";
272 $sections{$name} = $contents;
273 push @sectionlist, $name;
274 }
275 }
276
277 ##
278 # output function
279 #
280 # parameters, a hash.
281 # function => "function name"
282 # parameterlist => @list of parameters
283 # parameters => %parameter descriptions
284 # sectionlist => @list of sections
285 # sections => %descriont descriptions
286 #
287
288 sub repstr {
289 $pattern = shift;
290 $repl = shift;
291 $match1 = shift;
292 $match2 = shift;
293 $match3 = shift;
294 $match4 = shift;
295
296 $output = $repl;
297 $output =~ s,\$1,$match1,g;
298 $output =~ s,\$2,$match2,g;
299 $output =~ s,\$3,$match3,g;
300 $output =~ s,\$4,$match4,g;
301
302 eval "\$return = qq/$output/";
303
304 # print "pattern $pattern matched 1=$match1 2=$match2 3=$match3 4=$match4 r
305 eplace $repl yielded $output interpolated $return\n";
306
307 $return;
308 }
309
310 sub output_highlight {
311 my $contents = join "\n", @_;
312 my $line;
313
314 foreach $pattern (keys %highlights) {
315 # print "scanning pattern $pattern ($highlights{$pattern})\n";
316 $contents =~ s:$pattern:repstr($pattern, $highlights{$pattern}, $1, $2
317 , $3, $4):gse;
318 }
319 foreach $line (split "\n", $contents) {
320 if ($line eq ""){
321 print $lineprefix, $blankline;
322 } else {
323 print $lineprefix, $line;
324 }
325 print "\n";
326 }
327 }
328
329 sub just_highlight {
330 my $contents = join "\n", @_;
331 my $line;
332 my $ret = "";
333
334 foreach $pattern (keys %highlights) {
335 # print "scanning pattern $pattern ($highlights{$pattern})\n";
336 $contents =~ s:$pattern:repstr($pattern, $highlights{$pattern}, $1, $2
337 , $3, $4):gse;
338 }
339 foreach $line (split "\n", $contents) {
340 if ($line eq ""){
341 $ret = $ret . $lineprefix . $blankline;
342 } else {
343 $ret = $ret . $lineprefix . $line;
344 }
345 $ret = $ret . "\n";
346 }
347
348 return $ret;
349 }
350
351 # output in texinfo
352 sub output_texinfo {
353 my %args = %{$_[0]};
354 my ($parameter, $section);
355 my $count;
356
357 print "\@deftypefun {" . $args{'functiontype'} . "} ";
358 print "{".$args{'function'}."} ";
359 print "(";
360 $count = 0;
361 foreach $parameter (@{$args{'parameterlist'}}) {
362 print $args{'parametertypes'}{$parameter}." \@var{".$parameter."}";
363 if ($count != $#{$args{'parameterlist'}}) {
364 $count++;
365 print ", ";
366 }
367 }
368 print ")\n";
369 foreach $parameter (@{$args{'parameterlist'}}) {
370 if ($args{'parameters'}{$parameter}) {
371 print "\@var{".$parameter."}: ";
372 output_highlight($args{'parameters'}{$parameter});
373 print "\n";
374 }
375 }
376 foreach $section (@{$args{'sectionlist'}}) {
377 print "\n\@strong{$section:} " if $section ne $section_default;
378 $args{'sections'}{$section} =~ s:([{}]):\@\1:gs;
379 output_highlight($args{'sections'}{$section});
380 }
381 print "\@end deftypefun\n\n";
382 }
383
384 # output in html
385 sub output_html {
386 my %args = %{$_[0]};
387 my ($parameter, $section);
388 my $count;
389 print "\n\n<a name=\"". $args{'function'} . "\">&nbsp</a><h2>Function</h2>
390 \n";
391
392 print "<i>".$args{'functiontype'}."</i>\n";
393 print "<b>".$args{'function'}."</b>\n";
394 print "(";
395 $count = 0;
396 foreach $parameter (@{$args{'parameterlist'}}) {
397 print "<i>".$args{'parametertypes'}{$parameter}."</i> <b>".$parameter.
398 "</b>\n";
399 if ($count != $#{$args{'parameterlist'}}) {
400 $count++;
401 print ", ";
402 }
403 }
404 print ")\n";
405
406 print "<h3>Arguments</h3>\n";
407 print "<dl>\n";
408 foreach $parameter (@{$args{'parameterlist'}}) {
409 print "<dt><i>".$args{'parametertypes'}{$parameter}."</i> <b>".$parame
410 ter."</b>\n";
411 print "<dd>";
412 output_highlight($args{'parameters'}{$parameter});
413 }
414 print "</dl>\n";
415 foreach $section (@{$args{'sectionlist'}}) {
416 print "<h3>$section</h3>\n";
417 print "<ul>\n";
418 output_highlight($args{'sections'}{$section});
419 print "</ul>\n";
420 }
421 print "<hr>\n";
422 }
423
424 # output in tex
425 sub output_tex {
426 my %args = %{$_[0]};
427 my ($parameter, $section);
428 my $count;
429 my $func = $args{'function'};
430 my $param;
431 my $param2;
432 my $sec;
433 my $check;
434 my $type;
435
436 $func =~ s/_/\\_/g;
437
438 print "\n\n\\subsection{". $func . "}\n\\label{" . $args{'function'} . "}\
439 n";
440
441 $type = $args{'functiontype'};
442 $type =~ s/_/\\_/g;
443
444 print "{\\it ".$type."}\n";
445 print "{\\bf ".$func."}\n";
446 print "(";
447 $count = 0;
448 foreach $parameter (@{$args{'parameterlist'}}) {
449 $param = $args{'parametertypes'}{$parameter};
450 $param2 = $parameter;
451 $param =~ s/_/\\_/g;
452 $param2 =~ s/_/\\_/g;
453
454 print "{\\it ".$param."} {\\bf ".$param2."}";
455 if ($count != $#{$args{'parameterlist'}}) {
456 $count++;
457 print ", ";
458 }
459 }
460 print ")\n";
461
462 print "\n{\\large{Arguments}}\n";
463
464 print "\\begin{itemize}\n";
465 $check=0;
466 foreach $parameter (@{$args{'parameterlist'}}) {
467 $param1 = $args{'parametertypes'}{$parameter};
468 $param1 =~ s/_/\\_/g;
469 $param2 = $parameter;
470 $param2 =~ s/_/\\_/g;
471
472 $check = 1;
473 print "\\item {\\it ".$param1."} {\\bf ".$param2."}: \n";
474 # print "\n";
475
476 $param3 = $args{'parameters'}{$parameter};
477 $param3 =~ s/&([a-zA-Z\_]+)/{\\it \1}/g;
478
479 $out = just_highlight($param3);
480 $out =~ s/_/\\_/g;
481 print $out;
482 }
483 if ($check==0) {
484 print "\\item void\n";
485 }
486 print "\\end{itemize}\n";
487
488 foreach $section (@{$args{'sectionlist'}}) {
489 $sec = $section;
490 $sec =~ s/_/\\_/g;
491 $sec =~ s/&([a-zA-Z\_]+)/{\\it \1}/g;
492
493 print "\n{\\large{$sec}}\\\\\n";
494 print "\\begin{rmfamily}\n";
495
496 $sec = $args{'sections'}{$section};
497 $sec =~ s/\\:/:/g;
498 $sec =~ s/&([a-zA-Z\_]+)/{\\it \1}/g;
499 $sec =~ s/->/\$\\rightarrow\$/g;
500 $sec =~ s/([0-9]+)\^([0-9]+)/\$\{\1\}\^\{\2\}\$/g;
501
502 $out = just_highlight($sec);
503 $out =~ s/_/\\_/g;
504
505 print $out;
506 print "\\end{rmfamily}\n";
507 }
508 print "\n";
509 }
510
511
512 # output in sgml DocBook
513 sub output_sgml {
514 my %args = %{$_[0]};
515 my ($parameter, $section);
516 my $count;
517 my $id;
518
519 $id = $args{'module'}."-".$args{'function'};
520 $id =~ s/[^A-Za-z0-9]/-/g;
521
522 print "<refentry>\n";
523 print "<refmeta>\n";
524 print "<refentrytitle><phrase id=\"$id\">".$args{'function'}."</phrase></r
525 efentrytitle>\n";
526 print "</refmeta>\n";
527 print "<refnamediv>\n";
528 print " <refname>".$args{'function'}."</refname>\n";
529 print " <refpurpose>\n";
530 print " ".$args{'purpose'}."\n";
531 print " </refpurpose>\n";
532 print "</refnamediv>\n";
533
534 print "<refsynopsisdiv>\n";
535 print " <title>Synopsis</title>\n";
536 print " <funcsynopsis>\n";
537 print " <funcdef>".$args{'functiontype'}." ";
538 print "<function>".$args{'function'}." ";
539 print "</function></funcdef>\n";
540
541 # print "<refsect1>\n";
542 # print " <title>Synopsis</title>\n";
543 # print " <funcsynopsis>\n";
544 # print " <funcdef>".$args{'functiontype'}." ";
545 # print "<function>".$args{'function'}." ";
546 # print "</function></funcdef>\n";
547
548 $count = 0;
549 if ($#{$args{'parameterlist'}} >= 0) {
550 foreach $parameter (@{$args{'parameterlist'}}) {
551 print " <paramdef>".$args{'parametertypes'}{$parameter};
552 print " <parameter>$parameter</parameter></paramdef>\n";
553 }
554 } else {
555 print " <void>\n";
556 }
557 print " </funcsynopsis>\n";
558 print "</refsynopsisdiv>\n";
559 # print "</refsect1>\n";
560
561 # print parameters
562 print "<refsect1>\n <title>Arguments</title>\n";
563 # print "<para>\nArguments\n";
564 if ($#{$args{'parameterlist'}} >= 0) {
565 print " <variablelist>\n";
566 foreach $parameter (@{$args{'parameterlist'}}) {
567 print " <varlistentry>\n <term><parameter>$parameter</parameter
568 ></term>\n";
569 print " <listitem>\n <para>\n";
570 $lineprefix=" ";
571 output_highlight($args{'parameters'}{$parameter});
572 print " </para>\n </listitem>\n </varlistentry>\n";
573 }
574 print " </variablelist>\n";
575 } else {
576 print " <para>\n None\n </para>\n";
577 }
578 print "</refsect1>\n";
579
580 # print out each section
581 $lineprefix=" ";
582 foreach $section (@{$args{'sectionlist'}}) {
583 print "<refsect1>\n <title>$section</title>\n <para>\n";
584 # print "<para>\n$section\n";
585 if ($section =~ m/EXAMPLE/i) {
586 print "<example><para>\n";
587 }
588 output_highlight($args{'sections'}{$section});
589 # print "</para>";
590 if ($section =~ m/EXAMPLE/i) {
591 print "</para></example>\n";
592 }
593 print " </para>\n</refsect1>\n";
594 }
595
596 print "\n\n";
597 }
598
599 ##
600 # output in man
601 sub output_man {
602 my %args = %{$_[0]};
603 my ($parameter, $section);
604 my $count;
605
606 print ".TH \"$args{'function'}\" 3 \"$args{'sourceversion'}\" \"". $args{'
607 module'} . "\" \"". $args{'module'} . "\"\n";
608
609 print ".SH NAME\n";
610
611 print $args{'function'}."\n";
612
613 print ".SH SYNOPSIS\n";
614 print ".B #include <". lc((split /_/, $args{'function'})[0]) . ".h>\n"
615 if $args{'includefuncprefix'};
616 print ".sp\n";
617 print ".BI \"".$args{'functiontype'}." ".$args{'function'}."(";
618 $count = 0;
619 foreach $parameter (@{$args{'parameterlist'}}) {
620 print $args{'parametertypes'}{$parameter}." \" ".$parameter." \"";
621 if ($count != $#{$args{'parameterlist'}}) {
622 $count++;
623 print ", ";
624 }
625 }
626 print ");\"\n";
627
628 print ".SH ARGUMENTS\n";
629 foreach $parameter (@{$args{'parameterlist'}}) {
630 print ".IP \"".$args{'parametertypes'}{$parameter}." ".$parameter."\"
631 12\n";
632 output_highlight($args{'parameters'}{$parameter});
633 }
634 foreach $section (@{$args{'sectionlist'}}) {
635 print ".SH \"" . uc($section) . "\"\n";
636 output_highlight($args{'sections'}{$section});
637 }
638
639 if ($args{'bugsto'}) {
640 print ".SH \"REPORTING BUGS\"\n";
641 print "Report bugs to <". $args{'bugsto'} . ">.\n";
642 }
643
644 if ($args{'copyright'}) {
645 print ".SH COPYRIGHT\n";
646 print "Copyright \\(co ". $args{'copyright'} . ".\n";
647 if ($args{'verbatimcopying'}) {
648 print ".br\n";
649 print "Permission is granted to make and distribute verbatim copie
650 s of this\n";
651 print "manual provided the copyright notice and this permission no
652 tice are\n";
653 print "preserved on all copies.\n";
654 }
655 }
656
657 if ($args{'seeinfo'}) {
658 print ".SH \"SEE ALSO\"\n";
659 print "The full documentation for\n";
660 print ".B " . $args{'module'} . "\n";
661 print "is maintained as a Texinfo manual. If the\n";
662 print ".B info\n";
663 print "and\n";
664 print ".B " . $args{'module'} . "\n";
665 print "programs are properly installed at your site, the command\n";
666 print ".IP\n";
667 print ".B info " . $args{'seeinfo'} . "\n";
668 print ".PP\n";
669 print "should give you access to the complete manual.\n";
670 }
671 }
672
673 sub output_listfunc {
674 my %args = %{$_[0]};
675 print $args{'function'} . "\n";
676 }
677
678 ##
679 # output in text
680 sub output_text {
681 my %args = %{$_[0]};
682 my ($parameter, $section);
683
684 print "Function = ".$args{'function'}."\n";
685 print " return type: ".$args{'functiontype'}."\n\n";
686 foreach $parameter (@{$args{'parameterlist'}}) {
687 print " ".$args{'parametertypes'}{$parameter}." ".$parameter."\n";
688 print " -> ".$args{'parameters'}{$parameter}."\n";
689 }
690 foreach $section (@{$args{'sectionlist'}}) {
691 print " $section:\n";
692 print " -> ";
693 output_highlight($args{'sections'}{$section});
694 }
695 }
696
697 ##
698 # generic output function - calls the right one based
699 # on current output mode.
700 sub output_function {
701 # output_html(@_);
702 eval "output_".$output_mode."(\@_);";
703 }
704
705
706 ##
707 # takes a function prototype and spits out all the details
708 # stored in the global arrays/hsahes.
709 sub dump_function {
710 my $prototype = shift @_;
711
712 if ($prototype =~ m/^()([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
713 $prototype =~ m/^(\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
714 $prototype =~ m/^(\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
715 $prototype =~ m/^(\w+\s+\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ ||
716 $prototype =~ m/^(\w+\s+\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/)
717 {
718 $return_type = $1;
719 $function_name = $2;
720 $args = $3;
721
722 # print STDERR "ARGS = '$args'\n";
723
724 foreach $arg (split ',', $args) {
725 # strip leading/trailing spaces
726 $arg =~ s/^\s*//;
727 $arg =~ s/\s*$//;
728 # print STDERR "SCAN ARG: '$arg'\n";
729 @args = split('\s', $arg);
730
731 # print STDERR " -> @args\n";
732 $param = pop @args;
733 # print STDERR " -> @args\n";
734 if ($param =~ m/^(\*+)(.*)/) {
735 $param = $2;
736 push @args, $1;
737 }
738 if ($param =~ m/^(.*)(\[\])$/) {
739 $param = $1;
740 push @args, $2;
741 }
742 # print STDERR " :> @args\n";
743 $type = join " ", @args;
744
745 if ($parameters{$param} eq "" && $param != "void") {
746 $parameters{$param} = "-- undescribed --";
747 print STDERR "Warning($lineno): Function parameter '$param' no
748 t described in '$function_name'\n";
749 }
750
751 push @parameterlist, $param;
752 $parametertypes{$param} = $type;
753
754 # print STDERR "param = '$param', type = '$type'\n";
755 }
756 } else {
757 print STDERR "Error($lineno): cannot understand prototype: '$prototype
758 '\n";
759 return;
760 }
761
762 if ($function_only==0 || defined($function_table{$function_name})) {
763 output_function({'function' => $function_name,
764 'module' => $modulename,
765 'sourceversion' => $sourceversion,
766 'includefuncprefix' => $includefuncprefix,
767 'bugsto' => $bugsto,
768 'copyright' => $copyright,
769 'verbatimcopying' => $verbatimcopying,
770 'seeinfo' => $seeinfo,
771 'functiontype' => $return_type,
772 'parameterlist' => \@parameterlist,
773 'parameters' => \%parameters,
774 'parametertypes' => \%parametertypes,
775 'sectionlist' => \@sectionlist,
776 'sections' => \%sections,
777 'purpose' => $function_purpose
778 });
779 }
780 }
781
782 ######################################################################
783 # main
784 # states
785 # 0 - normal code
786 # 1 - looking for function name
787 # 2 - scanning field start.
788 # 3 - scanning prototype.
789 $state = 0;
790 $section = "";
791
792 $doc_special = "\@\%\$\&";
793
794 $doc_start = "^/\\*\\*\$";
795 $doc_end = "\\*/";
796 $doc_com = "\\s*\\*\\s*";
797 $doc_func = $doc_com."(\\w+):?";
798 $doc_sect = $doc_com."([".$doc_special."[:upper:]][\\w ]+):(.*)";
799 $doc_content = $doc_com."(.*)";
800
801 %constants = ();
802 %parameters = ();
803 @parameterlist = ();
804 %sections = ();
805 @sectionlist = ();
806
807 $contents = "";
808 $section_default = "Description"; # default section
809 $section = $section_default;
810
811 $lineno = 0;
812 foreach $file (@ARGV) {
813 if (!open(IN,"<$file")) {
814 print STDERR "Error: Cannot open file $file\n";
815 next;
816 }
817 while (<IN>) {
818 $lineno++;
819
820 if ($state == 0) {
821 if (/$doc_start/o) {
822 $state = 1; # next line is always the function nam
823 e
824 }
825 } elsif ($state == 1) { # this line is the function name (always)
826 if (/$doc_func/o) {
827 $function = $1;
828 $state = 2;
829 if (/-(.*)/) {
830 $function_purpose = $1;
831 } else {
832 $function_purpose = "";
833 }
834 if ($verbose) {
835 print STDERR "Info($lineno): Scanning doc for $function\n"
836 ;
837 }
838 } else {
839 print STDERR "WARN($lineno): Cannot understand $_ on line $lin
840 eno",
841 " - I thought it was a doc line\n";
842 $state = 0;
843 }
844 } elsif ($state == 2) { # look for head: lines, and include content
845 if (/$doc_sect/o) {
846 $newsection = $1;
847 $newcontents = $2;
848
849 if ($contents ne "") {
850 dump_section($section, $contents);
851 $section = $section_default;
852 }
853
854 $contents = $newcontents;
855 if ($contents ne "") {
856 $contents .= "\n";
857 }
858 $section = $newsection;
859 } elsif (/$doc_end/) {
860
861 if ($contents ne "") {
862 dump_section($section, $contents);
863 $section = $section_default;
864 $contents = "";
865 }
866
867 # print STDERR "end of doc comment, looking for prototype\n";
868 $prototype = "";
869 $state = 3;
870 } elsif (/$doc_content/) {
871 # miguel-style comment kludge, look for blank lines after
872 # @parameter line to signify start of description
873 if ($1 eq "" && $section =~ m/^@/) {
874 dump_section($section, $contents);
875 $section = $section_default;
876 $contents = "";
877 } else {
878 $contents .= $1."\n";
879 }
880 } else {
881 # i dont know - bad line? ignore.
882 print STDERR "WARNING($lineno): bad line: $_";
883 }
884 } elsif ($state == 3) { # scanning for function { (end of prototype)
885 if (m#\s*/\*\s+MACDOC\s*#io) {
886 # do nothing
887 }
888 elsif (/([^\{]*)/) {
889 $prototype .= $1;
890 }
891 if (/\{/) {
892 $prototype =~ s@/\*.*?\*/@@gos; # strip comments.
893 $prototype =~ s@[\r\n]+@ @gos; # strip newlines/cr's.
894 $prototype =~ s@^ +@@gos; # strip leading spaces
895 dump_function($prototype);
896
897 $function = "";
898 %constants = ();
899 %parameters = ();
900 %parametertypes = ();
901 @parameterlist = ();
902 %sections = ();
903 @sectionlist = ();
904 $prototype = "";
905
906 $state = 0;
907 }
908 }
909 }
910 }
911
912
913
+0
-212
util/gen-dir-node less more
0 #!/bin/sh
1 # $Id: gen-dir-node,v 1.3 2004/04/11 17:56:47 karl Exp $
2 # Generate the top-level Info node, given a directory of Info files
3 # and (optionally) a skeleton file. The output will be suitable for a
4 # top-level dir file. The skeleton file contains info topic names in the
5 # order they should appear in the output. There are three special
6 # lines that alter the behavior: a line consisting of just "--" causes
7 # the next line to be echoed verbatim to the output. A line
8 # containing just "%%" causes all the remaining filenames (wildcards
9 # allowed) in the rest of the file to be ignored. A line containing
10 # just "!!" exits the script when reached (unless preceded by a line
11 # containing just "--"). Once the script reaches the end of the
12 # skeleton file, it goes through the remaining files in the directory
13 # in order, putting their entries at the end. The script will use the
14 # ENTRY information in each info file if it exists. Otherwise it will
15 # make a minimal entry.
16
17 # sent by Jeffrey Osier <jeffrey@cygnus.com>, who thinks it came from
18 # zoo@winternet.com (david d `zoo' zuhn)
19
20 # modified 7 April 1995 by Joe Harrington <jh@tecate.gsfc.nasa.gov> to
21 # take special flags
22
23 INFODIR=$1
24 if [ $# = 2 ] ; then
25 SKELETON=$2
26 else
27 SKELETON=/dev/null
28 fi
29
30 skip=
31
32 if [ $# -gt 2 ] ; then
33 echo usage: $0 info-directory [ skeleton-file ] 1>&2
34 exit 1
35 elif [ -z "${INFODIR}" ] ; then
36 INFODIR="%%DEFAULT_INFO_DIR%%"
37 else
38 true
39 fi
40
41 if [ ! -d ${INFODIR} ] ; then
42 echo "$0: first argument must specify a directory"
43 exit 1
44 fi
45
46 ### output the dir header
47 echo "-*- Text -*-"
48 echo "This file was generated automatically by $0."
49 echo "This version was generated on `date`"
50 echo "by `whoami`@`hostname` for `(cd ${INFODIR}; pwd)`"
51
52 cat << moobler
53 \$Id: gen-dir-node,v 1.3 2004/04/11 17:56:47 karl Exp $
54 This is the file .../info/dir, which contains the topmost node of the
55 Info hierarchy. The first time you invoke Info you start off
56 looking at that node, which is (dir)Top.
57 
58 File: dir Node: Top This is the top of the INFO tree
59
60 This (the Directory node) gives a menu of major topics.
61 Typing "q" exits, "?" lists all Info commands, "d" returns here,
62 "h" gives a primer for first-timers,
63 "mEmacs<Return>" visits the Emacs topic, etc.
64
65 In Emacs, you can click mouse button 2 on a menu item or cross reference
66 to select it.
67
68 * Menu: The list of major topics begins on the next line.
69
70 moobler
71
72 ### go through the list of files in the skeleton. If an info file
73 ### exists, grab the ENTRY information from it. If an entry exists
74 ### use it, otherwise create a minimal dir entry.
75 ###
76 ### Then remove that file from the list of existing files. If any
77 ### additional files remain (ones that don't have a skeleton entry),
78 ### then generate entries for those in the same way, putting the info for
79 ### those at the end....
80
81 infofiles=`(cd ${INFODIR}; /bin/ls | grep -v '\-[0-9]*$' | egrep -v '^dir$|^dir\.info$|^dir\.orig$')`
82
83 # echoing gets clobbered by backquotes; we do it the hard way...
84 lines=`wc $SKELETON | awk '{print $1}'`
85 line=1
86 while [ $lines -ge $line ] ; do
87 # Read one line from the file. This is so that we can echo lines with
88 # whitespace and quoted characters in them.
89 fileline=`awk NR==$line $SKELETON`
90
91 # flag fancy features
92 if [ ! -z "$echoline" ] ; then # echo line
93 echo "$fileline"
94 fileline=
95 echoline=
96 elif [ "${fileline}" = "--" ] ; then # should we echo the next line?
97 echoline=1
98 elif [ "${fileline}" = "%%" ] ; then # eliminate remaining files from dir?
99 skip=1
100 elif [ "${fileline}" = "!!" ] ; then # quit now
101 exit 0
102 fi
103
104 # handle files if they exist
105 for file in $fileline"" ; do # expand wildcards ("" handles blank lines)
106
107 fname=
108
109 if [ -z "$echoline" ] && [ ! -z "$file" ] ; then
110 # Find the file to operate upon. Check both possible names.
111 infoname=`echo $file | sed 's/\.info$//'`
112 noext=
113 ext=
114 if [ -f ${INFODIR}/$infoname ] ; then
115 noext=$infoname
116 fi
117 if [ -f ${INFODIR}/${infoname}.info ] ; then
118 ext=${infoname}.info
119 fi
120
121 # If it exists with both names take what was said in the file.
122 if [ ! -z "$ext" ] && [ ! -z "$noext" ]; then
123 fname=$file
124 warn="### Warning: $ext and $noext both exist! Using ${file}. ###"
125 elif [ ! -z "${noext}${ext}" ]; then
126 # just take the name if it exists only once
127 fname=${noext}${ext}
128 fi
129
130 # if we found something and aren't skipping, do the entry
131 if [ ! -z "$fname" ] ; then
132 if [ -z "$skip" ] ; then
133
134 if [ ! -z "$warn" ] ; then # issue any warning
135 echo $warn
136 warn=
137 fi
138
139 entry=`sed -e '1,/START-INFO-DIR-ENTRY/d' \
140 -e '/END-INFO-DIR-ENTRY/,$d' ${INFODIR}/$fname`
141 if [ ! -z "${entry}" ] ; then
142 echo "${entry}"
143 else
144 echo "* ${infoname}: (${infoname})."
145 fi
146 fi
147
148 # remove the name from the directory listing
149 infofiles=`echo "" ${infofiles} "" | sed -e "s/ ${fname} / /" -e "s/ / /g"`
150
151 fi
152
153 fi
154
155 done
156
157 line=`expr $line + 1`
158 done
159
160 if [ -z "${infofiles}" ] ; then
161 exit 0
162 elif [ $lines -gt 0 ]; then
163 echo
164 fi
165
166 # Sort remaining files by INFO-DIR-SECTION.
167 prevsect=
168 filesectdata=`(cd ${INFODIR}; fgrep INFO-DIR-SECTION /dev/null ${infofiles} | \
169 fgrep -v 'INFO-DIR-SECTION Miscellaneous' | \
170 sort -t: -k2 -k1 | tr ' ' '_')`
171 for sectdata in ${filesectdata}; do
172 file=`echo ${sectdata} | cut -d: -f1`
173 section=`sed -n -e 's/^INFO-DIR-SECTION //p' ${INFODIR}/${file}`
174 infofiles=`echo "" ${infofiles} "" | sed -e "s/ ${file} / /" -e "s/ / /g"`
175
176 if [ "${prevsect}" != "${section}" ] ; then
177 if [ ! -z "${prevsect}" ] ; then
178 echo ""
179 fi
180 echo "${section}"
181 prevsect="${section}"
182 fi
183
184 infoname=`echo $file | sed 's/\.info$//'`
185 entry=`sed -e '1,/START-INFO-DIR-ENTRY/d' \
186 -e '/END-INFO-DIR-ENTRY/,$d' ${INFODIR}/${file}`
187 if [ ! -z "${entry}" ] ; then
188 echo "${entry}"
189 elif [ ! -d "${INFODIR}/${file}" ] ; then
190 echo "* ${infoname}: (${infoname})."
191 fi
192 done
193
194 # Process miscellaneous files.
195 for file in ${infofiles}; do
196 if [ ! -z "${prevsect}" ] ; then
197 echo ""
198 echo "Miscellaneous"
199 prevsect=""
200 fi
201
202 infoname=`echo $file | sed 's/\.info$//'`
203 entry=`sed -e '1,/START-INFO-DIR-ENTRY/d' \
204 -e '/END-INFO-DIR-ENTRY/,$d' ${INFODIR}/${file}`
205
206 if [ ! -z "${entry}" ] ; then
207 echo "${entry}"
208 elif [ ! -d "${INFODIR}/${file}" ] ; then
209 echo "* ${infoname}: (${infoname})."
210 fi
211 done
7474 Please send broken links and other corrections or suggestions to
7575 <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
7676
77 <p>Copyright &copy; 2012 Free Software Foundation, Inc.</p>
77 <p>Copyright &copy; 2013 Free Software Foundation, Inc.</p>
7878
7979 <p>Verbatim copying and distribution of this entire article are
8080 permitted worldwide, without royalty, in any medium, provided this
00 # htmlxref.cnf - reference file for free Texinfo manuals on the web.
11
2 htmlxrefversion=2012-12-11.22; # UTC
3
4 # Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
2 htmlxrefversion=2013-01-02.00; # UTC
3
4 # Copyright 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
55 #
66 # Copying and distribution of this file, with or without modification,
77 # are permitted in any medium without royalty provided the copyright
259259
260260 gmediaserver node ${GS}/gmediaserver/manual/
261261
262 gmp mono ${GS}/gmp/manual/html_mono/gmp.html
263 gmp node ${GS}/gmp/manual/html_node/
262 gmp node http://www.gmplib.org/manual/
264263
265264 gnu-arch node ${GS}/gnu-arch/tutorial/
266265
+0
-104
util/infosrch less more
0 #!/usr/local/bin/perl -w
1 # $Id: infosrch,v 1.2 2004/04/11 17:56:47 karl Exp $
2 # infosrch does a regex search on an info manual.
3 # By Harry Putnam <reader@newsguy.com>.
4
5 ($myscript = $0) =~ s:^.*/::;
6 $six = '';
7
8 if($ARGV[0] eq "help"){
9 &usage;
10 exit;
11 }
12 if($ARGV[0] eq "-e"){
13 shift;
14 $six = "true";
15 }
16 if(!$ARGV[1]){
17 &usage;
18 exit;
19 }
20
21 $target = shift;
22 $regex = shift;
23
24 $shell_proc = "info --output - --subnodes 2>/dev/null $target";
25
26 open(SHELL_PROC," $shell_proc|");
27 while(<SHELL_PROC>){
28 chomp;
29 push @lines,$_;
30 }
31 close(SHELL_PROC);
32 $cnt = 0;
33 for(@lines){
34 if(/$regex/ && !$six){
35 print "$target\n $lines[($cnt-1)]\n<$cnt> $lines[$cnt]\n $lines[($cnt+1)]\n";
36 print "-- \n";
37 }elsif(/$regex/ && $six){
38 print "$target\n";
39 if($lines[($cnt-6)]){
40 print " $lines[($cnt-6)]\n";
41 }
42 if($lines[($cnt-5)]){
43 print " $lines[($cnt-5)]\n";
44 }
45 if($lines[($cnt-4)]){
46 print " $lines[($cnt-4)]\n";
47 }
48 if($lines[($cnt-3)]){
49 print " $lines[($cnt-3)]\n";
50 }
51 if($lines[($cnt-2)]){
52 print " $lines[($cnt-2)]\n";
53 }
54 if($lines[($cnt-1)]){
55 print " $lines[($cnt-1)]\n";
56 }
57 if($lines[$cnt]){
58 print "$cnt $lines[$cnt]\n";
59 }
60 if($lines[($cnt+1)]){
61 print " $lines[($cnt+1)]\n";
62 }
63 if($lines[($cnt+2)]){
64 print " $lines[($cnt+2)]\n";
65 }
66 if($lines[($cnt+3)]){
67 print " $lines[($cnt+3)]\n";
68 }
69 if($lines[($cnt+4)]){
70 print " $lines[($cnt+4)]\n";
71 }
72 if($lines[($cnt+5)]){
73 print " $lines[($cnt+5)]\n";
74 }
75 if($lines[($cnt+6)]){
76 print " $lines[($cnt+6)]\n";
77 }
78 print "-- \n";
79 }
80 $cnt++;
81 }
82
83 sub usage {
84 print <<EOM;
85
86 Purpose: Extract full text from info node and search it by regex
87 Usage: $myscript [-e] TARGET REGEX
88
89 Where TARGET is an info node such as `emacs', `bash' etc, and
90 REGEX is what you want to find in it.
91
92 The -e flag is not required but if used then 6 lines preceding and six
93 lines following any hits will be printed. The default (with no -e flag)
94 is to print one line before and after.
95
96 The output has the line number prepended to the line containing the
97 actual regex.
98
99 Info command used:
100 info --output - --subnodes 2>/dev/null TARGET
101
102 EOM
103 }
+0
-157
util/install-info-html less more
0 #!@BASH@
1 # $Id: install-info-html,v 1.3 2004/04/11 17:56:47 karl Exp $
2
3 name=install-info-html
4 version=1.0
5
6 all=
7 index_dir=.
8
9 #
10 # debugging
11 #
12 debug_echo=:
13
14
15 #
16 # print usage
17 #
18 function help ()
19 {
20 cat << EOF
21 $name $version
22 Install HTML info document.
23
24 Usage: $name [OPTION]... [DOCUMENT-DIR]...
25
26 Options:
27 -a,--all assume all subdirectories of index to be DOCUMENT-DIRs
28 -d,--dir=DIR set index directory to DIR (default=.)
29 -D,--debug print debugging info
30 -h,--help this help text
31 -v,--version show version
32 EOF
33 }
34
35
36 function cleanup ()
37 {
38 $debug_echo "cleaning ($?)..."
39 }
40
41 trap cleanup 0 9 15
42
43 #
44 # Find command line options and switches
45 #
46
47 # "x:" x takes argument
48 #
49 options="adhvW:"
50 #
51 # ugh, "\-" is a hack to support long options
52 # must be in double quotes for bash-2.0
53
54 while getopts "\-:$options" O
55 do
56 $debug_echo "O: \`$O'"
57 $debug_echo "arg: \`$OPTARG'"
58 case $O in
59 a)
60 all=yes
61 ;;
62 D)
63 [ "$debug_echo" = "echo" ] && set -x
64 debug_echo=echo
65 ;;
66 h)
67 help;
68 exit 0
69 ;;
70 v)
71 echo $name $version
72 exit 0
73 ;;
74 d)
75 index_dir=$OPTARG
76 ;;
77 # a long option!
78 -)
79 case "$OPTARG" in
80 a*|-a*)
81 all=yes
82 ;;
83 de*|-de*)
84 [ "$debug_echo" = "echo" ] && set -x
85 debug_echo=echo
86 ;;
87 h*|-h*)
88 help;
89 exit 0
90 ;;
91 di*|-di*)
92 index_dir="`expr \"$OPTARG\" ':' '[^=]*=\(.*\)'`"
93 ;;
94 version|-version)
95 echo $name $version
96 exit 0
97 ;;
98 *|-*)
99 echo "$0: invalid option -- \"$OPTARG\""
100 help;
101 exit -1
102 ;;
103 esac
104 esac
105 done
106 shift `expr $OPTIND - 1`
107
108 #
109 # Input file name
110 #
111 if [ -z "$all" ] && [ -z "$1" ]; then
112 help
113 echo "$name: No HTML documents given"
114 exit 2
115 fi
116
117 if [ -n "$all" ] && [ -n "$1" ]; then
118 echo "$name: --all specified, ignoring DIRECTORY-DIRs"
119 fi
120
121 if [ -n "$all" ]; then
122 document_dirs=`/bin/ls -d1 $index_dir`
123 else
124 document_dirs=$*
125 fi
126
127 index_file=$index_dir/index.html
128 rm -f $index_file
129 echo -n "$name: Writing index: $index_file..."
130
131 # head
132 cat >> $index_file <<EOF
133 <html>
134 <head><title>Info documentation index</title></head>
135 <body>
136 <h1>Info documentation index</h1>
137 This is the directory file \`index.html' a.k.a. \`DIR', which contains the
138 topmost node of the HTML Info hierarchy.
139 <p>
140 This is all very much Work in Progress (WiP).
141 <p>
142 <ul>
143 EOF
144
145 #list
146 for i in $document_dirs; do
147 echo "<li> <a href=\"$i/$i.html\">$i</a></li>"
148 done >> $index_file
149
150 # foot
151 cat >> $index_file <<EOF
152 </ul>
153 </body>
154 </html>
155 EOF
156 echo
0 +@echo off
1 +perl "%~dpn0" %*
+0
-144
util/outline.gawk less more
0 #! /usr/local/bin/gawk -f
1
2 # texi.outline --- produce an outline from a texinfo source file
3 #
4 # Copyright (C) 1998 Arnold David Robbins (arnold@gnu.org)
5 #
6 # TEXI.OUTLINE is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # TEXI.OUTLINE is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19 # NOTE:
20 # This program uses gensub(), which is specific to gawk.
21 # With some work (split, substr, etc), it could be made to work
22 # on other awks, but it's not worth the trouble for me.
23
24 BEGIN \
25 {
26 # Levels at which different nodes can be
27 Level["@top"] = 0
28 Level["@appendix"] = 1
29 Level["@chapter"] = 1
30 Level["@majorheading"] = 1
31 Level["@unnumbered"] = 1
32 Level["@appendixsec"] = 2
33 Level["@heading"] = 2
34 Level["@section"] = 2
35 Level["@unnumberedsec"] = 2
36 Level["@unnumberedsubsec"] = 3
37 Level["@appendixsubsec"] = 3
38 Level["@subheading"] = 3
39 Level["@subsection"] = 3
40 Level["@appendixsubsubsec"] = 4
41 Level["@subsubheading"] = 4
42 Level["@subsubsection"] = 4
43 Level["@unnumberedsubsubsec"] = 4
44
45 # insure that we were called correctly
46 if (ARGC != 2) {
47 printf("usage: %s texinfo-file\n", ARGV[0]) > "/dev/stderr"
48 exit 1
49 }
50
51 # init header counters
52 app_letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
53 app_h = 0
54 l1_h = l2_h = l3_h = l4_h = 0
55 }
56
57 # skip lines we're not interested in
58 /^[^@]/ || ! ($1 in Level) { next }
59
60 Level[$1] == 1 {
61 if ($1 !~ /^@unnumbered/ || $1 !~ /heading/)
62 l1_h++
63 l2_h = l3_h = l4_h = 0
64 Ntabs = 0
65 Number = makenumber($1)
66 Title = maketitle($0)
67 print_title()
68 }
69
70 Level[$1] == 2 {
71 l2_h++
72 l3_h = l4_h = 0
73 Ntabs = 1
74 Number = makenumber($1)
75 Title = maketitle($0)
76 print_title()
77 }
78
79 Level[$1] == 3 {
80 l3_h++
81 l4_h = 0
82 Ntabs = 2
83 Number = makenumber($1)
84 Title = maketitle($0)
85 print_title()
86 }
87
88 Level[$1] == 4 {
89 l4_h++
90 Ntabs = 3
91 Number = makenumber($1)
92 Title = maketitle($0)
93 print_title()
94 }
95
96 # maketitle --- extract title
97
98 function maketitle(str, text)
99 {
100 $1 = "" # clobber section keyword
101 text = $0
102 gsub(/^[ \t]*/, "", text)
103 text = gensub(/@[a-z]+{/, "", "g", text)
104 text = gensub(/([^@])}/, "\\1", "g", text)
105 return text
106 }
107
108 # print_title --- print the title
109
110 function print_title( i)
111 {
112 for (i = 1; i <= Ntabs; i++)
113 printf "\t"
114 printf("%s %s\n", Number, Title)
115 }
116
117 # makenumber --- construct a heading number from levels and section command
118
119 function makenumber(command, result, lev1)
120 {
121 result = ""
122 if (command ~ /^@appendix/) {
123 if (Level[command] == 1)
124 app_h++
125
126 lev1 = substr(app_letters, app_h, 1)
127 } else if (command ~ /^@unnumbered/ || command ~ /heading/) {
128 lev1 = "(unnumbered)"
129 } else
130 lev1 = l1_h ""
131
132 result = lev1 "."
133 if (l2_h > 0) {
134 result = result l2_h "."
135 if (l3_h > 0) {
136 result = result l3_h "."
137 if (l4_h > 0) {
138 result = result l4_h "."
139 }
140 }
141 }
142 return result
143 }
0 +@echo off
1 +perl "%~dpn0" %*
+0
-355
util/prepinfo.awk less more
0 #! /usr/local/bin/gawk -f
1
2 # prepinfo.awk --- fix node lines and menus
3 #
4 # Copyright 1998 Arnold Robbins, arnold@gnu.org
5 #
6 # PREPINFO is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # PREPINFO is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19 BEGIN \
20 {
21 # manifest constants
22 TRUE = 1
23 FALSE = 0
24
25 # Levels at which different nodes can be
26 Level["@top"] = 0
27 Level["@appendix"] = 1
28 Level["@chapter"] = 1
29 Level["@majorheading"] = 1
30 Level["@unnumbered"] = 1
31 Level["@appendixsec"] = 2
32 Level["@heading"] = 2
33 Level["@section"] = 2
34 Level["@unnumberedsec"] = 2
35 Level["@unnumberedsubsec"] = 3
36 Level["@appendixsubsec"] = 3
37 Level["@subheading"] = 3
38 Level["@subsection"] = 3
39 Level["@appendixsubsubsec"] = 4
40 Level["@subsubheading"] = 4
41 Level["@subsubsection"] = 4
42 Level["@unnumberedsubsubsec"] = 4
43
44 # Length of menus
45 Menumargin = 78
46
47 # Length of menu item
48 Min_menitem_length = 29
49
50 # insure that we were called correctly
51 if (ARGC != 2) {
52 printf("usage: %s texinfo-file\n", ARGV[0]) > "/dev/stderr"
53 exit 1
54 }
55
56 # Arrange for two passes over input file
57 Pass = 1
58 ARGV[2] = "Pass=2"
59 ARGV[3] = ARGV[1]
60 ARGC = 4
61 Lastlevel = -1
62
63 # Initialize stacks
64 Up[-1] = "(dir)"
65 Prev[0] = "(dir)"
66
67 if (Debug == "args") {
68 for (i = 0; i < ARGC; i++)
69 printf("ARGV[%d] = %s\n", i, ARGV[i]) > "/dev/stderr"
70 }
71 }
72
73 $1 == "@node" \
74 {
75 Name = getnodename($0)
76 Nodeseen = TRUE
77
78 if ((l = length(Name)) > Maxlen)
79 Maxlen = l
80
81 if (Debug == "nodenames")
82 printf("Name = %s\n", Name) > "/dev/stderr"
83
84 if (Pass == 1)
85 next
86 }
87
88 Pass == 1 && /^@c(omment)?[ \t]+fakenode/ \
89 {
90 if (Debug == "fakenodes")
91 printf("fakenode at %d\n", FNR) > "/dev/stderr"
92 Fakenode = TRUE
93 next
94 }
95
96 Pass == 1 && ($1 in Level) \
97 {
98 # skip fake nodes --- titles without associated @node lines
99 if (Fakenode) {
100 if (Debug == "fakenodes")
101 printf("%s at %d is a fakenode\n", $1, FNR) > "/dev/stderr"
102 Fakenode = FALSE
103 next
104 }
105
106 if (Debug == "titles")
107 printf("Processing %s: Name = %s\n", $1, Name) > "/dev/stderr"
108
109 # save type
110 type = $1
111
112 if (! Nodeseen) {
113 err_prefix()
114 printf("%s line with no @node or fakenode line\n",
115 type) > "/dev/stderr"
116 Badheading[FNR] = 1
117 # ??? used ???
118 next
119 } else
120 Nodeseen = FALSE # reset it
121
122 # Squirrel away the info
123 levelnum = Level[type]
124 Node[Name ".level"] = levelnum
125 Node[Name ".name"] = Name
126 if (Debug == "titles") {
127 printf("Node[%s\".level\"] = %s\n", Name, Node[Name ".level"]) > "/dev/stderr"
128 printf("Node[%s\".name\"] = %s\n", Name, Node[Name ".name"]) > "/dev/stderr"
129 }
130
131 if (levelnum == Lastlevel) { # e.g., two sections in a row
132 Node[Name ".up"] = Up[levelnum - 1]
133 if (levelnum in Prev) {
134 Node[Prev[levelnum] ".next"] = Name
135 Node[Name ".prev"] = Prev[levelnum]
136 }
137 Prev[levelnum] = Name
138 Up[levelnum] = Name # ???
139 } else if (levelnum < Lastlevel) { # section, now chapter
140 Lastlevel = levelnum
141 Node[Name ".up"] = Up[levelnum - 1]
142 if (levelnum in Prev) {
143 Node[Name ".prev"] = Prev[levelnum]
144 Node[Prev[levelnum] ".next"] = Name
145 }
146 Prev[levelnum] = Name
147 Up[levelnum] = Name
148 } else { # chapter, now section, levelnum > Lastlevel
149 Node[Name ".up"] = Up[levelnum - 1]
150 Node[Up[Lastlevel] ".child"] = Name
151 Up[levelnum] = Name
152 Prev[levelnum] = Name
153 Lastlevel = levelnum
154 }
155
156 # For master menu
157 if (Level[$1] >= 2)
158 List[++Sequence] = Name
159
160 if (Debug == "titles") {
161 printf("Node[%s\".prev\"] = %s\n", Name, Node[Name ".prev"]) > "/dev/stderr"
162 printf("Node[%s\".up\"] = %s\n", Name, Node[Name ".up"]) > "/dev/stderr"
163 printf("Node[%s\".child\"] = %s\n", Name, Node[Name ".child"]) > "/dev/stderr"
164 }
165 }
166
167 Pass == 2 && Debug == "dumptitles" && FNR <= 1 \
168 {
169 for (i in Node)
170 printf("Node[%s] = %s\n", i, Node[i]) | "sort 1>&2"
171 close("sort 1>&2")
172 }
173
174 /^@menu/ && Pass == 1, /^@end[ \t]+menu/ && Pass == 1 \
175 {
176 if (/^@menu/ || /^@end[ \t]+menu/)
177 next
178
179 # if (Debug == "menu")
180 # printf("processing: %s\n", $0) > "/dev/stderr"
181
182 if (/^\*/) {
183 if (In_menitem) { # file away info from previousline
184 Node[node ".mendesc"] = desc
185 Node[node ".longdesc"] = longdesc
186 if (Debug == "mendesc") {
187 printf("Node[%s.mendesc] = %s\n",
188 node, Node[node ".mendesc"]) > "/dev/stderr"
189 printf("Node[%s.longdesc] = %s\n",
190 node, Node[node ".longdesc"]) > "/dev/stderr"
191 }
192 }
193 In_menitem = TRUE
194
195 # pull apart menu item
196 $1 = "" # nuke ``*''
197 $0 = $0 # reparse line
198 i1 = index($0, ":")
199 if (i1 <= 0) {
200 err_prefix()
201 printf("badly formed menu item") > "/dev/stderr"
202 next
203 }
204 if (substr($0, i1+1, 1) != ":") { # desc: node. long desc
205 i2 = index($0, ".")
206 if (i2 <= 0) {
207 err_prefix()
208 printf("badly formed menu item") > "/dev/stderr"
209 next
210 }
211 desc = substr($0, 1, i1 - 1)
212 sub(/^[ \t]+/, "", node)
213 sub(/[ \t]+$/, "", node)
214 longdesc = substr($0, i2 + 1)
215 } else { # nodname:: long desc
216 desc = ""
217 node = substr($0, 1, i1 - 1)
218 sub(/^[ \t]+/, "", node)
219 sub(/[ \t]+$/, "", node)
220 longdesc = substr($0, i1 + 2)
221 }
222 } else if (In_menitem) { # continuation line
223 longdesc = longdesc " " $0
224 } else
225 In_menitem = FALSE
226
227 Node[node ".mendesc"] = desc
228 Node[node ".longdesc"] = longdesc
229 if (Debug == "mendesc") {
230 printf("Node[%s.mendesc] = %s\n",
231 node, Node[node ".mendesc"]) > "/dev/stderr"
232 printf("Node[%s.longdesc] = %s\n",
233 node, Node[node ".longdesc"]) > "/dev/stderr"
234 }
235
236 if (Debug == "menu")
237 printf("Menu:: Name %s: desc %s: longdesc %s\n",
238 node, desc, longdesc) > "/dev/stderr"
239 }
240
241 function err_prefix()
242 {
243 printf("%s: %s: %d: ", ARGV[0], FILENAME, FNR) > "/dev/stderr"
244 }
245
246 function getnodename(str)
247 {
248 sub(/@node[ \t]+/, "", str)
249 sub(/,.*/, "", str)
250 if (Debug == "nodenames")
251 printf("getnodename: return %s\n", str) > "/dev/stderr"
252 return str
253 }
254
255 Pass == 2 && /^@node/ \
256 {
257 Name = getnodename($0)
258
259 # Top node is special. It's next is the first child
260 n = Node[Name ".next"]
261 if (Node[Name ".level"] == 0 && n == "")
262 n = Node[Name ".child"]
263
264 printf("@node %s, %s, %s, %s\n", Name, n,
265 Node[Name ".prev"] ? Node[Name ".prev"] : Node[Name ".up"],
266 Node[Name ".up"])
267 next
268 }
269
270 Pass == 2 && /^@menu/ \
271 {
272 # First, nuke current contents of menu
273 do {
274 if ((getline) <= 0) {
275 err_prefix()
276 printf("unexpected EOF inside menu\n") > "/dev/stderr"
277 exit 1
278 }
279 } while (! /^@end[ \t]+menu/)
280
281 # next, compute maximum length of a node name
282 max = 0
283 for (n = Node[Name ".child"]; (n ".next") in Node; n = Node[n ".next"]) {
284 if ((n ".desc") in Node)
285 s = Node[n ".desc"] ": " n "."
286 else
287 s = n "::"
288 l = length(s)
289 if (l > max)
290 max = l
291 }
292 if (max < Min_menitem_length)
293 max = Min_menitem_length
294
295 # now dump the menu
296 print "@menu"
297
298 for (n = Node[Name ".child"]; (n ".next") in Node; n = Node[n ".next"]) {
299 print_menuitem(n, max)
300 }
301 print_menuitem(n, max)
302
303 if (Name == "Top") { # Master Menu
304 if (Maxlen < Min_menitem_length)
305 Maxlen = Min_menitem_length
306 print ""
307 for (i = 1; i <= Sequence; i++)
308 print_menuitem(List[i], Maxlen)
309 print ""
310 }
311 print "@end menu"
312 next
313 }
314
315 Pass == 2 # print
316
317
318 function print_menuitem(n, max, nodesc, i, dwords, count, p)
319 {
320 nodesc = FALSE
321 if (! ((n ".longdesc") in Node)) {
322 err_prefix()
323 printf("warning: %s: no long description\n", n) > "/dev/stderr"
324 nodesc = TRUE
325 } else {
326 for (i in dwords)
327 delete dwords[i]
328 count = split(Node[n ".longdesc"], dwords, "[ \t\n]+")
329 }
330 if ((n ".desc") in Node)
331 s = Node[n ".desc"] ": " n "."
332 else
333 s = n "::"
334 printf("* %-*s", max, s)
335
336 if (Debug == "mendescitem")
337 printf("<* %-*s>\n", max, s) > "/dev/stderr"
338
339 p = max + 2
340 if (! nodesc) {
341 for (i = 1; i <= count; i++) {
342 l = length(dwords[i])
343 if (l == 0)
344 continue
345 if (p + l + 1 > Menumargin) {
346 printf("\n%*s", max + 2, " ")
347 p = max + 2
348 }
349 printf(" %s", dwords[i])
350 p += l + 1
351 }
352 }
353 print ""
354 }
0 # Makefile.am for texinfo/util/tests.
1 #
2 # Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
3 #
4 # This file is free software; as a special exception the author gives
5 # unlimited permission to copy and/or distribute it, with or without
6 # modifications, as long as this notice is preserved.
7 #
8 # This program is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
0 $Id: README,v 1.1 2013/01/02 01:22:18 karl Exp $
1 texinfo/util/tests/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 Perhaps some day we will actually make these work. We can't just invoke
10 them unconditionally, since people may or may not have working TeX
11 installations. And even checking whether it is working or not is not
12 simple.
13
14 The txitextest script compares old and new results of running manuals
15 through texinfo.tex. The texinfo.tex developer(s) run this from cron
16 nightly as an imperfect check against errors and/or reversions creeping in.
0 #!/bin/sh
1 # Copyright 2012 Free Software Foundation, Inc.
2 #
3 # This file is part of GNU Texinfo.
4 #
5 # GNU Texinfo is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License,
8 # or (at your option) any later version.
9 #
10 # GNU Texinfo is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 # This is a basic test of whether the Texinfo support in automake works.
19 # Both texi2dvi and makeinfo. Since it requires automake, we don't want
20 # to enable it by default or anything.
21
22 set -x; set -e; set -u
23
24 mkdir foo.dir
25 cd foo.dir
26
27 mkdir sub
28
29 cat > configure.ac <<'END'
30 AC_INIT([try-texinfo], [1.0])
31 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
32 AC_CONFIG_FILES([Makefile])
33 AC_OUTPUT
34 END
35
36 cat > Makefile.am <<'END'
37 all-local: pdf dvi ps info
38 info_TEXINFOS = sub/foobarbaz.texi
39 END
40
41 cat > sub/foobarbaz.texi <<'END'
42 \input texinfo
43 @setfilename foobarbaz.info
44 @settitle Zardoz
45 @node Top
46 Foo Bar.
47 @bye
48 END
49
50 autoreconf -vi
51 grep ' -o.*foobarbaz\.texi' Makefile.in # Sanity check.
52 ./configure
53 make
54 test -f sub/foobarbaz.info
55 test -f sub/foobarbaz.dvi
56 test -f sub/foobarbaz.ps
57 test -f sub/foobarbaz.pdf
58 make distcheck
0 #! /bin/sh
1 # Copyright (C) 2006, 2007 Free Software Foundation, Inc.
2 #
3 # This file is part of GNU Texinfo.
4 #
5 # GNU Texinfo is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License,
8 # or (at your option) any later version.
9 #
10 # GNU Texinfo is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 required='hevea'
19
20 . ./defs || exit 1
21
22 set -e
23
24 create_input_tex <<EOF
25 \cite{texinfo.doc}
26 \bibliographystyle{plain}
27 \bibliography{sample}
28 EOF
29
30 cat >sample.bib <<EOF
31 @misc{texinfo.doc,
32 title = "{GNU Texinfo}: The {GNU} documentation format",
33 author = "Robert J. Chassell and Richard M. Stallman",
34 year = "1988"
35 }
36 EOF
37
38
39 # check HTML|INFO|TEXT|DVI|PDF
40 # ----------------------------
41 check ()
42 {
43 out=$1
44 # Testing the local build mode.
45 TEXI2DVI_pass --$out --batch --tidy input.tex
46 # There should only be the DVI and the TEXI file.
47 assert_files input.$out input.tex sample.bib input.t2d
48 cp input.$out /tmp/foo
49 rm input.$out
50 }
51
52 # Currently we don't use bibtex with hevea. This is to be fixed.
53 for out in dvi pdf # html info text
54 do
55 check $out
56 done
0 # -*- shell-script -*-
1 # @configure_input@
2 #
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 #
6 # (This file was originally part of GNU Automake.)
7 #
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or (at
11 # your option) any later version.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 # Defines for Automake testing environment.
22 # Tom Tromey <tromey@cygnus.com>
23
24 # Be Bourne compatible.
25 # (Snippet copied from configure's initialization in Autoconf 2.57.)
26 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27 emulate sh
28 NULLCMD=:
29 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
30 # is contrary to our usage. Disable this feature.
31 alias -g '${1+"$@"}'='"$@"'
32 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
33 set -o posix
34 fi
35
36 # Ensure we are running from the right directory.
37 test -f ./defs || {
38 echo "defs: not found in current directory" 1>&2
39 exit 1
40 }
41
42 # If srcdir is not set, then we are not running from `make check', be verbose.
43 if test -z "$srcdir"; then
44 VERBOSE=x
45 # compute $srcdir.
46 srcdir=`echo "$0" | sed -e 's,/[^\\/]*$,,'`
47 test $srcdir = $0 && srcdir=.
48 fi
49
50 # Ensure $srcdir is set correctly.
51 test -f $srcdir/defs.in || {
52 echo "$srcdir/defs.in not found, check \$srcdir" 1>&2
53 exit 1
54 }
55
56 me=`echo "$0" | sed -e 's,.*[\\/],,;s/\.test$//'`
57
58 # See how redirections should work. User can set VERBOSE to see all
59 # output.
60 test -z "$VERBOSE" && {
61 exec > /dev/null 2>&1
62 }
63
64 # Make sure we override the user shell.
65 SHELL='@SHELL@'
66 export SHELL
67
68 srcdir_abs=`cd $srcdir && pwd`
69 test -z "$TEXI2DVI" && TEXI2DVI=$srcdir_abs/texi2dvi
70
71 # be sure we use texi2dvi and texindex from our own directory, not
72 # whatever happens to be in the path.
73 echo "defs: prepending $srcdir_abs to PATH for testing."
74 PATH="@abs_builddir@:@abs_srcdir@:$PATH"
75
76 # Some shells forget to export modified environment variables.
77 # (See note about `export' in the Autoconf manual.)
78 export PATH
79
80 # User can override various tools used.
81 test -z "$PERL" && PERL='@PERL@'
82
83 if test -n "$required"
84 then
85 for tool in $required
86 do
87 # Check that each required tool is present.
88 case $tool in
89 hevea)
90 # HeVeA supports -version only. Use configure to find it.
91 test -n "@HEVEA@" || exit 77
92 ;;
93 tex)
94 # No all versions of Tex support `--version', so we use
95 # a configure check.
96 test -n "@TEX@" || exit 77
97 ;;
98 # Generic case: the tool must support --version.
99 *)
100 echo "$me: running $tool --version"
101 ( $tool --version ) || exit 77
102 ;;
103 esac
104 done
105 fi
106
107
108 # Always use an absolute srcdir. Otherwise symlinks made in subdirs
109 # of the test dir just won't work.
110 case "$srcdir" in
111 [\\/]* | ?:[\\/]*)
112 ;;
113
114 *)
115 srcdir=`CDPATH=: && cd "$srcdir" && pwd`
116 ;;
117 esac
118
119 chmod -R a+rwx testSubDir > /dev/null 2>&1
120 rm -rf testSubDir > /dev/null 2>&1
121 mkdir testSubDir
122
123 # Copy in some files we need.
124 cp $srcdir/../doc/texinfo.tex testSubDir || exit 1
125
126 cd ./testSubDir
127
128
129 # Unset the user's envvars that might change the behavior.
130 unset TEXI2DVI_BUILD_MODE
131 unset TEXI2DVI_BUILD_DIRECTORY
132
133 echo "=== Running test $0"
134
135 # POSIX no longer requires 'egrep' and 'fgrep',
136 # but some hosts lack 'grep -E' and 'grep -F'.
137 EGREP='@EGREP@'
138 FGREP='@FGREP@'
139
140 # The amount we should wait after modifying files depends on the platform.
141 # For instance, Windows '95, '98 and ME have 2-second granularity
142 # and can be up to 3 seconds in the future w.r.t. the system clock.
143 sleep='sleep @MODIFICATION_DELAY@'
144
145 # The tests call `make -e' but we do not want $srcdir from the environment
146 # to override the definition from the Makefile.
147 testsrcdir=$srcdir
148 unset srcdir
149
150
151 # create_input_texi < INPUT
152 # -------------------------
153 # Create input.texi adding stdin inside a default prologue/epilogue
154 create_input_texi ()
155 {
156 {
157 cat << END
158 \input texinfo @c -*-texinfo-*-
159 @setfilename input
160 @settitle input
161
162 @ifnottex
163 @node Top
164 @top input
165 @end ifnottex
166
167 END
168 cat
169 cat << END
170 @bye
171 END
172 } >input.texi
173 }
174
175
176 # create_input_tex < INPUT
177 # ------------------------
178 # Create input.tex adding stdin inside a default prologue/epilogue
179 create_input_tex ()
180 {
181 {
182 cat << END
183 \documentclass{article}
184
185 \begin{document}
186 END
187 cat
188 cat << END
189 \end{document}
190 END
191 } >input.tex
192 }
193
194
195 # TEXI2DVI_run status [options...]
196 # --------------------------------
197 # Run texi2dvi with OPTIONS, and fail if does not exit with STATUS.
198 TEXI2DVI_run ()
199 {
200 expected_exitcode=$1
201 shift
202 exitcode=0
203 if test -n "$VERBOSE"; then
204 set x --debug --verbose ${1+"$@"}
205 shift
206 fi
207 texi2dvi ${1+"$@"} 2>stderr >stdout || exitcode=$?
208 cat stderr
209 cat stdout
210 test $exitcode = $expected_exitcode || exit 1
211 }
212
213
214 # TEXI2DVI_fail [options...]
215 # ---------------------------
216 # Run texi2dvi with OPTIONS, and fail if does not exit with failure.
217 TEXI2DVI_fail ()
218 {
219 TEXI2DVI_run 1 ${1+"$@"}
220 }
221
222
223 # TEXI2DVI_pass [options...]
224 # ---------------------------
225 # Run texi2dvi with OPTIONS, and fail if does not exit with failure.
226 TEXI2DVI_pass ()
227 {
228 TEXI2DVI_run 0 ${1+"$@"}
229 }
230
231
232 # optionset_get N OPTIONSET<1> -- OPTIONSET<2> -- ...
233 # ---------------------------------------------------
234 # Return OPTIONSET<N>
235 optionset_get ()
236 {
237 n=$1
238 shift
239 # Find the optionset.
240 while test $n != 1; do
241 case $1 in
242 --) n=`expr $n - 1`;;
243 esac
244 shift
245 done
246 # Return the optionset.
247 while true; do
248 case $#:$1 in
249 0:) break;;
250 *:--) shift; break;;
251 *) echo "$1"; shift;;
252 esac
253 done
254 }
255
256 # list_files ()
257 # -------------
258 # Return the sorted list of files in this directory, except the "invisible" ones.
259 list_files ()
260 {
261 for f in *
262 do
263 case $f in
264 texinfo.tex | stdout | stderr | ls.expected | ls.value );;
265 *) echo $f;;
266 esac
267 done | sort
268 }
269
270
271 # assert_files (EXPECTED-FILES)
272 # -----------------------------
273 # Only those files are valid in the current directory.
274 assert_files ()
275 {
276 if test -n "$VERBOSE"; then
277 ls
278 fi
279 list_files > ls.value
280 echo "$*" | tr ' ' '\n' | sort > ls.expected
281 diff -u ls.expected ls.value
282 }
283
284
285 # assert_and_remove_files (EXPECTED-FILES)
286 # ----------------------------------------
287 # Only those files are valid in the current directory. Remove them
288 # afterwards.
289 assert_and_remove_files ()
290 {
291 assert_files "$@"
292 rm -rf "$@"
293 }
294
295
296 # title TITLE...
297 # --------------
298 # Make a huge title to ease the reading of the output.
299 title ()
300 {
301 (
302 set +x
303 echo " $@ " | sed -e 's/./=/g'
304 echo " $@ "
305 echo " $@ " | sed -e 's/./=/g'
306 )
307 }
308
309 # $latex_paragraph
310 # ----------------
311 # Some lengthy LaTeX.
312 # grep -E '^[a-zA-Z]+$' /usr/share/dict/words | sed 200q | pr --page-width=76 --column=5 --omit-header
313 latex_paragraph='
314 A Acrux Aegean Ahmad Albany
315 AOL Actaeon Aelfric Ahmadabad Albee
316 Aachen Acton Aeneas Ahmed Alberio
317 Aaliyah Acts Aeneid Ahriman Albert
318 Aaron Acuff Aeolus Aida Alberta
319 Abbas Ada Aeroflot Aiken Alberto
320 Abbasid Adam Aeschylus Aileen Albigensian
321 Abbott Adams Aesculapius Aimee Albion
322 Abby Adan Aesop Ainu Albireo
323 Abdul Adana Afghan Airedale Albuquerque
324 Abe Adar Afghanistan Airedales Alcatraz
325 Abel Addams Afghans Aisha Alcestis
326 Abelard Adderley Africa Ajax Alcibiades
327 Abelson Addie African Akbar Alcmena
328 Aberdeen Addison Africans Akhmatova Alcoa
329 Abernathy Adela Afrikaans Akihito Alcott
330 Abidjan Adelaide Afrikaner Akita Alcuin
331 Abigail Adele Afrikaners Akkad Alcyone
332 Abilene Adeline Afro Akron Aldan
333 Abner Aden Afrocentrism Al Aldebaran
334 Abraham Adenauer Afros Ala Alden
335 Abram Adhara Ag Alabama Alderamin
336 Abrams Adidas Agamemnon Alabaman Aldo
337 Absalom Adirondack Agassi Alabamans Aldrin
338 Abuja Adirondacks Agassiz Alabamian Alec
339 Abyssinia Adkins Agatha Alabamians Aleichem
340 Abyssinian Adler Aggie Aladdin Alejandra
341 Ac Adolf Aglaia Alamo Alejandro
342 Acadia Adolfo Agnes Alamogordo Alembert
343 Acapulco Adolph Agnew Alan Aleppo
344 Accra Adonis Agni Alana Aleut
345 Acevedo Adonises Agra Alar Aleutian
346 Achaean Adrian Agricola Alaric Alex
347 Achebe Adriana Agrippa Alaska Alexander
348 Achernar Adriatic Agrippina Alaskan Alexandra
349 Acheson Adrienne Aguilar Alaskans Alexandria
350 Achilles Advent Aguinaldo Alba Alexei
351 Aconcagua Adventist Aguirre Albania Alexis
352 Acosta Advents Agustin Albanian Alfonso
353 Acropolis Advil Ahab Albanians Alfonzo
354 '
355
356
357 # Turn on shell traces when VERBOSE is set.
358 if test -n "$VERBOSE"; then
359 set -x
360 else
361 :
362 fi
363 pwd
0 #! /bin/sh
1 # Copyright (C) 2006, 2007 Free Software Foundation, Inc.
2 #
3 # This file is part of GNU Texinfo.
4 #
5 # GNU Texinfo is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License,
8 # or (at your option) any later version.
9 #
10 # GNU Texinfo is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 required='tex'
19
20 . ./defs || exit 1
21
22 set -e
23
24 # one_run ARGS -- FILES
25 # ---------------------
26 # Run texi2dvi with ARGS, expect the FILES to be left. Remove them.
27 one_run ()
28 {
29 # Use pstricks.
30 cat >input.tex <<EOF
31 \documentclass[a4paper]{article}
32 \usepackage{pst-node}
33 \pagestyle{empty}
34 \begin{document}
35 \begin{psmatrix}
36 A & B & C & D & E & F
37 \end{psmatrix}
38 \psset{arrows=->}
39 \nccircle{1,1}{0.5}
40 \nccircle[angleA=30]{1,2}{0.4}
41 \nccircle[arrows=-,nodesep=0.05]{1,3}{0.2}
42 \ncloop[angleB=180]{1,4}{1,4}
43 \ncloop[angleB=180,linearc=0.35,nodesep=0.1]{1,5}{1,5}
44 \ncloop[angleB=180,linearc=0.15,loopsize=0.4]{1,6}{1,6}
45
46 \vspace{1cm}
47 \begin{psmatrix}
48 A & B & C & D
49 \end{psmatrix}
50 \psset{arrows=->,nodesep=0.05}
51 \ncangles[armA=0.8,armB=0,angleA=70,angleB=110,linearc=0.22]{1,1}{1,1}
52 \ncdiag[arm=0.9,angleA=70,angleB=110,linearc=0.3]{1,2}{1,2}
53 \ncdiag[arm=0.8,angleA=50,angleB=130,linearc=0.25]{1,3}{1,3}
54 \ncdiag[arm=0.8,angleA=50,angleB=130,linearc=0.28]{1,4}{1,4}
55 \end{document}
56 EOF
57
58 TEXI2DVI_pass $(optionset_get 1 "$@") input.tex
59 # There should only be the expected and input files.
60 assert_and_remove_files $(optionset_get 2 "$@") input.tex
61 }
62
63 one_run --dvipdf --batch --clean \
64 -- \
65 input.pdf
0 #! /bin/sh
1 # Copyright (C) 2006, 2007 Free Software Foundation, Inc.
2 #
3 # This file is part of GNU Texinfo.
4 #
5 # GNU Texinfo is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License,
8 # or (at your option) any later version.
9 #
10 # GNU Texinfo is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 required='hevea'
19
20 . ./defs || exit 1
21
22 set -e
23
24 # Force the creation of auxiliary files.
25 # Force it to be big enough to trigger the info file splitting.
26 {
27 echo "\tableofcontents"
28 for section in 1 2 3 4 5 6
29 do
30 echo "\section{$i}"
31 for subsection in 1 2 3 4 5 6
32 do
33 echo "\subsection{$i}"
34 echo "$latex_paragraph"
35 done
36 done
37 } |
38 create_input_tex
39
40
41 # run_hevea_check FORMAT OPTIONS
42 # ------------------------------
43 run_hevea_check ()
44 {
45 title "$@"
46
47 format="$1"
48 shift
49
50 # Testing the local build mode.
51 TEXI2DVI_pass --batch --$format "$@" input.tex
52
53 # Compute the expected output.
54 outfiles=input.$out
55 case $format in
56 info) outfiles="$outfiles input.info-1 input.info-2";;
57 esac
58
59 # Compute the aux files.
60 case $format:$@ in
61 *clean* ) auxfiles='';;
62 *tidy* ) auxfiles='input.t2d';;
63 html:*|text:* ) auxfiles='input.haux input.htoc';;
64 dvi:* ) auxfiles='input.aux input.log input.toc';;
65 * ) auxfiles='';;
66 esac
67 # There should only be the expected output and the source file.
68 assert_files input.tex $outfiles $auxfiles
69 rm -fr $outfiles $auxfiles
70 }
71
72 for opt in "" "--clean" "--tidy"
73 do
74 for out in html info text
75 do
76 run_hevea_check $out $opt
77 done
78 done
0 #! /bin/sh
1 # Copyright (C) 2003, 2005, 2007, 2008 Free Software Foundation, Inc.
2 #
3 # This file is part of GNU Texinfo.
4 #
5 # GNU Texinfo is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License,
8 # or (at your option) any later version.
9 #
10 # GNU Texinfo is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 # Make sure no "local" variable identifier is used twice, since
19 # local is not actually portable.
20
21 . ./defs || exit 1
22
23 set -e
24
25 # Make sure quotes are used to protect the value. See the comment in
26 # texi2dvi itself about local.
27 if sed -e 's/^[ ]*#.*//' $TEXI2DVI |
28 $EGREP "\blocal [a-zA-Z_0-9]*=[^\"']" |
29 $EGREP -v "\blocal [a-zA-Z_0-9]*=[a-zA-Z0-9]*$" |
30 grep .
31 then
32 false
33 else
34 true
35 fi
36
37
38 # Make sure each name is used only once.
39 if sed -n -e 's/^#.*//' \
40 -e 's/local \([a-zA-Z_0-9]*\)/\1/gp' $TEXI2DVI |
41 sort |
42 uniq -c |
43 grep -v '^.*1 ' |
44 grep .
45 then
46 false
47 else
48 true
49 fi
50
51
52 # Make sure we don't use $().
53 if $FGREP '$(' $TEXI2DVI
54 then
55 false
56 else
57 true
58 fi
0 #! /bin/sh
1 # Copyright (C) 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
2 #
3 # This file is part of GNU Texinfo.
4 #
5 # GNU Texinfo is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License,
8 # or (at your option) any later version.
9 #
10 # GNU Texinfo is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18 required='tex'
19
20 . ./defs || exit 1
21
22 set -e
23
24 # one_run ARGS -- FILES
25 # ---------------------
26 # Run texi2dvi with ARGS, expect the FILES to be left. Remove them.
27 one_run ()
28 {
29 # Testing the local build mode.
30 # Use @foo to check that -t works properly.
31 echo "@foo" | create_input_texi
32 TEXI2DVI_pass $(optionset_get 1 "$@") \
33 -t '@macro foo' \
34 -t 'Foo' \
35 -t '@end macro' \
36 input.texi
37 # There should only be the expected FILES and the input file.
38 assert_and_remove_files $(optionset_get 2 "$@") input.texi
39 }
40
41 one_run --batch \
42 -- \
43 input.aux input.cp input.dvi input.fn input.ky input.log \
44 input.pg input.tp input.vr
45
46
47 one_run --batch -o output.dvi \
48 -- \
49 input.aux input.cp input.fn input.ky input.log \
50 input.pg input.tp input.vr output.dvi
51
52
53 # Testing the clean build mode.
54 for mode in --clean --build=clean
55 do
56 # There should only be the DVI and the TEXI file.
57 one_run $mode --batch -- input.dvi
58
59 # There should only be the DVI and the TEXI file.
60 one_run $mode --batch -o output.dvi -- output.dvi
61 done
62
63
64 # Testing the tidy build mode.
65 one_run --build=tidy --batch -o output.dvi \
66 -- \
67 output.dvi output.t2d
68
69
70 # mostly-clean should remove auxiliary files, but not the expected
71 # output.
72 touch output.dvi
73 one_run --build=tidy --batch -o output.dvi --mostly-clean \
74 -- \
75 output.dvi
76
77
78 # There should only be the DVI and the TEXI file.
79 create_input_texi </dev/null
80 cp input.texi input2.texi
81 one_run --clean --batch input.texi input2.texi \
82 -- \
83 input2.dvi input2.texi input.dvi
0 #!/bin/sh
1 # $Id: txitextest,v 1.1 2013/01/02 01:22:19 karl Exp $
2 # Copyright 2006, 2011, 2012, 2013 Free Software Foundation, Inc.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License,
7 # or (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 #
17 # Original author: Karl Berry.
18 #
19 # Test texinfo.tex changes by running various manuals through with an
20 # old version, saving the .ps result from dvips, doing the same with a
21 # new version, and comparing. Idea from Stepan Kasal.
22 #
23 # Another option is to run the manuals all the way through using
24 # texi2dvi, which tests in another way.
25
26 tsrc=`cd \`dirname $0\` && pwd`/../..
27 PATH=$tsrc/util:$PATH
28
29 tdoc=$tsrc/doc
30 default_manuals="$tdoc/texinfo.txi $tdoc/info.texi $tdoc/info-stnd.texi"
31
32 olddir=$tsrc/../gnulib/config
33 newdir=$tdoc
34 tempdir=$tsrc/@tests/test
35 full=false
36 manuals=
37
38 while test $# -gt 0; do
39 case $1 in
40 --f*) full=true;;
41 --o*) shift; olddir="$1";;
42 --n*) shift; newdir="$1";;
43 --t*) shift; tempdir="$1";;
44 -*) echo "$0: unknown option \`$1'." >&2; exit 1;;
45 *) manuals="$manuals $1";;
46 esac
47 shift
48 done
49
50 test -z "$manuals" && manuals=$default_manuals
51 initial_dir=`pwd`
52
53 cd $tempdir || exit 1
54 rm -f *
55
56 run_tex() \
57 {
58 TEXINPUTS=.:$mandir: tex $manual \
59 || { echo "$0: tex $manual failed." >&2; exit 1; }
60 }
61
62 for manual in $manuals; do
63 mandir=`dirname $manual`
64 test $mandir = . && mandir=$initial_dir
65 manual_base=`basename "$manual" | sed 's/\.[^.]*$//'`
66
67 rm -rf $manual_base.* texinfo.tex
68 ln -s $newdir/texinfo.tex texinfo.tex
69
70 if $full; then
71 # instead of comparing, do full test of just the new texinfo.tex.
72 echo "$0: testing $manual_base... (tex)"
73 texi2dvi $manual || { echo "texi2dvi $manual failed." >&2; exit 1; }
74 echo "$0: testing $manual_base... (pdf)"
75 texi2dvi --pdf $manual \
76 || { echo "texi2dvi --pdf $manual failed." >&2; exit 1; }
77
78 else
79 echo "$0: testing $manual_base... (new)"
80 run_tex
81 dvips $manual_base -o || exit 1
82 mv $manual_base.ps new.$manual_base.ps
83
84 echo "$0: testing $manual_base... (old)"
85 rm -rf $manual_base.* texinfo.tex
86 ln -s $olddir/texinfo.tex texinfo.tex
87 run_tex
88 dvips $manual_base -o || exit 1
89 mv $manual_base.ps old.$manual_base.ps
90
91 diff -U0 old.$manual_base.ps new.$manual_base.ps
92 fi
93 done
+0
-70
util/tex3patch less more
0 #!/bin/sh
1 # Auxiliary script to work around TeX 3.0 bug. ---- tex3patch ----
2 # patches texinfo.tex in current directory, or in directory given as arg.
3
4 ANYVERSION=no
5
6 for arg in $1 $2
7 do
8 case $arg in
9 --dammit | -d ) ANYVERSION=yes ;;
10
11 * ) dir=$arg
12 esac
13 done
14
15 if [ -z "$dir" ]; then
16 dir='.'
17 fi
18
19 if [ 2 -lt $# ] || [ ! -f "$dir/texinfo.tex" ]; then
20 echo "To patch texinfo.tex for peaceful coexistence with Unix TeX 3.0,"
21 echo "run $0"
22 echo "with no arguments in the same directory as texinfo.tex; or run"
23 echo " $0 DIRECTORY"
24 echo "(where DIRECTORY is a path leading to texinfo.tex)."
25 exit
26 fi
27
28 if [ -z "$TMPDIR" ]; then
29 TMPDIR=/tmp
30 fi
31
32 echo "Checking for \`dummy.tfm'"
33
34 ( cd $TMPDIR; tex '\relax \batchmode \font\foo=dummy \bye' )
35
36 grep -s '3.0' $TMPDIR/texput.log
37 if [ 1 = "$?" ] && [ "$ANYVERSION" != "yes" ]; then
38 echo "You probably do not need this patch,"
39 echo "since your TeX does not seem to be version 3.0."
40 echo "If you insist on applying the patch, run $0"
41 echo "again with the option \`--dammit'"
42 exit
43 fi
44
45 grep -s 'file not found' $TMPDIR/texput.log
46 if [ 0 = $? ]; then
47 echo "This patch requires the dummy font metric file \`dummy.tfm',"
48 echo "which does not seem to be part of your TeX installation."
49 echo "Please get your TeX maintainer to install \`dummy.tfm',"
50 echo "then run this script again."
51 exit
52 fi
53 rm $TMPDIR/texput.log
54
55 echo "Patching $dir/texinfo.tex"
56
57 sed -e 's/%%*\\font\\nullfont/\\font\\nullfont/' \
58 $dir/texinfo.tex >$TMPDIR/texinfo.tex
59 mv $dir/texinfo.tex $dir/texinfo.tex-distrib; mv $TMPDIR/texinfo.tex $dir
60
61 if [ 0 = $? ]; then
62 echo "Patched $dir/texinfo.tex to avoid TeX 3.0 bug."
63 echo "The original version is saved as $dir/texinfo.tex-distrib."
64 else
65 echo "Patch failed. Sorry."
66 fi
67 ----------------------------------------tex3patch ends
68
69
+0
-347
util/texi-docstring-magic.el less more
0 ;; texi-docstring-magic.el -- munge internal docstrings into texi
1 ;;
2 ;; Keywords: lisp, docs, tex
3 ;; Author: David Aspinall <da@dcs.ed.ac.uk>
4 ;; Copyright (C) 1998 David Aspinall
5 ;; Maintainer: David Aspinall <da@dcs.ed.ac.uk>
6 ;;
7 ;; $Id: texi-docstring-magic.el,v 1.3 2007/07/01 21:20:33 karl Exp $
8 ;;
9 ;; This package is distributed under the terms of the
10 ;; GNU General Public License, Version 3.
11 ;; You should have a copy of the GPL with your version of
12 ;; GNU Emacs or the Texinfo distribution.
13 ;;
14 ;;
15 ;; This package generates Texinfo source fragments from Emacs
16 ;; docstrings. This avoids documenting functions and variables
17 ;; in more than one place, and automatically adds Texinfo markup
18 ;; to docstrings.
19 ;;
20 ;; It relies heavily on you following the Elisp documentation
21 ;; conventions to produce sensible output, check the Elisp manual
22 ;; for details. In brief:
23 ;;
24 ;; * The first line of a docstring should be a complete sentence.
25 ;; * Arguments to functions should be written in upper case: ARG1..ARGN
26 ;; * User options (variables users may want to set) should have docstrings
27 ;; beginning with an asterisk.
28 ;;
29 ;; Usage:
30 ;;
31 ;; Write comments of the form:
32 ;;
33 ;; @c TEXI DOCSTRING MAGIC: my-package-function-or-variable-name
34 ;;
35 ;; In your texi source, mypackage.texi. From within an Emacs session
36 ;; where my-package is loaded, visit mypackage.texi and run
37 ;; M-x texi-docstring-magic to update all of the documentation strings.
38 ;;
39 ;; This will insert @defopt, @deffn and the like underneath the
40 ;; magic comment strings.
41 ;;
42 ;; The default value for user options will be printed.
43 ;;
44 ;; Symbols are recognized if they are defined for faces, functions,
45 ;; or variables (in that order).
46 ;;
47 ;; Automatic markup rules:
48 ;;
49 ;; 1. Indented lines are gathered into @lisp environment.
50 ;; 2. Pieces of text `stuff' or surrounded in quotes marked up with @samp.
51 ;; 3. Words *emphasized* are made @strong{emphasized}
52 ;; 4. Words sym-bol which are symbols become @code{sym-bol}.
53 ;; 5. Upper cased words ARG corresponding to arguments become @var{arg}.
54 ;; In fact, you can any word longer than three letters, so that
55 ;; metavariables can be used easily.
56 ;; FIXME: to escape this, use `ARG'
57 ;; 6. Words 'sym which are lisp-quoted are marked with @code{'sym}.
58 ;;
59 ;; -----
60 ;;
61 ;; Useful key binding when writing Texinfo:
62 ;;
63 ;; (define-key TeXinfo-mode-map "C-cC-d" 'texi-docstring-magic-insert-magic)
64 ;;
65 ;; -----
66 ;;
67 ;; Useful enhancements to do:
68 ;;
69 ;; * Use customize properties (e.g. group, simple types)
70 ;; * Look for a "texi-docstring" property for symbols
71 ;; so TeXInfo can be defined directly in case automatic markup
72 ;; goes badly wrong.
73 ;; * Add tags to special comments so that user can specify face,
74 ;; function, or variable binding for a symbol in case more than
75 ;; one binding exists.
76 ;;
77 ;; ------
78
79 (defun texi-docstring-magic-splice-sep (strings sep)
80 "Return concatenation of STRINGS spliced together with separator SEP."
81 (let (str)
82 (while strings
83 (setq str (concat str (car strings)))
84 (if (cdr strings)
85 (setq str (concat str sep)))
86 (setq strings (cdr strings)))
87 str))
88
89 (defconst texi-docstring-magic-munge-table
90 '(;; 1. Indented lines are gathered into @lisp environment.
91 ("\\(^.*\\S-.*$\\)"
92 t
93 (let
94 ((line (match-string 0 docstring)))
95 (if (eq (char-syntax (string-to-char line)) ?\ )
96 ;; whitespace
97 (if in-quoted-region
98 line
99 (setq in-quoted-region t)
100 (concat "@lisp\n" line))
101 ;; non-white space
102 (if in-quoted-region
103 (progn
104 (setq in-quoted-region nil)
105 (concat "@end lisp\n" line))
106 line))))
107 ;; 2. Pieces of text `stuff' or surrounded in quotes
108 ;; are marked up with @samp. NB: Must be backquote
109 ;; followed by forward quote for this to work.
110 ;; Can't use two forward quotes else problems with
111 ;; symbols.
112 ;; Odd hack: because ' is a word constituent in text/texinfo
113 ;; mode, putting this first enables the recognition of args
114 ;; and symbols put inside quotes.
115 ("\\(`\\([^']+\\)'\\)"
116 t
117 (concat "@samp{" (match-string 2 docstring) "}"))
118 ;; 3. Words *emphasized* are made @strong{emphasized}
119 ("\\(\\*\\(\\w+\\)\\*\\)"
120 t
121 (concat "@strong{" (match-string 2 docstring) "}"))
122 ;; 4. Words sym-bol which are symbols become @code{sym-bol}.
123 ;; Must have at least one hyphen to be recognized,
124 ;; terminated in whitespace, end of line, or punctuation.
125 ;; (Only consider symbols made from word constituents
126 ;; and hyphen.
127 ("\\(\\(\\w+\\-\\(\\w\\|\\-\\)+\\)\\)\\(\\s\)\\|\\s-\\|\\s.\\|$\\)"
128 (or (boundp (intern (match-string 2 docstring)))
129 (fboundp (intern (match-string 2 docstring))))
130 (concat "@code{" (match-string 2 docstring) "}"
131 (match-string 4 docstring)))
132 ;; 5. Upper cased words ARG corresponding to arguments become
133 ;; @var{arg}
134 ;; In fact, include any word so long as it is more than 3 characters
135 ;; long. (Comes after symbols to avoid recognizing the
136 ;; lowercased form of an argument as a symbol)
137 ;; FIXME: maybe we don't want to downcase stuff already
138 ;; inside @samp
139 ;; FIXME: should - terminate? should _ be included?
140 ("\\([A-Z0-9\\-]+\\)\\(/\\|\)\\|}\\|\\s-\\|\\s.\\|$\\)"
141 (or (> (length (match-string 1 docstring)) 3)
142 (member (downcase (match-string 1 docstring)) args))
143 (concat "@var{" (downcase (match-string 1 docstring)) "}"
144 (match-string 2 docstring)))
145
146 ;; 6. Words 'sym which are lisp quoted are
147 ;; marked with @code.
148 ("\\(\\(\\s-\\|^\\)'\\(\\(\\w\\|\\-\\)+\\)\\)\\(\\s\)\\|\\s-\\|\\s.\\|$\\)"
149 t
150 (concat (match-string 2 docstring)
151 "@code{'" (match-string 3 docstring) "}"
152 (match-string 5 docstring)))
153 ;; 7,8. Clean up for @lisp environments left with spurious newlines
154 ;; after 1.
155 ("\\(\\(^\\s-*$\\)\n@lisp\\)" t "@lisp")
156 ("\\(\\(^\\s-*$\\)\n@end lisp\\)" t "@end lisp"))
157 "Table of regexp matches and replacements used to markup docstrings.
158 Format of table is a list of elements of the form
159 (regexp predicate replacement-form)
160 If regexp matches and predicate holds, then replacement-form is
161 evaluated to get the replacement for the match.
162 predicate and replacement-form can use variables arg,
163 and forms such as (match-string 1 docstring)
164 Match string 1 is assumed to determine the
165 length of the matched item, hence where parsing restarts from.
166 The replacement must cover the whole match (match string 0),
167 including any whitespace included to delimit matches.")
168
169
170 (defun texi-docstring-magic-munge-docstring (docstring args)
171 "Markup DOCSTRING for texi according to regexp matches."
172 (let ((case-fold-search nil))
173 (dolist (test texi-docstring-magic-munge-table docstring)
174 (let ((regexp (nth 0 test))
175 (predicate (nth 1 test))
176 (replace (nth 2 test))
177 (i 0)
178 in-quoted-region)
179
180 (while (and
181 (< i (length docstring))
182 (string-match regexp docstring i))
183 (setq i (match-end 1))
184 (if (eval predicate)
185 (let* ((origlength (- (match-end 0) (match-beginning 0)))
186 (replacement (eval replace))
187 (newlength (length replacement)))
188 (setq docstring
189 (replace-match replacement t t docstring))
190 (setq i (+ i (- newlength origlength))))))
191 (if in-quoted-region
192 (setq docstring (concat docstring "\n@end lisp"))))))
193 ;; Force a new line after (what should be) the first sentence,
194 ;; if not already a new paragraph.
195 (let*
196 ((pos (string-match "\n" docstring))
197 (needscr (and pos
198 (not (string= "\n"
199 (substring docstring
200 (1+ pos)
201 (+ pos 2)))))))
202 (if (and pos needscr)
203 (concat (substring docstring 0 pos)
204 "@*\n"
205 (substring docstring (1+ pos)))
206 docstring)))
207
208 (defun texi-docstring-magic-texi (env grp name docstring args &optional endtext)
209 "Make a texi def environment ENV for entity NAME with DOCSTRING."
210 (concat "@def" env (if grp (concat " " grp) "") " " name
211 " "
212 (texi-docstring-magic-splice-sep args " ")
213 ;; " "
214 ;; (texi-docstring-magic-splice-sep extras " ")
215 "\n"
216 (texi-docstring-magic-munge-docstring docstring args)
217 "\n"
218 (or endtext "")
219 "@end def" env "\n"))
220
221 (defun texi-docstring-magic-format-default (default)
222 "Make a default value string for the value DEFAULT.
223 Markup as @code{stuff} or @lisp stuff @end lisp."
224 (let ((text (format "%S" default)))
225 (concat
226 "\nThe default value is "
227 (if (string-match "\n" text)
228 ;; Carriage return will break @code, use @lisp
229 (if (stringp default)
230 (concat "the string: \n@lisp\n" default "\n@end lisp\n")
231 (concat "the value: \n@lisp\n" text "\n@end lisp\n"))
232 (concat "@code{" text "}.\n")))))
233
234
235 (defun texi-docstring-magic-texi-for (symbol)
236 (cond
237 ;; Faces
238 ((find-face symbol)
239 (let*
240 ((face symbol)
241 (name (symbol-name face))
242 (docstring (or (face-doc-string face)
243 "Not documented."))
244 (useropt (eq ?* (string-to-char docstring))))
245 ;; Chop off user option setting
246 (if useropt
247 (setq docstring (substring docstring 1)))
248 (texi-docstring-magic-texi "fn" "Face" name docstring nil)))
249 ((fboundp symbol)
250 ;; Functions.
251 ;; We don't handle macros, aliases, or compiled fns properly.
252 (let*
253 ((function symbol)
254 (name (symbol-name function))
255 (docstring (or (documentation function)
256 "Not documented."))
257 (def (symbol-function function))
258 (argsyms (cond ((eq (car-safe def) 'lambda)
259 (nth 1 def))))
260 (args (mapcar 'symbol-name argsyms)))
261 (if (commandp function)
262 (texi-docstring-magic-texi "fn" "Command" name docstring args)
263 (texi-docstring-magic-texi "un" nil name docstring args))))
264 ((boundp symbol)
265 ;; Variables.
266 (let*
267 ((variable symbol)
268 (name (symbol-name variable))
269 (docstring (or (documentation-property variable
270 'variable-documentation)
271 "Not documented."))
272 (useropt (eq ?* (string-to-char docstring)))
273 (default (if useropt
274 (texi-docstring-magic-format-default
275 (default-value symbol)))))
276 ;; Chop off user option setting
277 (if useropt
278 (setq docstring (substring docstring 1)))
279 (texi-docstring-magic-texi
280 (if useropt "opt" "var") nil name docstring nil default)))
281 (t
282 (error "Don't know anything about symbol %s" (symbol-name symbol)))))
283
284 (defconst texi-docstring-magic-comment
285 "@c TEXI DOCSTRING MAGIC:"
286 "Magic string in a texi buffer expanded into @defopt, or @deffn.")
287
288 (defun texi-docstring-magic ()
289 "Update all texi docstring magic annotations in buffer."
290 (interactive)
291 (save-excursion
292 (goto-char (point-min))
293 (let ((magic (concat "^"
294 (regexp-quote texi-docstring-magic-comment)
295 "\\s-*\\(\\(\\w\\|\\-\\)+\\)$"))
296 p
297 symbol)
298 (while (re-search-forward magic nil t)
299 (setq symbol (intern (match-string 1)))
300 (forward-line)
301 (setq p (point))
302 ;; If comment already followed by an environment, delete it.
303 (if (and
304 (looking-at "@def\\(\\w+\\)\\s-")
305 (search-forward (concat "@end def" (match-string 1)) nil t))
306 (progn
307 (forward-line)
308 (delete-region p (point))))
309 (insert
310 (texi-docstring-magic-texi-for symbol))))))
311
312 (defun texi-docstring-magic-face-at-point ()
313 (ignore-errors
314 (let ((stab (syntax-table)))
315 (unwind-protect
316 (save-excursion
317 (set-syntax-table emacs-lisp-mode-syntax-table)
318 (or (not (zerop (skip-syntax-backward "_w")))
319 (eq (char-syntax (char-after (point))) ?w)
320 (eq (char-syntax (char-after (point))) ?_)
321 (forward-sexp -1))
322 (skip-chars-forward "'")
323 (let ((obj (read (current-buffer))))
324 (and (symbolp obj) (find-face obj) obj)))
325 (set-syntax-table stab)))))
326
327 (defun texi-docstring-magic-insert-magic (symbol)
328 (interactive
329 (let* ((v (or (variable-at-point)
330 (function-at-point)
331 (texi-docstring-magic-face-at-point)))
332 (val (let ((enable-recursive-minibuffers t))
333 (completing-read
334 (if v
335 (format "Magic docstring for symbol (default %s): " v)
336 "Magic docstring for symbol: ")
337 obarray '(lambda (sym)
338 (or (boundp sym)
339 (fboundp sym)
340 (find-face sym)))
341 t nil 'variable-history))))
342 (list (if (equal val "") v (intern val)))))
343 (insert "\n" texi-docstring-magic-comment " " (symbol-name symbol)))
344
345
346 (provide 'texi-docstring-magic)
22 # Also serve as an example of using the Texinfo::Parser module,
33 # including the usual per-format options.
44 #
5 # Copyright 2012 Free Software Foundation, Inc.
5 # Copyright 2012, 2013 Free Software Foundation, Inc.
66 #
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
101101 printf __("Copyright (C) %s Free Software Foundation, Inc.
102102 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
103103 This is free software: you are free to change and redistribute it.
104 There is NO WARRANTY, to the extent permitted by law.\n"), '2012';
104 There is NO WARRANTY, to the extent permitted by law.\n"), "2013";
105105 exit 0;},
106106 'force' => \$force,
107107 'ifhtml!' => sub { set_expansion('html', $_[1]); },
0 +@echo off
1 +perl "%~dpn0" %*
00 #! /bin/sh
11 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
2 # $Id: texi2dvi,v 1.173 2012/04/20 18:52:48 karl Exp $
2 # $Id: texi2dvi,v 1.174 2013/01/01 19:31:57 karl Exp $
33 #
44 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
66 # Free Software Foundation, Inc.
77 #
88 # This program is free software; you can redistribute it and/or modify
3333 set -e
3434
3535 # This string is expanded automatically when this file is checked out.
36 rcs_revision='$Revision: 1.173 $'
36 rcs_revision='$Revision: 1.174 $'
3737 rcs_version=`set - $rcs_revision; echo $2`
3838 program=`echo $0 | sed -e 's!.*/!!'`
3939
429429 cat <<EOF
430430 texi2dvi (GNU Texinfo 4.13+dev) $rcs_version
431431
432 Copyright (C) 2012 Free Software Foundation, Inc.
432 Copyright (C) 2013 Free Software Foundation, Inc.
433433 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
434434 This is free software: you are free to change and redistribute it.
435435 There is NO WARRANTY, to the extent permitted by law.
00 /* texindex -- sort TeX index dribble output into an actual index.
1 $Id: texindex.c,v 1.28 2012/06/11 17:54:28 karl Exp $
2
3 Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
4 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
5 Free Software Foundation, Inc.
1 $Id: texindex.c,v 1.29 2013/01/01 19:31:57 karl Exp $
2
3 Copyright 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
4 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
5 2013 Free Software Foundation, Inc.
66
77 This program is free software: you can redistribute it and/or modify
88 it under the terms of the GNU General Public License as published by
295295 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
296296 This is free software: you are free to change and redistribute it.\n\
297297 There is NO WARRANTY, to the extent permitted by law.\n"),
298 "2012");
298 "2013");
299299 exit (EXIT_SUCCESS);
300300 }
301301 else if ((strcmp (arg, "--keep") == 0) ||
+0
-3
util/texinfo.cat less more
0 OVERRIDE YES
1
2 PUBLIC "-//GNU//DTD TexinfoML V4.13.92//EN" "texinfo.dtd"
0 <!-- $Id: texinfo.dtd,v 1.34 2012/12/15 18:19:16 pertusus Exp $
0 <!-- $Id: texinfo.dtd,v 1.35 2012/12/21 00:30:46 pertusus Exp $
11 Document Type Definition for Texinfo XML output (the '-'-xml option).
22
33 Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
10611061
10621062 <!ENTITY % xref.args "xrefnodename?, xrefinfoname?, xrefprinteddesc?,
10631063 xrefinfofile?, xrefprintedname?">
1064 <!ENTITY % xref.attr
1065 "%spacesattr;
1066 label CDATA #IMPLIED
1067 manual CDATA #IMPLIED">
10641068
10651069 <!ELEMENT xref (%xref.args;)>
10661070 <!ATTLIST xref
1067 %spacesattr;>
1071 %xref.attr;>
10681072 <!ELEMENT ref (%xref.args;)>
10691073 <!ATTLIST ref
1070 %spacesattr;>
1074 %xref.attr;>
10711075 <!ELEMENT pxref (%xref.args;)>
10721076 <!ATTLIST pxref
1073 %spacesattr;>
1077 %xref.attr;>
10741078
10751079 <!ELEMENT xrefnodename (#PCDATA | %Inline.phrase;)*>
10761080 <!ELEMENT xrefinfoname (#PCDATA | %Inline.phrase;)*>
10881092
10891093 <!ELEMENT inforef (inforefnodename?, inforefrefname?, inforefinfoname?)>
10901094 <!ATTLIST inforef
1091 %spacesattr;>
1095 %xref.attr;>
10921096 <!ELEMENT inforefnodename (#PCDATA | %Inline.phrase;)*>
10931097 <!ELEMENT inforefrefname (#PCDATA | %Inline.phrase;)*>
10941098 <!ATTLIST inforefrefname
+0
-242
util/texinfo.xsl less more
0 <?xml version='1.0'?>
1 <!-- $Id: texinfo.xsl,v 1.1 2004/04/11 17:56:47 karl Exp $ -->
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
4
5 <xsl:output method="html" indent="yes"/>
6
7 <!-- root rule -->
8 <xsl:template match="/">
9 <html>
10 <head><title>
11 <xsl:apply-templates select="TEXINFO/SETTITLE" mode="head"/>
12 </title></head>
13 <body bgcolor="#FFFFFF"><xsl:apply-templates/>
14 </body></html>
15 </xsl:template>
16
17
18 <xsl:template match="TEXINFO">
19 <xsl:apply-templates/>
20 </xsl:template>
21
22
23 <xsl:template match="TEXINFO/SETFILENAME">
24 </xsl:template>
25
26 <xsl:template match="TEXINFO/SETTITLE" mode="head">
27 <xsl:apply-templates/>
28 </xsl:template>
29
30 <xsl:template match="TEXINFO/SETTITLE">
31 <h1><xsl:apply-templates/></h1>
32 </xsl:template>
33
34
35 <xsl:template match="TEXINFO/DIRCATEGORY">
36 </xsl:template>
37
38 <xsl:template match="//PARA">
39 <p><xsl:apply-templates/></p>
40 </xsl:template>
41
42 <xsl:template match="//EMPH">
43 <i><xsl:apply-templates/></i>
44 </xsl:template>
45
46 <!-- The node -->
47 <xsl:template match="TEXINFO/NODE">
48 <hr/>
49 <p>
50 <xsl:apply-templates select="NODENAME" mode="select"/>
51 <xsl:apply-templates select="NODEPREV" mode="select"/>
52 <xsl:apply-templates select="NODEUP" mode="select"/>
53 <xsl:apply-templates select="NODENEXT" mode="select"/>
54 <xsl:apply-templates/>
55 <h2>Footnotes</h2>
56 <ol>
57 <xsl:apply-templates select=".//FOOTNOTE" mode="footnote"/>
58 </ol>
59 </p>
60 </xsl:template>
61
62 <xsl:template match="TEXINFO/NODE/NODENAME" mode="select">
63 <h2>
64 <a>
65 <xsl:attribute name="name">
66 <xsl:apply-templates/>
67 </xsl:attribute>
68 <xsl:apply-templates/>
69 </a>
70 </h2>
71 </xsl:template>
72
73 <xsl:template match="TEXINFO/NODE/NODENAME"/>
74
75
76 <xsl:template match="TEXINFO/NODE/NODEPREV" mode="select">
77 [ <b>Previous: </b>
78 <a>
79 <xsl:attribute name="href">
80 <xsl:text>#</xsl:text>
81 <xsl:apply-templates/>
82 </xsl:attribute>
83 <xsl:apply-templates/>
84 </a> ]
85 </xsl:template>
86
87 <xsl:template match="TEXINFO/NODE/NODEPREV"/>
88
89 <xsl:template match="TEXINFO/NODE/NODEUP" mode="select">
90 [ <b>Up: </b>
91 <a>
92 <xsl:attribute name="href">
93 <xsl:text>#</xsl:text>
94 <xsl:apply-templates/>
95 </xsl:attribute>
96 <xsl:apply-templates/>
97 </a> ]
98 </xsl:template>
99
100 <xsl:template match="TEXINFO/NODE/NODEUP"/>
101
102 <xsl:template match="TEXINFO/NODE/NODENEXT" mode="select">
103 [ <b>Next: </b>
104 <a>
105 <xsl:attribute name="href">
106 <xsl:text>#</xsl:text>
107 <xsl:apply-templates/>
108 </xsl:attribute>
109 <xsl:apply-templates/>
110 </a> ]
111 </xsl:template>
112
113 <xsl:template match="TEXINFO/NODE/NODENEXT"/>
114
115 <!-- Menu -->
116 <xsl:template match="//MENU">
117 <h3>Menu</h3>
118 <xsl:apply-templates/>
119 </xsl:template>
120
121 <xsl:template match="//MENU/MENUENTRY">
122 <a>
123 <xsl:attribute name="href">
124 <xsl:text>#</xsl:text>
125 <xsl:apply-templates select="MENUNODE"/>
126 </xsl:attribute>
127 <xsl:apply-templates select="MENUTITLE"/>
128 </a>:
129 <xsl:apply-templates select="MENUCOMMENT"/>
130 <br/>
131 </xsl:template>
132
133 <xsl:template match="//MENU/MENUENTRY/MENUNODE">
134 <xsl:apply-templates/>
135 </xsl:template>
136
137 <xsl:template match="//MENU/MENUENTRY/MENUTITLE">
138 <xsl:apply-templates/>
139 </xsl:template>
140
141 <xsl:template match="//MENU/MENUENTRY/MENUCOMMENT">
142 <xsl:apply-templates mode="menucomment"/>
143 </xsl:template>
144
145 <xsl:template match="PARA" mode="menucomment">
146 <xsl:apply-templates/>
147 </xsl:template>
148
149 <xsl:template match="//PARA">
150 <p><xsl:apply-templates/></p>
151 </xsl:template>
152
153 <!-- LISTS -->
154 <xsl:template match="//ITEMIZE">
155 <ul>
156 <xsl:apply-templates/>
157 </ul>
158 </xsl:template>
159
160 <xsl:template match="//ITEMIZE/ITEM">
161 <li>
162 <xsl:apply-templates/>
163 </li>
164 </xsl:template>
165
166 <xsl:template match="//ENUMERATE">
167 <ol>
168 <xsl:apply-templates/>
169 </ol>
170 </xsl:template>
171
172 <xsl:template match="//ENUMERATE/ITEM">
173 <li>
174 <xsl:apply-templates/>
175 </li>
176 </xsl:template>
177
178 <!-- INLINE -->
179 <xsl:template match="//CODE">
180 <tt>
181 <xsl:apply-templates/>
182 </tt>
183 </xsl:template>
184
185 <xsl:template match="//DFN">
186 <i><b>
187 <xsl:apply-templates/>
188 </b></i>
189 </xsl:template>
190
191 <xsl:template match="//STRONG">
192 <b>
193 <xsl:apply-templates/>
194 </b>
195 </xsl:template>
196
197 <xsl:template match="//CENTER">
198 <center>
199 <xsl:apply-templates/>
200 </center>
201 </xsl:template>
202
203 <xsl:template match="//VAR">
204 <i>
205 <xsl:apply-templates/>
206 </i>
207 </xsl:template>
208
209 <xsl:template match="//KBD">
210 <tt>
211 <xsl:apply-templates/>
212 </tt>
213 </xsl:template>
214
215 <xsl:template match="//KEY">
216 <b>
217 <xsl:apply-templates/>
218 </b>
219 </xsl:template>
220
221 <!-- BLOCKS -->
222 <xsl:template match="//DISPLAY">
223 <pre>
224 <xsl:apply-templates/>
225 </pre>
226 </xsl:template>
227
228
229 <!-- INDEX -->
230 <xsl:template match="//INDEXTERM">
231 </xsl:template>
232
233 <!-- FOOTNOTE -->
234 <xsl:template match="//FOOTNOTE">
235 </xsl:template>
236
237 <xsl:template match="//FOOTNOTE" mode="footnote">
238 <li><xsl:apply-templates/></li>
239 </xsl:template>
240
241 </xsl:stylesheet>
+0
-94
util/txitextest less more
0 #!/bin/sh
1 # $Id: txitextest,v 1.10 2012/09/11 17:33:26 karl Exp $
2 # Copyright 2006, 2011 Free Software Foundation, Inc.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License,
7 # or (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 #
17 # Original author: Karl Berry.
18 #
19 # Test texinfo.tex changes by running various manuals through with an
20 # old version, saving the .ps result from dvips, doing the same with a
21 # new version, and comparing. Idea from Stepan Kasal.
22 #
23 # Another option is to run the manuals all the way through using
24 # texi2dvi, which tests in another way.
25
26 tsrc=`cd \`dirname $0\` && pwd`/..
27 PATH=$tsrc/util:$PATH
28
29 tdoc=$tsrc/doc
30 default_manuals="$tdoc/texinfo.txi $tdoc/info.texi $tdoc/info-stnd.texi"
31
32 olddir=$tsrc/../gnulib/config
33 newdir=$tdoc
34 tempdir=$tsrc/@tests/test
35 full=false
36 manuals=
37
38 while test $# -gt 0; do
39 case $1 in
40 --f*) full=true;;
41 --o*) shift; olddir="$1";;
42 --n*) shift; newdir="$1";;
43 --t*) shift; tempdir="$1";;
44 -*) echo "$0: unknown option \`$1'." >&2; exit 1;;
45 *) manuals="$manuals $1";;
46 esac
47 shift
48 done
49
50 test -z "$manuals" && manuals=$default_manuals
51 initial_dir=`pwd`
52
53 cd $tempdir || exit 1
54 rm -f *
55
56 run_tex() \
57 {
58 TEXINPUTS=.:$mandir: tex $manual \
59 || { echo "$0: tex $manual failed." >&2; exit 1; }
60 }
61
62 for manual in $manuals; do
63 mandir=`dirname $manual`
64 test $mandir = . && mandir=$initial_dir
65 manual_base=`basename "$manual" | sed 's/\.[^.]*$//'`
66
67 rm -rf $manual_base.* texinfo.tex
68 ln -s $newdir/texinfo.tex texinfo.tex
69
70 if $full; then
71 # instead of comparing, do full test of just the new texinfo.tex.
72 echo "$0: testing $manual_base... (tex)"
73 texi2dvi $manual || { echo "texi2dvi $manual failed." >&2; exit 1; }
74 echo "$0: testing $manual_base... (pdf)"
75 texi2dvi --pdf $manual \
76 || { echo "texi2dvi --pdf $manual failed." >&2; exit 1; }
77
78 else
79 echo "$0: testing $manual_base... (new)"
80 run_tex
81 dvips $manual_base -o || exit 1
82 mv $manual_base.ps new.$manual_base.ps
83
84 echo "$0: testing $manual_base... (old)"
85 rm -rf $manual_base.* texinfo.tex
86 ln -s $olddir/texinfo.tex texinfo.tex
87 run_tex
88 dvips $manual_base -o || exit 1
89 mv $manual_base.ps old.$manual_base.ps
90
91 diff -U0 old.$manual_base.ps new.$manual_base.ps
92 fi
93 done