Codebase list texinfo / upstream/6.6.0.dfsg.1
New upstream version 6.6.0.dfsg.1 Norbert Preining 5 years ago
153 changed file(s) with 1051 addition(s) and 1190 deletion(s). Raw diff Collapse all Expand all
0 2019-02-16 Gavin Smith <gavinsmith0123@gmail.com>
1
2 6.6.
3
4 * configure.ac, NEWS, util/texi2dvi, util/texi2pdf,
5 doc/refcard/txirefcard.tex.
6
7 2019-02-16 Gavin Smith <gavinsmith0123@gmail.com>
8
9 * README-hacking: Update for git, no keyword expansion.
10
11 2019-02-16 Gavin Smith <gavinsmith0123@gmail.com>
12
13 Tweak index formatting.
14
15 * doc/texinfo.tex (\balancecolumns): Increase length that the
16 final column of an index can be without being split. Move some
17 code and add a comment.
18 (\doublecolumnout, \begindoublecolumns): Move a comment to where
19 it was supposed to be. Add another comment.
20
21 2019-02-16 Gavin Smith <gavinsmith0123@gmail.com>
22
23 * doc/texinfo-tex-test.texi (Multi-line macro argument):
24 Add note on how a bug might be fixed.
25
26 2019-02-16 Gavin Smith <gavinsmith0123@gmail.com>
27
28 Do not end a sentence after an inserted '.'.
29
30 * tp/Texinfo/Convert/Plaintext.pm (_convert) <ref commands>:
31 Do not end a sentence after an inserted '.' after @xref. @xref
32 can easily constitute only the first part of a sentence.
33
34 2019-02-16 Gavin Smith <gavinsmith0123@gmail.com>
35
36 Documentation of @pxref.
37
38 * doc/texinfo.texi (@pxref): Do not encourage using @pxref
39 outside of parentheses. "see @ref" is often preferable to
40 "@pxref".
41
42 2019-02-16 Gavin Smith <gavinsmith0123@gmail.com>
43
44 Minor changes to info-stnd.texi.
45
46 * doc/info-stnd.texi
47 (Invoking Info): Use a consistent name for menu arguments.
48 (Moving the Cursor): Change 'imprinted on' to 'printed on'.
49 Move a footnote reference to the end of a sentence.
50 (Node Commands): Correct key used in description.
51 (The Echo Area) <printing characters>: Do not mention this
52 command, as self-inserting characters are inserted with a
53 different part of the code. Do not mention about checking
54 whether a Meta key is bound, as this only applies if ISO-Latin
55 is 'Off'.
56 <echo-area-complete>: SPC is not bound to this command any more.
57 <echo-area-possible-completions>: Merge text with documentation
58 of 'echo-area-complete'. '?' does not run this command any
59 more.
60 (Colors and Styles): Privilege American spelling of "color".
61 Fix typo ("a cross-references").
62 (Variables): Privilege American spelling of "behavior".
63
064 2019-02-11 Gavin Smith <gavinsmith0123@gmail.com>
165
266 pretest 6.5.93.
295295 $(top_srcdir)/build-aux/pre-inst-env.in \
296296 $(top_srcdir)/build-aux/tap-driver.sh \
297297 $(top_srcdir)/tp/Texinfo/ModulePath.pm.in ABOUT-NLS AUTHORS \
298 COPYING ChangeLog INSTALL NEWS README README-alpha TODO \
299 build-aux/ar-lib build-aux/compile build-aux/config.guess \
298 COPYING ChangeLog INSTALL NEWS README TODO build-aux/ar-lib \
299 build-aux/compile build-aux/config.guess \
300300 build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
301301 build-aux/install-sh build-aux/mdate-sh build-aux/missing \
302302 build-aux/texinfo.tex
88
99 ------------------------------------------------------------------------------
1010
11 * Language:
12 . New commands @&, @ampchar{}.
11 6.6 (16 February 2019)
12 * Language:
13 . new commands @&, @ampchar{}
1314 . @cropmarks command removed
1415 . @ctrl is no longer recognised (it was a way to insert literal
1516 control characters in Info files, but deprecated since the
3334 . new customization variable `SECTION_NAME_IN_TITLE' to use the
3435 section name as the document <title>
3536 . use section names instead of node names in generated menus
36 . pass on flags set with -D to TeX.
37 . pass on flags set with -D to TeX
3738 . useless static libraries are not installed
3839 . the newline after an @insertcopying is not output
3940 . warning given for @multitable prototypes not in braces
4647 . do not recognise or warn about obsolete customization variables
4748
4849 * info
49 . debugging output with -x is not diverted to a separated infodebug file
50 . debugging output with -x is not diverted to a separate infodebug file
5051
5152 * Development:
5253 . switch from Subversion to git
+0
-24
README-alpha less more
0 This is the README-alpha file for GNU Texinfo.
1
2 Copyright 1992-2019 Free Software Foundation, Inc.
3
4 Copying and distribution of this file, with or without modification,
5 are permitted in any medium without royalty provided the copyright
6 notice and this notice are preserved.
7
8 This is a test release!
9
10 The latest test release (if any) is available at
11 ftp://alpha.gnu.org/gnu/texinfo/
12
13 Please email comments and problem reports to bug-texinfo@gnu.org. You
14 are welcome to join that mailing list; to do so, please visit
15 http://lists.gnu.org/mailman/listinfo/bug-texinfo. (There is no
16 dedicated mailing list for pretests any more.)
17
18 If you see a problem in this release that you've already reported, feel
19 free to re-report it -- it's good to get a reminder. If you sent a
20 patch for a previous release, and you haven't received any feedback
21 about it, please do re-send it, it likely got lost.
22
23 For development environment information, see README-hacking.
207207 texinfo.tex and texi2dvi should already be up to date, but check. Use
208208 gnupload --replace --to ftp.gnu.org:texinfo texi2dvi
209209
210 change instructions below to use git instead of svn.
211
212 # Official releases only: tag source tree (use your own username before @):
213 svn copy -r 6363 -m'texinfo_6_0 tag based on r6363' \
214 svn+ssh://gavin@svn.savannah.gnu.org/texinfo/trunk \
215 svn+ssh://gavin@svn.savannah.gnu.org/texinfo/tags/texinfo_6_0
216 [for karl: /srv/svn/texinfo]
210 # Official releases only: tag source tree
211 git tag texinfo-6.6
212 git push --tags
217213
218214 # ... set up dtd directory on web pages:
219215 cd $HOME/gnu/www/texinfo/dtd # or wherever webpages checkout is
221217 cp $tutil/texinfo.dtd $ver
222218 cvs add -kb $ver $ver/texinfo.dtd
223219 cvs commit -m$ver $ver
224
225 # If -kb is forgotten, CVS will do its own $Id expansion.
226 # Recover by editing and committing a new version of texinfo.dtd in svn,
227 # copying it again to the cvs dir, then:
228 # cvs admin -kb texinfo.dtd; cvs update -A
229 # (See the "How to store binary files" node in the CVS manual.)
230220
231221 # ... make diffs at official release:
232222 prev=5.2
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.5.93.
2 # Generated by GNU Autoconf 2.69 for GNU Texinfo 6.6.
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='6.5.93'
583 PACKAGE_STRING='GNU Texinfo 6.5.93'
582 PACKAGE_VERSION='6.6'
583 PACKAGE_STRING='GNU Texinfo 6.6'
584584 PACKAGE_BUGREPORT='bug-texinfo@gnu.org'
585585 PACKAGE_URL='http://www.gnu.org/software/texinfo/'
586586
20762076 # Omit some internal or obsolete options to make the list less imposing.
20772077 # This message is too long to be a string in the A/UX 3.1 sh.
20782078 cat <<_ACEOF
2079 \`configure' configures GNU Texinfo 6.5.93 to adapt to many kinds of systems.
2079 \`configure' configures GNU Texinfo 6.6 to adapt to many kinds of systems.
20802080
20812081 Usage: $0 [OPTION]... [VAR=VALUE]...
20822082
21462146
21472147 if test -n "$ac_init_help"; then
21482148 case $ac_init_help in
2149 short | recursive ) echo "Configuration of GNU Texinfo 6.5.93:";;
2149 short | recursive ) echo "Configuration of GNU Texinfo 6.6:";;
21502150 esac
21512151 cat <<\_ACEOF
21522152
22842284 test -n "$ac_init_help" && exit $ac_status
22852285 if $ac_init_version; then
22862286 cat <<\_ACEOF
2287 GNU Texinfo configure 6.5.93
2287 GNU Texinfo configure 6.6
22882288 generated by GNU Autoconf 2.69
22892289
22902290 Copyright (C) 2012 Free Software Foundation, Inc.
29932993 This file contains any messages produced by compilers while
29942994 running configure, to aid debugging if configure makes a mistake.
29952995
2996 It was created by GNU Texinfo $as_me 6.5.93, which was
2996 It was created by GNU Texinfo $as_me 6.6, which was
29972997 generated by GNU Autoconf 2.69. Invocation command line was
29982998
29992999 $ $0 $@
38943894
38953895 # Define the identity of the package.
38963896 PACKAGE='texinfo'
3897 VERSION='6.5.93'
3897 VERSION='6.6'
38983898
38993899
39003900 cat >>confdefs.h <<_ACEOF
2569325693 # report actual input values of CONFIG_FILES etc. instead of their
2569425694 # values after options handling.
2569525695 ac_log="
25696 This file was extended by GNU Texinfo $as_me 6.5.93, which was
25696 This file was extended by GNU Texinfo $as_me 6.6, which was
2569725697 generated by GNU Autoconf 2.69. Invocation command line was
2569825698
2569925699 CONFIG_FILES = $CONFIG_FILES
2576125761 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2576225762 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2576325763 ac_cs_version="\\
25764 GNU Texinfo config.status 6.5.93
25764 GNU Texinfo config.status 6.6
2576525765 configured by $0, generated by GNU Autoconf 2.69,
2576625766 with options \\"\$ac_cs_config\\"
2576725767
99 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1010 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1111 #
12 AC_INIT([GNU Texinfo], [6.5.93], [bug-texinfo@gnu.org])
12 AC_INIT([GNU Texinfo], [6.6], [bug-texinfo@gnu.org])
1313
1414 dnl Must come before AM_INIT_AUTOMAKE.
1515 AC_CONFIG_AUX_DIR([build-aux])
+0
-30
contrib/README~ less more
0 $Id$
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.
26
27 The perldoc-all subdirectory is about making Texinfo out of the standard
28 Perl *.pod files. The results are at
29 http://www.gnu.org/software/perl/manual.
+0
-20
contrib/nontests/README~ less more
0 $Id$
1 texinfo/contrib/nontests/README
2
3 Copyright 2015, 2016 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 These tests were for the util directory.
10
11 Perhaps some day we will actually make these work. We can't just invoke
12 them unconditionally, since people may or may not have working TeX
13 installations. And even checking whether it is working or not is not
14 simple.
15
16 The txitextest script compares old and new results of running manuals
17 through texinfo.tex. The texinfo.tex developer(s) run this from cron
18 nightly as an imperfect check against errors and/or reversions creeping
19 in.
+0
-94
contrib/nontests/txitextest~ less more
0 #!/bin/sh
1 # $Id$
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.texi $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
-31
contrib/texifont/README~ less more
0 $Id$
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 and
14 widely used input encodings. getting away from of the current
15 hardwiring of Computer Modern in texinfo.tex. The example at the end of
16 documentation gives the basic flavor. As it stands, it is not hooked
17 into texinfo.tex or Texinfo 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. In addition,
24 "attributes" (fattr.tex) were starting to come into play. But it all
25 remains a work in progress.
26
27 Anyway, I'm not sanguine about anyone ever doing anything with this, but
28 just in case some super-duper TeX hacker has too much time on their
29 hands :) and wants to pick it up, here it is. Contact
30 bug-texinfo@gnu.org ...
4848 % Summary node in the Texinfo manual, originally written by Bob Chassell.
4949
5050 \def\versionyear{2019} % year manual was updated
51 \def\versionTexinfo{6.5.90} % version of Texinfo this manual is for
51 \def\versionTexinfo{6.6} % version of Texinfo this manual is for
5252
5353 \def\copyrightnotice{%
5454 \vskip 1ex plus 1filll\begingroup\small
0 @set UPDATED 13 January 2019
1 @set UPDATED-MONTH January 2019
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
0 @set UPDATED 16 February 2019
1 @set UPDATED-MONTH February 2019
2 @set EDITION 6.6
3 @set VERSION 6.6
0 @set UPDATED 11 February 2019
0 @set UPDATED 16 February 2019
11 @set UPDATED-MONTH February 2019
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
2 @set EDITION 6.6
3 @set VERSION 6.6
412412 newlines.
413413
414414 And multiple paragraphs.
415 Like an argument to @code{@@footnote}.
415 Like an argument to @b{@@footnote}.
416416 }
417417
418 (The double space in the @code{@@example} is due to the way
419 @code{\scantokens} inserts spaces after control sequences.)
418 (The double space in the @code{@@example} and the fact the text is not
419 in bold is due to the way @code{\scantokens} inserts spaces after
420 control sequences. This could be worked around like
421
422 @verbatim
423 @tex
424 @gdef@coolb#1#{@b}%
425 @end tex
426 @end verbatim
427
428 @noindent and using @samp{@@coolb} instead of @samp{@@b}. This skips
429 the active space token before the opening brace. In theory this could
430 be done automatically, but this would be a lot of work in
431 @file{texinfo.tex} to do for all commands.)
420432
421433
422434 @tex
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{2019-02-01.12}
5 \def\texinfoversion{2019-02-16.14}
66
77 %
88 % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
58715871 \divide\doublecolumnhsize by 2
58725872 \hsize = \doublecolumnhsize
58735873 %
5874 % Double the \vsize as well.
5875 \advance\vsize by -\ht\partialpage
5876 \vsize = 2\vsize
5877 %
5878 % For the benefit of balancing columns
5879 \advance\baselineskip by 0pt plus 0.5pt
5880 }
5881
5882 % The double-column output routine for all double-column pages except
5883 % the last, which is done by \balancecolumns.
5884 %
5885 \def\doublecolumnout{%
5886 %
5887 \splittopskip=\topskip \splitmaxdepth=\maxdepth
58885874 % Get the available space for the double columns -- the normal
58895875 % (undoubled) page height minus any material left over from the
58905876 % previous page.
5877 \advance\vsize by -\ht\partialpage
5878 \vsize = 2\vsize
5879 %
5880 % For the benefit of balancing columns
5881 \advance\baselineskip by 0pt plus 0.5pt
5882 }
5883
5884 % The double-column output routine for all double-column pages except
5885 % the last, which is done by \balancecolumns.
5886 %
5887 \def\doublecolumnout{%
5888 %
5889 \splittopskip=\topskip \splitmaxdepth=\maxdepth
58915890 \dimen@ = \vsize
58925891 \divide\dimen@ by 2
58935892 %
58945893 % box0 will be the left-hand column, box2 the right.
58955894 \setbox0=\vsplit\PAGE to\dimen@ \setbox2=\vsplit\PAGE to\dimen@
58965895 \global\advance\vsize by 2\ht\partialpage
5897 \onepageout\pagesofar
5896 \onepageout\pagesofar % empty except for the first time we are called
58985897 \unvbox\PAGE
58995898 \penalty\outputpenalty
59005899 }
59775976 \def\balancecolumns{%
59785977 \setbox0 = \vbox{\unvbox\PAGE}% like \box255 but more efficient, see p.120.
59795978 \dimen@ = \ht0
5980 \advance\dimen@ by \topskip
5981 \advance\dimen@ by-\baselineskip
5982 \ifdim\dimen@<5\baselineskip
5979 \ifdim\dimen@<7\baselineskip
59835980 % Don't split a short final column in two.
59845981 \setbox2=\vbox{}%
59855982 \global\setbox\balancedcolumns=\vbox{\pagesofar}%
59865983 \else
5984 % double the leading vertical space
5985 \advance\dimen@ by \topskip
5986 \advance\dimen@ by-\baselineskip
59875987 \divide\dimen@ by 2 % target to split to
59885988 \dimen@ii = \dimen@
59895989 \splittopskip = \topskip
0 @set UPDATED 13 January 2019
1 @set UPDATED-MONTH January 2019
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
0 @set UPDATED 16 February 2019
1 @set UPDATED-MONTH February 2019
2 @set EDITION 6.6
3 @set VERSION 6.6
0 @set UPDATED 11 February 2019
0 @set UPDATED 16 February 2019
11 @set UPDATED-MONTH February 2019
2 @set EDITION 6.5.93
3 @set VERSION 6.5.93
2 @set EDITION 6.6
3 @set VERSION 6.6
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH INFO "1" "February 2019" "info 6.5.93" "User Commands"
1 .TH INFO "1" "February 2019" "info 6.6" "User Commands"
22 .SH NAME
33 info \- read Info documents
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH INSTALL-INFO "1" "February 2019" "install-info 6.5.93" "User Commands"
1 .TH INSTALL-INFO "1" "February 2019" "install-info 6.6" "User Commands"
22 .SH NAME
33 install-info \- update info/dir entries
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH TEXI2ANY "1" "February 2019" "texi2any 6.5.93" "User Commands"
1 .TH TEXI2ANY "1" "February 2019" "texi2any 6.6" "User Commands"
22 .SH NAME
33 texi2any \- translate Texinfo documents
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH TEXI2DVI "1" "February 2019" "texi2dvi (GNU Texinfo 6.5dev)" "User Commands"
1 .TH TEXI2DVI "1" "February 2019" "texi2dvi (GNU Texinfo 6.6)" "User Commands"
22 .SH NAME
33 texi2dvi \- convert Texinfo documents to DVI or PDF
44 .SH SYNOPSIS
00 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
1 .TH TEXINDEX "1" "February 2019" "texindex 6.5.93" "User Commands"
1 .TH TEXINDEX "1" "February 2019" "texindex 6.6" "User Commands"
22 .SH NAME
33 texindex \- sort Texinfo index files
44 .SH SYNOPSIS
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 6.1.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2016-12-30 07:10+0100\n"
1111 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
1212 "Language-Team: Catalan <ca@dodds.net>\n"
24002400 msgid "@%s node name should not contain `:'"
24012401 msgstr "el nom de node @%s no hauria de contenir `:'"
24022402
2403 #: tp/Texinfo/Convert/Plaintext.pm:2153
2403 #: tp/Texinfo/Convert/Plaintext.pm:2154
24042404 #, perl-format
24052405 msgid "`.' or `,' must follow @xref, not %s"
24062406 msgstr "`.' o `,' ha de seguir a @xref, no %s"
24072407
2408 #: tp/Texinfo/Convert/Plaintext.pm:2156
2408 #: tp/Texinfo/Convert/Plaintext.pm:2157
24092409 msgid "`.' or `,' must follow @xref"
24102410 msgstr "`.' or `,' ha de seguir a @xref"
24112411
2412 #: tp/Texinfo/Convert/Plaintext.pm:2948
2412 #: tp/Texinfo/Convert/Plaintext.pm:2952
24132413 #, perl-format
24142414 msgid "menu entry node name should not contain `%s'"
24152415 msgstr "el nom de node d'entrada de menú no hauria de contenir `%s'"
24162416
2417 #: tp/Texinfo/Convert/Plaintext.pm:2959
2417 #: tp/Texinfo/Convert/Plaintext.pm:2963
24182418 msgid "menu entry node name should not contain `:'"
24192419 msgstr "el nom de node d'entrada de menú no hauria de contenir `:'"
24202420
2421 #: tp/Texinfo/Convert/Plaintext.pm:2979
2421 #: tp/Texinfo/Convert/Plaintext.pm:2983
24222422 msgid "menu entry name should not contain `:'"
24232423 msgstr "el nom d'entrada de menú no hauria de contenir `:'"
24242424
Binary diff not shown
11 # Copyright (C) 1997 Free Software Foundation, Inc.
22 # This file is distributed under the same license as the texinfo package.
33 # Vladimir Michl <Vladimir.Michl@seznam.cz>, 1997.
4 # Petr Pisar <petr.pisar@atlas.cz>, 2014, 2015, 2016, 2017, 2018.
4 # Petr Pisar <petr.pisar@atlas.cz>, 2014, 2015, 2016, 2017, 2018, 2019.
55 #
66 # Note: 2 messages untranslated, it's ok.
77 # gnulib messages copied from gnulib-3.0.0.6062.a6b16.
1616 #
1717 msgid ""
1818 msgstr ""
19 "Project-Id-Version: texinfo 6.5.90\n"
19 "Project-Id-Version: texinfo 6.5.93\n"
2020 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
21 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
22 "PO-Revision-Date: 2019-01-04 20:22+01:00\n"
21 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
22 "PO-Revision-Date: 2019-02-12 21:44+01:00\n"
2323 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
2424 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
2525 "Language: cs\n"
20952095 #: tp/Texinfo/Common.pm:1755
20962096 #, perl-format
20972097 msgid "using a renamed nodes file (`%s') is deprecated"
2098 msgstr ""
2098 msgstr "používání souborů s přejmenovanými uzly („%s“) je zastaralé"
20992099
21002100 #: tp/Texinfo/Common.pm:2254
21012101 #, perl-format
23452345 msgid "@%s node name should not contain `:'"
23462346 msgstr "název uzlu @%s by neměl obsahovat „:“"
23472347
2348 #: tp/Texinfo/Convert/Plaintext.pm:2153
2348 #: tp/Texinfo/Convert/Plaintext.pm:2154
23492349 #, perl-format
23502350 msgid "`.' or `,' must follow @xref, not %s"
23512351 msgstr "„.“ nebo „,“ musí následovat za @xref, ne za %s"
23522352
2353 #: tp/Texinfo/Convert/Plaintext.pm:2156
2353 #: tp/Texinfo/Convert/Plaintext.pm:2157
23542354 msgid "`.' or `,' must follow @xref"
23552355 msgstr "„.“ nebo „,“ musí následovat za @xref"
23562356
2357 #: tp/Texinfo/Convert/Plaintext.pm:2948
2357 #: tp/Texinfo/Convert/Plaintext.pm:2952
23582358 #, perl-format
23592359 msgid "menu entry node name should not contain `%s'"
23602360 msgstr "název uzlu položky nabídky by neměl obsahovat „%s“"
23612361
2362 #: tp/Texinfo/Convert/Plaintext.pm:2959
2362 #: tp/Texinfo/Convert/Plaintext.pm:2963
23632363 msgid "menu entry node name should not contain `:'"
23642364 msgstr "název uzlu položky nabídky by neměl obsahovat „:“"
23652365
2366 #: tp/Texinfo/Convert/Plaintext.pm:2979
2366 #: tp/Texinfo/Convert/Plaintext.pm:2983
23672367 msgid "menu entry name should not contain `:'"
23682368 msgstr "název položky nabídky by neměl obsahovat „:“"
23692369
Binary diff not shown
44 # Joe Hansen <joedalton2@yahoo.dk>, 2015, 2016, 2017, 2019.
55 #
66 # argument -> parameter
7 # brace -> It refers to the {} characters. { is the opening brace and } the closing brace. -> tuborgklamme
8 # Is there a difference between closing brace and close brace? There's no difference, and in my opinion we
9 # should use "closing brace" consistently.
7 # brace -> It refers to the {} characters. { is the opening brace and }
8 # the closing brace. -> tuborgklamme
9 # Is there a difference between closing brace and close brace? There's
10 # no difference, and in my opinion we should use "closing brace" consistently.
1011 # dump -> skriv
1112 # entry -> post
1213 # expansion -> udfoldning
1516 #
1617 msgid ""
1718 msgstr ""
18 "Project-Id-Version: texinfo 6.5.90\n"
19 "Project-Id-Version: texinfo 6.5.93\n"
1920 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
20 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
21 "PO-Revision-Date: 2019-01-12 10:09+0100\n"
21 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
22 "PO-Revision-Date: 2019-02-14 10:09+0100\n"
2223 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
2324 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
2425 "Language: da\n"
565566 " info emacs start ved emacs-emne fra mappe på øverste "
566567 "niveau\n"
567568 " info emacs buffers vælg menupunktet buffers i emacs-manualen\n"
568 " info emacs -n filer start ved filer-emne inden i emacs-manualen\n"
569 " info '(emacs)filer' alternativ måde at starte ved filer-emne\n"
569 " info emacs -n Files start ved filer-emne inden i emacs-manualen\n"
570 " info '(emacs)Files' alternativ måde at starte ved filer-emne\n"
570571 " info --show-options emacs start ved emne med emacs' kommandolinjetilvalg\n"
571572 " info --subnodes -o ud.txt emacs\n"
572573 " skriv hele manualen til ud.txt\n"
20732074 #: tp/Texinfo/Common.pm:1755
20742075 #, perl-format
20752076 msgid "using a renamed nodes file (`%s') is deprecated"
2076 msgstr ""
2077 msgstr "brug af en omdøbt emnefil (»%s«) er forældet"
20772078
20782079 #: tp/Texinfo/Common.pm:2254
20792080 #, perl-format
23302331 msgid "@%s node name should not contain `:'"
23312332 msgstr "@%s-emnenavn må ikke indeholde »:«"
23322333
2333 #: tp/Texinfo/Convert/Plaintext.pm:2153
2334 #: tp/Texinfo/Convert/Plaintext.pm:2154
23342335 #, perl-format
23352336 msgid "`.' or `,' must follow @xref, not %s"
23362337 msgstr "en @xref skal efterfølges af ».« eller »,«, ikke %s"
23372338
2338 #: tp/Texinfo/Convert/Plaintext.pm:2156
2339 #: tp/Texinfo/Convert/Plaintext.pm:2157
23392340 msgid "`.' or `,' must follow @xref"
23402341 msgstr "en @xref skal efterfølges af ».« eller »,«"
23412342
2342 #: tp/Texinfo/Convert/Plaintext.pm:2948
2343 #: tp/Texinfo/Convert/Plaintext.pm:2952
23432344 #, perl-format
23442345 msgid "menu entry node name should not contain `%s'"
23452346 msgstr "emnenavn for menupunkt må ikke indeholde »%s«"
23462347
2347 #: tp/Texinfo/Convert/Plaintext.pm:2959
2348 #: tp/Texinfo/Convert/Plaintext.pm:2963
23482349 msgid "menu entry node name should not contain `:'"
23492350 msgstr "menupostens emnenavn må ikke indeholde »:«"
23502351
2351 #: tp/Texinfo/Convert/Plaintext.pm:2979
2352 #: tp/Texinfo/Convert/Plaintext.pm:2983
23522353 msgid "menu entry name should not contain `:'"
23532354 msgstr "menupostens navn må ikke indeholde »:«"
23542355
Binary diff not shown
3434 msgstr ""
3535 "Project-Id-Version: texinfo 5.9.90\n"
3636 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
37 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
37 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
3838 "PO-Revision-Date: 2015-03-02 13:41+0100\n"
3939 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
4040 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
24112411 msgid "@%s node name should not contain `:'"
24122412 msgstr "@%s Knotenname sollte keinen „:“ enthalten"
24132413
2414 #: tp/Texinfo/Convert/Plaintext.pm:2153
2414 #: tp/Texinfo/Convert/Plaintext.pm:2154
24152415 #, perl-format
24162416 msgid "`.' or `,' must follow @xref, not %s"
24172417 msgstr "„.“ oder „,“ muss @xref folgen, nicht %s"
24182418
2419 #: tp/Texinfo/Convert/Plaintext.pm:2156
2419 #: tp/Texinfo/Convert/Plaintext.pm:2157
24202420 msgid "`.' or `,' must follow @xref"
24212421 msgstr "„.“ oder „,“ muss @xref folgen"
24222422
2423 #: tp/Texinfo/Convert/Plaintext.pm:2948
2423 #: tp/Texinfo/Convert/Plaintext.pm:2952
24242424 #, perl-format
24252425 msgid "menu entry node name should not contain `%s'"
24262426 msgstr "Menüeintrag-Knotenname sollte kein „%s“ enthalten"
24272427
2428 #: tp/Texinfo/Convert/Plaintext.pm:2959
2428 #: tp/Texinfo/Convert/Plaintext.pm:2963
24292429 msgid "menu entry node name should not contain `:'"
24302430 msgstr "Menüeintrag-Knotenname sollte keinen „:“ enthalten"
24312431
2432 #: tp/Texinfo/Convert/Plaintext.pm:2979
2432 #: tp/Texinfo/Convert/Plaintext.pm:2983
24332433 msgid "menu entry name should not contain `:'"
24342434 msgstr "Menüeintrag-Name sollte keinen „:“ enthalten"
24352435
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: 2019-02-11 20:22+0000\n"
11 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
21502150 msgid "@%s node name should not contain `:'"
21512151 msgstr ""
21522152
2153 #: tp/Texinfo/Convert/Plaintext.pm:2153
2153 #: tp/Texinfo/Convert/Plaintext.pm:2154
21542154 #, perl-format
21552155 msgid "`.' or `,' must follow @xref, not %s"
21562156 msgstr ""
21572157
2158 #: tp/Texinfo/Convert/Plaintext.pm:2156
2158 #: tp/Texinfo/Convert/Plaintext.pm:2157
21592159 msgid "`.' or `,' must follow @xref"
21602160 msgstr ""
21612161
2162 #: tp/Texinfo/Convert/Plaintext.pm:2948
2162 #: tp/Texinfo/Convert/Plaintext.pm:2952
21632163 #, perl-format
21642164 msgid "menu entry node name should not contain `%s'"
21652165 msgstr ""
21662166
2167 #: tp/Texinfo/Convert/Plaintext.pm:2959
2167 #: tp/Texinfo/Convert/Plaintext.pm:2963
21682168 msgid "menu entry node name should not contain `:'"
21692169 msgstr ""
21702170
2171 #: tp/Texinfo/Convert/Plaintext.pm:2979
2171 #: tp/Texinfo/Convert/Plaintext.pm:2983
21722172 msgid "menu entry name should not contain `:'"
21732173 msgstr ""
21742174
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: GNU texinfo 6.0.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2015-12-28 00:59+0200\n"
1111 "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n"
1212 "Language-Team: Greek <team@lists.gnome.gr>\n"
21712171 msgid "@%s node name should not contain `:'"
21722172 msgstr ""
21732173
2174 #: tp/Texinfo/Convert/Plaintext.pm:2153
2174 #: tp/Texinfo/Convert/Plaintext.pm:2154
21752175 #, perl-format
21762176 msgid "`.' or `,' must follow @xref, not %s"
21772177 msgstr ""
21782178
2179 #: tp/Texinfo/Convert/Plaintext.pm:2156
2179 #: tp/Texinfo/Convert/Plaintext.pm:2157
21802180 msgid "`.' or `,' must follow @xref"
21812181 msgstr ""
21822182
2183 #: tp/Texinfo/Convert/Plaintext.pm:2948
2183 #: tp/Texinfo/Convert/Plaintext.pm:2952
21842184 #, perl-format
21852185 msgid "menu entry node name should not contain `%s'"
21862186 msgstr ""
21872187
2188 #: tp/Texinfo/Convert/Plaintext.pm:2959
2188 #: tp/Texinfo/Convert/Plaintext.pm:2963
21892189 msgid "menu entry node name should not contain `:'"
21902190 msgstr ""
21912191
2192 #: tp/Texinfo/Convert/Plaintext.pm:2979
2192 #: tp/Texinfo/Convert/Plaintext.pm:2983
21932193 msgid "menu entry name should not contain `:'"
21942194 msgstr ""
21952195
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: texinfo 6.3.91\n"
1111 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
12 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
12 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1313 "PO-Revision-Date: 2017-05-21 18:07+0200\n"
1414 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1515 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
23402340 msgid "@%s node name should not contain `:'"
23412341 msgstr "'@%s' -- nodnomo ne devus enteni «:»"
23422342
2343 #: tp/Texinfo/Convert/Plaintext.pm:2153
2343 #: tp/Texinfo/Convert/Plaintext.pm:2154
23442344 #, perl-format
23452345 msgid "`.' or `,' must follow @xref, not %s"
23462346 msgstr "Post '@xref' sekvendas «.» aŭ «,», ne «%s»"
23472347
2348 #: tp/Texinfo/Convert/Plaintext.pm:2156
2348 #: tp/Texinfo/Convert/Plaintext.pm:2157
23492349 msgid "`.' or `,' must follow @xref"
23502350 msgstr "Post '@xref' sekvendas «.» aŭ «,»"
23512351
2352 #: tp/Texinfo/Convert/Plaintext.pm:2948
2352 #: tp/Texinfo/Convert/Plaintext.pm:2952
23532353 #, perl-format
23542354 msgid "menu entry node name should not contain `%s'"
23552355 msgstr "nodnomo en menuero ne devus enteni «%s»"
23562356
2357 #: tp/Texinfo/Convert/Plaintext.pm:2959
2357 #: tp/Texinfo/Convert/Plaintext.pm:2963
23582358 msgid "menu entry node name should not contain `:'"
23592359 msgstr "nodnomo en menuero ne devus enteni «:»"
23602360
2361 #: tp/Texinfo/Convert/Plaintext.pm:2979
2361 #: tp/Texinfo/Convert/Plaintext.pm:2983
23622362 msgid "menu entry name should not contain `:'"
23632363 msgstr "menuernomo ne devus enteni «:»"
23642364
Binary diff not shown
55 # Antonio Ceballos <aceballos@gmail.com>, 2015, 2016, 2017, 2019.
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo-6.5.90\n"
8 "Project-Id-Version: texinfo-6.5.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "PO-Revision-Date: 2019-01-05 13:30+0100\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
11 "PO-Revision-Date: 2019-02-15 22:27+0100\n"
1212 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
1313 "Language-Team: Spanish <es@tp.org.es>\n"
1414 "Language: es\n"
21912191 #: tp/Texinfo/Common.pm:1755
21922192 #, perl-format
21932193 msgid "using a renamed nodes file (`%s') is deprecated"
2194 msgstr ""
2194 msgstr "el uso de un fichero de nodos renombrados (`%s') está obsoleto"
21952195
21962196 #: tp/Texinfo/Common.pm:2254
21972197 #, perl-format
24482448 msgid "@%s node name should not contain `:'"
24492449 msgstr "el nombre de un nodo @%s no puede contener `:'"
24502450
2451 #: tp/Texinfo/Convert/Plaintext.pm:2153
2451 #: tp/Texinfo/Convert/Plaintext.pm:2154
24522452 #, perl-format
24532453 msgid "`.' or `,' must follow @xref, not %s"
24542454 msgstr "`.' o `,' tiene que ir precedido de @xref, no de %s"
24552455
2456 #: tp/Texinfo/Convert/Plaintext.pm:2156
2456 #: tp/Texinfo/Convert/Plaintext.pm:2157
24572457 msgid "`.' or `,' must follow @xref"
24582458 msgstr "`.' o `,' tiene que ir precedido de @xref"
24592459
2460 #: tp/Texinfo/Convert/Plaintext.pm:2948
2460 #: tp/Texinfo/Convert/Plaintext.pm:2952
24612461 #, perl-format
24622462 msgid "menu entry node name should not contain `%s'"
24632463 msgstr "el nombre de nodo de una entrada de menú no debe contener '%s'"
24642464
2465 #: tp/Texinfo/Convert/Plaintext.pm:2959
2465 #: tp/Texinfo/Convert/Plaintext.pm:2963
24662466 msgid "menu entry node name should not contain `:'"
24672467 msgstr "el nombre de nodo de una entrada de menú no debe contener ':'"
24682468
2469 #: tp/Texinfo/Convert/Plaintext.pm:2979
2469 #: tp/Texinfo/Convert/Plaintext.pm:2983
24702470 msgid "menu entry name should not contain `:'"
24712471 msgstr "el nombre de una entrada de menú no debe contener ':'"
24722472
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: GNU texinfo 6.3.92\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2018-02-23 16:35+0200\n"
1111 "Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
1212 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
21882188 msgid "@%s node name should not contain `:'"
21892189 msgstr ""
21902190
2191 #: tp/Texinfo/Convert/Plaintext.pm:2153
2191 #: tp/Texinfo/Convert/Plaintext.pm:2154
21922192 #, perl-format
21932193 msgid "`.' or `,' must follow @xref, not %s"
21942194 msgstr "@xrefiä tulee seurata \".\" tai \",\", ei %s"
21952195
2196 #: tp/Texinfo/Convert/Plaintext.pm:2156
2196 #: tp/Texinfo/Convert/Plaintext.pm:2157
21972197 msgid "`.' or `,' must follow @xref"
21982198 msgstr "@xrefiä tulee seurata \".\" tai \",\""
21992199
2200 #: tp/Texinfo/Convert/Plaintext.pm:2948
2200 #: tp/Texinfo/Convert/Plaintext.pm:2952
22012201 #, perl-format
22022202 msgid "menu entry node name should not contain `%s'"
22032203 msgstr ""
22042204
2205 #: tp/Texinfo/Convert/Plaintext.pm:2959
2205 #: tp/Texinfo/Convert/Plaintext.pm:2963
22062206 msgid "menu entry node name should not contain `:'"
22072207 msgstr ""
22082208
2209 #: tp/Texinfo/Convert/Plaintext.pm:2979
2209 #: tp/Texinfo/Convert/Plaintext.pm:2983
22102210 msgid "menu entry name should not contain `:'"
22112211 msgstr ""
22122212
Binary diff not shown
1212 #
1313 msgid ""
1414 msgstr ""
15 "Project-Id-Version: texinfo 6.5.92\n"
15 "Project-Id-Version: texinfo 6.5.93\n"
1616 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
17 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
18 "PO-Revision-Date: 2019-02-03 11:23+0100\n"
17 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
18 "PO-Revision-Date: 2019-02-13 18:48+0100\n"
1919 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
2020 "Language-Team: French <traduc@traduc.org>\n"
2121 "Language: fr\n"
21032103 #: tp/Texinfo/Common.pm:1755
21042104 #, perl-format
21052105 msgid "using a renamed nodes file (`%s') is deprecated"
2106 msgstr ""
2106 msgstr "l'utilisation d'un fichier de nœuds renommés (%s) est désapprouvé"
21072107
21082108 #: tp/Texinfo/Common.pm:2254
21092109 #, perl-format
23582358 msgid "@%s node name should not contain `:'"
23592359 msgstr "le nom d'un nœud @%s ne devrait pas contenir de « : »"
23602360
2361 #: tp/Texinfo/Convert/Plaintext.pm:2153
2361 #: tp/Texinfo/Convert/Plaintext.pm:2154
23622362 #, perl-format
23632363 msgid "`.' or `,' must follow @xref, not %s"
23642364 msgstr "« . » ou « , » doit suivre @xref, pas %s"
23652365
2366 #: tp/Texinfo/Convert/Plaintext.pm:2156
2366 #: tp/Texinfo/Convert/Plaintext.pm:2157
23672367 msgid "`.' or `,' must follow @xref"
23682368 msgstr "« . » ou « , » doit suivre @xref"
23692369
2370 #: tp/Texinfo/Convert/Plaintext.pm:2948
2370 #: tp/Texinfo/Convert/Plaintext.pm:2952
23712371 #, perl-format
23722372 msgid "menu entry node name should not contain `%s'"
23732373 msgstr "un nom de nœud en entrée de menu ne devrait contenir de « %s »"
23742374
2375 #: tp/Texinfo/Convert/Plaintext.pm:2959
2375 #: tp/Texinfo/Convert/Plaintext.pm:2963
23762376 msgid "menu entry node name should not contain `:'"
23772377 msgstr "un nom de nœud en entrée de menu ne devrait contenir de « : »"
23782378
2379 #: tp/Texinfo/Convert/Plaintext.pm:2979
2379 #: tp/Texinfo/Convert/Plaintext.pm:2983
23802380 msgid "menu entry name should not contain `:'"
23812381 msgstr "une entrée de menu ne devrait pas contenir de « : »"
23822382
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: texinfo 4.2\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
8 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
22652265 msgid "@%s node name should not contain `:'"
22662266 msgstr ""
22672267
2268 #: tp/Texinfo/Convert/Plaintext.pm:2153
2268 #: tp/Texinfo/Convert/Plaintext.pm:2154
22692269 #, fuzzy, perl-format
22702270 msgid "`.' or `,' must follow @xref, not %s"
22712271 msgstr "%c אלו `,' וא `.' אובל ךירצ רושיק ירחא"
22722272
2273 #: tp/Texinfo/Convert/Plaintext.pm:2156
2273 #: tp/Texinfo/Convert/Plaintext.pm:2157
22742274 #, fuzzy
22752275 msgid "`.' or `,' must follow @xref"
22762276 msgstr "%c אלו `,' וא `.' אובל ךירצ רושיק ירחא"
22772277
2278 #: tp/Texinfo/Convert/Plaintext.pm:2948
2278 #: tp/Texinfo/Convert/Plaintext.pm:2952
22792279 #, perl-format
22802280 msgid "menu entry node name should not contain `%s'"
22812281 msgstr ""
22822282
2283 #: tp/Texinfo/Convert/Plaintext.pm:2959
2283 #: tp/Texinfo/Convert/Plaintext.pm:2963
22842284 msgid "menu entry node name should not contain `:'"
22852285 msgstr ""
22862286
2287 #: tp/Texinfo/Convert/Plaintext.pm:2979
2287 #: tp/Texinfo/Convert/Plaintext.pm:2983
22882288 msgid "menu entry name should not contain `:'"
22892289 msgstr ""
22902290
Binary diff not shown
88 # Božidar Putanec <bozidarp@yahoo.com>, 2016, 2017, 2019.
99 msgid ""
1010 msgstr ""
11 "Project-Id-Version: GNU texinfo-6.5.92\n"
11 "Project-Id-Version: GNU texinfo-6.5.93\n"
1212 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
13 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
14 "PO-Revision-Date: 2019-02-03 12:47-0800\n"
13 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
14 "PO-Revision-Date: 2019-02-12 18:44-0800\n"
1515 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
1616 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
1717 "Language: hr\n"
2121 "X-Bugs: Report translation errors to the Language-Team address.\n"
2222 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2323 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
24 "X-Generator: Poedit 2.2.1\n"
24 "X-Generator: Lokalize 2.0\n"
2525
2626 #: gnulib/lib/error.c:195
2727 msgid "Unknown system error"
20832083 #: tp/Texinfo/Common.pm:1755
20842084 #, perl-format
20852085 msgid "using a renamed nodes file (`%s') is deprecated"
2086 msgstr ""
2086 msgstr "korištenje datoteke s preimenovanim čvorovima („%s“) je zastarjela"
20872087
20882088 #: tp/Texinfo/Common.pm:2254
20892089 #, perl-format
23422342 msgid "@%s node name should not contain `:'"
23432343 msgstr "@%s -- ime čvora ne smije sadržavati „:“"
23442344
2345 #: tp/Texinfo/Convert/Plaintext.pm:2153
2345 #: tp/Texinfo/Convert/Plaintext.pm:2154
23462346 #, perl-format
23472347 msgid "`.' or `,' must follow @xref, not %s"
23482348 msgstr "„.“ ili „,“ mora slijediti @xref, a ne %s"
23492349
2350 #: tp/Texinfo/Convert/Plaintext.pm:2156
2350 #: tp/Texinfo/Convert/Plaintext.pm:2157
23512351 msgid "`.' or `,' must follow @xref"
23522352 msgstr "„.“ ili „,“ mora slijediti @xref"
23532353
2354 #: tp/Texinfo/Convert/Plaintext.pm:2948
2354 #: tp/Texinfo/Convert/Plaintext.pm:2952
23552355 #, perl-format
23562356 msgid "menu entry node name should not contain `%s'"
23572357 msgstr "ime čvora u stavki menīja ne smije sadržavati „%s“"
23582358
2359 #: tp/Texinfo/Convert/Plaintext.pm:2959
2359 #: tp/Texinfo/Convert/Plaintext.pm:2963
23602360 msgid "menu entry node name should not contain `:'"
23612361 msgstr "ime čvora u stavki menīja ne smije sadržavati „:“"
23622362
2363 #: tp/Texinfo/Convert/Plaintext.pm:2979
2363 #: tp/Texinfo/Convert/Plaintext.pm:2983
23642364 msgid "menu entry name should not contain `:'"
23652365 msgstr "ime stavke u menīju ne smije sadržavati „:“"
23662366
32733273 " -c, --set-customization-variable VARIJABLA=VRIJEDNOST postavite "
32743274 "VARIJABLU\n"
32753275 " na VRIJEDNOST\n"
3276 " -v, --verbose javlja što se radi\n"
3277 " --version prikaži informacije o inačici i iziđi\n"
3276 " -v, --verbose objašnjava što se izvršava\n"
3277 " --version informacije o inačici ovog programa\n"
32783278
32793279 #: tp/texi2any.pl:701
32803280 msgid ""
34003400 "izlaz;\n"
34013401 " ako je DATOTEKA -, čita standardni ulaz\n"
34023402 " --css-ref=URL generira CSS poveznicu na URL\n"
3403 " --internal-links=DATOTEKA napravi popis unutarnjih poveznica u "
3403 " --internal-links=DATOTEKA napravi popis internih poveznica u "
34043404 "DATOTECI\n"
34053405 " --split=RAZINA razdijeli po RAZINAMA; RAZINA može biti\n"
34063406 " „chapter“, „section“ ili „node“\n"
36083608 #: tp/texi2any.pl:1315 tp/texi2any.pl:1349
36093609 #, perl-format
36103610 msgid "%s: error on closing internal links file %s: %s\n"
3611 msgstr "%s: greška pri zatvaranju datoteke unutarnjih poveznica %s: %s\n"
3611 msgstr "%s: greška pri zatvaranju datoteke internih poveznica %s: %s\n"
36123612
36133613 #: tp/texi2any.pl:1321 tp/texi2any.pl:1355
36143614 #, perl-format
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: texinfo 4.7.x\n"
77 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
8 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
8 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
99 "PO-Revision-Date: 2006-02-18 16:00+0100\n"
1010 "Last-Translator: Máté LABÁDI <labadimate@freemail.hu>\n"
1111 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
23662366 msgid "@%s node name should not contain `:'"
23672367 msgstr ""
23682368
2369 #: tp/Texinfo/Convert/Plaintext.pm:2153
2369 #: tp/Texinfo/Convert/Plaintext.pm:2154
23702370 #, perl-format
23712371 msgid "`.' or `,' must follow @xref, not %s"
23722372 msgstr ""
23732373
2374 #: tp/Texinfo/Convert/Plaintext.pm:2156
2374 #: tp/Texinfo/Convert/Plaintext.pm:2157
23752375 msgid "`.' or `,' must follow @xref"
23762376 msgstr ""
23772377
2378 #: tp/Texinfo/Convert/Plaintext.pm:2948
2378 #: tp/Texinfo/Convert/Plaintext.pm:2952
23792379 #, perl-format
23802380 msgid "menu entry node name should not contain `%s'"
23812381 msgstr ""
23822382
2383 #: tp/Texinfo/Convert/Plaintext.pm:2959
2383 #: tp/Texinfo/Convert/Plaintext.pm:2963
23842384 msgid "menu entry node name should not contain `:'"
23852385 msgstr ""
23862386
2387 #: tp/Texinfo/Convert/Plaintext.pm:2979
2387 #: tp/Texinfo/Convert/Plaintext.pm:2983
23882388 msgid "menu entry name should not contain `:'"
23892389 msgstr ""
23902390
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 5.1.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2014-08-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"
23802380 msgid "@%s node name should not contain `:'"
23812381 msgstr "@%s node name should not contain `:'"
23822382
2383 #: tp/Texinfo/Convert/Plaintext.pm:2153
2383 #: tp/Texinfo/Convert/Plaintext.pm:2154
23842384 #, perl-format
23852385 msgid "`.' or `,' must follow @xref, not %s"
23862386 msgstr "`.' atau `,' harus mengikuti, bukan `%s'"
23872387
2388 #: tp/Texinfo/Convert/Plaintext.pm:2156
2388 #: tp/Texinfo/Convert/Plaintext.pm:2157
23892389 msgid "`.' or `,' must follow @xref"
23902390 msgstr "`.' atau `,' harus mengikuti"
23912391
2392 #: tp/Texinfo/Convert/Plaintext.pm:2948
2392 #: tp/Texinfo/Convert/Plaintext.pm:2952
23932393 #, perl-format
23942394 msgid "menu entry node name should not contain `%s'"
23952395 msgstr "menu entry node name should not contain `%s'"
23962396
2397 #: tp/Texinfo/Convert/Plaintext.pm:2959
2397 #: tp/Texinfo/Convert/Plaintext.pm:2963
23982398 msgid "menu entry node name should not contain `:'"
23992399 msgstr "menu entry node name should not contain `:'"
24002400
2401 #: tp/Texinfo/Convert/Plaintext.pm:2979
2401 #: tp/Texinfo/Convert/Plaintext.pm:2983
24022402 msgid "menu entry name should not contain `:'"
24032403 msgstr "menu entry name should not contain `:'"
24042404
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo 5.1.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2013-09-20 13:31+0200\n"
1111 "Last-Translator: Francesco Groccia <frgroccia@gmail.com>\n"
1212 "Language-Team: Italian <tp@lists.linux.it>\n"
23922392 msgid "@%s node name should not contain `:'"
23932393 msgstr "il nome del nodo @%s non dovrebbe contenere «:»"
23942394
2395 #: tp/Texinfo/Convert/Plaintext.pm:2153
2395 #: tp/Texinfo/Convert/Plaintext.pm:2154
23962396 #, perl-format
23972397 msgid "`.' or `,' must follow @xref, not %s"
23982398 msgstr "«.» o «,» devono seguire @xref, non %s"
23992399
2400 #: tp/Texinfo/Convert/Plaintext.pm:2156
2400 #: tp/Texinfo/Convert/Plaintext.pm:2157
24012401 msgid "`.' or `,' must follow @xref"
24022402 msgstr "«.» o «,» devono seguire @xref"
24032403
2404 #: tp/Texinfo/Convert/Plaintext.pm:2948
2404 #: tp/Texinfo/Convert/Plaintext.pm:2952
24052405 #, perl-format
24062406 msgid "menu entry node name should not contain `%s'"
24072407 msgstr "il nome del nodo della voce del menù non dovrebbe contenere «%s»"
24082408
2409 #: tp/Texinfo/Convert/Plaintext.pm:2959
2409 #: tp/Texinfo/Convert/Plaintext.pm:2963
24102410 msgid "menu entry node name should not contain `:'"
24112411 msgstr "il nome del nodo della voce del menù non dovrebbe contenere «:»"
24122412
2413 #: tp/Texinfo/Convert/Plaintext.pm:2979
2413 #: tp/Texinfo/Convert/Plaintext.pm:2983
24142414 msgid "menu entry name should not contain `:'"
24152415 msgstr "il nome della voce del menù non dovrebbe contenere «:»"
24162416
Binary diff not shown
1212 msgstr ""
1313 "Project-Id-Version: texinfo 5.1.90\n"
1414 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
15 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
15 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1616 "PO-Revision-Date: 2014-11-07 08:03+0000\n"
1717 "Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
1818 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
23642364 msgid "@%s node name should not contain `:'"
23652365 msgstr ""
23662366
2367 #: tp/Texinfo/Convert/Plaintext.pm:2153
2367 #: tp/Texinfo/Convert/Plaintext.pm:2154
23682368 #, fuzzy, perl-format
23692369 msgid "`.' or `,' must follow @xref, not %s"
23702370 msgstr "`.' または `,' には `%2$c' では無く @%1$s が続かなければいけません。"
23712371
2372 #: tp/Texinfo/Convert/Plaintext.pm:2156
2372 #: tp/Texinfo/Convert/Plaintext.pm:2157
23732373 #, fuzzy
23742374 msgid "`.' or `,' must follow @xref"
23752375 msgstr "`.' または `,' には `%2$c' では無く @%1$s が続かなければいけません。"
23762376
2377 #: tp/Texinfo/Convert/Plaintext.pm:2948
2377 #: tp/Texinfo/Convert/Plaintext.pm:2952
23782378 #, fuzzy, perl-format
23792379 msgid "menu entry node name should not contain `%s'"
23802380 msgstr "ノード `%s' にメニューがありません。"
23812381
2382 #: tp/Texinfo/Convert/Plaintext.pm:2959
2382 #: tp/Texinfo/Convert/Plaintext.pm:2963
23832383 msgid "menu entry node name should not contain `:'"
23842384 msgstr ""
23852385
2386 #: tp/Texinfo/Convert/Plaintext.pm:2979
2386 #: tp/Texinfo/Convert/Plaintext.pm:2983
23872387 #, fuzzy
23882388 msgid "menu entry name should not contain `:'"
23892389 msgstr "ノード `%s' にメニューがありません。"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 6.1.92\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1212 "PO-Revision-Date: 2017-01-22 20:47+0100\n"
1313 "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
1414 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
23412341 msgid "@%s node name should not contain `:'"
23422342 msgstr ""
23432343
2344 #: tp/Texinfo/Convert/Plaintext.pm:2153
2344 #: tp/Texinfo/Convert/Plaintext.pm:2154
23452345 #, perl-format
23462346 msgid "`.' or `,' must follow @xref, not %s"
23472347 msgstr "«.» eller «,» må følge @xref, ikke %s"
23482348
2349 #: tp/Texinfo/Convert/Plaintext.pm:2156
2349 #: tp/Texinfo/Convert/Plaintext.pm:2157
23502350 msgid "`.' or `,' must follow @xref"
23512351 msgstr "«.» eller «,» må følge @xref"
23522352
2353 #: tp/Texinfo/Convert/Plaintext.pm:2948
2353 #: tp/Texinfo/Convert/Plaintext.pm:2952
23542354 #, perl-format
23552355 msgid "menu entry node name should not contain `%s'"
23562356 msgstr ""
23572357
2358 #: tp/Texinfo/Convert/Plaintext.pm:2959
2358 #: tp/Texinfo/Convert/Plaintext.pm:2963
23592359 msgid "menu entry node name should not contain `:'"
23602360 msgstr ""
23612361
2362 #: tp/Texinfo/Convert/Plaintext.pm:2979
2362 #: tp/Texinfo/Convert/Plaintext.pm:2983
23632363 msgid "menu entry name should not contain `:'"
23642364 msgstr ""
23652365
Binary diff not shown
1313 msgstr ""
1414 "Project-Id-Version: texinfo-6.5.90\n"
1515 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
16 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
16 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1717 "PO-Revision-Date: 2019-01-06 18:01+0100\n"
1818 "Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
1919 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
23622362 msgid "@%s node name should not contain `:'"
23632363 msgstr "@%s -- paginanaam hoort geen ':' te bevatten"
23642364
2365 #: tp/Texinfo/Convert/Plaintext.pm:2153
2365 #: tp/Texinfo/Convert/Plaintext.pm:2154
23662366 #, perl-format
23672367 msgid "`.' or `,' must follow @xref, not %s"
23682368 msgstr "'.' of ',' moet volgen op @xref, niet '%s'"
23692369
2370 #: tp/Texinfo/Convert/Plaintext.pm:2156
2370 #: tp/Texinfo/Convert/Plaintext.pm:2157
23712371 msgid "`.' or `,' must follow @xref"
23722372 msgstr "'.' of ',' moet volgen op '@xref'"
23732373
2374 #: tp/Texinfo/Convert/Plaintext.pm:2948
2374 #: tp/Texinfo/Convert/Plaintext.pm:2952
23752375 #, perl-format
23762376 msgid "menu entry node name should not contain `%s'"
23772377 msgstr "paginanaam in menu-item hoort geen '%s' te bevatten"
23782378
2379 #: tp/Texinfo/Convert/Plaintext.pm:2959
2379 #: tp/Texinfo/Convert/Plaintext.pm:2963
23802380 msgid "menu entry node name should not contain `:'"
23812381 msgstr "paginanaam in menu-item hoort geen ':' te bevatten"
23822382
2383 #: tp/Texinfo/Convert/Plaintext.pm:2979
2383 #: tp/Texinfo/Convert/Plaintext.pm:2983
23842384 msgid "menu entry name should not contain `:'"
23852385 msgstr "menu-itemnaam hoort geen ':' te bevatten"
23862386
Binary diff not shown
44 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: texinfo 6.5.90\n"
7 "Project-Id-Version: texinfo 6.5.93\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "PO-Revision-Date: 2019-01-04 20:02+0100\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
10 "PO-Revision-Date: 2019-02-12 21:02+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"
20862086 #: tp/Texinfo/Common.pm:1755
20872087 #, perl-format
20882088 msgid "using a renamed nodes file (`%s') is deprecated"
2089 msgstr ""
2089 msgstr "używanie pliku węzłów przemianowanych (`%s') jest przestarzałe"
20902090
20912091 #: tp/Texinfo/Common.pm:2254
20922092 #, perl-format
23382338 msgid "@%s node name should not contain `:'"
23392339 msgstr "nazwa węzła @%s nie powinna zawierać `:'"
23402340
2341 #: tp/Texinfo/Convert/Plaintext.pm:2153
2341 #: tp/Texinfo/Convert/Plaintext.pm:2154
23422342 #, perl-format
23432343 msgid "`.' or `,' must follow @xref, not %s"
23442344 msgstr "Po @xref musi wystąpić `.' lub `,', a nie %s"
23452345
2346 #: tp/Texinfo/Convert/Plaintext.pm:2156
2346 #: tp/Texinfo/Convert/Plaintext.pm:2157
23472347 msgid "`.' or `,' must follow @xref"
23482348 msgstr "Po @xref musi wystąpić `.' lub `,'"
23492349
2350 #: tp/Texinfo/Convert/Plaintext.pm:2948
2350 #: tp/Texinfo/Convert/Plaintext.pm:2952
23512351 #, perl-format
23522352 msgid "menu entry node name should not contain `%s'"
23532353 msgstr "nazwa węzła wpisu menu nie powinna zawierać `%s'"
23542354
2355 #: tp/Texinfo/Convert/Plaintext.pm:2959
2355 #: tp/Texinfo/Convert/Plaintext.pm:2963
23562356 msgid "menu entry node name should not contain `:'"
23572357 msgstr "nazwa węzła wpisu menu nie powinna zawierać `:'"
23582358
2359 #: tp/Texinfo/Convert/Plaintext.pm:2979
2359 #: tp/Texinfo/Convert/Plaintext.pm:2983
23602360 msgid "menu entry name should not contain `:'"
23612361 msgstr "nazwa wpisu menu nie powinna zawierać `:'"
23622362
36263626 #, perl-format
36273627 msgid "%s: could not open %s for writing: %s\n"
36283628 msgstr "%s: nie można otworzyć pliku %s do zapisu: %s\n"
3629
3630 #~ msgid "can't open %s: %s"
3631 #~ msgstr "nie można otworzyć %s: %s"
3632
3633 #~ msgid "debugging output diverted to \"%s\""
3634 #~ msgstr "wyjście diagnostyczne przekierowane do \"%s\""
Binary diff not shown
44 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: GNU texinfo 6.5.90\n"
7 "Project-Id-Version: GNU texinfo 6.5.93\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "PO-Revision-Date: 2019-01-05 06:08+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
10 "PO-Revision-Date: 2019-02-13 07:01+0000\n"
1111 "Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
1212 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
1313 "Language: pt\n"
20912091 #: tp/Texinfo/Common.pm:1755
20922092 #, perl-format
20932093 msgid "using a renamed nodes file (`%s') is deprecated"
2094 msgstr ""
2094 msgstr "a usar um ficheiro nodes renomeado. (\"%s\") é obsoleto"
20952095
20962096 #: tp/Texinfo/Common.pm:2254
20972097 #, perl-format
23432343 msgid "@%s node name should not contain `:'"
23442344 msgstr "nome do nó @%s não deve conter \":\""
23452345
2346 #: tp/Texinfo/Convert/Plaintext.pm:2153
2346 #: tp/Texinfo/Convert/Plaintext.pm:2154
23472347 #, perl-format
23482348 msgid "`.' or `,' must follow @xref, not %s"
23492349 msgstr "\".\" ou \",\" têm de seguir @xref, não %s"
23502350
2351 #: tp/Texinfo/Convert/Plaintext.pm:2156
2351 #: tp/Texinfo/Convert/Plaintext.pm:2157
23522352 msgid "`.' or `,' must follow @xref"
23532353 msgstr "\".\" ou \",\" têm de seguir @xref"
23542354
2355 #: tp/Texinfo/Convert/Plaintext.pm:2948
2355 #: tp/Texinfo/Convert/Plaintext.pm:2952
23562356 #, perl-format
23572357 msgid "menu entry node name should not contain `%s'"
23582358 msgstr "nome de nó de entrada de menu não deve conter \"%s\""
23592359
2360 #: tp/Texinfo/Convert/Plaintext.pm:2959
2360 #: tp/Texinfo/Convert/Plaintext.pm:2963
23612361 msgid "menu entry node name should not contain `:'"
23622362 msgstr "nome de nó de entrada de menu não deve conter \":\""
23632363
2364 #: tp/Texinfo/Convert/Plaintext.pm:2979
2364 #: tp/Texinfo/Convert/Plaintext.pm:2983
23652365 msgid "menu entry name should not contain `:'"
23662366 msgstr "nome de entrada de menu não deve conter \":\""
23672367
Binary diff not shown
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 6.5.92\n"
8 "Project-Id-Version: texinfo 6.5.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "PO-Revision-Date: 2019-02-03 08:00-0200\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
11 "PO-Revision-Date: 2019-02-13 06:15-0200\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
1414 "net>\n"
21202120 #: tp/Texinfo/Common.pm:1755
21212121 #, perl-format
21222122 msgid "using a renamed nodes file (`%s') is deprecated"
2123 msgstr ""
2123 msgstr "uso de um arquivo de nodos renomeado (`%s') está desatualizado"
21242124
21252125 #: tp/Texinfo/Common.pm:2254
21262126 #, perl-format
23722372 msgid "@%s node name should not contain `:'"
23732373 msgstr "o nome de nodo @%s não deve conter `:'"
23742374
2375 #: tp/Texinfo/Convert/Plaintext.pm:2153
2375 #: tp/Texinfo/Convert/Plaintext.pm:2154
23762376 #, perl-format
23772377 msgid "`.' or `,' must follow @xref, not %s"
23782378 msgstr "`.' ou `,' deve seguir @xref, não %s"
23792379
2380 #: tp/Texinfo/Convert/Plaintext.pm:2156
2380 #: tp/Texinfo/Convert/Plaintext.pm:2157
23812381 msgid "`.' or `,' must follow @xref"
23822382 msgstr "`.' ou `,' deve seguir @xref"
23832383
2384 #: tp/Texinfo/Convert/Plaintext.pm:2948
2384 #: tp/Texinfo/Convert/Plaintext.pm:2952
23852385 #, perl-format
23862386 msgid "menu entry node name should not contain `%s'"
23872387 msgstr "entrada de menu com nome de nodo não deve conter `%s'"
23882388
2389 #: tp/Texinfo/Convert/Plaintext.pm:2959
2389 #: tp/Texinfo/Convert/Plaintext.pm:2963
23902390 msgid "menu entry node name should not contain `:'"
23912391 msgstr "entrada de menu com nome de nodo não deve conter `:'"
23922392
2393 #: tp/Texinfo/Convert/Plaintext.pm:2979
2393 #: tp/Texinfo/Convert/Plaintext.pm:2983
23942394 msgid "menu entry name should not contain `:'"
23952395 msgstr "nome de entrada de menu não deve conter `:'"
23962396
Binary diff not shown
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: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
22922292 msgid "@%s node name should not contain `:'"
22932293 msgstr ""
22942294
2295 #: tp/Texinfo/Convert/Plaintext.pm:2153
2295 #: tp/Texinfo/Convert/Plaintext.pm:2154
22962296 #, perl-format
22972297 msgid "`.' or `,' must follow @xref, not %s"
22982298 msgstr ""
22992299
2300 #: tp/Texinfo/Convert/Plaintext.pm:2156
2300 #: tp/Texinfo/Convert/Plaintext.pm:2157
23012301 msgid "`.' or `,' must follow @xref"
23022302 msgstr ""
23032303
2304 #: tp/Texinfo/Convert/Plaintext.pm:2948
2304 #: tp/Texinfo/Convert/Plaintext.pm:2952
23052305 #, perl-format
23062306 msgid "menu entry node name should not contain `%s'"
23072307 msgstr ""
23082308
2309 #: tp/Texinfo/Convert/Plaintext.pm:2959
2309 #: tp/Texinfo/Convert/Plaintext.pm:2963
23102310 msgid "menu entry node name should not contain `:'"
23112311 msgstr ""
23122312
2313 #: tp/Texinfo/Convert/Plaintext.pm:2979
2313 #: tp/Texinfo/Convert/Plaintext.pm:2983
23142314 msgid "menu entry name should not contain `:'"
23152315 msgstr ""
23162316
Binary diff not shown
66 # Yuri Kozlov <yuray@komyakino.ru>, 2013, 2015, 2016, 2017, 2019.
77 msgid ""
88 msgstr ""
9 "Project-Id-Version: texinfo 6.5.90\n"
9 "Project-Id-Version: texinfo 6.5.93\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
12 "PO-Revision-Date: 2019-01-05 09:06+0300\n"
11 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
12 "PO-Revision-Date: 2019-02-13 18:53+0300\n"
1313 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
1414 "Language-Team: Russian <gnu@d07.ru>\n"
1515 "Language: ru\n"
20842084 #: tp/Texinfo/Common.pm:1755
20852085 #, perl-format
20862086 msgid "using a renamed nodes file (`%s') is deprecated"
2087 msgstr ""
2087 msgstr "использование файла перемеименованных нод («%s») не допускается"
20882088
20892089 #: tp/Texinfo/Common.pm:2254
20902090 #, perl-format
23352335 msgid "@%s node name should not contain `:'"
23362336 msgstr "имя ноды @%s не должно содержать «:»"
23372337
2338 #: tp/Texinfo/Convert/Plaintext.pm:2153
2338 #: tp/Texinfo/Convert/Plaintext.pm:2154
23392339 #, perl-format
23402340 msgid "`.' or `,' must follow @xref, not %s"
23412341 msgstr "после «.» или «,» должен следовать @xref, а не %s"
23422342
2343 #: tp/Texinfo/Convert/Plaintext.pm:2156
2343 #: tp/Texinfo/Convert/Plaintext.pm:2157
23442344 msgid "`.' or `,' must follow @xref"
23452345 msgstr "после «.» или «,» должен следовать @xref"
23462346
2347 #: tp/Texinfo/Convert/Plaintext.pm:2948
2347 #: tp/Texinfo/Convert/Plaintext.pm:2952
23482348 #, perl-format
23492349 msgid "menu entry node name should not contain `%s'"
23502350 msgstr "имя ноды элемента меню не должно содержать «%s»"
23512351
2352 #: tp/Texinfo/Convert/Plaintext.pm:2959
2352 #: tp/Texinfo/Convert/Plaintext.pm:2963
23532353 msgid "menu entry node name should not contain `:'"
23542354 msgstr "имя ноды элемента меню не должно содержать «:»"
23552355
2356 #: tp/Texinfo/Convert/Plaintext.pm:2979
2356 #: tp/Texinfo/Convert/Plaintext.pm:2983
23572357 msgid "menu entry name should not contain `:'"
23582358 msgstr "имя элемента меню не должно содержать «:»"
23592359
Binary diff not shown
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: 2019-02-11 20:22+0000\n"
18 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
23872387 msgid "@%s node name should not contain `:'"
23882388 msgstr "%s:OYA Gufungura IDOSIYE"
23892389
2390 #: tp/Texinfo/Convert/Plaintext.pm:2153
2390 #: tp/Texinfo/Convert/Plaintext.pm:2154
23912391 #, perl-format
23922392 msgid "`.' or `,' must follow @xref, not %s"
23932393 msgstr ""
23942394
2395 #: tp/Texinfo/Convert/Plaintext.pm:2156
2395 #: tp/Texinfo/Convert/Plaintext.pm:2157
23962396 msgid "`.' or `,' must follow @xref"
23972397 msgstr ""
23982398
2399 #: tp/Texinfo/Convert/Plaintext.pm:2948
2399 #: tp/Texinfo/Convert/Plaintext.pm:2952
24002400 #, fuzzy, perl-format
24012401 msgid "menu entry node name should not contain `%s'"
24022402 msgstr "Kuri"
24032403
2404 #: tp/Texinfo/Convert/Plaintext.pm:2959
2404 #: tp/Texinfo/Convert/Plaintext.pm:2963
24052405 #, fuzzy
24062406 msgid "menu entry node name should not contain `:'"
24072407 msgstr "Kuri"
24082408
2409 #: tp/Texinfo/Convert/Plaintext.pm:2979
2409 #: tp/Texinfo/Convert/Plaintext.pm:2983
24102410 #, fuzzy
24112411 msgid "menu entry name should not contain `:'"
24122412 msgstr "Kuri"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 4.13\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
23432343 msgid "@%s node name should not contain `:'"
23442344 msgstr ""
23452345
2346 #: tp/Texinfo/Convert/Plaintext.pm:2153
2346 #: tp/Texinfo/Convert/Plaintext.pm:2154
23472347 #, fuzzy, perl-format
23482348 msgid "`.' or `,' must follow @xref, not %s"
23492349 msgstr "`.' ali `,' morata slediti @%s, ne `%c'"
23502350
2351 #: tp/Texinfo/Convert/Plaintext.pm:2156
2351 #: tp/Texinfo/Convert/Plaintext.pm:2157
23522352 #, fuzzy
23532353 msgid "`.' or `,' must follow @xref"
23542354 msgstr "`.' ali `,' morata slediti @%s, ne `%c'"
23552355
2356 #: tp/Texinfo/Convert/Plaintext.pm:2948
2356 #: tp/Texinfo/Convert/Plaintext.pm:2952
23572357 #, perl-format
23582358 msgid "menu entry node name should not contain `%s'"
23592359 msgstr ""
23602360
2361 #: tp/Texinfo/Convert/Plaintext.pm:2959
2361 #: tp/Texinfo/Convert/Plaintext.pm:2963
23622362 msgid "menu entry node name should not contain `:'"
23632363 msgstr ""
23642364
2365 #: tp/Texinfo/Convert/Plaintext.pm:2979
2365 #: tp/Texinfo/Convert/Plaintext.pm:2983
23662366 msgid "menu entry name should not contain `:'"
23672367 msgstr ""
23682368
Binary diff not shown
+136
-142
po/sv.po less more
00 # Swedish messages for texinfo.
1 # Copyright (C) 2001, 2002, 2003, 2004, 2008, 2017, 2018 Free Software Foundation, Inc.
1 # Copyright (C) 2001, 2002, 2003, 2004, 2008, 2017, 2018, 2019 Free Software Foundation, Inc.
22 # This file is distributed under the same license as the texinfo package.
33 # Christian Rose <menthos@menthos.com>, 2001, 2002, 2003, 2004, 2008.
4 # Sebastian Rasmussen <sebras@gmail.com> , 2017, 2018.
4 # Sebastian Rasmussen <sebras@gmail.com> , 2017, 2018, 2019.
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 6.3.92\n"
8 "Project-Id-Version: texinfo 6.5.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "PO-Revision-Date: 2018-07-29 20:45+0800\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
11 "PO-Revision-Date: 2019-02-13 23:23+0100\n"
1212 "Last-Translator: Sebastian Rasmussen <sebras@gmail.com>\n"
1313 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
1414 "Language: sv\n"
1515 "MIME-Version: 1.0\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Generator: Poedit 2.2.1\n"
1820 "X-Bugs: Report translation errors to the Language-Team address.\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 "X-Generator: Poedit 2.0.9\n"
2121
2222 #: gnulib/lib/error.c:195
2323 msgid "Unknown system error"
6767 msgstr "Ingen träff"
6868
6969 #: gnulib/lib/regcomp.c:141
70 #, fuzzy
7170 msgid "Invalid regular expression"
72 msgstr "Fel i reguljära uttrycket \"%s\": %s"
71 msgstr "Ogiltigt reguljärt uttryck"
7372
7473 #: gnulib/lib/regcomp.c:144
7574 msgid "Invalid collation character"
9291 msgstr "Omatchat [, [^, [:, [. eller [="
9392
9493 #: gnulib/lib/regcomp.c:159
95 #, fuzzy
9694 msgid "Unmatched ( or \\("
97 msgstr "Ensam }"
95 msgstr "Ensam ( eller \\("
9896
9997 #: gnulib/lib/regcomp.c:162
100 #, fuzzy
10198 msgid "Unmatched \\{"
102 msgstr "Ensam }"
99 msgstr "Ensam \\{"
103100
104101 #: gnulib/lib/regcomp.c:165
105102 msgid "Invalid content of \\{\\}"
114111 msgstr "Slut på minne"
115112
116113 #: gnulib/lib/regcomp.c:174
117 #, fuzzy
118114 msgid "Invalid preceding regular expression"
119 msgstr "Fel i reguljära uttrycket \"%s\": %s"
115 msgstr "Ogiltigt föregående reguljärt uttryck"
120116
121117 #: gnulib/lib/regcomp.c:177
122 #, fuzzy
123118 msgid "Premature end of regular expression"
124 msgstr "Fel i reguljära uttrycket \"%s\": %s"
119 msgstr "Oväntat avslut av reguljärt uttryck"
125120
126121 #: gnulib/lib/regcomp.c:180
127122 msgid "Regular expression too big"
128123 msgstr "Reguljärt uttryck är för stort"
129124
130125 #: gnulib/lib/regcomp.c:183
131 #, fuzzy
132126 msgid "Unmatched ) or \\)"
133 msgstr "Ensam }"
127 msgstr "Ensam ) eller \\)"
134128
135129 #: gnulib/lib/regcomp.c:676
136 #, fuzzy
137130 msgid "No previous regular expression"
138 msgstr "Ingen tidigare söksträng"
131 msgstr "Inget tidigare reguljärt uttryck"
139132
140133 #: gnulib/lib/xalloc-die.c:34
141134 msgid "memory exhausted"
313306 msgstr "Inga index hittades."
314307
315308 #: info/indices.c:436
316 #, fuzzy, c-format
309 #, c-format
317310 msgid "Found '%s' in %s. ('\\[next-index-match]' tries to find next.)"
318 msgstr "Hittade \"%s\" i %s. (\"\\[next-index-match]\" försöker hitta nästa)."
311 msgstr "Hittade ”%s” i %s. (”\\[next-index-match]” försöker hitta nästa)."
319312
320313 #: info/indices.c:446
321 #, fuzzy
322314 msgid ""
323315 "Go to the next matching index item from the last '\\[index-search]' command"
324316 msgstr ""
325 "Gå till nästa matchande indexpost från det senaste \"\\[index-search]\"-"
317 "Gå till nästa matchande indexpost från det senaste ”\\[index-search]”-"
326318 "kommandot"
327319
328320 #: info/indices.c:457
357349 msgstr "Inga indexposter innehåller ”%s”"
358350
359351 #: info/indices.c:586
360 #, fuzzy, c-format
352 #, c-format
361353 msgid "Scanning indices of '%s'..."
362 msgstr "Genomsöker index av \"%s\"..."
354 msgstr "Genomsöker index av ”%s”..."
363355
364356 #: info/indices.c:646
365357 msgid "Grovel all known info file's indices for a string and build a menu"
412404 # instead and an outer if statement.
413405 #
414406 #: info/indices.c:916
415 #, fuzzy, c-format
407 #, c-format
416408 msgid "No index entries containing '%s'."
417 msgstr "Inga %sindexposter som innehåller \"%s\"."
409 msgstr "Inga indexposter innehåller ”%s”."
418410
419411 #: info/indices.h:40
420412 #, c-format
486478 "medges av gällande lag.\n"
487479
488480 #: info/info.c:1035
489 #, fuzzy, c-format
481 #, c-format
490482 msgid "no index entries found for '%s'\n"
491 msgstr "inga indexposter för \"%s\" hittades\n"
483 msgstr "inga indexposter för ”%s” hittades\n"
492484
493485 #: info/info.c:1089
494486 #, c-format
549541 " -w, --where, --location skriv ut den fysiska platsen för Info-filen"
550542
551543 #: info/info.c:1122
552 #, fuzzy
553544 msgid ""
554545 "\n"
555546 "The first non-option argument, if present, is the menu entry to start from;\n"
560551 msgstr ""
561552 "\n"
562553 "Det första argumentet som inte är en flagga är, om det finns, menyposten\n"
563 "att börja från. Det söks efter i alla \"dir\"-filer i INFOPATH.\n"
554 "att börja från. Det söks efter i alla ”dir”-filer i INFOPATH.\n"
564555 "Om den inte finns slår info samman alla \"dir\"-filer och visar resultatet.\n"
565 "Alla återstående argument betraktas som namnen på menyposter relativa till\n"
566 "den först besökta noden."
556 "Alla återstående argument betraktas som namnen på menyposter\n"
557 "relativa till den först besökta noden."
567558
568559 #: info/info.c:1129
569560 msgid ""
574565 "För en sammanfattning av tangentbindningar, tryck H i Info."
575566
576567 #: info/info.c:1132
577 #, fuzzy
578568 msgid ""
579569 "\n"
580570 "Examples:\n"
593583 "\n"
594584 "Exempel:\n"
595585 " info visa översta katalogmenyn\n"
586 " info info-stnd visa manualen för detta Info-program\n"
596587 " info emacs börja på emacs-noden från översta katalogen\n"
597588 " info emacs buffers börja på buffertnoden inom emacs-manualen\n"
589 " info emacs -n Files börja på Fil-nod inom emacs-manualen\n"
590 " info '(emacs)Files' alternativt sätt att börja på Fil-noden\n"
598591 " info --show-options emacs börja på noden med emacs kommandoradsflaggor\n"
599 " info --subnodes -o ut.txt emacs dumpa hela manualen till ut.txt\n"
592 " info --subnodes -o ut.txt emacs dumpa hela emacs-manualen till ut.txt\n"
600593 " info -f ./foo.info visa filen ./foo.info, sök inte i katalogen"
601594
602595 #: info/info.c:1147 install-info/install-info.c:613 tp/texi2any.pl:807
755748 msgstr "\\%-10[top-node] Gå till den översta noden i detta dokument.\n"
756749
757750 #: info/infodoc.c:61
758 #, fuzzy
759751 msgid "\\%-10[dir-node] Go to the main 'directory' node.\n"
760752 msgstr "\\%-10[dir-node] Gå till huvudkatalognoden.\n"
761753
854846 msgstr "Visa hjälpmeddelande"
855847
856848 #: info/infodoc.c:346
857 #, fuzzy
858849 msgid "Visit Info node '(info)Help'"
859 msgstr "Besök Info-noden \"(info)Help\""
850 msgstr "Besök Info-noden ”(info)Help”"
860851
861852 #: info/infodoc.c:450
862853 msgid "Print documentation for KEY"
896887 msgstr "%s kan startas via %s"
897888
898889 #: info/infodoc.c:836
899 #, fuzzy, c-format
890 #, c-format
900891 msgid "There is no function named '%s'"
901 msgstr "Det finns ingen funktion med namnet \"%s\""
892 msgstr "Det finns ingen funktion med namnet ”%s”"
902893
903894 #: info/infomap.c:585
904895 #, c-format
931922 msgstr "åtgärdsnamn saknas"
932923
933924 #: info/infokey.c:454
934 #, fuzzy, c-format
925 #, c-format
935926 msgid "cannot bind key sequence to menu-digit"
936 msgstr "nyckelsekvensen är för lång"
927 msgstr "kan inte binda nyckelsekvens till menysiffra"
937928
938929 #: info/infokey.c:478
939930 #, c-format
10181009 #. TRANSLATORS: The "\n* Menu:\n\n" part of this should not be translated, as
10191010 #. it is part of the Info syntax.
10201011 #: info/nodemenu.c:33
1021 #, fuzzy
10221012 msgid ""
10231013 "\n"
10241014 "* Menu:\n"
10271017 " ---------- ----- ---- ---------------"
10281018 msgstr ""
10291019 "\n"
1030 "* Meny:\n"
1020 "* Menu:\n"
1021 "\n"
10311022 " (Fil)Nod Rader Storl. Innehållande fil\n"
10321023 " -------- ----- ------ ----------------"
10331024
10341025 #: info/nodemenu.c:185
1035 #, fuzzy
10361026 msgid ""
10371027 "Here is the menu of nodes you have recently visited.\n"
10381028 "Select one from this menu, or use '\\[history-node]' in another window.\n"
10391029 msgstr ""
10401030 "Här är menyn med de noder som du har besökt nyligen.\n"
1041 "Välj en från denna meny eller använd\"\\[history-node]\" i ett annat "
1031 "Välj en från denna meny eller använd ”\\[history-node]” i ett annat "
10421032 "fönster.\n"
10431033
10441034 #: info/nodemenu.c:206
10821072 #. characters; anything after the 79th character will not actually be
10831073 #. displayed on an 80-column terminal.
10841074 #: info/session.c:189
1085 #, fuzzy, c-format
1075 #, c-format
10861076 msgid ""
10871077 "Welcome to Info version %s. Type \\[get-help-window] for help, \\[get-info-"
10881078 "help-node] for tutorial."
10891079 msgstr ""
10901080 "Välkommen till Info version %s. Skriv in \\[get-help-window] för hjälp, "
1091 "\\[menu-item] för menypost."
1081 "\\[get-info-help-node] för handledning."
10921082
10931083 #: info/session.c:1254
10941084 msgid "Move down to the next line"
12511241 msgstr "Följ xref: "
12521242
12531243 #: info/session.c:2424
1254 #, fuzzy, c-format
1244 #, c-format
12551245 msgid "The reference disappeared! (%s)"
1256 msgstr "Referensen försvann! (%s)."
1246 msgstr "Referensen försvann! (%s)"
12571247
12581248 #: info/session.c:2436
12591249 msgid "Read a menu item and select its node"
13671357 msgstr "Hämta manualsida: "
13681358
13691359 #: info/session.c:3606
1370 #, fuzzy
13711360 msgid "Select the node 'Top' in this file"
1372 msgstr "Välj noden \"Top\" i denna fil"
1361 msgstr "Välj noden ”Top” i denna fil"
13731362
13741363 #: info/session.c:3612
1375 #, fuzzy
13761364 msgid "Select the node '(dir)'"
1377 msgstr "Välj noden \"(dir)\""
1365 msgstr "Välj noden ”(dir)”"
13781366
13791367 #: info/session.c:3618
13801368 msgid "Show full file name of node being displayed"
16561644 msgstr "Kör kommando som är knutet till denna tangents gemena variant"
16571645
16581646 #: info/session.c:5358
1659 #, fuzzy, c-format
1647 #, c-format
16601648 msgid "Unknown command (%s)"
1661 msgstr "Okänt kommando (%s)."
1649 msgstr "Okänt kommando (%s)"
16621650
16631651 #: info/session.c:5361
16641652 #, c-format
17601748 msgstr "Metod att använda för att spåra mushändelser"
17611749
17621750 #: info/variables.c:140
1763 #, fuzzy
17641751 msgid "How to follow a cross-reference"
1765 msgstr "Gå till nästa korsreferens"
1752 msgstr "Hur man följer en korsreferens"
17661753
17671754 #: info/variables.c:144
17681755 msgid "Highlight search matches"
18941881 " --dry-run samma som --test."
18951882
18961883 #: install-info/install-info.c:565
1897 #, fuzzy
18981884 msgid ""
18991885 " --entry=TEXT insert TEXT as an Info directory entry,\n"
19001886 " overriding any corresponding entry from DIR-FILE.\n"
19051891 " If you don't specify any entries, they are determined\n"
19061892 " from information in the Info file itself."
19071893 msgstr ""
1908 " --entry=TEXT infoga TEXT som en Info-katalogpost.\n"
1894 " --entry=TEXT infoga TEXT som en Info-katalogpost,\n"
1895 " vilket åsidosätter motsvarande poster från DIR-FIL.\n"
19091896 " TEXT skrivs som en Info-menypostrad som följs av\n"
19101897 " noll eller fler extra rader som börjar med tomrum.\n"
19111898 " Om du anger mer än en post kommer alla att läggas\n"
19121899 " till. Om du inte anger några poster kommer de att\n"
1913 " avgöras från information i själva Info-filen.\n"
1914 " Vid borttagning anger TEXT posten som ska tas bort.\n"
1915 " TEXT tas endast bort som en sista utväg, om den\n"
1916 " post som anges utav Info-filen inte finns och\n"
1917 " basnamnet för Info-filen inte heller kan hittas."
1900 " avgöras från information i själva Info-filen."
19181901
19191902 #: install-info/install-info.c:574
1920 #, fuzzy
19211903 msgid ""
19221904 " --help display this help and exit.\n"
19231905 " --info-dir=DIR same as --dir-file=DIR/dir.\n"
19311913 " --info-file=FIL ange Info-fil att installera i katalogen.\n"
19321914 " Detta motsvarar användning av argumentet INFO-FIL.\n"
19331915 " --item=TEXT samma som --entry=TEXT.\n"
1934 " --keep-old ersätt inte poster och ta inte bort tomma avsnitt.\n"
1916 " --keep-old ersätt inte poster och ta inte bort tomma avsnitt."
1917
1918 #: install-info/install-info.c:582
1919 msgid ""
1920 " --maxwidth, --max-width=COL wrap description at column COL.\n"
1921 " --menuentry=TEXT same as --name=TEXT.\n"
1922 " --name=TEXT the name of the entry is TEXT; used with --description\n"
1923 " to become synonymous with the --entry option.\n"
1924 " --no-indent do not format new entries in the DIR file.\n"
1925 " --quiet suppress warnings."
1926 msgstr ""
1927 " --maxwidth, --max-width=KOL radbryt beskrvining vid kolumn KOL.\n"
19351928 " --menuentry=TEXT samma som --name=TEXT.\n"
19361929 " --name=TEXT namnet på posten är TEXT. Används tillsammans med\n"
19371930 " --description för att bli likvärdigt med flaggan\n"
19391932 " --no-indent formatera inte nya poster i filen KAT.\n"
19401933 " --quiet undertryck varningar."
19411934
1942 #: install-info/install-info.c:582
1943 #, fuzzy
1944 msgid ""
1945 " --maxwidth, --max-width=COL wrap description at column COL.\n"
1946 " --menuentry=TEXT same as --name=TEXT.\n"
1947 " --name=TEXT the name of the entry is TEXT; used with --description\n"
1948 " to become synonymous with the --entry option.\n"
1949 " --no-indent do not format new entries in the DIR file.\n"
1950 " --quiet suppress warnings."
1951 msgstr ""
1952 " --help visa denna hjälptext och avsluta.\n"
1953 " --info-dir=KAT samma som --dir-file=KAT/dir.\n"
1954 " --info-file=FIL ange Info-fil att installera i katalogen.\n"
1955 " Detta motsvarar användning av argumentet INFO-FIL.\n"
1956 " --item=TEXT samma som --entry=TEXT.\n"
1957 " --keep-old ersätt inte poster och ta inte bort tomma avsnitt.\n"
1958 " --menuentry=TEXT samma som --name=TEXT.\n"
1959 " --name=TEXT namnet på posten är TEXT. Används tillsammans med\n"
1960 " --description för att bli likvärdigt med flaggan\n"
1961 " --entry.\n"
1962 " --no-indent formatera inte nya poster i filen KAT.\n"
1963 " --quiet undertryck varningar."
1964
19651935 #: install-info/install-info.c:590
1966 #, fuzzy
19671936 msgid ""
19681937 " --regex=R put this file's entries in all sections that match the\n"
19691938 " regular expression R (ignoring case).\n"
19921961 "läggas\n"
19931962 " till i varje avsnitt. Om du inte anger några avsnitt\n"
19941963 " kommer de att bestämmas utifrån information i själva\n"
1995 " Info-filen.\n"
1964 " Info-filen; om inget finns tillgängligt där används\n"
1965 " värdet från --defsection; om det inte är angivet\n"
1966 " är det slutgiltiga standardvärdet ”Diverse”.\n"
19961967 " --section R AVSNITT likvärdigt med --regex=R --section=AVSNITT --add-once."
19971968
19981969 #: install-info/install-info.c:606
20061977 " --version visa versionsinformation och avsluta."
20071978
20081979 #: install-info/install-info.c:639
2009 #, fuzzy, c-format
1980 #, c-format
20101981 msgid ""
20111982 "This is the file .../info/dir, which contains the\n"
20121983 "topmost node of the Info hierarchy, called (dir)Top.\n"
20271998 "Detta är filen .../info/dir som innehåller den översta noden i\n"
20281999 "Info-hierarkin som kallas (kat)Top.\n"
20292000 "Första gången du använder Info börjar du med denna nod.\n"
2030 "\n"
2001 "%c\n"
20312002 "%s\tDetta är översta noden i INFO-trädet\n"
20322003 "\n"
20332004 " Denna nod (katalognoden) erbjuder en meny med huvudrubriker.\n"
2034 " Att skriva \"q\" avslutar, \"?\" visar alla Info-kommandon, \"d\"\n"
2005 " Att skriva \"q\" avslutar, \"H\" visar alla Info-kommandon, \"d\"\n"
20352006 " återvänder hit, \"h\" visar en hjälp för förstagångsanvändare,\n"
20362007 " \"mEmacs<Retur>\" besöker Emacs-manualen, osv.\n"
20372008 "\n"
20912062 msgstr "Ingen katalogfil angiven; prova --help för mer information."
20922063
20932064 #: install-info/install-info.c:2301
2094 #, fuzzy, c-format
2065 #, c-format
20952066 msgid "Could not read %s."
2096 msgstr "Kunde inte skapa utdatafilen \"%s\"."
2067 msgstr "Kunde inte läsa %s."
20972068
20982069 #: install-info/install-info.c:2448
20992070 #, c-format
21762147 #: tp/Texinfo/Common.pm:1755
21772148 #, perl-format
21782149 msgid "using a renamed nodes file (`%s') is deprecated"
2179 msgstr ""
2150 msgstr "att använda en nodfil (”%s”) med nytt namn är föråldrat"
21802151
21812152 #: tp/Texinfo/Common.pm:2254
21822153 #, perl-format
21892160 msgstr "tomt nodnamn efter expansion ”%s”"
21902161
21912162 #: tp/Texinfo/Common.pm:2644
2192 #, fuzzy, perl-format
2163 #, perl-format
21932164 msgid "@%s `%s' previously defined"
2194 msgstr "makrot \"%s\" är redan definierat"
2165 msgstr "@%s ”%s” är redan definierat"
21952166
21962167 #: tp/Texinfo/Common.pm:2650
21972168 #, perl-format
22532224 msgstr "kunde inte öppna konfigurationsfil för html-refs %s: %s"
22542225
22552226 #: tp/Texinfo/Convert/HTML.pm:4675
2256 #, fuzzy
22572227 msgid "missing type"
2258 msgstr "åtgärdsnamn saknas"
2228 msgstr "saknar typ"
22592229
22602230 #: tp/Texinfo/Convert/HTML.pm:4678
22612231 #, perl-format
23292299 msgstr "gammalt namn för ”%s” är en nod i dokumentet"
23302300
23312301 #: tp/Texinfo/Convert/HTML.pm:7178
2332 #, fuzzy, perl-format
2302 #, perl-format
23332303 msgid "file empty for renamed node `%s'"
2334 msgstr "orefererad nod \"%s\""
2304 msgstr "fil tomt för namnändrad nod ”%s”"
23352305
23362306 #: tp/Texinfo/Convert/HTML.pm:7192
23372307 #, perl-format
24382408 msgid "@%s node name should not contain `:'"
24392409 msgstr "@%s-nodnamn borde inte innehålla ”:”"
24402410
2441 #: tp/Texinfo/Convert/Plaintext.pm:2153
2411 #: tp/Texinfo/Convert/Plaintext.pm:2154
24422412 #, perl-format
24432413 msgid "`.' or `,' must follow @xref, not %s"
24442414 msgstr "”.” eller ”,” måste följa på @xref, inte %s"
24452415
2446 #: tp/Texinfo/Convert/Plaintext.pm:2156
2416 #: tp/Texinfo/Convert/Plaintext.pm:2157
24472417 msgid "`.' or `,' must follow @xref"
24482418 msgstr "”.” eller ”,” måste följa på @xref"
24492419
2450 #: tp/Texinfo/Convert/Plaintext.pm:2948
2420 #: tp/Texinfo/Convert/Plaintext.pm:2952
24512421 #, perl-format
24522422 msgid "menu entry node name should not contain `%s'"
24532423 msgstr "nodnamn för menyobjekt borde inte innehålla ”%s”"
24542424
2455 #: tp/Texinfo/Convert/Plaintext.pm:2959
2425 #: tp/Texinfo/Convert/Plaintext.pm:2963
24562426 msgid "menu entry node name should not contain `:'"
24572427 msgstr "nodnamn för menyobjekt borde inte innehålla ”:”"
24582428
2459 #: tp/Texinfo/Convert/Plaintext.pm:2979
2429 #: tp/Texinfo/Convert/Plaintext.pm:2983
24602430 msgid "menu entry name should not contain `:'"
24612431 msgstr "namn för menyobjekt borde inte innehålla ”:”"
24622432
25712541 "\\ i @%sa-expansion följdes av ”%s” istället för parameternamn eller \\"
25722542
25732543 #: tp/Texinfo/ParserNonXS.pm:2650
2574 #, fuzzy, perl-format
2544 #, perl-format
25752545 msgid "missing name for @%s"
2576 msgstr "åtgärdsnamn saknas"
2546 msgstr "saknar namn för @%s"
25772547
25782548 #: tp/Texinfo/ParserNonXS.pm:2655
25792549 #, perl-format
26862656 msgstr "@%s borde inte förekomma i @%s"
26872657
26882658 #: tp/Texinfo/ParserNonXS.pm:3553
2689 #, fuzzy, perl-format
2659 #, perl-format
26902660 msgid "@end %s should only appear at the beginning of a line"
2691 msgstr "Döda till början på raden"
2661 msgstr "@end %s ska bara uppträda vid böjran på en rad"
26922662
26932663 #: tp/Texinfo/ParserNonXS.pm:3574
26942664 #, perl-format
27812751 msgstr "%c%s är föråldrat; %s"
27822752
27832753 #: tp/Texinfo/ParserNonXS.pm:4050
2784 #, fuzzy, perl-format
2754 #, perl-format
27852755 msgid "@%s should only appear at the beginning of a line"
2786 msgstr "Döda till början på raden"
2756 msgstr "@%s borde enbart uppträda vid början på en rad"
27872757
27882758 #: tp/Texinfo/ParserNonXS.pm:4079
27892759 #, perl-format
28532823 msgstr "@menu i ogiltig kontext"
28542824
28552825 #: tp/Texinfo/ParserNonXS.pm:4627
2856 #, fuzzy, perl-format
2826 #, perl-format
28572827 msgid "@%s seen before first @node"
2858 msgstr "@menu sågs innan första @node, skapar \"Top\"-nod"
2828 msgstr "@%s sågs innan första @node"
28592829
28602830 #: tp/Texinfo/ParserNonXS.pm:4630
28612831 msgid ""
28632833 msgstr "din @top-nod ska kanske packas i @ifnottex istället för @ifinfo?"
28642834
28652835 #: tp/Texinfo/ParserNonXS.pm:4665
2866 #, fuzzy, perl-format
2836 #, perl-format
28672837 msgid "@%s should only appear in an index entry"
2868 msgstr "@%s borde endast förekomma i matematikkontext"
2838 msgstr "@%s borde endast förekomma i en indexpost"
28692839
28702840 #: tp/Texinfo/ParserNonXS.pm:4694
28712841 #, perl-format
31283098 msgstr "%s-pekare ”%s” (för nod ”%s”) skiljer sig från %s namn ”%s”"
31293099
31303100 #: tp/Texinfo/Structuring.pm:669
3131 #, fuzzy, perl-format
3101 #, perl-format
31323102 msgid "%s reference to nonexistent `%s'"
3133 msgstr "orefererad nod \"%s\""
3103 msgstr "%s-referens till icke-existerande ”%s”"
31343104
31353105 #: tp/Texinfo/Structuring.pm:690
31363106 #, perl-format
33173287 msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n"
33183288
33193289 #: tp/texi2any.pl:679
3320 #, fuzzy
33213290 msgid ""
33223291 "Translate Texinfo source documentation to various other formats, by default\n"
33233292 "Info files suitable for reading online with Emacs or standalone GNU Info.\n"
33273296 msgstr ""
33283297 "Översätt Texinfo-källdokumentation till diverse andra format, som standard\n"
33293298 "infofiler som är lämpliga för läsning med Emacs eller GNU Info.\n"
3299 "\n"
3300 "Detta program installerars vanligen som både ”makeinfo” och ”texi2any”;\n"
3301 "beteende är identiskt och beror inte på namnet det installeras under.\n"
3302 "\n"
33303303
33313304 #: tp/texi2any.pl:685
3332 #, fuzzy, perl-format
3305 #, perl-format
33333306 msgid ""
33343307 "General options:\n"
33353308 " --document-language=STR locale to use in translating Texinfo keywords\n"
33473320 " --version display version information and exit.\n"
33483321 msgstr ""
33493322 "Allmänna flaggor:\n"
3350 " --error-limit=ANTAL avsluta efter ANTAL fel (standardvärde %d).\n"
33513323 " --document-language=STR lokal att använda vid översättning av\n"
33523324 " Texinfo-nyckelord för utdatadokumentet\n"
33533325 " (standardvärde C).\n"
3326 " --error-limit=ANTAL avsluta efter ANTAL fel (standardvärde %d).\n"
33543327 " --force bevara utdata även om fel.\n"
33553328 " --help visa denna hjälptext och avsluta.\n"
33563329 " --no-validate undertryck korsreferensvalidering av noder.\n"
33573330 " --no-warn undertryck varningar (men inte fel).\n"
3331 " --conf-dir=KAT sök också efter initialiseringsfiler i KAT.\n"
3332 " --init-file=FIL läs in FIL för att modifiera standardbeteende.\n"
3333 " -c, --set-customization-variable VAR=VÄR ställ in anpassningsvariabel\n"
3334 " VAR till värde VÄR.\n"
33583335 " -v, --verbose förklara vad som görs.\n"
33593336 " --version visa versionsinformation och avsluta.\n"
33603337
33613338 #: tp/texi2any.pl:701
3362 #, fuzzy
33633339 msgid ""
33643340 "Output format selection (default is to produce Info):\n"
33653341 " --docbook output Docbook XML rather than Info.\n"
33723348 "Val av utdataformat (standard är att producera Info):\n"
33733349 " --docbook generera Docbook XML istället för Info.\n"
33743350 " --html generera HTML istället för Info.\n"
3351 " --plaintext generera vanlig text istället för Info.\n"
33753352 " --xml generera Texinfo XML istället för Info.\n"
3376 " --plaintext generera vanlig text istället för Info.\n"
3353 " --dvi, --dvipdf, --ps, --pdf anropa texi2dvi för att generera angiven "
3354 "utdata,\n"
3355 " efter att ha kontrollerat giltighet för "
3356 "TEXINFO-FIL.\n"
33773357
33783358 #: tp/texi2any.pl:709
3379 #, fuzzy
33803359 msgid ""
33813360 "General output options:\n"
33823361 " -E, --macro-expand=FILE output macro-expanded source to FILE,\n"
34093388 " menyer från Info-utdata (och skapa\n"
34103389 " därigenom vanlig text) eller från HTML\n"
34113390 " (och producera därigenom kortare utdata).\n"
3412 " Skriv även till standard ut som standard.\n"
3413 " --no-split undertryck delning av Info eller HTML-utdata,\n"
3391 " Om generering av Info, skriv till\n"
3392 " standard ut som standard.\n"
3393 " --no-split undertryck delning av utdata,\n"
34143394 " generera endast en utdatafil.\n"
3415 " --number-sections generera kapitel- och avsnittsnummer.\n"
3416 " -o, --output=FIL generera till FIL (katalog om delad HTML).\n"
3395 " --[no-]number-sections generera kapitel- och avsnittsnummer;\n"
3396 " standardvärdet är på.\n"
3397 " -o, --output=DEST skriv utdata till DEST.\n"
3398 " Vid delad utdata, skapa DEST som en katalog\n"
3399 " och placera utdata filerna där.\n"
3400 " Vid icke delad utdata, om DEST redan är\n"
3401 " en katalog eller slutar med ett /,\n"
3402 " placera utdatafilen där.\n"
3403 " Annars anger DEST namnet på utdatafilen.\n"
34173404
34183405 #: tp/texi2any.pl:729
34193406 #, perl-format
34583445 " (standardvärde %d).\n"
34593446
34603447 #: tp/texi2any.pl:746
3461 #, fuzzy
34623448 msgid ""
34633449 "Options for HTML:\n"
34643450 " --css-include=FILE include FILE in HTML <style> output;\n"
34743460 "Flaggor för HTML:\n"
34753461 " --css-include=FIL inkludera FIL i HTML <style>-utdata;\n"
34763462 " läs standard in om FIL är -.\n"
3477 " --css-ref=URL generera referens till en CSS-fil.\n"
3463 " --css-ref=URL generera CSS-referens till URL.\n"
3464 " --internal-links=FIL producera en lista över interna länkar i FIL.\n"
3465 " --split=DELNING dela upp vid DELNING, där DELNING kan vara\n"
3466 " ”chapter” (kapitel), ”section” (avsnitt) eller "
3467 "”node” (nod).\n"
34783468 " --transliterate-file-names\n"
34793469 " producera filnamn i ASCII-translitteration.\n"
3470 " --node-files producera omdirigeringsfiler för noder och\n"
3471 " ankare; standard sätts endast vid delning.\n"
3472 "\n"
34803473
34813474 #: tp/texi2any.pl:757
34823475 msgid ""
34963489 " --Xopt=FLG skicka FLG till texi2dvi; får repeteras.\n"
34973490
34983491 #: tp/texi2any.pl:763
3499 #, fuzzy
35003492 msgid ""
35013493 "Input file options:\n"
35023494 " --commands-in-node-names does nothing, retained for compatibility.\n"
35073499 " -U VAR undefine the variable VAR, as with @clear.\n"
35083500 msgstr ""
35093501 "Flaggor för indatafil:\n"
3510 " --commands-in-node-names tillåt @-kommandon i nodnamn.\n"
3502 " --commands-in-node-names gör inget, bevarad för kompatibilitet.\n"
35113503 " -D VARIABEL definiera variabeln VARIABEL, som med "
35123504 "@set.\n"
3505 " -D 'VARIABEL VÄRDE' definiera VARIABEL till VÄRDE (ett "
3506 "skalargument).\n"
35133507 " -I KATALOG lägg till KATALOG till @include-sökvägen.\n"
35143508 " -P KATALOG lägg till KATALOG först i @include-"
35153509 "sökvägen.\n"
35173511 "@clear.\n"
35183512
35193513 #: tp/texi2any.pl:771
3520 #, fuzzy
35213514 msgid ""
35223515 "Conditional processing in input:\n"
35233516 " --ifdocbook process @ifdocbook and @docbook even if\n"
35433536 " --ifinfo behandla @ifinfo-text även om inte Info genereras.\n"
35443537 " --ifplaintext behandla @ifplaintext även om inte vanlig text\n"
35453538 " genereras.\n"
3546 " --iftex behandla @iftex och @tex-text; medför --no-split.\n"
3539 " --iftex behandla @iftex och @tex-text.\n"
35473540 " --ifxml behandla @ifxml och @xml.\n"
35483541 " --no-ifdocbook behandla inte @ifdocbook- och @docbook-text.\n"
35493542 " --no-ifhtml behandla inte @ifhtml- och @html-text.\n"
35553548 " Dessutom, för flaggorna --no-ifFORMAT, behandla @ifnotFORMAT-text.\n"
35563549
35573550 #: tp/texi2any.pl:788
3558 #, fuzzy
35593551 msgid ""
35603552 " The defaults for the @if... conditionals depend on the output format:\n"
35613553 " if generating Docbook, --ifdocbook is on and the others are off;\n"
35653557 " if generating XML, --ifxml is on and the others are off.\n"
35663558 msgstr ""
35673559 " Standardvärdena för @if...-villkoren beror på utdataformatet:\n"
3560 " om DocBook genereras är --ifdocbook på och de andra av;\n"
35683561 " om HTML genereras är --ifhtml på och de andra av;\n"
35693562 " om Info genereras är --ifinfo på och de andra av;\n"
35703563 " om vanlig text genereras är --ifplaintext på och de andra av;\n"
35713564 " om XML genereras är --ifxml på och de andra av.\n"
35723565
35733566 #: tp/texi2any.pl:795
3574 #, fuzzy
35753567 msgid ""
35763568 "Examples:\n"
35773569 " makeinfo foo.texi write Info to foo's @setfilename\n"
35943586 "@setfilename\n"
35953587 " makeinfo --docbook apa.texi skriv DocBook XML till "
35963588 "@setfilename\n"
3597 " makeinfo --no-headers apa.texi skriv vanlig text till standard ut\n"
3589 " makeinfo --plaintext apa.texi skriv vanlig text till standard ut\n"
3590 " makeinfo --pdf apa.texi skriv PDF via texi2dvi\n"
3591 "\n"
35983592 " makeinfo --html --no-headers apa.texi skriv html utan nodrader och "
35993593 "menyer\n"
36003594 " makeinfo --number-sections apa.texi skriv Info med numrerade avsnitt\n"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: GNU texinfo 6.5.92\n"
8 "Project-Id-Version: GNU texinfo 6.6\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
21502150 msgid "@%s node name should not contain `:'"
21512151 msgstr ""
21522152
2153 #: tp/Texinfo/Convert/Plaintext.pm:2153
2153 #: tp/Texinfo/Convert/Plaintext.pm:2154
21542154 #, perl-format
21552155 msgid "`.' or `,' must follow @xref, not %s"
21562156 msgstr ""
21572157
2158 #: tp/Texinfo/Convert/Plaintext.pm:2156
2158 #: tp/Texinfo/Convert/Plaintext.pm:2157
21592159 msgid "`.' or `,' must follow @xref"
21602160 msgstr ""
21612161
2162 #: tp/Texinfo/Convert/Plaintext.pm:2948
2162 #: tp/Texinfo/Convert/Plaintext.pm:2952
21632163 #, perl-format
21642164 msgid "menu entry node name should not contain `%s'"
21652165 msgstr ""
21662166
2167 #: tp/Texinfo/Convert/Plaintext.pm:2959
2167 #: tp/Texinfo/Convert/Plaintext.pm:2963
21682168 msgid "menu entry node name should not contain `:'"
21692169 msgstr ""
21702170
2171 #: tp/Texinfo/Convert/Plaintext.pm:2979
2171 #: tp/Texinfo/Convert/Plaintext.pm:2983
21722172 msgid "menu entry name should not contain `:'"
21732173 msgstr ""
21742174
Binary diff not shown
55 # Mehmet Kececi <mkececi@mehmetkececi.com>, 2017, 2019.
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: texinfo 6.5.92\n"
8 "Project-Id-Version: texinfo 6.5.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "PO-Revision-Date: 2019-02-05 13:07+0300\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
11 "PO-Revision-Date: 2019-02-13 12:57+0300\n"
1212 "Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n"
1313 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
1414 "Language: tr\n"
20822082 #: tp/Texinfo/Common.pm:1755
20832083 #, perl-format
20842084 msgid "using a renamed nodes file (`%s') is deprecated"
2085 msgstr ""
2085 msgstr "yeniden adlandırılmış düğüm dosyası (`%s') kullanımdan kaldırıldı"
20862086
20872087 #: tp/Texinfo/Common.pm:2254
20882088 #, perl-format
23352335 msgid "@%s node name should not contain `:'"
23362336 msgstr "@%s düğüm adı `:' içermemeli"
23372337
2338 #: tp/Texinfo/Convert/Plaintext.pm:2153
2338 #: tp/Texinfo/Convert/Plaintext.pm:2154
23392339 #, perl-format
23402340 msgid "`.' or `,' must follow @xref, not %s"
23412341 msgstr "`.' ya da `,' @xref'i izlemelidir, `%s'i değil"
23422342
2343 #: tp/Texinfo/Convert/Plaintext.pm:2156
2343 #: tp/Texinfo/Convert/Plaintext.pm:2157
23442344 msgid "`.' or `,' must follow @xref"
23452345 msgstr "`.' ya da `,' @xref'i izlemelidir"
23462346
2347 #: tp/Texinfo/Convert/Plaintext.pm:2948
2347 #: tp/Texinfo/Convert/Plaintext.pm:2952
23482348 #, perl-format
23492349 msgid "menu entry node name should not contain `%s'"
23502350 msgstr "menü girdisi düğüm adı `%s' içermemeli"
23512351
2352 #: tp/Texinfo/Convert/Plaintext.pm:2959
2352 #: tp/Texinfo/Convert/Plaintext.pm:2963
23532353 msgid "menu entry node name should not contain `:'"
23542354 msgstr "menü girdisi düğüm adı `:' içermemeli"
23552355
2356 #: tp/Texinfo/Convert/Plaintext.pm:2979
2356 #: tp/Texinfo/Convert/Plaintext.pm:2983
23572357 msgid "menu entry name should not contain `:'"
23582358 msgstr "menü girdi adı `:' içermemeli"
23592359
Binary diff not shown
0 # Texinfo ukrainian message strings.
0 # Texinfo Ukrainian message strings.
11 # Copyright (C) 2009 Free Software Foundation, Inc.
22 # This file is distributed under the same license as the texinfo package.
33 #
66 # Yuri Chornoivan <yurchor@ukr.net>, 2013, 2015, 2016, 2017, 2019.
77 msgid ""
88 msgstr ""
9 "Project-Id-Version: texinfo 6.5.90\n"
9 "Project-Id-Version: texinfo 6.5.93\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
12 "PO-Revision-Date: 2019-01-04 20:59+0200\n"
11 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
12 "PO-Revision-Date: 2019-02-12 21:27+0200\n"
1313 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
1414 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
1515 "Language: uk\n"
1919 "X-Bugs: Report translation errors to the Language-Team address.\n"
2020 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
2121 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22 "X-Generator: Lokalize 2.0\n"
22 "X-Generator: Lokalize 19.03.70\n"
2323
2424 #: gnulib/lib/error.c:195
2525 msgid "Unknown system error"
20972097 #: tp/Texinfo/Common.pm:1755
20982098 #, perl-format
20992099 msgid "using a renamed nodes file (`%s') is deprecated"
2100 msgstr ""
2100 msgstr "використання файла перейменованих вузлів («%s») вважається застарілим"
21012101
21022102 #: tp/Texinfo/Common.pm:2254
21032103 #, perl-format
23512351 msgid "@%s node name should not contain `:'"
23522352 msgstr "у назві вузла @%s не повинно міститися «:»"
23532353
2354 #: tp/Texinfo/Convert/Plaintext.pm:2153
2354 #: tp/Texinfo/Convert/Plaintext.pm:2154
23552355 #, perl-format
23562356 msgid "`.' or `,' must follow @xref, not %s"
23572357 msgstr "після @xref має бути «.» або «,», але не %s"
23582358
2359 #: tp/Texinfo/Convert/Plaintext.pm:2156
2359 #: tp/Texinfo/Convert/Plaintext.pm:2157
23602360 msgid "`.' or `,' must follow @xref"
23612361 msgstr "після @xref має бути «.» або «,»"
23622362
2363 #: tp/Texinfo/Convert/Plaintext.pm:2948
2363 #: tp/Texinfo/Convert/Plaintext.pm:2952
23642364 #, perl-format
23652365 msgid "menu entry node name should not contain `%s'"
23662366 msgstr "у назві вузла пункту меню не повинно бути «%s»"
23672367
2368 #: tp/Texinfo/Convert/Plaintext.pm:2959
2368 #: tp/Texinfo/Convert/Plaintext.pm:2963
23692369 msgid "menu entry node name should not contain `:'"
23702370 msgstr "у назві вузла пункту меню не повинно бути «:»"
23712371
2372 #: tp/Texinfo/Convert/Plaintext.pm:2979
2372 #: tp/Texinfo/Convert/Plaintext.pm:2983
23732373 msgid "menu entry name should not contain `:'"
23742374 msgstr "у назві пункту меню не повинно бути «:»"
23752375
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: texinfo 6.3.92\n"
1010 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
11 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
11 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1212 "PO-Revision-Date: 2017-07-11 14:12+0700\n"
1313 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
1414 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
23402340 msgid "@%s node name should not contain `:'"
23412341 msgstr "tên nút @%s không được chứa dấu hai chấm “:”"
23422342
2343 #: tp/Texinfo/Convert/Plaintext.pm:2153
2343 #: tp/Texinfo/Convert/Plaintext.pm:2154
23442344 #, perl-format
23452345 msgid "`.' or `,' must follow @xref, not %s"
23462346 msgstr "“.” hay “,” phải theo sau @xref, không phải %s"
23472347
2348 #: tp/Texinfo/Convert/Plaintext.pm:2156
2348 #: tp/Texinfo/Convert/Plaintext.pm:2157
23492349 msgid "`.' or `,' must follow @xref"
23502350 msgstr "“.” hay “,” phải theo sau @xref"
23512351
2352 #: tp/Texinfo/Convert/Plaintext.pm:2948
2352 #: tp/Texinfo/Convert/Plaintext.pm:2952
23532353 #, perl-format
23542354 msgid "menu entry node name should not contain `%s'"
23552355 msgstr "tên mục trình đơn không được chứa “%s”"
23562356
2357 #: tp/Texinfo/Convert/Plaintext.pm:2959
2357 #: tp/Texinfo/Convert/Plaintext.pm:2963
23582358 msgid "menu entry node name should not contain `:'"
23592359 msgstr "tên nút mục trình đơn không được chứa dấu hai chấm “:”"
23602360
2361 #: tp/Texinfo/Convert/Plaintext.pm:2979
2361 #: tp/Texinfo/Convert/Plaintext.pm:2983
23622362 msgid "menu entry name should not contain `:'"
23632363 msgstr "tên mục trình đơn không được chứa dấu hai chấm “:”"
23642364
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo 6.3.92\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2018-01-23 10:13+0800\n"
1212 "Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
1313 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
23352335 msgid "@%s node name should not contain `:'"
23362336 msgstr ""
23372337
2338 #: tp/Texinfo/Convert/Plaintext.pm:2153
2338 #: tp/Texinfo/Convert/Plaintext.pm:2154
23392339 #, fuzzy, perl-format
23402340 msgid "`.' or `,' must follow @xref, not %s"
23412341 msgstr "“.”或“,”之后必须为 @%s,而不是“%c”"
23422342
2343 #: tp/Texinfo/Convert/Plaintext.pm:2156
2343 #: tp/Texinfo/Convert/Plaintext.pm:2157
23442344 #, fuzzy
23452345 msgid "`.' or `,' must follow @xref"
23462346 msgstr "“.”或“,”之后必须为 @%s,而不是“%c”"
23472347
2348 #: tp/Texinfo/Convert/Plaintext.pm:2948
2348 #: tp/Texinfo/Convert/Plaintext.pm:2952
23492349 #, perl-format
23502350 msgid "menu entry node name should not contain `%s'"
23512351 msgstr ""
23522352
2353 #: tp/Texinfo/Convert/Plaintext.pm:2959
2353 #: tp/Texinfo/Convert/Plaintext.pm:2963
23542354 msgid "menu entry node name should not contain `:'"
23552355 msgstr ""
23562356
2357 #: tp/Texinfo/Convert/Plaintext.pm:2979
2357 #: tp/Texinfo/Convert/Plaintext.pm:2983
23582358 msgid "menu entry name should not contain `:'"
23592359 msgstr ""
23602360
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: 2019-02-11 20:22+0000\n"
8 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
22512251 msgid "@%s node name should not contain `:'"
22522252 msgstr ""
22532253
2254 #: tp/Texinfo/Convert/Plaintext.pm:2153
2254 #: tp/Texinfo/Convert/Plaintext.pm:2154
22552255 #, fuzzy, perl-format
22562256 msgid "`.' or `,' must follow @xref, not %s"
22572257 msgstr "`.' 或 `,' 必須跟著交互參照, 而不是 %c"
22582258
2259 #: tp/Texinfo/Convert/Plaintext.pm:2156
2259 #: tp/Texinfo/Convert/Plaintext.pm:2157
22602260 #, fuzzy
22612261 msgid "`.' or `,' must follow @xref"
22622262 msgstr "`.' 或 `,' 必須跟著交互參照, 而不是 %c"
22632263
2264 #: tp/Texinfo/Convert/Plaintext.pm:2948
2264 #: tp/Texinfo/Convert/Plaintext.pm:2952
22652265 #, perl-format
22662266 msgid "menu entry node name should not contain `%s'"
22672267 msgstr ""
22682268
2269 #: tp/Texinfo/Convert/Plaintext.pm:2959
2269 #: tp/Texinfo/Convert/Plaintext.pm:2963
22702270 msgid "menu entry node name should not contain `:'"
22712271 msgstr ""
22722272
2273 #: tp/Texinfo/Convert/Plaintext.pm:2979
2273 #: tp/Texinfo/Convert/Plaintext.pm:2983
22742274 msgid "menu entry name should not contain `:'"
22752275 msgstr ""
22762276
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 5.9.93\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2015-06-08 17:08+0200\n"
1111 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
1212 "Language-Team: Catalan <ca@dodds.net>\n"
239239 msgid "see {title_ref}"
240240 msgstr "vegeu {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
248248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{No hi ha cap valor per a `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2783
282 #: tp/Texinfo/Convert/Plaintext.pm:2787
283283 #, fuzzy, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{ }-- {category}: {name} {arguments}"
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2788
287 #: tp/Texinfo/Convert/Plaintext.pm:2792
288288 #, fuzzy, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{ }-- {category}: {name}"
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2801
292 #: tp/Texinfo/Convert/Plaintext.pm:2805
293293 #, fuzzy, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2804
297 #: tp/Texinfo/Convert/Plaintext.pm:2808
298298 #, fuzzy, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2813
302 #: tp/Texinfo/Convert/Plaintext.pm:2817
303303 #, fuzzy, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2816
307 #: tp/Texinfo/Convert/Plaintext.pm:2820
308308 #, fuzzy, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{ }-- {category}: {type} {name}"
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2824
312 #: tp/Texinfo/Convert/Plaintext.pm:2828
313313 #, fuzzy, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2830
317 #: tp/Texinfo/Convert/Plaintext.pm:2834
318318 #, fuzzy, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{ }-- {category} de {class}: {name}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2839
322 #: tp/Texinfo/Convert/Plaintext.pm:2843
323323 #, fuzzy, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{ }-- {category} a {class}: {name} {arguments}"
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2845
327 #: tp/Texinfo/Convert/Plaintext.pm:2849
328328 #, fuzzy, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{ }-- {category} a {class}: {name}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2860
332 #: tp/Texinfo/Convert/Plaintext.pm:2864
333333 #, fuzzy, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2864
337 #: tp/Texinfo/Convert/Plaintext.pm:2868
338338 #, fuzzy, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2875
342 #: tp/Texinfo/Convert/Plaintext.pm:2879
343343 #, fuzzy, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2879
347 #: tp/Texinfo/Convert/Plaintext.pm:2883
348348 #, fuzzy, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{ }-- {category} a {class}: {type} {name}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2893
352 #: tp/Texinfo/Convert/Plaintext.pm:2897
353353 #, fuzzy, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2897
357 #: tp/Texinfo/Convert/Plaintext.pm:2901
358358 #, fuzzy, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2908
362 #: tp/Texinfo/Convert/Plaintext.pm:2912
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2912
367 #: tp/Texinfo/Convert/Plaintext.pm:2916
368368 #, fuzzy, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
66 msgstr ""
77 "Project-Id-Version: texinfo_document 5.9.93\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2015-06-08 17:08+0200\n"
1111 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
1212 "Language-Team: Catalan <ca@dodds.net>\n"
238238 msgid "see {title_ref}"
239239 msgstr "vegeu {title_ref}"
240240
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
242242 #, perl-brace-format
243243 msgid "{abbr_or_acronym} ({explanation})"
244244 msgstr "{abbr_or_acronym} ({explanation})"
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
247247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
273273 msgid "@t{<{url}>}"
274274 msgstr "@t{<{url}>}"
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
276 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr "@{No hi ha cap valor per a `{value}'@}"
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2783
281 #: tp/Texinfo/Convert/Plaintext.pm:2787
282282 #, perl-brace-format
283283 msgid "@tie{}-- {category}: {name} {arguments}"
284284 msgstr "@tie{ }-- {category}: {name} {arguments}"
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2788
286 #: tp/Texinfo/Convert/Plaintext.pm:2792
287287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name}"
289289 msgstr "@tie{ }-- {category}: {name}"
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2801
291 #: tp/Texinfo/Convert/Plaintext.pm:2805
292292 #, perl-brace-format
293293 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
294294 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2804
296 #: tp/Texinfo/Convert/Plaintext.pm:2808
297297 #, perl-brace-format
298298 msgid "@tie{}-- {category}: {type} {name} {arguments}"
299299 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2813
301 #: tp/Texinfo/Convert/Plaintext.pm:2817
302302 #, perl-brace-format
303303 msgid "@tie{}-- {category}:@*{type}@*{name}"
304304 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2816
306 #: tp/Texinfo/Convert/Plaintext.pm:2820
307307 #, perl-brace-format
308308 msgid "@tie{}-- {category}: {type} {name}"
309309 msgstr "@tie{ }-- {category}: {type} {name}"
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2824
311 #: tp/Texinfo/Convert/Plaintext.pm:2828
312312 #, perl-brace-format
313313 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
314314 msgstr "@tie{ }-- {category} de {class}: {name} {arguments}"
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2830
316 #: tp/Texinfo/Convert/Plaintext.pm:2834
317317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name}"
319319 msgstr "@tie{ }-- {category} de {class}: {name}"
320320
321 #: tp/Texinfo/Convert/Plaintext.pm:2839
321 #: tp/Texinfo/Convert/Plaintext.pm:2843
322322 #, perl-brace-format
323323 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
324324 msgstr "@tie{ }-- {category} a {class}: {name} {arguments}"
325325
326 #: tp/Texinfo/Convert/Plaintext.pm:2845
326 #: tp/Texinfo/Convert/Plaintext.pm:2849
327327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name}"
329329 msgstr "@tie{ }-- {category} a {class}: {name}"
330330
331 #: tp/Texinfo/Convert/Plaintext.pm:2860
331 #: tp/Texinfo/Convert/Plaintext.pm:2864
332332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
334334 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name} {arguments}"
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2864
336 #: tp/Texinfo/Convert/Plaintext.pm:2868
337337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
339339 msgstr "@tie{ }-- {category} a {class}: {type} {name} {arguments}"
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2875
341 #: tp/Texinfo/Convert/Plaintext.pm:2879
342342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
344344 msgstr "@tie{ }-- {category} a {class}:@*{type}@*{name}"
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2879
346 #: tp/Texinfo/Convert/Plaintext.pm:2883
347347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}: {type} {name}"
349349 msgstr "@tie{ }-- {category} a {class}: {type} {name}"
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2893
351 #: tp/Texinfo/Convert/Plaintext.pm:2897
352352 #, perl-brace-format
353353 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
354354 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}"
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2897
356 #: tp/Texinfo/Convert/Plaintext.pm:2901
357357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
359359 msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}"
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2908
361 #: tp/Texinfo/Convert/Plaintext.pm:2912
362362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
364364 msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}"
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2912
366 #: tp/Texinfo/Convert/Plaintext.pm:2916
367367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr "@tie{ }-- {category} de {class}: {type} {name}"
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
371 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
1818 msgstr ""
1919 "Project-Id-Version: texinfo_document 6.4.90\n"
2020 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
21 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
21 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
2222 "PO-Revision-Date: 2017-07-11 17:01+02:00\n"
2323 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
2424 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
251251 msgid "see {title_ref}"
252252 msgstr "vizte {title_ref}"
253253
254 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
254 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
255255 #, perl-brace-format
256256 msgid "{abbr_or_acronym} ({explanation})"
257257 msgstr "{abbr_or_acronym} ({explanation})"
258258
259 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
259 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
260260 #: tp/Texinfo/Convert/HTML.pm:3637
261261 #, perl-brace-format
262262 msgid "@b{{quotation_arg}:} "
286286 msgid "@t{<{url}>}"
287287 msgstr "@t{<{url}>}"
288288
289 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
289 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
290290 #, perl-brace-format
291291 msgid "@{No value for `{value}'@}"
292292 msgstr "@{Žádná hodnota pro „{value}“@}"
293293
294 #: tp/Texinfo/Convert/Plaintext.pm:2783
294 #: tp/Texinfo/Convert/Plaintext.pm:2787
295295 #, perl-brace-format
296296 msgid "@tie{}-- {category}: {name} {arguments}"
297297 msgstr "@tie{}-- {category}: {name} {arguments}"
298298
299 #: tp/Texinfo/Convert/Plaintext.pm:2788
299 #: tp/Texinfo/Convert/Plaintext.pm:2792
300300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {name}"
302302 msgstr "@tie{}-- {category}: {name}"
303303
304 #: tp/Texinfo/Convert/Plaintext.pm:2801
304 #: tp/Texinfo/Convert/Plaintext.pm:2805
305305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
307307 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
308308
309 #: tp/Texinfo/Convert/Plaintext.pm:2804
309 #: tp/Texinfo/Convert/Plaintext.pm:2808
310310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name} {arguments}"
312312 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
313313
314 #: tp/Texinfo/Convert/Plaintext.pm:2813
314 #: tp/Texinfo/Convert/Plaintext.pm:2817
315315 #, perl-brace-format
316316 msgid "@tie{}-- {category}:@*{type}@*{name}"
317317 msgstr "@tie{}-- {category}:@*{type}@*{name}"
318318
319 #: tp/Texinfo/Convert/Plaintext.pm:2816
319 #: tp/Texinfo/Convert/Plaintext.pm:2820
320320 #, perl-brace-format
321321 msgid "@tie{}-- {category}: {type} {name}"
322322 msgstr "@tie{}-- {category}: {type} {name}"
323323
324 #: tp/Texinfo/Convert/Plaintext.pm:2824
324 #: tp/Texinfo/Convert/Plaintext.pm:2828
325325 #, perl-brace-format
326326 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
327327 msgstr "@tie{}-- {category} třídy {class}: {name} {arguments}"
328328
329 #: tp/Texinfo/Convert/Plaintext.pm:2830
329 #: tp/Texinfo/Convert/Plaintext.pm:2834
330330 #, perl-brace-format
331331 msgid "@tie{}-- {category} of {class}: {name}"
332332 msgstr "@tie{}-- {category} třídy {class}: {name}"
333333
334 #: tp/Texinfo/Convert/Plaintext.pm:2839
334 #: tp/Texinfo/Convert/Plaintext.pm:2843
335335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
337337 msgstr "@tie{}-- {category} na třídě {class}: {name} {arguments}"
338338
339 #: tp/Texinfo/Convert/Plaintext.pm:2845
339 #: tp/Texinfo/Convert/Plaintext.pm:2849
340340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {name}"
342342 msgstr "@tie{}-- {category} na třídě {class}: {name}"
343343
344 #: tp/Texinfo/Convert/Plaintext.pm:2860
344 #: tp/Texinfo/Convert/Plaintext.pm:2864
345345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
347347 msgstr "@tie{}-- {category} na třídě {class}:@*{type}@*{name} {arguments}"
348348
349 #: tp/Texinfo/Convert/Plaintext.pm:2864
349 #: tp/Texinfo/Convert/Plaintext.pm:2868
350350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
352352 msgstr "@tie{}-- {category} na třídě {class}: {type} {name} {arguments}"
353353
354 #: tp/Texinfo/Convert/Plaintext.pm:2875
354 #: tp/Texinfo/Convert/Plaintext.pm:2879
355355 #, perl-brace-format
356356 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
357357 msgstr "@tie{}-- {category} na třídě {class}:@*{type}@*{name}"
358358
359 #: tp/Texinfo/Convert/Plaintext.pm:2879
359 #: tp/Texinfo/Convert/Plaintext.pm:2883
360360 #, perl-brace-format
361361 msgid "@tie{}-- {category} on {class}: {type} {name}"
362362 msgstr "@tie{}-- {category} na třídě {class}: {type} {name}"
363363
364 #: tp/Texinfo/Convert/Plaintext.pm:2893
364 #: tp/Texinfo/Convert/Plaintext.pm:2897
365365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
367367 msgstr "@tie{}-- {category} třídy {class}:@*{type}@*{name} {arguments}"
368368
369 #: tp/Texinfo/Convert/Plaintext.pm:2897
369 #: tp/Texinfo/Convert/Plaintext.pm:2901
370370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
372372 msgstr "@tie{}-- {category} třídy {class}: {type} {name} {arguments}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:2908
374 #: tp/Texinfo/Convert/Plaintext.pm:2912
375375 #, perl-brace-format
376376 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
377377 msgstr "@tie{}-- {category} třídy {class}:@*{type}@*{name}"
378378
379 #: tp/Texinfo/Convert/Plaintext.pm:2912
379 #: tp/Texinfo/Convert/Plaintext.pm:2916
380380 #, perl-brace-format
381381 msgid "@tie{}-- {category} of {class}: {type} {name}"
382382 msgstr "@tie{}-- {category} třídy {class}: {type} {name}"
383383
384 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
384 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
385385 #, perl-brace-format
386386 msgid "@center --- @emph{{author}}\n"
387387 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
1212 msgstr ""
1313 "Project-Id-Version: texinfo 6.0.90\n"
1414 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
15 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
15 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1616 "PO-Revision-Date: 2015-12-28 09:13GMT\n"
1717 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
1818 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
248248 msgid "see {title_ref}"
249249 msgstr ""
250250
251 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
251 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
252252 #, perl-brace-format
253253 msgid "{abbr_or_acronym} ({explanation})"
254254 msgstr ""
255255
256 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
256 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
257257 #: tp/Texinfo/Convert/HTML.pm:3637
258258 #, perl-brace-format
259259 msgid "@b{{quotation_arg}:} "
284284 msgid "@t{<{url}>}"
285285 msgstr ""
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
287 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
288288 #, perl-brace-format
289289 msgid "@{No value for `{value}'@}"
290290 msgstr ""
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2783
292 #: tp/Texinfo/Convert/Plaintext.pm:2787
293293 #, perl-brace-format
294294 msgid "@tie{}-- {category}: {name} {arguments}"
295295 msgstr ""
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2788
297 #: tp/Texinfo/Convert/Plaintext.pm:2792
298298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {name}"
300300 msgstr ""
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2801
302 #: tp/Texinfo/Convert/Plaintext.pm:2805
303303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
305305 msgstr ""
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2804
307 #: tp/Texinfo/Convert/Plaintext.pm:2808
308308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name} {arguments}"
310310 msgstr ""
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2813
312 #: tp/Texinfo/Convert/Plaintext.pm:2817
313313 #, perl-brace-format
314314 msgid "@tie{}-- {category}:@*{type}@*{name}"
315315 msgstr ""
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2816
317 #: tp/Texinfo/Convert/Plaintext.pm:2820
318318 #, perl-brace-format
319319 msgid "@tie{}-- {category}: {type} {name}"
320320 msgstr ""
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2824
322 #: tp/Texinfo/Convert/Plaintext.pm:2828
323323 #, perl-brace-format
324324 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
325325 msgstr ""
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2830
327 #: tp/Texinfo/Convert/Plaintext.pm:2834
328328 #, perl-brace-format
329329 msgid "@tie{}-- {category} of {class}: {name}"
330330 msgstr ""
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2839
332 #: tp/Texinfo/Convert/Plaintext.pm:2843
333333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
335335 msgstr ""
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2845
337 #: tp/Texinfo/Convert/Plaintext.pm:2849
338338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {name}"
340340 msgstr ""
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2860
342 #: tp/Texinfo/Convert/Plaintext.pm:2864
343343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
345345 msgstr ""
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2864
347 #: tp/Texinfo/Convert/Plaintext.pm:2868
348348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
350350 msgstr ""
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2875
352 #: tp/Texinfo/Convert/Plaintext.pm:2879
353353 #, perl-brace-format
354354 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
355355 msgstr ""
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2879
357 #: tp/Texinfo/Convert/Plaintext.pm:2883
358358 #, perl-brace-format
359359 msgid "@tie{}-- {category} on {class}: {type} {name}"
360360 msgstr ""
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2893
362 #: tp/Texinfo/Convert/Plaintext.pm:2897
363363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
365365 msgstr ""
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2897
367 #: tp/Texinfo/Convert/Plaintext.pm:2901
368368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
370370 msgstr ""
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:2908
372 #: tp/Texinfo/Convert/Plaintext.pm:2912
373373 #, perl-brace-format
374374 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
375375 msgstr ""
376376
377 #: tp/Texinfo/Convert/Plaintext.pm:2912
377 #: tp/Texinfo/Convert/Plaintext.pm:2916
378378 #, perl-brace-format
379379 msgid "@tie{}-- {category} of {class}: {type} {name}"
380380 msgstr ""
381381
382 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
382 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
383383 #, perl-brace-format
384384 msgid "@center --- @emph{{author}}\n"
385385 msgstr ""
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 5.0\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2014-04-11 22:11+0100\n"
1212 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
1313 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
241241 msgid "see {title_ref}"
242242 msgstr "siehe {title_ref}"
243243
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
245245 #, perl-brace-format
246246 msgid "{abbr_or_acronym} ({explanation})"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
250250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{kein Wert für »{value}«@}"
283283
284 #: tp/Texinfo/Convert/Plaintext.pm:2783
284 #: tp/Texinfo/Convert/Plaintext.pm:2787
285285 #, fuzzy, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "@tie{ }-- {category}: {name} {arguments}"
288288
289 #: tp/Texinfo/Convert/Plaintext.pm:2788
289 #: tp/Texinfo/Convert/Plaintext.pm:2792
290290 #, fuzzy, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "@tie{ }-- {category}: {name}"
293293
294 #: tp/Texinfo/Convert/Plaintext.pm:2801
294 #: tp/Texinfo/Convert/Plaintext.pm:2805
295295 #, fuzzy, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
298298
299 #: tp/Texinfo/Convert/Plaintext.pm:2804
299 #: tp/Texinfo/Convert/Plaintext.pm:2808
300300 #, fuzzy, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
303303
304 #: tp/Texinfo/Convert/Plaintext.pm:2813
304 #: tp/Texinfo/Convert/Plaintext.pm:2817
305305 #, fuzzy, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
308308
309 #: tp/Texinfo/Convert/Plaintext.pm:2816
309 #: tp/Texinfo/Convert/Plaintext.pm:2820
310310 #, fuzzy, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "@tie{ }-- {category}: {type} {name}"
313313
314 #: tp/Texinfo/Convert/Plaintext.pm:2824
314 #: tp/Texinfo/Convert/Plaintext.pm:2828
315315 #, fuzzy, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "@tie{ }-- {category} von {class}: {name} {arguments}"
318318
319 #: tp/Texinfo/Convert/Plaintext.pm:2830
319 #: tp/Texinfo/Convert/Plaintext.pm:2834
320320 #, fuzzy, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "@tie{ }-- {category} von {class}: {name}"
323323
324 #: tp/Texinfo/Convert/Plaintext.pm:2839
324 #: tp/Texinfo/Convert/Plaintext.pm:2843
325325 #, fuzzy, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "@tie{ }-- {category} in {class}: {name} {arguments}"
328328
329 #: tp/Texinfo/Convert/Plaintext.pm:2845
329 #: tp/Texinfo/Convert/Plaintext.pm:2849
330330 #, fuzzy, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "@tie{ }-- {category} in {class}: {name}"
333333
334 #: tp/Texinfo/Convert/Plaintext.pm:2860
334 #: tp/Texinfo/Convert/Plaintext.pm:2864
335335 #, fuzzy, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}"
338338
339 #: tp/Texinfo/Convert/Plaintext.pm:2864
339 #: tp/Texinfo/Convert/Plaintext.pm:2868
340340 #, fuzzy, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342342 msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}"
343343
344 #: tp/Texinfo/Convert/Plaintext.pm:2875
344 #: tp/Texinfo/Convert/Plaintext.pm:2879
345345 #, fuzzy, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347347 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}"
348348
349 #: tp/Texinfo/Convert/Plaintext.pm:2879
349 #: tp/Texinfo/Convert/Plaintext.pm:2883
350350 #, fuzzy, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352352 msgstr "@tie{ }-- {category} in {class}: {type} {name}"
353353
354 #: tp/Texinfo/Convert/Plaintext.pm:2893
354 #: tp/Texinfo/Convert/Plaintext.pm:2897
355355 #, fuzzy, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357357 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}"
358358
359 #: tp/Texinfo/Convert/Plaintext.pm:2897
359 #: tp/Texinfo/Convert/Plaintext.pm:2901
360360 #, fuzzy, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362362 msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}"
363363
364 #: tp/Texinfo/Convert/Plaintext.pm:2908
364 #: tp/Texinfo/Convert/Plaintext.pm:2912
365365 #, fuzzy, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367367 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}"
368368
369 #: tp/Texinfo/Convert/Plaintext.pm:2912
369 #: tp/Texinfo/Convert/Plaintext.pm:2916
370370 #, fuzzy, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{ }-- {category} von {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
374 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
77 msgstr ""
88 "Project-Id-Version: texinfo_document 5.0\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2014-04-11 22:11+0100\n"
1212 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
1313 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
240240 msgid "see {title_ref}"
241241 msgstr "siehe {title_ref}"
242242
243 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
243 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
244244 #, perl-brace-format
245245 msgid "{abbr_or_acronym} ({explanation})"
246246 msgstr "{abbr_or_acronym} ({explanation})"
247247
248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
249249 #: tp/Texinfo/Convert/HTML.pm:3637
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
275275 msgid "@t{<{url}>}"
276276 msgstr "@t{<{url}>}"
277277
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
279279 #, perl-brace-format
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{kein Wert für »{value}«@}"
282282
283 #: tp/Texinfo/Convert/Plaintext.pm:2783
283 #: tp/Texinfo/Convert/Plaintext.pm:2787
284284 #, perl-brace-format
285285 msgid "@tie{}-- {category}: {name} {arguments}"
286286 msgstr "@tie{ }-- {category}: {name} {arguments}"
287287
288 #: tp/Texinfo/Convert/Plaintext.pm:2788
288 #: tp/Texinfo/Convert/Plaintext.pm:2792
289289 #, perl-brace-format
290290 msgid "@tie{}-- {category}: {name}"
291291 msgstr "@tie{ }-- {category}: {name}"
292292
293 #: tp/Texinfo/Convert/Plaintext.pm:2801
293 #: tp/Texinfo/Convert/Plaintext.pm:2805
294294 #, perl-brace-format
295295 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
297297
298 #: tp/Texinfo/Convert/Plaintext.pm:2804
298 #: tp/Texinfo/Convert/Plaintext.pm:2808
299299 #, perl-brace-format
300300 msgid "@tie{}-- {category}: {type} {name} {arguments}"
301301 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
302302
303 #: tp/Texinfo/Convert/Plaintext.pm:2813
303 #: tp/Texinfo/Convert/Plaintext.pm:2817
304304 #, perl-brace-format
305305 msgid "@tie{}-- {category}:@*{type}@*{name}"
306306 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
307307
308 #: tp/Texinfo/Convert/Plaintext.pm:2816
308 #: tp/Texinfo/Convert/Plaintext.pm:2820
309309 #, perl-brace-format
310310 msgid "@tie{}-- {category}: {type} {name}"
311311 msgstr "@tie{ }-- {category}: {type} {name}"
312312
313 #: tp/Texinfo/Convert/Plaintext.pm:2824
313 #: tp/Texinfo/Convert/Plaintext.pm:2828
314314 #, perl-brace-format
315315 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
316316 msgstr "@tie{ }-- {category} von {class}: {name} {arguments}"
317317
318 #: tp/Texinfo/Convert/Plaintext.pm:2830
318 #: tp/Texinfo/Convert/Plaintext.pm:2834
319319 #, perl-brace-format
320320 msgid "@tie{}-- {category} of {class}: {name}"
321321 msgstr "@tie{ }-- {category} von {class}: {name}"
322322
323 #: tp/Texinfo/Convert/Plaintext.pm:2839
323 #: tp/Texinfo/Convert/Plaintext.pm:2843
324324 #, perl-brace-format
325325 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
326326 msgstr "@tie{ }-- {category} in {class}: {name} {arguments}"
327327
328 #: tp/Texinfo/Convert/Plaintext.pm:2845
328 #: tp/Texinfo/Convert/Plaintext.pm:2849
329329 #, perl-brace-format
330330 msgid "@tie{}-- {category} on {class}: {name}"
331331 msgstr "@tie{ }-- {category} in {class}: {name}"
332332
333 #: tp/Texinfo/Convert/Plaintext.pm:2860
333 #: tp/Texinfo/Convert/Plaintext.pm:2864
334334 #, perl-brace-format
335335 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
336336 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name} {arguments}"
337337
338 #: tp/Texinfo/Convert/Plaintext.pm:2864
338 #: tp/Texinfo/Convert/Plaintext.pm:2868
339339 #, perl-brace-format
340340 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
341341 msgstr "@tie{ }-- {category} in {class}: {type} {name} {arguments}"
342342
343 #: tp/Texinfo/Convert/Plaintext.pm:2875
343 #: tp/Texinfo/Convert/Plaintext.pm:2879
344344 #, perl-brace-format
345345 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
346346 msgstr "@tie{ }-- {category} in {class}:@*{type}@*{name}"
347347
348 #: tp/Texinfo/Convert/Plaintext.pm:2879
348 #: tp/Texinfo/Convert/Plaintext.pm:2883
349349 #, perl-brace-format
350350 msgid "@tie{}-- {category} on {class}: {type} {name}"
351351 msgstr "@tie{ }-- {category} in {class}: {type} {name}"
352352
353 #: tp/Texinfo/Convert/Plaintext.pm:2893
353 #: tp/Texinfo/Convert/Plaintext.pm:2897
354354 #, perl-brace-format
355355 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
356356 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name} {arguments}"
357357
358 #: tp/Texinfo/Convert/Plaintext.pm:2897
358 #: tp/Texinfo/Convert/Plaintext.pm:2901
359359 #, perl-brace-format
360360 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
361361 msgstr "@tie{ }-- {category} von {class}: {type} {name} {arguments}"
362362
363 #: tp/Texinfo/Convert/Plaintext.pm:2908
363 #: tp/Texinfo/Convert/Plaintext.pm:2912
364364 #, perl-brace-format
365365 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
366366 msgstr "@tie{ }-- {category} von {class}:@*{type}@*{name}"
367367
368 #: tp/Texinfo/Convert/Plaintext.pm:2912
368 #: tp/Texinfo/Convert/Plaintext.pm:2916
369369 #, perl-brace-format
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{ }-- {category} von {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
374374 #, perl-brace-format
375375 msgid "@center --- @emph{{author}}\n"
376376 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: GNU texinfo 6.0.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2015-12-28 00:59+0200\n"
1111 "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n"
1212 "Language-Team: Greek <team@lists.gnome.gr>\n"
238238 msgid "see {title_ref}"
239239 msgstr ""
240240
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
242242 #, perl-brace-format
243243 msgid "{abbr_or_acronym} ({explanation})"
244244 msgstr ""
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
247247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
273273 msgid "@t{<{url}>}"
274274 msgstr ""
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
276 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr ""
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2783
281 #: tp/Texinfo/Convert/Plaintext.pm:2787
282282 #, perl-brace-format
283283 msgid "@tie{}-- {category}: {name} {arguments}"
284284 msgstr ""
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2788
286 #: tp/Texinfo/Convert/Plaintext.pm:2792
287287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name}"
289289 msgstr ""
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2801
291 #: tp/Texinfo/Convert/Plaintext.pm:2805
292292 #, perl-brace-format
293293 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
294294 msgstr ""
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2804
296 #: tp/Texinfo/Convert/Plaintext.pm:2808
297297 #, perl-brace-format
298298 msgid "@tie{}-- {category}: {type} {name} {arguments}"
299299 msgstr ""
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2813
301 #: tp/Texinfo/Convert/Plaintext.pm:2817
302302 #, perl-brace-format
303303 msgid "@tie{}-- {category}:@*{type}@*{name}"
304304 msgstr ""
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2816
306 #: tp/Texinfo/Convert/Plaintext.pm:2820
307307 #, perl-brace-format
308308 msgid "@tie{}-- {category}: {type} {name}"
309309 msgstr ""
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2824
311 #: tp/Texinfo/Convert/Plaintext.pm:2828
312312 #, perl-brace-format
313313 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
314314 msgstr ""
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2830
316 #: tp/Texinfo/Convert/Plaintext.pm:2834
317317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name}"
319319 msgstr ""
320320
321 #: tp/Texinfo/Convert/Plaintext.pm:2839
321 #: tp/Texinfo/Convert/Plaintext.pm:2843
322322 #, perl-brace-format
323323 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
324324 msgstr ""
325325
326 #: tp/Texinfo/Convert/Plaintext.pm:2845
326 #: tp/Texinfo/Convert/Plaintext.pm:2849
327327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name}"
329329 msgstr ""
330330
331 #: tp/Texinfo/Convert/Plaintext.pm:2860
331 #: tp/Texinfo/Convert/Plaintext.pm:2864
332332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
334334 msgstr ""
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2864
336 #: tp/Texinfo/Convert/Plaintext.pm:2868
337337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
339339 msgstr ""
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2875
341 #: tp/Texinfo/Convert/Plaintext.pm:2879
342342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
344344 msgstr ""
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2879
346 #: tp/Texinfo/Convert/Plaintext.pm:2883
347347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}: {type} {name}"
349349 msgstr ""
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2893
351 #: tp/Texinfo/Convert/Plaintext.pm:2897
352352 #, perl-brace-format
353353 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
354354 msgstr ""
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2897
356 #: tp/Texinfo/Convert/Plaintext.pm:2901
357357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
359359 msgstr ""
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2908
361 #: tp/Texinfo/Convert/Plaintext.pm:2912
362362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
364364 msgstr ""
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2912
366 #: tp/Texinfo/Convert/Plaintext.pm:2916
367367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr ""
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
371 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2018-05-24 21:45-0300\n"
1111 "Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
1212 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
239239 msgid "see {title_ref}"
240240 msgstr "konsultu {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
248248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Neniu valoro por `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2783
282 #: tp/Texinfo/Convert/Plaintext.pm:2787
283283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{}-- {category}: {name} {arguments}"
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2788
287 #: tp/Texinfo/Convert/Plaintext.pm:2792
288288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{}-- {category}: {name}"
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2801
292 #: tp/Texinfo/Convert/Plaintext.pm:2805
293293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2804
297 #: tp/Texinfo/Convert/Plaintext.pm:2808
298298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2813
302 #: tp/Texinfo/Convert/Plaintext.pm:2817
303303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{}-- {category}:@*{type}@*{name}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2816
307 #: tp/Texinfo/Convert/Plaintext.pm:2820
308308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{}-- {category}: {type} {name}"
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2824
312 #: tp/Texinfo/Convert/Plaintext.pm:2828
313313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{}-- {category} de {class}: {name} {arguments}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2830
317 #: tp/Texinfo/Convert/Plaintext.pm:2834
318318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{}-- {category} de {class}: {name}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2839
322 #: tp/Texinfo/Convert/Plaintext.pm:2843
323323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{}-- {category} en {class}: {name} {arguments}"
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2845
327 #: tp/Texinfo/Convert/Plaintext.pm:2849
328328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{}-- {category} en {class}: {name}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2860
332 #: tp/Texinfo/Convert/Plaintext.pm:2864
333333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{}-- {category} en {class}:@*{type}@*{name} {arguments}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2864
337 #: tp/Texinfo/Convert/Plaintext.pm:2868
338338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{}-- {category} en {class}: {type} {name} {arguments}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2875
342 #: tp/Texinfo/Convert/Plaintext.pm:2879
343343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{}-- {category} en {class}:@*{type}@*{name}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2879
347 #: tp/Texinfo/Convert/Plaintext.pm:2883
348348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{}-- {category} en {class}: {type} {name}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2893
352 #: tp/Texinfo/Convert/Plaintext.pm:2897
353353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{}-- {category} de {class}:@*{type}@*{name} {arguments}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2897
357 #: tp/Texinfo/Convert/Plaintext.pm:2901
358358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{}-- {category} de {class}: {type} {name} {arguments}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2908
362 #: tp/Texinfo/Convert/Plaintext.pm:2912
363363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{}-- {category} de {class}:@*{type}@*{name}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2912
367 #: tp/Texinfo/Convert/Plaintext.pm:2916
368368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{}-- {category} de {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document-6.4.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2017-07-18 00:44+0200\n"
1212 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
1313 "Language-Team: Spanish <es@tp.org.es>\n"
239239 msgid "see {title_ref}"
240240 msgstr "véase {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
248248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{No hay valor para `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2783
282 #: tp/Texinfo/Convert/Plaintext.pm:2787
283283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{}-- {category}: {name} {arguments}"
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2788
287 #: tp/Texinfo/Convert/Plaintext.pm:2792
288288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{}-- {category}: {name}"
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2801
292 #: tp/Texinfo/Convert/Plaintext.pm:2805
293293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2804
297 #: tp/Texinfo/Convert/Plaintext.pm:2808
298298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2813
302 #: tp/Texinfo/Convert/Plaintext.pm:2817
303303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{}-- {category}:@*{type}@*{name}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2816
307 #: tp/Texinfo/Convert/Plaintext.pm:2820
308308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{}-- {category}: {type} {name}"
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2824
312 #: tp/Texinfo/Convert/Plaintext.pm:2828
313313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{}-- {category} de {class}: {name} {arguments}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2830
317 #: tp/Texinfo/Convert/Plaintext.pm:2834
318318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{}-- {category} de {class}: {name}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2839
322 #: tp/Texinfo/Convert/Plaintext.pm:2843
323323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{}-- {category} en {class}: {name} {arguments}"
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2845
327 #: tp/Texinfo/Convert/Plaintext.pm:2849
328328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{}-- {category} en {class}: {name}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2860
332 #: tp/Texinfo/Convert/Plaintext.pm:2864
333333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{}-- {category} en {class}:@*{type}@*{name} {arguments}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2864
337 #: tp/Texinfo/Convert/Plaintext.pm:2868
338338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{}-- {category} en {class}: {type} {name} {arguments}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2875
342 #: tp/Texinfo/Convert/Plaintext.pm:2879
343343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{}-- {category} en {class}:@*{type}@*{name}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2879
347 #: tp/Texinfo/Convert/Plaintext.pm:2883
348348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{}-- {category} en {class}: {type} {name}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2893
352 #: tp/Texinfo/Convert/Plaintext.pm:2897
353353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{}-- {category} de {class}:@*{type}@*{name} {arguments}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2897
357 #: tp/Texinfo/Convert/Plaintext.pm:2901
358358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{}-- {category} de {class}: {type} {name} {arguments}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2908
362 #: tp/Texinfo/Convert/Plaintext.pm:2912
363363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{}-- {category} de {class}:@*{type}@*{name}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2912
367 #: tp/Texinfo/Convert/Plaintext.pm:2916
368368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{}-- {category} de {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 6.5.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2019-01-16 19:31+0100\n"
1212 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
1313 "Language-Team: French <traduc@traduc.org>\n"
239239 msgid "see {title_ref}"
240240 msgstr "voir {title_ref}"
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr "{abbr_or_acronym} ({explanation})"
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
248248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr "@t{<{url}>}"
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr "@{Aucune valeur pour `{value}'@}"
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2783
282 #: tp/Texinfo/Convert/Plaintext.pm:2787
283283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{ }-- {category}@ : {name} {arguments}"
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2788
287 #: tp/Texinfo/Convert/Plaintext.pm:2792
288288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{ }-- {category}@ : {name}"
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2801
292 #: tp/Texinfo/Convert/Plaintext.pm:2805
293293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{ }-- {category}@ :@*{type}@*{name} {arguments}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2804
297 #: tp/Texinfo/Convert/Plaintext.pm:2808
298298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{ }-- {category}@ : {type} {name} {arguments}"
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2813
302 #: tp/Texinfo/Convert/Plaintext.pm:2817
303303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{ }-- {category}@ :@*{type}@*{name}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2816
307 #: tp/Texinfo/Convert/Plaintext.pm:2820
308308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{ }-- {category}@ : {type} {name}"
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2824
312 #: tp/Texinfo/Convert/Plaintext.pm:2828
313313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2830
317 #: tp/Texinfo/Convert/Plaintext.pm:2834
318318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{ }-- {category} de {class}@ : {name}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2839
322 #: tp/Texinfo/Convert/Plaintext.pm:2843
323323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}"
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2845
327 #: tp/Texinfo/Convert/Plaintext.pm:2849
328328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{ }-- {category} de {class}@ : {name}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2860
332 #: tp/Texinfo/Convert/Plaintext.pm:2864
333333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2864
337 #: tp/Texinfo/Convert/Plaintext.pm:2868
338338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2875
342 #: tp/Texinfo/Convert/Plaintext.pm:2879
343343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2879
347 #: tp/Texinfo/Convert/Plaintext.pm:2883
348348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{ }-- {category} de {class}@ : {type} {name}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2893
352 #: tp/Texinfo/Convert/Plaintext.pm:2897
353353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2897
357 #: tp/Texinfo/Convert/Plaintext.pm:2901
358358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2908
362 #: tp/Texinfo/Convert/Plaintext.pm:2912
363363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2912
367 #: tp/Texinfo/Convert/Plaintext.pm:2916
368368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} de {class}@ : {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: GNU texinfo_document 6.5.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2019-02-04 19:16-0800\n"
1212 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
1313 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
243243 msgid "see {title_ref}"
244244 msgstr "pogledajte {title_ref}"
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
246 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
247247 #, perl-brace-format
248248 msgid "{abbr_or_acronym} ({explanation})"
249249 msgstr "{abbr_or_acronym} ({explanation})"
250250
251 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
251 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
252252 #: tp/Texinfo/Convert/HTML.pm:3637
253253 #, perl-brace-format
254254 msgid "@b{{quotation_arg}:} "
278278 msgid "@t{<{url}>}"
279279 msgstr "@t{<{url}>}"
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
281 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
282282 #, perl-brace-format
283283 msgid "@{No value for `{value}'@}"
284284 msgstr "@{nema vrijednosti za „{value}“@}"
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2783
286 #: tp/Texinfo/Convert/Plaintext.pm:2787
287287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name} {arguments}"
289289 msgstr "@tie{}-- {category}: {name} {arguments}"
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2788
291 #: tp/Texinfo/Convert/Plaintext.pm:2792
292292 #, perl-brace-format
293293 msgid "@tie{}-- {category}: {name}"
294294 msgstr "@tie{}-- {category}: {name}"
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2801
296 #: tp/Texinfo/Convert/Plaintext.pm:2805
297297 #, perl-brace-format
298298 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
299299 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2804
301 #: tp/Texinfo/Convert/Plaintext.pm:2808
302302 #, perl-brace-format
303303 msgid "@tie{}-- {category}: {type} {name} {arguments}"
304304 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2813
306 #: tp/Texinfo/Convert/Plaintext.pm:2817
307307 #, perl-brace-format
308308 msgid "@tie{}-- {category}:@*{type}@*{name}"
309309 msgstr "@tie{}-- {category}:@*{type}@*{name}"
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2816
311 #: tp/Texinfo/Convert/Plaintext.pm:2820
312312 #, perl-brace-format
313313 msgid "@tie{}-- {category}: {type} {name}"
314314 msgstr "@tie{}-- {category}: {type} {name}"
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2824
316 #: tp/Texinfo/Convert/Plaintext.pm:2828
317317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
319319 msgstr "@tie{}-- {category} od {class}: {name} {arguments}"
320320
321 #: tp/Texinfo/Convert/Plaintext.pm:2830
321 #: tp/Texinfo/Convert/Plaintext.pm:2834
322322 #, perl-brace-format
323323 msgid "@tie{}-- {category} of {class}: {name}"
324324 msgstr "@tie{}-- {category} od {class}: {name}"
325325
326 #: tp/Texinfo/Convert/Plaintext.pm:2839
326 #: tp/Texinfo/Convert/Plaintext.pm:2843
327327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
329329 msgstr "@tie{}-- {category} na {class}: {name} {arguments}"
330330
331 #: tp/Texinfo/Convert/Plaintext.pm:2845
331 #: tp/Texinfo/Convert/Plaintext.pm:2849
332332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}: {name}"
334334 msgstr "@tie{}-- {category} na {class}: {name}"
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2860
336 #: tp/Texinfo/Convert/Plaintext.pm:2864
337337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
339339 msgstr "@tie{}-- {category} na {class}:@*{type}@*{name} {arguments}"
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2864
341 #: tp/Texinfo/Convert/Plaintext.pm:2868
342342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
344344 msgstr "@tie{}-- {category} na {class}: {type} {name} {arguments}"
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2875
346 #: tp/Texinfo/Convert/Plaintext.pm:2879
347347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
349349 msgstr "@tie{}-- {category} na {class}:@*{type}@*{name}"
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2879
351 #: tp/Texinfo/Convert/Plaintext.pm:2883
352352 #, perl-brace-format
353353 msgid "@tie{}-- {category} on {class}: {type} {name}"
354354 msgstr "@tie{}-- {category} na {class}: {type} {name}"
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2893
356 #: tp/Texinfo/Convert/Plaintext.pm:2897
357357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
359359 msgstr "@tie{}-- {category} od {class}:@*{type}@*{name} {arguments}"
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2897
361 #: tp/Texinfo/Convert/Plaintext.pm:2901
362362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
364364 msgstr "@tie{}-- {category} od {class}: {type} {name} {arguments}"
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2908
366 #: tp/Texinfo/Convert/Plaintext.pm:2912
367367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
369369 msgstr "@tie{}-- {category} od {class}:@*{type}@*{name}"
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:2912
371 #: tp/Texinfo/Convert/Plaintext.pm:2916
372372 #, perl-brace-format
373373 msgid "@tie{}-- {category} of {class}: {type} {name}"
374374 msgstr "@tie{}-- {category} od {class}: {type} {name}"
375375
376 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
376 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
377377 #, perl-brace-format
378378 msgid "@center --- @emph{{author}}\n"
379379 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 6.4.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2018-01-20 14:27+0100\n"
1212 "Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
1313 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
241241 msgid "see {title_ref}"
242242 msgstr "lásd: {title_ref}"
243243
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
245245 #, perl-brace-format
246246 msgid "{abbr_or_acronym} ({explanation})"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
250250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Nincs érték ehhez: „{value}”@}"
283283
284 #: tp/Texinfo/Convert/Plaintext.pm:2783
284 #: tp/Texinfo/Convert/Plaintext.pm:2787
285285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "@tie{}-- {category}: {name} {arguments}"
288288
289 #: tp/Texinfo/Convert/Plaintext.pm:2788
289 #: tp/Texinfo/Convert/Plaintext.pm:2792
290290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "@tie{}-- {category}: {name}"
293293
294 #: tp/Texinfo/Convert/Plaintext.pm:2801
294 #: tp/Texinfo/Convert/Plaintext.pm:2805
295295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
298298
299 #: tp/Texinfo/Convert/Plaintext.pm:2804
299 #: tp/Texinfo/Convert/Plaintext.pm:2808
300300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
303303
304 #: tp/Texinfo/Convert/Plaintext.pm:2813
304 #: tp/Texinfo/Convert/Plaintext.pm:2817
305305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "@tie{}-- {category}:@*{type}@*{name}"
308308
309 #: tp/Texinfo/Convert/Plaintext.pm:2816
309 #: tp/Texinfo/Convert/Plaintext.pm:2820
310310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "@tie{}-- {category}: {type} {name}"
313313
314 #: tp/Texinfo/Convert/Plaintext.pm:2824
314 #: tp/Texinfo/Convert/Plaintext.pm:2828
315315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "@tie{}-- {category} - {class}: {name} {arguments}"
318318
319 #: tp/Texinfo/Convert/Plaintext.pm:2830
319 #: tp/Texinfo/Convert/Plaintext.pm:2834
320320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "@tie{}-- {category} - {class}: {name}"
323323
324 #: tp/Texinfo/Convert/Plaintext.pm:2839
324 #: tp/Texinfo/Convert/Plaintext.pm:2843
325325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "@tie{}-- {category} ezen: {class}: {name} {arguments}"
328328
329 #: tp/Texinfo/Convert/Plaintext.pm:2845
329 #: tp/Texinfo/Convert/Plaintext.pm:2849
330330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "@tie{}-- {category} ezen: {class}: {name}"
333333
334 #: tp/Texinfo/Convert/Plaintext.pm:2860
334 #: tp/Texinfo/Convert/Plaintext.pm:2864
335335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr "@tie{}-- {category} ezen: {class}:@*{type}@*{name} {arguments}"
338338
339 #: tp/Texinfo/Convert/Plaintext.pm:2864
339 #: tp/Texinfo/Convert/Plaintext.pm:2868
340340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342342 msgstr "@tie{}-- {category} ezen: {class}: {type} {name} {arguments}"
343343
344 #: tp/Texinfo/Convert/Plaintext.pm:2875
344 #: tp/Texinfo/Convert/Plaintext.pm:2879
345345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347347 msgstr "@tie{}-- {category} ezen: {class}:@*{type}@*{name}"
348348
349 #: tp/Texinfo/Convert/Plaintext.pm:2879
349 #: tp/Texinfo/Convert/Plaintext.pm:2883
350350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352352 msgstr "@tie{}-- {category} ezen: {class}: {type} {name}"
353353
354 #: tp/Texinfo/Convert/Plaintext.pm:2893
354 #: tp/Texinfo/Convert/Plaintext.pm:2897
355355 #, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357357 msgstr "@tie{}-- {category} - {class}:@*{type}@*{name} {arguments}"
358358
359 #: tp/Texinfo/Convert/Plaintext.pm:2897
359 #: tp/Texinfo/Convert/Plaintext.pm:2901
360360 #, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362362 msgstr "@tie{}-- {category} - {class}: {type} {name} {arguments}"
363363
364 #: tp/Texinfo/Convert/Plaintext.pm:2908
364 #: tp/Texinfo/Convert/Plaintext.pm:2912
365365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367367 msgstr "@tie{}-- {category} - {class}:@*{type}@*{name}"
368368
369 #: tp/Texinfo/Convert/Plaintext.pm:2912
369 #: tp/Texinfo/Convert/Plaintext.pm:2916
370370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{}-- {category} - {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
374 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2017-07-11 10:52+0200\n"
1111 "Last-Translator: Federico Bruni <fede@inventati.org>\n"
1212 "Language-Team: Italian <tp@lists.linux.it>\n"
240240 msgid "see {title_ref}"
241241 msgstr "vedi {title_ref}"
242242
243 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
243 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
244244 #, perl-brace-format
245245 msgid "{abbr_or_acronym} ({explanation})"
246246 msgstr "{abbr_or_acronym} ({explanation})"
247247
248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
249249 #: tp/Texinfo/Convert/HTML.pm:3637
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
275275 msgid "@t{<{url}>}"
276276 msgstr "@t{<{url}>}"
277277
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
279279 #, perl-brace-format
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{Nessun valore per \\\"{value}\\\"@}"
282282
283 #: tp/Texinfo/Convert/Plaintext.pm:2783
283 #: tp/Texinfo/Convert/Plaintext.pm:2787
284284 #, perl-brace-format
285285 msgid "@tie{}-- {category}: {name} {arguments}"
286286 msgstr "@tie{}-- {category}: {name} {arguments}"
287287
288 #: tp/Texinfo/Convert/Plaintext.pm:2788
288 #: tp/Texinfo/Convert/Plaintext.pm:2792
289289 #, perl-brace-format
290290 msgid "@tie{}-- {category}: {name}"
291291 msgstr "@tie{}-- {category}: {name}"
292292
293 #: tp/Texinfo/Convert/Plaintext.pm:2801
293 #: tp/Texinfo/Convert/Plaintext.pm:2805
294294 #, perl-brace-format
295295 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297
298 #: tp/Texinfo/Convert/Plaintext.pm:2804
298 #: tp/Texinfo/Convert/Plaintext.pm:2808
299299 #, perl-brace-format
300300 msgid "@tie{}-- {category}: {type} {name} {arguments}"
301301 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
302302
303 #: tp/Texinfo/Convert/Plaintext.pm:2813
303 #: tp/Texinfo/Convert/Plaintext.pm:2817
304304 #, perl-brace-format
305305 msgid "@tie{}-- {category}:@*{type}@*{name}"
306306 msgstr "@tie{}-- {category}:@*{type}@*{name}"
307307
308 #: tp/Texinfo/Convert/Plaintext.pm:2816
308 #: tp/Texinfo/Convert/Plaintext.pm:2820
309309 #, perl-brace-format
310310 msgid "@tie{}-- {category}: {type} {name}"
311311 msgstr "@tie{}-- {category}: {type} {name}"
312312
313 #: tp/Texinfo/Convert/Plaintext.pm:2824
313 #: tp/Texinfo/Convert/Plaintext.pm:2828
314314 #, perl-brace-format
315315 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
316316 msgstr "@tie{}-- {category} of {class}: {name} {arguments}"
317317
318 #: tp/Texinfo/Convert/Plaintext.pm:2830
318 #: tp/Texinfo/Convert/Plaintext.pm:2834
319319 #, perl-brace-format
320320 msgid "@tie{}-- {category} of {class}: {name}"
321321 msgstr "@tie{}-- {category} of {class}: {name}"
322322
323 #: tp/Texinfo/Convert/Plaintext.pm:2839
323 #: tp/Texinfo/Convert/Plaintext.pm:2843
324324 #, perl-brace-format
325325 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
326326 msgstr "@tie{}-- {category} su {class}: {name} {arguments}"
327327
328 #: tp/Texinfo/Convert/Plaintext.pm:2845
328 #: tp/Texinfo/Convert/Plaintext.pm:2849
329329 #, perl-brace-format
330330 msgid "@tie{}-- {category} on {class}: {name}"
331331 msgstr "@tie{}-- {category} su {class}: {name}"
332332
333 #: tp/Texinfo/Convert/Plaintext.pm:2860
333 #: tp/Texinfo/Convert/Plaintext.pm:2864
334334 #, perl-brace-format
335335 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
336336 msgstr "@tie{}-- {category} su {class}:@*{type}@*{name} {arguments}"
337337
338 #: tp/Texinfo/Convert/Plaintext.pm:2864
338 #: tp/Texinfo/Convert/Plaintext.pm:2868
339339 #, perl-brace-format
340340 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
341341 msgstr "@tie{}-- {category} su {class}: {type} {name} {arguments}"
342342
343 #: tp/Texinfo/Convert/Plaintext.pm:2875
343 #: tp/Texinfo/Convert/Plaintext.pm:2879
344344 #, perl-brace-format
345345 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
346346 msgstr "@tie{}-- {category} su {class}:@*{type}@*{name}"
347347
348 #: tp/Texinfo/Convert/Plaintext.pm:2879
348 #: tp/Texinfo/Convert/Plaintext.pm:2883
349349 #, perl-brace-format
350350 msgid "@tie{}-- {category} on {class}: {type} {name}"
351351 msgstr "@tie{}-- {category} su {class}: {type} {name}"
352352
353 #: tp/Texinfo/Convert/Plaintext.pm:2893
353 #: tp/Texinfo/Convert/Plaintext.pm:2897
354354 #, perl-brace-format
355355 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
356356 msgstr "@tie{}-- {category} di {class}:@*{type}@*{name} {arguments}"
357357
358 #: tp/Texinfo/Convert/Plaintext.pm:2897
358 #: tp/Texinfo/Convert/Plaintext.pm:2901
359359 #, perl-brace-format
360360 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
361361 msgstr "@tie{}-- {category} di {class}: {type} {name} {arguments}"
362362
363 #: tp/Texinfo/Convert/Plaintext.pm:2908
363 #: tp/Texinfo/Convert/Plaintext.pm:2912
364364 #, perl-brace-format
365365 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
366366 msgstr "@tie{}-- {category} di {class}:@*{type}@*{name}"
367367
368 #: tp/Texinfo/Convert/Plaintext.pm:2912
368 #: tp/Texinfo/Convert/Plaintext.pm:2916
369369 #, perl-brace-format
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{}-- {category} di {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
374374 #, perl-brace-format
375375 msgid "@center --- @emph{{author}}\n"
376376 msgstr "@center --- @emph{{author}}\n"
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: texinfo_document-6.3.90\n"
1111 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
12 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
12 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1313 "PO-Revision-Date: 2017-04-26 21:52+0200\n"
1414 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
1515 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
243243 msgid "see {title_ref}"
244244 msgstr "zie {title_ref}"
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
246 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
247247 #, perl-brace-format
248248 msgid "{abbr_or_acronym} ({explanation})"
249249 msgstr "{abbr_or_acronym} ({explanation})"
250250
251 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
251 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
252252 #: tp/Texinfo/Convert/HTML.pm:3637
253253 #, perl-brace-format
254254 msgid "@b{{quotation_arg}:} "
278278 msgid "@t{<{url}>}"
279279 msgstr "@t{<{url}>}"
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
281 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
282282 #, perl-brace-format
283283 msgid "@{No value for `{value}'@}"
284284 msgstr "@{Geen waarde voor '{value}'@}"
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2783
286 #: tp/Texinfo/Convert/Plaintext.pm:2787
287287 #, fuzzy, perl-brace-format
288288 msgid "@tie{}-- {category}: {name} {arguments}"
289289 msgstr "@tie{ }-- {category}: {name} {arguments}"
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2788
291 #: tp/Texinfo/Convert/Plaintext.pm:2792
292292 #, fuzzy, perl-brace-format
293293 msgid "@tie{}-- {category}: {name}"
294294 msgstr "@tie{ }-- {category}: {name}"
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2801
296 #: tp/Texinfo/Convert/Plaintext.pm:2805
297297 #, fuzzy, perl-brace-format
298298 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
299299 msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}"
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2804
301 #: tp/Texinfo/Convert/Plaintext.pm:2808
302302 #, fuzzy, perl-brace-format
303303 msgid "@tie{}-- {category}: {type} {name} {arguments}"
304304 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2813
306 #: tp/Texinfo/Convert/Plaintext.pm:2817
307307 #, fuzzy, perl-brace-format
308308 msgid "@tie{}-- {category}:@*{type}@*{name}"
309309 msgstr "@tie{ }-- {category}:@*{type}@*{name}"
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2816
311 #: tp/Texinfo/Convert/Plaintext.pm:2820
312312 #, fuzzy, perl-brace-format
313313 msgid "@tie{}-- {category}: {type} {name}"
314314 msgstr "@tie{ }-- {category}: {type} {name}"
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2824
316 #: tp/Texinfo/Convert/Plaintext.pm:2828
317317 #, fuzzy, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
319319 msgstr "@tie{ }-- {category} van {class}: {name} {arguments}"
320320
321 #: tp/Texinfo/Convert/Plaintext.pm:2830
321 #: tp/Texinfo/Convert/Plaintext.pm:2834
322322 #, fuzzy, perl-brace-format
323323 msgid "@tie{}-- {category} of {class}: {name}"
324324 msgstr "@tie{ }-- {category} van {class}: {name}"
325325
326 #: tp/Texinfo/Convert/Plaintext.pm:2839
326 #: tp/Texinfo/Convert/Plaintext.pm:2843
327327 #, fuzzy, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
329329 msgstr "@tie{ }-- {category} over {class}: {name} {arguments}"
330330
331 #: tp/Texinfo/Convert/Plaintext.pm:2845
331 #: tp/Texinfo/Convert/Plaintext.pm:2849
332332 #, fuzzy, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}: {name}"
334334 msgstr "@tie{ }-- {category} over {class}: {name}"
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2860
336 #: tp/Texinfo/Convert/Plaintext.pm:2864
337337 #, fuzzy, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
339339 msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name} {arguments}"
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2864
341 #: tp/Texinfo/Convert/Plaintext.pm:2868
342342 #, fuzzy, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
344344 msgstr "@tie{ }-- {category} over {class}: {type} {name} {arguments}"
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2875
346 #: tp/Texinfo/Convert/Plaintext.pm:2879
347347 #, fuzzy, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
349349 msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name}"
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2879
351 #: tp/Texinfo/Convert/Plaintext.pm:2883
352352 #, fuzzy, perl-brace-format
353353 msgid "@tie{}-- {category} on {class}: {type} {name}"
354354 msgstr "@tie{ }-- {category} over {class}: {type} {name}"
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2893
356 #: tp/Texinfo/Convert/Plaintext.pm:2897
357357 #, fuzzy, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
359359 msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name} {arguments}"
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2897
361 #: tp/Texinfo/Convert/Plaintext.pm:2901
362362 #, fuzzy, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
364364 msgstr "@tie{ }-- {category} van {class}: {type} {name} {arguments}"
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2908
366 #: tp/Texinfo/Convert/Plaintext.pm:2912
367367 #, fuzzy, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
369369 msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name}"
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:2912
371 #: tp/Texinfo/Convert/Plaintext.pm:2916
372372 #, fuzzy, perl-brace-format
373373 msgid "@tie{}-- {category} of {class}: {type} {name}"
374374 msgstr "@tie{ }-- {category} van{class}: {type} {name}"
375375
376 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
376 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
377377 #, perl-brace-format
378378 msgid "@center --- @emph{{author}}\n"
379379 msgstr "@center --- @emph{{author}}\n"
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2001-01-01\n"
1111 "Last-Translator: Unknown\n"
1212 "Language-Team: Unknown\n"
237237 msgid "see {title_ref}"
238238 msgstr ""
239239
240 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
240 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
241241 #, perl-brace-format
242242 msgid "{abbr_or_acronym} ({explanation})"
243243 msgstr ""
244244
245 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
245 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
246246 #: tp/Texinfo/Convert/HTML.pm:3637
247247 #, perl-brace-format
248248 msgid "@b{{quotation_arg}:} "
272272 msgid "@t{<{url}>}"
273273 msgstr ""
274274
275 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
275 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
276276 #, perl-brace-format
277277 msgid "@{No value for `{value}'@}"
278278 msgstr ""
279279
280 #: tp/Texinfo/Convert/Plaintext.pm:2783
280 #: tp/Texinfo/Convert/Plaintext.pm:2787
281281 #, perl-brace-format
282282 msgid "@tie{}-- {category}: {name} {arguments}"
283283 msgstr ""
284284
285 #: tp/Texinfo/Convert/Plaintext.pm:2788
285 #: tp/Texinfo/Convert/Plaintext.pm:2792
286286 #, perl-brace-format
287287 msgid "@tie{}-- {category}: {name}"
288288 msgstr ""
289289
290 #: tp/Texinfo/Convert/Plaintext.pm:2801
290 #: tp/Texinfo/Convert/Plaintext.pm:2805
291291 #, perl-brace-format
292292 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
293293 msgstr ""
294294
295 #: tp/Texinfo/Convert/Plaintext.pm:2804
295 #: tp/Texinfo/Convert/Plaintext.pm:2808
296296 #, perl-brace-format
297297 msgid "@tie{}-- {category}: {type} {name} {arguments}"
298298 msgstr ""
299299
300 #: tp/Texinfo/Convert/Plaintext.pm:2813
300 #: tp/Texinfo/Convert/Plaintext.pm:2817
301301 #, perl-brace-format
302302 msgid "@tie{}-- {category}:@*{type}@*{name}"
303303 msgstr ""
304304
305 #: tp/Texinfo/Convert/Plaintext.pm:2816
305 #: tp/Texinfo/Convert/Plaintext.pm:2820
306306 #, perl-brace-format
307307 msgid "@tie{}-- {category}: {type} {name}"
308308 msgstr ""
309309
310 #: tp/Texinfo/Convert/Plaintext.pm:2824
310 #: tp/Texinfo/Convert/Plaintext.pm:2828
311311 #, perl-brace-format
312312 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
313313 msgstr ""
314314
315 #: tp/Texinfo/Convert/Plaintext.pm:2830
315 #: tp/Texinfo/Convert/Plaintext.pm:2834
316316 #, perl-brace-format
317317 msgid "@tie{}-- {category} of {class}: {name}"
318318 msgstr ""
319319
320 #: tp/Texinfo/Convert/Plaintext.pm:2839
320 #: tp/Texinfo/Convert/Plaintext.pm:2843
321321 #, perl-brace-format
322322 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
323323 msgstr ""
324324
325 #: tp/Texinfo/Convert/Plaintext.pm:2845
325 #: tp/Texinfo/Convert/Plaintext.pm:2849
326326 #, perl-brace-format
327327 msgid "@tie{}-- {category} on {class}: {name}"
328328 msgstr ""
329329
330 #: tp/Texinfo/Convert/Plaintext.pm:2860
330 #: tp/Texinfo/Convert/Plaintext.pm:2864
331331 #, perl-brace-format
332332 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
333333 msgstr ""
334334
335 #: tp/Texinfo/Convert/Plaintext.pm:2864
335 #: tp/Texinfo/Convert/Plaintext.pm:2868
336336 #, perl-brace-format
337337 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
338338 msgstr ""
339339
340 #: tp/Texinfo/Convert/Plaintext.pm:2875
340 #: tp/Texinfo/Convert/Plaintext.pm:2879
341341 #, perl-brace-format
342342 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
343343 msgstr ""
344344
345 #: tp/Texinfo/Convert/Plaintext.pm:2879
345 #: tp/Texinfo/Convert/Plaintext.pm:2883
346346 #, perl-brace-format
347347 msgid "@tie{}-- {category} on {class}: {type} {name}"
348348 msgstr ""
349349
350 #: tp/Texinfo/Convert/Plaintext.pm:2893
350 #: tp/Texinfo/Convert/Plaintext.pm:2897
351351 #, perl-brace-format
352352 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
353353 msgstr ""
354354
355 #: tp/Texinfo/Convert/Plaintext.pm:2897
355 #: tp/Texinfo/Convert/Plaintext.pm:2901
356356 #, perl-brace-format
357357 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
358358 msgstr ""
359359
360 #: tp/Texinfo/Convert/Plaintext.pm:2908
360 #: tp/Texinfo/Convert/Plaintext.pm:2912
361361 #, perl-brace-format
362362 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
363363 msgstr ""
364364
365 #: tp/Texinfo/Convert/Plaintext.pm:2912
365 #: tp/Texinfo/Convert/Plaintext.pm:2916
366366 #, perl-brace-format
367367 msgid "@tie{}-- {category} of {class}: {type} {name}"
368368 msgstr ""
369369
370 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
370 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
371371 #, perl-brace-format
372372 msgid "@center --- @emph{{author}}\n"
373373 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2017-07-11 22:19+0200\n"
1111 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
1212 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
238238 msgid "see {title_ref}"
239239 msgstr "p. {title_ref}"
240240
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
242242 #, perl-brace-format
243243 msgid "{abbr_or_acronym} ({explanation})"
244244 msgstr "{abbr_or_acronym} ({explanation})"
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
247247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
273273 msgid "@t{<{url}>}"
274274 msgstr "@t{<{url}>}"
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
276 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr "@{Brak wartości dla `{value}'@}"
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2783
281 #: tp/Texinfo/Convert/Plaintext.pm:2787
282282 #, perl-brace-format
283283 msgid "@tie{}-- {category}: {name} {arguments}"
284284 msgstr "@tie{}- {category}: {name} {arguments}"
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2788
286 #: tp/Texinfo/Convert/Plaintext.pm:2792
287287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name}"
289289 msgstr "@tie{}- {category}: {name}"
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2801
291 #: tp/Texinfo/Convert/Plaintext.pm:2805
292292 #, perl-brace-format
293293 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
294294 msgstr "@tie{}- {category}:@*{type}@*{name} {arguments}"
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2804
296 #: tp/Texinfo/Convert/Plaintext.pm:2808
297297 #, perl-brace-format
298298 msgid "@tie{}-- {category}: {type} {name} {arguments}"
299299 msgstr "@tie{}- {category}: {type} {name} {arguments}"
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2813
301 #: tp/Texinfo/Convert/Plaintext.pm:2817
302302 #, perl-brace-format
303303 msgid "@tie{}-- {category}:@*{type}@*{name}"
304304 msgstr "@tie{}- {category}:@*{type}@*{name}"
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2816
306 #: tp/Texinfo/Convert/Plaintext.pm:2820
307307 #, perl-brace-format
308308 msgid "@tie{}-- {category}: {type} {name}"
309309 msgstr "@tie{}- {category}: {type} {name}"
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2824
311 #: tp/Texinfo/Convert/Plaintext.pm:2828
312312 #, perl-brace-format
313313 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
314314 msgstr "@tie{}- {category} klasy {class}: {name} {arguments}"
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2830
316 #: tp/Texinfo/Convert/Plaintext.pm:2834
317317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name}"
319319 msgstr "@tie{}- {category} klasy {class}: {name}"
320320
321 #: tp/Texinfo/Convert/Plaintext.pm:2839
321 #: tp/Texinfo/Convert/Plaintext.pm:2843
322322 #, perl-brace-format
323323 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
324324 msgstr "@tie{}- {category} dla klasy {class}: {name} {arguments}"
325325
326 #: tp/Texinfo/Convert/Plaintext.pm:2845
326 #: tp/Texinfo/Convert/Plaintext.pm:2849
327327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name}"
329329 msgstr "@tie{}- {category} dla klasy {class}: {name}"
330330
331 #: tp/Texinfo/Convert/Plaintext.pm:2860
331 #: tp/Texinfo/Convert/Plaintext.pm:2864
332332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
334334 msgstr "@tie{}- {category} dla klasy {class}:@*{type}@*{name} {arguments}"
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2864
336 #: tp/Texinfo/Convert/Plaintext.pm:2868
337337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
339339 msgstr "@tie{}- {category} dla klasy {class}: {type} {name} {arguments}"
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2875
341 #: tp/Texinfo/Convert/Plaintext.pm:2879
342342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
344344 msgstr "@tie{}- {category} dla klasy {class}:@*{type}@*{name}"
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2879
346 #: tp/Texinfo/Convert/Plaintext.pm:2883
347347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}: {type} {name}"
349349 msgstr "@tie{}- {category} dla klasy {class}: {type} {name}"
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2893
351 #: tp/Texinfo/Convert/Plaintext.pm:2897
352352 #, perl-brace-format
353353 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
354354 msgstr "@tie{}- {category} klasy {class}:@*{type}@*{name} {arguments}"
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2897
356 #: tp/Texinfo/Convert/Plaintext.pm:2901
357357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
359359 msgstr "@tie{}- {category} klasy {class}: {type} {name} {arguments}"
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2908
361 #: tp/Texinfo/Convert/Plaintext.pm:2912
362362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
364364 msgstr "@tie{}- {category} klasy {class}:@*{type}@*{name}"
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2912
366 #: tp/Texinfo/Convert/Plaintext.pm:2916
367367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr "@tie{}- {category} klasy {class}: {type} {name}"
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
371 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr "@center - @emph{{author}}\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2018-10-24 09:03+0100\n"
1111 "Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
1212 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
240240 msgid "see {title_ref}"
241241 msgstr "veja {title_ref}"
242242
243 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
243 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
244244 #, perl-brace-format
245245 msgid "{abbr_or_acronym} ({explanation})"
246246 msgstr "{abbr_or_acronym} ({explanation})"
247247
248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
248 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
249249 #: tp/Texinfo/Convert/HTML.pm:3637
250250 #, perl-brace-format
251251 msgid "@b{{quotation_arg}:} "
275275 msgid "@t{<{url}>}"
276276 msgstr "@t{<{url}>}"
277277
278 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
278 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
279279 #, perl-brace-format
280280 msgid "@{No value for `{value}'@}"
281281 msgstr "@{Sem valor para `{value}'@}"
282282
283 #: tp/Texinfo/Convert/Plaintext.pm:2783
283 #: tp/Texinfo/Convert/Plaintext.pm:2787
284284 #, perl-brace-format
285285 msgid "@tie{}-- {category}: {name} {arguments}"
286286 msgstr "@tie{}-- {category}: {name} {arguments}"
287287
288 #: tp/Texinfo/Convert/Plaintext.pm:2788
288 #: tp/Texinfo/Convert/Plaintext.pm:2792
289289 #, perl-brace-format
290290 msgid "@tie{}-- {category}: {name}"
291291 msgstr "@tie{}-- {category}: {name}"
292292
293 #: tp/Texinfo/Convert/Plaintext.pm:2801
293 #: tp/Texinfo/Convert/Plaintext.pm:2805
294294 #, perl-brace-format
295295 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
296296 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297
298 #: tp/Texinfo/Convert/Plaintext.pm:2804
298 #: tp/Texinfo/Convert/Plaintext.pm:2808
299299 #, perl-brace-format
300300 msgid "@tie{}-- {category}: {type} {name} {arguments}"
301301 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
302302
303 #: tp/Texinfo/Convert/Plaintext.pm:2813
303 #: tp/Texinfo/Convert/Plaintext.pm:2817
304304 #, perl-brace-format
305305 msgid "@tie{}-- {category}:@*{type}@*{name}"
306306 msgstr "@tie{}-- {category}:@*{type}@*{name}"
307307
308 #: tp/Texinfo/Convert/Plaintext.pm:2816
308 #: tp/Texinfo/Convert/Plaintext.pm:2820
309309 #, perl-brace-format
310310 msgid "@tie{}-- {category}: {type} {name}"
311311 msgstr "@tie{}-- {category}: {type} {name}"
312312
313 #: tp/Texinfo/Convert/Plaintext.pm:2824
313 #: tp/Texinfo/Convert/Plaintext.pm:2828
314314 #, perl-brace-format
315315 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
316316 msgstr "@tie{}-- {category} da {class}: {name} {arguments}"
317317
318 #: tp/Texinfo/Convert/Plaintext.pm:2830
318 #: tp/Texinfo/Convert/Plaintext.pm:2834
319319 #, perl-brace-format
320320 msgid "@tie{}-- {category} of {class}: {name}"
321321 msgstr "@tie{}-- {category} da {class}: {name}"
322322
323 #: tp/Texinfo/Convert/Plaintext.pm:2839
323 #: tp/Texinfo/Convert/Plaintext.pm:2843
324324 #, perl-brace-format
325325 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
326326 msgstr "@tie{}-- {category} na {class}: {name} {arguments}"
327327
328 #: tp/Texinfo/Convert/Plaintext.pm:2845
328 #: tp/Texinfo/Convert/Plaintext.pm:2849
329329 #, perl-brace-format
330330 msgid "@tie{}-- {category} on {class}: {name}"
331331 msgstr "@tie{}-- {category} na {class}: {name}"
332332
333 #: tp/Texinfo/Convert/Plaintext.pm:2860
333 #: tp/Texinfo/Convert/Plaintext.pm:2864
334334 #, perl-brace-format
335335 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
336336 msgstr "@tie{}-- {category} na {class}:@*{type}@*{name} {arguments}"
337337
338 #: tp/Texinfo/Convert/Plaintext.pm:2864
338 #: tp/Texinfo/Convert/Plaintext.pm:2868
339339 #, perl-brace-format
340340 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
341341 msgstr "@tie{}-- {category} na {class}: {type} {name} {arguments}"
342342
343 #: tp/Texinfo/Convert/Plaintext.pm:2875
343 #: tp/Texinfo/Convert/Plaintext.pm:2879
344344 #, perl-brace-format
345345 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
346346 msgstr "@tie{}-- {category} na {class}:@*{type}@*{name}"
347347
348 #: tp/Texinfo/Convert/Plaintext.pm:2879
348 #: tp/Texinfo/Convert/Plaintext.pm:2883
349349 #, perl-brace-format
350350 msgid "@tie{}-- {category} on {class}: {type} {name}"
351351 msgstr "@tie{}-- {category} na {class}: {type} {name}"
352352
353 #: tp/Texinfo/Convert/Plaintext.pm:2893
353 #: tp/Texinfo/Convert/Plaintext.pm:2897
354354 #, perl-brace-format
355355 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
356356 msgstr "@tie{}-- {category} da {class}:@*{type}@*{name} {arguments}"
357357
358 #: tp/Texinfo/Convert/Plaintext.pm:2897
358 #: tp/Texinfo/Convert/Plaintext.pm:2901
359359 #, perl-brace-format
360360 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
361361 msgstr "@tie{}-- {category} da {class}: {type} {name} {arguments}"
362362
363 #: tp/Texinfo/Convert/Plaintext.pm:2908
363 #: tp/Texinfo/Convert/Plaintext.pm:2912
364364 #, perl-brace-format
365365 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
366366 msgstr "@tie{}-- {category} da {class}:@*{type}@*{name}"
367367
368 #: tp/Texinfo/Convert/Plaintext.pm:2912
368 #: tp/Texinfo/Convert/Plaintext.pm:2916
369369 #, perl-brace-format
370370 msgid "@tie{}-- {category} of {class}: {type} {name}"
371371 msgstr "@tie{}-- {category} da {class}: {type} {name}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
373 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
374374 #, perl-brace-format
375375 msgid "@center --- @emph{{author}}\n"
376376 msgstr "@center --- @emph{{author}}\n"
66 msgstr ""
77 "Project-Id-Version: texinfo 5.0\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
239239 msgid "see {title_ref}"
240240 msgstr ""
241241
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
242 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
243243 #, perl-brace-format
244244 msgid "{abbr_or_acronym} ({explanation})"
245245 msgstr ""
246246
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
247 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
248248 #: tp/Texinfo/Convert/HTML.pm:3637
249249 #, perl-brace-format
250250 msgid "@b{{quotation_arg}:} "
274274 msgid "@t{<{url}>}"
275275 msgstr ""
276276
277 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
277 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
278278 #, perl-brace-format
279279 msgid "@{No value for `{value}'@}"
280280 msgstr ""
281281
282 #: tp/Texinfo/Convert/Plaintext.pm:2783
282 #: tp/Texinfo/Convert/Plaintext.pm:2787
283283 #, perl-brace-format
284284 msgid "@tie{}-- {category}: {name} {arguments}"
285285 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
286286
287 #: tp/Texinfo/Convert/Plaintext.pm:2788
287 #: tp/Texinfo/Convert/Plaintext.pm:2792
288288 #, perl-brace-format
289289 msgid "@tie{}-- {category}: {name}"
290290 msgstr "@tie{ }-- {category} da {class}: {name}"
291291
292 #: tp/Texinfo/Convert/Plaintext.pm:2801
292 #: tp/Texinfo/Convert/Plaintext.pm:2805
293293 #, perl-brace-format
294294 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
295295 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
296296
297 #: tp/Texinfo/Convert/Plaintext.pm:2804
297 #: tp/Texinfo/Convert/Plaintext.pm:2808
298298 #, perl-brace-format
299299 msgid "@tie{}-- {category}: {type} {name} {arguments}"
300300 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
301301
302 #: tp/Texinfo/Convert/Plaintext.pm:2813
302 #: tp/Texinfo/Convert/Plaintext.pm:2817
303303 #, perl-brace-format
304304 msgid "@tie{}-- {category}:@*{type}@*{name}"
305305 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
306306
307 #: tp/Texinfo/Convert/Plaintext.pm:2816
307 #: tp/Texinfo/Convert/Plaintext.pm:2820
308308 #, perl-brace-format
309309 msgid "@tie{}-- {category}: {type} {name}"
310310 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
311311
312 #: tp/Texinfo/Convert/Plaintext.pm:2824
312 #: tp/Texinfo/Convert/Plaintext.pm:2828
313313 #, perl-brace-format
314314 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
315315 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
316316
317 #: tp/Texinfo/Convert/Plaintext.pm:2830
317 #: tp/Texinfo/Convert/Plaintext.pm:2834
318318 #, perl-brace-format
319319 msgid "@tie{}-- {category} of {class}: {name}"
320320 msgstr "@tie{ }-- {category} da {class}: {name}"
321321
322 #: tp/Texinfo/Convert/Plaintext.pm:2839
322 #: tp/Texinfo/Convert/Plaintext.pm:2843
323323 #, perl-brace-format
324324 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
325325 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
326326
327 #: tp/Texinfo/Convert/Plaintext.pm:2845
327 #: tp/Texinfo/Convert/Plaintext.pm:2849
328328 #, perl-brace-format
329329 msgid "@tie{}-- {category} on {class}: {name}"
330330 msgstr "@tie{ }-- {category} na {class}: {name}"
331331
332 #: tp/Texinfo/Convert/Plaintext.pm:2860
332 #: tp/Texinfo/Convert/Plaintext.pm:2864
333333 #, perl-brace-format
334334 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
335335 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
336336
337 #: tp/Texinfo/Convert/Plaintext.pm:2864
337 #: tp/Texinfo/Convert/Plaintext.pm:2868
338338 #, perl-brace-format
339339 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
340340 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
341341
342 #: tp/Texinfo/Convert/Plaintext.pm:2875
342 #: tp/Texinfo/Convert/Plaintext.pm:2879
343343 #, perl-brace-format
344344 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
345345 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
346346
347 #: tp/Texinfo/Convert/Plaintext.pm:2879
347 #: tp/Texinfo/Convert/Plaintext.pm:2883
348348 #, perl-brace-format
349349 msgid "@tie{}-- {category} on {class}: {type} {name}"
350350 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
351351
352 #: tp/Texinfo/Convert/Plaintext.pm:2893
352 #: tp/Texinfo/Convert/Plaintext.pm:2897
353353 #, perl-brace-format
354354 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
355355 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
356356
357 #: tp/Texinfo/Convert/Plaintext.pm:2897
357 #: tp/Texinfo/Convert/Plaintext.pm:2901
358358 #, perl-brace-format
359359 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
360360 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2908
362 #: tp/Texinfo/Convert/Plaintext.pm:2912
363363 #, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
365365 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
366366
367 #: tp/Texinfo/Convert/Plaintext.pm:2912
367 #: tp/Texinfo/Convert/Plaintext.pm:2916
368368 #, perl-brace-format
369369 msgid "@tie{}-- {category} of {class}: {type} {name}"
370370 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
371371
372 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
372 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
373373 #, perl-brace-format
374374 msgid "@center --- @emph{{author}}\n"
375375 msgstr ""
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: texinfo_document 6.5.90\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2019-01-05 07:11-0300\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
241241 msgid "see {title_ref}"
242242 msgstr "veja {title_ref}"
243243
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
245245 #, perl-brace-format
246246 msgid "{abbr_or_acronym} ({explanation})"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
250250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Nenhum valor para `{value}'@}"
283283
284 #: tp/Texinfo/Convert/Plaintext.pm:2783
284 #: tp/Texinfo/Convert/Plaintext.pm:2787
285285 #, fuzzy, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "{category}: @strong{{name}} @emph{{arguments}}"
288288
289 #: tp/Texinfo/Convert/Plaintext.pm:2788
289 #: tp/Texinfo/Convert/Plaintext.pm:2792
290290 #, fuzzy, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "{category}: @strong{{name}}"
293293
294 #: tp/Texinfo/Convert/Plaintext.pm:2801
294 #: tp/Texinfo/Convert/Plaintext.pm:2805
295295 #, fuzzy, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "{category}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
298298
299 #: tp/Texinfo/Convert/Plaintext.pm:2804
299 #: tp/Texinfo/Convert/Plaintext.pm:2808
300300 #, fuzzy, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "{category}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
303303
304 #: tp/Texinfo/Convert/Plaintext.pm:2813
304 #: tp/Texinfo/Convert/Plaintext.pm:2817
305305 #, fuzzy, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "{category}:@* @emph{{type}}@* @strong{{name}}"
308308
309 #: tp/Texinfo/Convert/Plaintext.pm:2816
309 #: tp/Texinfo/Convert/Plaintext.pm:2820
310310 #, fuzzy, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "{category}: @emph{{type}} @strong{{name}}"
313313
314 #: tp/Texinfo/Convert/Plaintext.pm:2824
314 #: tp/Texinfo/Convert/Plaintext.pm:2828
315315 #, fuzzy, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "{category} de {class}: @strong{{name}} @emph{{arguments}}"
318318
319 #: tp/Texinfo/Convert/Plaintext.pm:2830
319 #: tp/Texinfo/Convert/Plaintext.pm:2834
320320 #, fuzzy, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "{category} de {class}: @strong{{name}}"
323323
324 #: tp/Texinfo/Convert/Plaintext.pm:2839
324 #: tp/Texinfo/Convert/Plaintext.pm:2843
325325 #, fuzzy, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "{category} em {class}: @strong{{name}} @emph{{arguments}}"
328328
329 #: tp/Texinfo/Convert/Plaintext.pm:2845
329 #: tp/Texinfo/Convert/Plaintext.pm:2849
330330 #, fuzzy, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "{category} em {class}: @strong{{name}}"
333333
334 #: tp/Texinfo/Convert/Plaintext.pm:2860
334 #: tp/Texinfo/Convert/Plaintext.pm:2864
335335 #, fuzzy, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr ""
338338 "{category} em {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
339339
340 #: tp/Texinfo/Convert/Plaintext.pm:2864
340 #: tp/Texinfo/Convert/Plaintext.pm:2868
341341 #, fuzzy, perl-brace-format
342342 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
343343 msgstr ""
344344 "{category} em {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2875
346 #: tp/Texinfo/Convert/Plaintext.pm:2879
347347 #, fuzzy, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
349349 msgstr "{category} em {class}:@* @emph{{type}}@* @strong{{name}}"
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2879
351 #: tp/Texinfo/Convert/Plaintext.pm:2883
352352 #, fuzzy, perl-brace-format
353353 msgid "@tie{}-- {category} on {class}: {type} {name}"
354354 msgstr "{category} em {class}: @emph{{type}} @strong{{name}}"
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2893
356 #: tp/Texinfo/Convert/Plaintext.pm:2897
357357 #, fuzzy, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
359359 msgstr ""
360360 "{category} de {class}:@* @emph{{type}}@* @strong{{name}} @emph{{arguments}}"
361361
362 #: tp/Texinfo/Convert/Plaintext.pm:2897
362 #: tp/Texinfo/Convert/Plaintext.pm:2901
363363 #, fuzzy, perl-brace-format
364364 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
365365 msgstr ""
366366 "{category} da {class}: @emph{{type}} @strong{{name}} @emph{{arguments}}"
367367
368 #: tp/Texinfo/Convert/Plaintext.pm:2908
368 #: tp/Texinfo/Convert/Plaintext.pm:2912
369369 #, fuzzy, perl-brace-format
370370 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
371371 msgstr "{category} da {class}:@* @emph{{type}}@* @strong{{name}}"
372372
373 #: tp/Texinfo/Convert/Plaintext.pm:2912
373 #: tp/Texinfo/Convert/Plaintext.pm:2916
374374 #, fuzzy, perl-brace-format
375375 msgid "@tie{}-- {category} of {class}: {type} {name}"
376376 msgstr "{category} da {class}: @emph{{type}} @strong{{name}}"
377377
378 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
378 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
379379 #, perl-brace-format
380380 msgid "@center --- @emph{{author}}\n"
381381 msgstr "@center --- @emph{{author}}\n"
77 msgstr ""
88 "Project-Id-Version: texinfo_document 5.9.93\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1111 "PO-Revision-Date: 2015-06-07 06:25-0300\n"
1212 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
1313 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
241241 msgid "see {title_ref}"
242242 msgstr "veja {title_ref}"
243243
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
245245 #, perl-brace-format
246246 msgid "{abbr_or_acronym} ({explanation})"
247247 msgstr ""
248248
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
250250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Nenhum valor para `{value}'@}"
283283
284 #: tp/Texinfo/Convert/Plaintext.pm:2783
284 #: tp/Texinfo/Convert/Plaintext.pm:2787
285285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "@tie{ }-- {category}: {name} {arguments}"
288288
289 #: tp/Texinfo/Convert/Plaintext.pm:2788
289 #: tp/Texinfo/Convert/Plaintext.pm:2792
290290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "@tie{ }-- {category}: {name}"
293293
294 #: tp/Texinfo/Convert/Plaintext.pm:2801
294 #: tp/Texinfo/Convert/Plaintext.pm:2805
295295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
298298
299 #: tp/Texinfo/Convert/Plaintext.pm:2804
299 #: tp/Texinfo/Convert/Plaintext.pm:2808
300300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "@tie{ }-- {category}: {type} {name} {arguments}"
303303
304 #: tp/Texinfo/Convert/Plaintext.pm:2813
304 #: tp/Texinfo/Convert/Plaintext.pm:2817
305305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "@tie{ }-- {category}: {type} {name}"
308308
309 #: tp/Texinfo/Convert/Plaintext.pm:2816
309 #: tp/Texinfo/Convert/Plaintext.pm:2820
310310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "@tie{ }-- {category}: {type} {name}"
313313
314 #: tp/Texinfo/Convert/Plaintext.pm:2824
314 #: tp/Texinfo/Convert/Plaintext.pm:2828
315315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "@tie{ }-- {category} da {class}: {name} {arguments}"
318318
319 #: tp/Texinfo/Convert/Plaintext.pm:2830
319 #: tp/Texinfo/Convert/Plaintext.pm:2834
320320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "@tie{ }-- {category} da {class}: {name}"
323323
324 #: tp/Texinfo/Convert/Plaintext.pm:2839
324 #: tp/Texinfo/Convert/Plaintext.pm:2843
325325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "@tie{ }-- {category} na {class}: {name} {arguments}"
328328
329 #: tp/Texinfo/Convert/Plaintext.pm:2845
329 #: tp/Texinfo/Convert/Plaintext.pm:2849
330330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "@tie{ }-- {category} na {class}: {name}"
333333
334 #: tp/Texinfo/Convert/Plaintext.pm:2860
334 #: tp/Texinfo/Convert/Plaintext.pm:2864
335335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
338338
339 #: tp/Texinfo/Convert/Plaintext.pm:2864
339 #: tp/Texinfo/Convert/Plaintext.pm:2868
340340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342342 msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}"
343343
344 #: tp/Texinfo/Convert/Plaintext.pm:2875
344 #: tp/Texinfo/Convert/Plaintext.pm:2879
345345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347347 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
348348
349 #: tp/Texinfo/Convert/Plaintext.pm:2879
349 #: tp/Texinfo/Convert/Plaintext.pm:2883
350350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352352 msgstr "@tie{ }-- {category} na {class}: {type} {name}"
353353
354 #: tp/Texinfo/Convert/Plaintext.pm:2893
354 #: tp/Texinfo/Convert/Plaintext.pm:2897
355355 #, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357357 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
358358
359 #: tp/Texinfo/Convert/Plaintext.pm:2897
359 #: tp/Texinfo/Convert/Plaintext.pm:2901
360360 #, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362362 msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}"
363363
364 #: tp/Texinfo/Convert/Plaintext.pm:2908
364 #: tp/Texinfo/Convert/Plaintext.pm:2912
365365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367367 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
368368
369 #: tp/Texinfo/Convert/Plaintext.pm:2912
369 #: tp/Texinfo/Convert/Plaintext.pm:2916
370370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{ }-- {category} da {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
374 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: GNU texinfo 6.5.92\n"
8 "Project-Id-Version: GNU texinfo 6.6\n"
99 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
10 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
10 "POT-Creation-Date: 2019-02-16 17:15+0000\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"
238238 msgid "see {title_ref}"
239239 msgstr ""
240240
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
241 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
242242 #, perl-brace-format
243243 msgid "{abbr_or_acronym} ({explanation})"
244244 msgstr ""
245245
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
246 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
247247 #: tp/Texinfo/Convert/HTML.pm:3637
248248 #, perl-brace-format
249249 msgid "@b{{quotation_arg}:} "
273273 msgid "@t{<{url}>}"
274274 msgstr ""
275275
276 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
276 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
277277 #, perl-brace-format
278278 msgid "@{No value for `{value}'@}"
279279 msgstr ""
280280
281 #: tp/Texinfo/Convert/Plaintext.pm:2783
281 #: tp/Texinfo/Convert/Plaintext.pm:2787
282282 #, perl-brace-format
283283 msgid "@tie{}-- {category}: {name} {arguments}"
284284 msgstr ""
285285
286 #: tp/Texinfo/Convert/Plaintext.pm:2788
286 #: tp/Texinfo/Convert/Plaintext.pm:2792
287287 #, perl-brace-format
288288 msgid "@tie{}-- {category}: {name}"
289289 msgstr ""
290290
291 #: tp/Texinfo/Convert/Plaintext.pm:2801
291 #: tp/Texinfo/Convert/Plaintext.pm:2805
292292 #, perl-brace-format
293293 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
294294 msgstr ""
295295
296 #: tp/Texinfo/Convert/Plaintext.pm:2804
296 #: tp/Texinfo/Convert/Plaintext.pm:2808
297297 #, perl-brace-format
298298 msgid "@tie{}-- {category}: {type} {name} {arguments}"
299299 msgstr ""
300300
301 #: tp/Texinfo/Convert/Plaintext.pm:2813
301 #: tp/Texinfo/Convert/Plaintext.pm:2817
302302 #, perl-brace-format
303303 msgid "@tie{}-- {category}:@*{type}@*{name}"
304304 msgstr ""
305305
306 #: tp/Texinfo/Convert/Plaintext.pm:2816
306 #: tp/Texinfo/Convert/Plaintext.pm:2820
307307 #, perl-brace-format
308308 msgid "@tie{}-- {category}: {type} {name}"
309309 msgstr ""
310310
311 #: tp/Texinfo/Convert/Plaintext.pm:2824
311 #: tp/Texinfo/Convert/Plaintext.pm:2828
312312 #, perl-brace-format
313313 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
314314 msgstr ""
315315
316 #: tp/Texinfo/Convert/Plaintext.pm:2830
316 #: tp/Texinfo/Convert/Plaintext.pm:2834
317317 #, perl-brace-format
318318 msgid "@tie{}-- {category} of {class}: {name}"
319319 msgstr ""
320320
321 #: tp/Texinfo/Convert/Plaintext.pm:2839
321 #: tp/Texinfo/Convert/Plaintext.pm:2843
322322 #, perl-brace-format
323323 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
324324 msgstr ""
325325
326 #: tp/Texinfo/Convert/Plaintext.pm:2845
326 #: tp/Texinfo/Convert/Plaintext.pm:2849
327327 #, perl-brace-format
328328 msgid "@tie{}-- {category} on {class}: {name}"
329329 msgstr ""
330330
331 #: tp/Texinfo/Convert/Plaintext.pm:2860
331 #: tp/Texinfo/Convert/Plaintext.pm:2864
332332 #, perl-brace-format
333333 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
334334 msgstr ""
335335
336 #: tp/Texinfo/Convert/Plaintext.pm:2864
336 #: tp/Texinfo/Convert/Plaintext.pm:2868
337337 #, perl-brace-format
338338 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
339339 msgstr ""
340340
341 #: tp/Texinfo/Convert/Plaintext.pm:2875
341 #: tp/Texinfo/Convert/Plaintext.pm:2879
342342 #, perl-brace-format
343343 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
344344 msgstr ""
345345
346 #: tp/Texinfo/Convert/Plaintext.pm:2879
346 #: tp/Texinfo/Convert/Plaintext.pm:2883
347347 #, perl-brace-format
348348 msgid "@tie{}-- {category} on {class}: {type} {name}"
349349 msgstr ""
350350
351 #: tp/Texinfo/Convert/Plaintext.pm:2893
351 #: tp/Texinfo/Convert/Plaintext.pm:2897
352352 #, perl-brace-format
353353 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
354354 msgstr ""
355355
356 #: tp/Texinfo/Convert/Plaintext.pm:2897
356 #: tp/Texinfo/Convert/Plaintext.pm:2901
357357 #, perl-brace-format
358358 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
359359 msgstr ""
360360
361 #: tp/Texinfo/Convert/Plaintext.pm:2908
361 #: tp/Texinfo/Convert/Plaintext.pm:2912
362362 #, perl-brace-format
363363 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
364364 msgstr ""
365365
366 #: tp/Texinfo/Convert/Plaintext.pm:2912
366 #: tp/Texinfo/Convert/Plaintext.pm:2916
367367 #, perl-brace-format
368368 msgid "@tie{}-- {category} of {class}: {type} {name}"
369369 msgstr ""
370370
371 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
371 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
372372 #, perl-brace-format
373373 msgid "@center --- @emph{{author}}\n"
374374 msgstr ""
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: texinfo_document 6.4.90\n"
88 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
9 "POT-Creation-Date: 2019-02-11 20:22+0000\n"
9 "POT-Creation-Date: 2019-02-16 17:15+0000\n"
1010 "PO-Revision-Date: 2017-07-11 11:09+0200\n"
1111 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
1212 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
241241 msgid "see {title_ref}"
242242 msgstr "див. {title_ref}"
243243
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2193
244 #: tp/Texinfo/Convert/DocBook.pm:1085 tp/Texinfo/Convert/Plaintext.pm:2197
245245 #, perl-brace-format
246246 msgid "{abbr_or_acronym} ({explanation})"
247247 msgstr "{abbr_or_acronym} ({explanation})"
248248
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2383
249 #: tp/Texinfo/Convert/DocBook.pm:1257 tp/Texinfo/Convert/Plaintext.pm:2387
250250 #: tp/Texinfo/Convert/HTML.pm:3637
251251 #, perl-brace-format
252252 msgid "@b{{quotation_arg}:} "
276276 msgid "@t{<{url}>}"
277277 msgstr "@t{<{url}>}"
278278
279 #: tp/Texinfo/Convert/Plaintext.pm:2308 tp/Texinfo/Convert/HTML.pm:1437
279 #: tp/Texinfo/Convert/Plaintext.pm:2312 tp/Texinfo/Convert/HTML.pm:1437
280280 #, perl-brace-format
281281 msgid "@{No value for `{value}'@}"
282282 msgstr "@{Немає значення для `{value}'@}"
283283
284 #: tp/Texinfo/Convert/Plaintext.pm:2783
284 #: tp/Texinfo/Convert/Plaintext.pm:2787
285285 #, perl-brace-format
286286 msgid "@tie{}-- {category}: {name} {arguments}"
287287 msgstr "@tie{}-- {category}: {name} {arguments}"
288288
289 #: tp/Texinfo/Convert/Plaintext.pm:2788
289 #: tp/Texinfo/Convert/Plaintext.pm:2792
290290 #, perl-brace-format
291291 msgid "@tie{}-- {category}: {name}"
292292 msgstr "@tie{}-- {category}: {name}"
293293
294 #: tp/Texinfo/Convert/Plaintext.pm:2801
294 #: tp/Texinfo/Convert/Plaintext.pm:2805
295295 #, perl-brace-format
296296 msgid "@tie{}-- {category}:@*{type}@*{name} {arguments}"
297297 msgstr "@tie{}-- {category}:@*{type}@*{name} {arguments}"
298298
299 #: tp/Texinfo/Convert/Plaintext.pm:2804
299 #: tp/Texinfo/Convert/Plaintext.pm:2808
300300 #, perl-brace-format
301301 msgid "@tie{}-- {category}: {type} {name} {arguments}"
302302 msgstr "@tie{}-- {category}: {type} {name} {arguments}"
303303
304 #: tp/Texinfo/Convert/Plaintext.pm:2813
304 #: tp/Texinfo/Convert/Plaintext.pm:2817
305305 #, perl-brace-format
306306 msgid "@tie{}-- {category}:@*{type}@*{name}"
307307 msgstr "@tie{}-- {category}:@*{type}@*{name}"
308308
309 #: tp/Texinfo/Convert/Plaintext.pm:2816
309 #: tp/Texinfo/Convert/Plaintext.pm:2820
310310 #, perl-brace-format
311311 msgid "@tie{}-- {category}: {type} {name}"
312312 msgstr "@tie{}-- {category}: {type} {name}"
313313
314 #: tp/Texinfo/Convert/Plaintext.pm:2824
314 #: tp/Texinfo/Convert/Plaintext.pm:2828
315315 #, perl-brace-format
316316 msgid "@tie{}-- {category} of {class}: {name} {arguments}"
317317 msgstr "@tie{}-- {category} {class}: {name} {arguments}"
318318
319 #: tp/Texinfo/Convert/Plaintext.pm:2830
319 #: tp/Texinfo/Convert/Plaintext.pm:2834
320320 #, perl-brace-format
321321 msgid "@tie{}-- {category} of {class}: {name}"
322322 msgstr "@tie{}-- {category} {class}: {name}"
323323
324 #: tp/Texinfo/Convert/Plaintext.pm:2839
324 #: tp/Texinfo/Convert/Plaintext.pm:2843
325325 #, perl-brace-format
326326 msgid "@tie{}-- {category} on {class}: {name} {arguments}"
327327 msgstr "@tie{}-- {category} щодо {class}: {name} {arguments}"
328328
329 #: tp/Texinfo/Convert/Plaintext.pm:2845
329 #: tp/Texinfo/Convert/Plaintext.pm:2849
330330 #, perl-brace-format
331331 msgid "@tie{}-- {category} on {class}: {name}"
332332 msgstr "@tie{}-- {category} щодо {class}: {name}"
333333
334 #: tp/Texinfo/Convert/Plaintext.pm:2860
334 #: tp/Texinfo/Convert/Plaintext.pm:2864
335335 #, perl-brace-format
336336 msgid "@tie{}-- {category} on {class}:@*{type}@*{name} {arguments}"
337337 msgstr "@tie{}-- {category} щодо {class}:@*{type}@*{name} {arguments}"
338338
339 #: tp/Texinfo/Convert/Plaintext.pm:2864
339 #: tp/Texinfo/Convert/Plaintext.pm:2868
340340 #, perl-brace-format
341341 msgid "@tie{}-- {category} on {class}: {type} {name} {arguments}"
342342 msgstr "@tie{}-- {category} щодо {class}: {type} {name} {arguments}"
343343
344 #: tp/Texinfo/Convert/Plaintext.pm:2875
344 #: tp/Texinfo/Convert/Plaintext.pm:2879
345345 #, perl-brace-format
346346 msgid "@tie{}-- {category} on {class}:@*{type}@*{name}"
347347 msgstr "@tie{}-- {category} щодо {class}:@*{type}@*{name}"
348348
349 #: tp/Texinfo/Convert/Plaintext.pm:2879
349 #: tp/Texinfo/Convert/Plaintext.pm:2883
350350 #, perl-brace-format
351351 msgid "@tie{}-- {category} on {class}: {type} {name}"
352352 msgstr "@tie{}-- {category} щодо {class}: {type} {name}"
353353
354 #: tp/Texinfo/Convert/Plaintext.pm:2893
354 #: tp/Texinfo/Convert/Plaintext.pm:2897
355355 #, perl-brace-format
356356 msgid "@tie{}-- {category} of {class}:@*{type}@*{name} {arguments}"
357357 msgstr "@tie{}-- {category} {class}:@*{type}@*{name} {arguments}"
358358
359 #: tp/Texinfo/Convert/Plaintext.pm:2897
359 #: tp/Texinfo/Convert/Plaintext.pm:2901
360360 #, perl-brace-format
361361 msgid "@tie{}-- {category} of {class}: {type} {name} {arguments}"
362362 msgstr "@tie{}-- {category} {class}: {type} {name} {arguments}"
363363
364 #: tp/Texinfo/Convert/Plaintext.pm:2908
364 #: tp/Texinfo/Convert/Plaintext.pm:2912
365365 #, perl-brace-format
366366 msgid "@tie{}-- {category} of {class}:@*{type}@*{name}"
367367 msgstr "@tie{}-- {category} {class}:@*{type}@*{name}"
368368
369 #: tp/Texinfo/Convert/Plaintext.pm:2912
369 #: tp/Texinfo/Convert/Plaintext.pm:2916
370370 #, perl-brace-format
371371 msgid "@tie{}-- {category} of {class}: {type} {name}"
372372 msgstr "@tie{}-- {category} {class}: {type} {name}"
373373
374 #: tp/Texinfo/Convert/Plaintext.pm:3230 tp/Texinfo/Convert/HTML.pm:2879
374 #: tp/Texinfo/Convert/Plaintext.pm:3234 tp/Texinfo/Convert/HTML.pm:2879
375375 #, perl-brace-format
376376 msgid "@center --- @emph{{author}}\n"
377377 msgstr "@center --- @emph{{author}}\n"
161161 EXIT_SUCCESS = 0
162162 EXIT_FAILURE = 1
163163
164 Texindex_version = "6.5.93"
164 Texindex_version = "6.6"
165165 if (! Invocation_name) {
166166 # provide fallback in case it's not passed in.
167167 Invocation_name = "texindex"
6363 __ __p print_tree
6464 );
6565
66 $VERSION = '6.5.93';
66 $VERSION = '6.6';
6767
6868 # i18n
6969 sub N__($)
5151 @EXPORT = qw(
5252 );
5353
54 $VERSION = '6.5.93';
54 $VERSION = '6.6';
5555
5656 my %defaults = (
5757 'ENABLE_ENCODING' => 1,
4646 @EXPORT = qw(
4747 );
4848
49 $VERSION = '6.5.93';
49 $VERSION = '6.6';
5050
5151 my $nbsp = '&#'.hex('00A0').';';
5252 my $mdash = '&#'.hex('2014').';';
5454 @EXPORT = qw(
5555 );
5656
57 $VERSION = '6.5.93';
57 $VERSION = '6.6';
5858
5959 # misc commands that are of use for formatting.
6060 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
4646 @EXPORT = qw(
4747 );
4848
49 $VERSION = '6.5.93';
49 $VERSION = '6.6';
5050
5151 my $ixin_version = 1;
5252
4545 @EXPORT = qw(
4646 );
4747
48 $VERSION = '6.5.93';
48 $VERSION = '6.6';
4949
5050 my %defaults = (
5151 'ENABLE_ENCODING' => 0,
4242 @EXPORT = qw(
4343 );
4444
45 $VERSION = '6.5.93';
45 $VERSION = '6.6';
4646
4747 my $STDIN_DOCU_NAME = 'stdin';
4848
1919 use strict;
2020 use warnings;
2121
22 our $VERSION = '6.5.93';
22 our $VERSION = '6.6';
2323
2424 use Texinfo::XSLoader;
2525
6060 @EXPORT = qw(
6161 );
6262
63 $VERSION = '6.5.93';
63 $VERSION = '6.6';
6464
6565 # misc commands that are of use for formatting.
6666 my %formatting_misc_commands = %Texinfo::Convert::Text::formatting_misc_commands;
21392139 # If command is @xref, the punctuation must always follow the
21402140 # command, for other commands it may be in the argument, hence the
21412141 # use of $pending.
2142 # FIXME: is @xref really special here?
21422143 if ($name and ($command eq 'xref'
21432144 or ($pending !~ /[\.,]$/ and $pending !~ /::$/))) {
21442145 my $next = $self->{'current_contents'}->[-1]->[0];
21572158 }
21582159 }
21592160 my @added = ({'text' => '.'});
2160 # the added dot do not end a sentence for pxref or ref.
2161 push @added, {'cmdname' => ':'} if ($command ne 'xref');
2161 # The added full stop does not end a sentence. Info readers will
2162 # have a chance of guessing correctly whether the full stop was
2163 # added by whether it is followed by 2 spaces (although this
2164 # doesn't help at the end of a line).
2165 push @added, {'cmdname' => ':'};
21622166 unshift @{$self->{'current_contents'}->[-1]}, @added;
21632167 }
21642168 }
3939 @EXPORT = qw(
4040 );
4141
42 $VERSION = '6.5.93';
42 $VERSION = '6.6';
4343
4444 my %misc_commands = %Texinfo::Common::misc_commands;
4545 my %brace_commands = %Texinfo::Common::brace_commands;
4242 @EXPORT = qw(
4343 );
4444
45 $VERSION = '6.5.93';
45 $VERSION = '6.6';
4646
4747 # SXML specific
4848 my %defaults = (
4444 @EXPORT = qw(
4545 );
4646
47 $VERSION = '6.5.93';
47 $VERSION = '6.6';
4848
4949 # XML specific
5050 my %defaults = (
4646 @EXPORT = qw(
4747 );
4848
49 $VERSION = '6.5.93';
49 $VERSION = '6.6';
5050
5151 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
5252 # when they have no brace_command_arg, see below.
2121 use strict;
2222 use warnings;
2323
24 our $VERSION = '6.5.93';
24 our $VERSION = '6.6';
2525
2626 use Texinfo::XSLoader;
2727
102102 @EXPORT = qw(
103103 );
104104
105 $VERSION = '6.5.93';
105 $VERSION = '6.6';
106106
107107 sub N__($)
108108 {
6363 @EXPORT = qw(
6464 );
6565
66 $VERSION = '6.5.93';
66 $VERSION = '6.6';
6767
6868
6969 my %types_to_enter;
8686 @EXPORT = qw(
8787 );
8888
89 $VERSION = '6.5.93';
89 $VERSION = '6.6';
9090
9191 sub N__($)
9292 {
2222
2323 our $TEXINFO_XS;
2424
25 our $VERSION = '6.5.93';
25 our $VERSION = '6.6';
2626
2727 our $disable_XS;
2828
459459 File: , Node: Top, Up: (dir)
460460
461461 *Note (m)in xref::. *Note (m)bad xref:: after xref. \'*Note (m)bad
462 nested xref::\'. *Note name: (m)in ref ending with a dot.. ! after
463 xref and dot inside. *Note (m)in ref followed by symbol::# g.
462 nested xref::\'. *Note name: (m)in ref ending with a dot.. ! after xref
463 and dot inside. *Note (m)in ref followed by symbol::# g.
464464
465465 
466466 Tag Table:
0 *Note the::caption and a word: normal node. *Note the::caption: normal
0 *Note the::caption and a word: normal node. *Note the::caption: normal
11 node.
22
3 *Note the::caption and a word: blah:blah. *Note the::caption:
3 *Note the::caption and a word: blah:blah. *Note the::caption:
44 blah:blah.
55
6 *Note the::caption and a word: blumpty.fump. *Note the::caption:
6 *Note the::caption and a word: blumpty.fump. *Note the::caption:
77 blumpty.fump.mrmrmrmmrmrmr
88
99 *Note blah:blah::
2323 # obliged to.
2424 if test "x$1" = x--version; then
2525 cat <<EOF
26 texi2pdf (GNU Texinfo 6.5) $rcs_version
26 texi2pdf (GNU Texinfo 6.6) $rcs_version
2727
28 Copyright (C) 2017 Free Software Foundation, Inc.
28 Copyright (C) 2019 Free Software Foundation, Inc.
2929 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
3030 This is free software: you are free to change and redistribute it.
3131 There is NO WARRANTY, to the extent permitted by law.
208208 version ()
209209 {
210210 cat <<EOF
211 texi2dvi (GNU Texinfo 6.5dev)
211 texi2dvi (GNU Texinfo 6.6)
212212
213213 Copyright (C) 2019 Free Software Foundation, Inc.
214214 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
2323 # obliged to.
2424 if test "x$1" = x--version; then
2525 cat <<EOF
26 texi2pdf (GNU Texinfo 6.5) $rcs_version
26 texi2pdf (GNU Texinfo 6.6) $rcs_version
2727
28 Copyright (C) 2017 Free Software Foundation, Inc.
28 Copyright (C) 2019 Free Software Foundation, Inc.
2929 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
3030 This is free software: you are free to change and redistribute it.
3131 There is NO WARRANTY, to the extent permitted by law.