[libparse-debianchangelog-perl] 49/52: Add empty doc.da.po for the sake of the Build script

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit 169fed220fc8eaa368329ed4e99cdfb7d005aa40
Author: Frank Lichtenheld <frank at lichtenheld.de>
Date:   Mon Apr 4 18:37:21 2011 +0200

    Add empty doc.da.po for the sake of the Build script
---
 Changes      |    2 +-
 po/bin.da.po |    2 +-
 po/doc.da.po | 1336 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1338 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 45128c7..f09464f 100644
--- a/Changes
+++ b/Changes
@@ -6,7 +6,7 @@ Parse-DebianChangelog (1.2.0) unstable; urgency=low
     - Don't use "English" just for $.
     - Allow '.' and '+' in distribution names. Patch by John Wright.
       (Closes: #565238)
-    - Add Danish translation of bin.pot by Joe Dalton (Closes: #605820) 
+    - Add Danish translation of bin.pot by Joe Dalton (Closes: #605820)
   * ChangesFilters:
     - Fix conversion of <http://something/> (Closes: #603341)
     - Allow to omit # before closed bug numbers (Closes: 446798 ;)
diff --git a/po/bin.da.po b/po/bin.da.po
index 1b808bd..c5b8351 100644
--- a/po/bin.da.po
+++ b/po/bin.da.po
@@ -11,6 +11,7 @@ msgstr ""
 "PO-Revision-Date: 2010-12-03 17:30+01:00\n"
 "Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
+"Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -196,4 +197,3 @@ msgstr "felt %s har tomme linjer >%s<"
 #, perl-format
 msgid "field %s has trailing newline >%s<"
 msgstr "felt %s har afsluttende nylinje (newline) >%s<"
-
diff --git a/po/doc.da.po b/po/doc.da.po
new file mode 100644
index 0000000..6bc3d7b
--- /dev/null
+++ b/po/doc.da.po
@@ -0,0 +1,1336 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2005-10-13  2:09+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+
+# type: =head1
+#: ../bin/parsechangelog:20 ../lib/Parse/DebianChangelog.pm:22
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:21
+#: ../lib/Parse/DebianChangelog/Entry.pm:21
+#: ../lib/Parse/DebianChangelog/Util.pm:22 ../lib/Pod/UsageTrans.pm:30
+msgid "NAME"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:22
+msgid ""
+"parsechangelog - parse Debian changelogs and output them in other formats"
+msgstr ""
+
+# type: =head1
+#: ../bin/parsechangelog:24 ../lib/Parse/DebianChangelog.pm:26
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:25
+#: ../lib/Parse/DebianChangelog/Entry.pm:25 ../lib/Pod/UsageTrans.pm:34
+msgid "SYNOPSIS"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:26
+msgid "parsechangelog [options] [changelogfile]"
+msgstr ""
+
+# type: verbatim
+#: ../bin/parsechangelog:28
+#, no-wrap
+msgid ""
+" Options:\n"
+"    --help, -h                  print usage information\n"
+"    --version, -V               print version information\n"
+"    --file, -l <file>           changelog file to parse, defaults\n"
+"                                to 'debian/changelog'\n"
+"    -F<changelogformat>         ignored if changelogformat = 'debian'\n"
+"                                for compatibility with dpkg-dev\n"
+"    -L<libdir>                  ignored for compatibility with dpkg-dev\n"
+"    --format <outputformat>     see man page for list of available\n"
+"                                output formats, defaults to 'dpkg'\n"
+"                                for compatibility with dpkg-dev\n"
+"    --since, -s, -v <version>   include all changes later than version\n"
+"    --until, -u <version>       include all changes earlier than version\n"
+"    --from, -f <version>        include all changes equal or later\n"
+"                                than version\n"
+"    --to, -t <version>          include all changes up to or equal\n"
+"                                than version\n"
+"    --count, -c, -n <number>    include <number> entries from the top\n"
+"                                (or the tail if <number> is lower than 0)\n"
+"    --offset, -o <number>       change the starting point for --count,\n"
+"                                counted from the top (or the tail if\n"
+"                                <number> is lower than 0)\n"
+"    --all                       include all changes\n"
+"\n"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:52
+msgid ""
+"If neither C<changelogfile> nor C<-l E<lt>fileE<gt>> are specified, F<debian/"
+"changelog> will be used. If two different files are specified the program "
+"will abort."
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:56
+msgid ""
+"If the filename is C<-> the program reads the changelog from standard input."
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:59
+msgid ""
+"C<--all> overrides all other range selecting options. C<--count> overrides "
+"all other range selection options except for C<--all>.  The range selecting "
+"options can be mixed together, but only one of C<--since> and C<--from> and "
+"one of C<--until> and C<--to> can be specified at the same time."
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:65
+msgid ""
+"The dpkg and rfc822 formats default to showing only the first entry when no "
+"other options are given with while the HTML and XML formats default to "
+"showing all entries."
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:69
+msgid ""
+"For a more extensive documentation of the range selecting options and some "
+"(hopefully enlightening) examples see L<Parse::DebianChangelog/\"COMMON "
+"OUTPUT OPTIONS\">."
+msgstr ""
+
+# type: =head1
+#: ../bin/parsechangelog:73 ../lib/Parse/DebianChangelog.pm:42
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:27
+#: ../lib/Parse/DebianChangelog/Entry.pm:27
+#: ../lib/Parse/DebianChangelog/Util.pm:26 ../lib/Pod/UsageTrans.pm:64
+msgid "DESCRIPTION"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:75
+msgid ""
+"parsechangelog parses Debian changelogs as described in the Debian policy "
+"(version 3.6.2.1 at the time of this writing) and converts them to other "
+"output formats. See section L<\"SEE ALSO\"> for locations where to find the "
+"full format definition."
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:80
+msgid "The output formats supported are currently:"
+msgstr ""
+
+# type: =item
+#: ../bin/parsechangelog:84 ../lib/Parse/DebianChangelog.pm:61
+#: ../lib/Parse/DebianChangelog.pm:627
+msgid "dpkg"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:86
+msgid ""
+"Format as known from L<dpkg-parsechangelog(1)>. All requested entries (see L<"
+"\"SYNOPSIS\"> on how to select specific entries) are returned in the usual "
+"Debian control format, merged in one stanza, ready to be used in a F<."
+"changes> file."
+msgstr ""
+
+# type: =item
+#: ../bin/parsechangelog:91 ../lib/Parse/DebianChangelog.pm:68
+#: ../lib/Parse/DebianChangelog.pm:740
+msgid "rfc822"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:93 ../lib/Parse/DebianChangelog.pm:70
+msgid ""
+"Similar to the C<dpkg> format, but the requested entries are returned as one "
+"stanza each, i.e. they are not merged. This is probably the format to use if "
+"you want a machine-usable representation of the changelog."
+msgstr ""
+
+# type: =item
+#: ../bin/parsechangelog:97 ../lib/Parse/DebianChangelog.pm:74
+#: ../lib/Parse/DebianChangelog.pm:801
+msgid "xml"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:99 ../lib/Parse/DebianChangelog.pm:76
+msgid ""
+"Just a simple XML dump of the changelog data. Without any schema or DTD "
+"currently, just some made up XML. The actual format might still change. "
+"Comments and Improvements welcome."
+msgstr ""
+
+# type: =item
+#: ../bin/parsechangelog:103 ../lib/Parse/DebianChangelog.pm:80
+#: ../lib/Parse/DebianChangelog.pm:880
+msgid "html"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:105
+msgid ""
+"The changelog is converted to a somewhat nice looking HTML file with some "
+"nice features as a quick-link bar with direct links to every entry.  NOTE: "
+"This is not configurable yet and was specifically designed to be used on "
+"L<http://packages.debian.org/>. This is planned to be changed until version "
+"1.0. The used Parse::DebianChangelog module already supports configuration, "
+"however, this isn't exposed by this program yet."
+msgstr ""
+
+# type: =head1
+#: ../bin/parsechangelog:240 ../lib/Parse/DebianChangelog.pm:1251
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:165
+#: ../lib/Parse/DebianChangelog/Entry.pm:149
+#: ../lib/Parse/DebianChangelog/Util.pm:158 ../lib/Pod/UsageTrans.pm:88
+msgid "SEE ALSO"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:242
+msgid "Parse::DebianChangelog, the underlying Perl module"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:244 ../lib/Parse/DebianChangelog.pm:1255
+msgid ""
+"Description of the Debian changelog format in the Debian policy: L<http://"
+"www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog>."
+msgstr ""
+
+# type: =head1
+#: ../bin/parsechangelog:247 ../lib/Parse/DebianChangelog.pm:1258
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:169
+#: ../lib/Parse/DebianChangelog/Entry.pm:153
+#: ../lib/Parse/DebianChangelog/Util.pm:162 ../lib/Pod/UsageTrans.pm:92
+msgid "AUTHOR"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:249 ../lib/Parse/DebianChangelog.pm:1260
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:171
+#: ../lib/Parse/DebianChangelog/Entry.pm:155
+#: ../lib/Parse/DebianChangelog/Util.pm:164 ../lib/Pod/UsageTrans.pm:94
+msgid "Frank Lichtenheld, E<lt>frank at lichtenheld.deE<gt>"
+msgstr ""
+
+# type: =head1
+#: ../bin/parsechangelog:251 ../lib/Parse/DebianChangelog.pm:1262
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:173
+#: ../lib/Parse/DebianChangelog/Entry.pm:157
+#: ../lib/Parse/DebianChangelog/Util.pm:166
+msgid "COPYRIGHT AND LICENSE"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:253 ../lib/Parse/DebianChangelog.pm:1264
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:175
+#: ../lib/Parse/DebianChangelog/Entry.pm:159
+#: ../lib/Parse/DebianChangelog/Util.pm:168
+msgid "Copyright (C) 2005 by Frank Lichtenheld"
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:255 ../lib/Parse/DebianChangelog.pm:1266
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:177
+#: ../lib/Parse/DebianChangelog/Entry.pm:161
+#: ../lib/Parse/DebianChangelog/Util.pm:170
+msgid ""
+"This program is free software; you can redistribute it and/or modify it "
+"under the terms of the GNU General Public License as published by the Free "
+"Software Foundation; either version 2 of the License, or (at your option) "
+"any later version."
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:260 ../lib/Parse/DebianChangelog.pm:1271
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:182
+#: ../lib/Parse/DebianChangelog/Entry.pm:166
+#: ../lib/Parse/DebianChangelog/Util.pm:175
+msgid ""
+"This program is distributed in the hope that it will be useful, but WITHOUT "
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
+"FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
+"more details."
+msgstr ""
+
+# type: textblock
+#: ../bin/parsechangelog:265 ../lib/Parse/DebianChangelog.pm:1276
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:187
+#: ../lib/Parse/DebianChangelog/Entry.pm:171
+#: ../lib/Parse/DebianChangelog/Util.pm:180
+msgid ""
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:24
+msgid ""
+"Parse::DebianChangelog - parse Debian changelogs and output them in other "
+"formats"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Parse/DebianChangelog.pm:28
+#, no-wrap
+msgid ""
+"    use Parse::DebianChangelog;\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Parse/DebianChangelog.pm:30
+#, no-wrap
+msgid ""
+"    my $chglog = Parse::DebianChangelog->init( { infile => 'debian/changelog',\n"
+"                                                 HTML => { outfile => 'changelog.html' } );\n"
+"    $chglog->html;\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Parse/DebianChangelog.pm:34
+#, no-wrap
+msgid ""
+"    # the following is semantically equivalent\n"
+"    my $chglog = Parse::DebianChangelog->init();\n"
+"    $chglog->parse( { infile => 'debian/changelog' } );\n"
+"    $chglog->html( { outfile => 'changelog.html' } );\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Parse/DebianChangelog.pm:39
+#, no-wrap
+msgid ""
+"    my $changes = $chglog->dpkg_str( { since => '1.0-1' } );\n"
+"    print $changes;\n"
+"\n"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:44
+msgid ""
+"Parse::DebianChangelog parses Debian changelogs as described in the Debian "
+"policy (version 3.6.2.1 at the time of this writing). See section L<\"SEE "
+"ALSO\"> for locations where to find this definition."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:48
+msgid ""
+"The parser tries to ignore most cruft like # or /* */ style comments, CVS "
+"comments, vim variables, emacs local variables and stuff from older "
+"changelogs with other formats at the end of the file.  NOTE: most of these "
+"are ignored silently currently, there is no parser error issued for them. "
+"This should become configurable in the future."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:55
+msgid ""
+"Beside giving access to the details of the parsed file via the L<\"data\"> "
+"method, Parse::DebianChangelog also supports converting these changelogs to "
+"various other formats. These are currently:"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:63
+msgid ""
+"Format as known from L<dpkg-parsechangelog(1)>. All requested entries (see L<"
+"\"METHODS\"> for an explanation what this means) are returned in the usual "
+"Debian control format, merged in one stanza, ready to be used in a F<."
+"changes> file."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:82
+msgid ""
+"The changelog is converted to a somewhat nice looking HTML file with some "
+"nice features as a quick-link bar with direct links to every entry.  NOTE: "
+"This is not very configurable yet and was specifically designed to be used "
+"on L<http://packages.debian.org/>. This is planned to be changed until "
+"version 1.0."
+msgstr ""
+
+# type: =head2
+#: ../lib/Parse/DebianChangelog.pm:90
+msgid "METHODS"
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:110
+#: ../lib/Parse/DebianChangelog/Entry.pm:31
+msgid "init"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:112
+msgid ""
+"Creates a new object instance. Takes a reference to a hash as optional "
+"argument, which is interpreted as configuration options.  There are "
+"currently no supported general configuration options, but see the other "
+"methods for more specific configuration options which can also specified to "
+"C<init>."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:118
+msgid ""
+"If C<infile> or C<instring> are specified (see L<parse>), C<parse()> is "
+"called from C<init>. If a fatal error is encountered during parsing (e.g. "
+"the file can't be opened), C<init> will not return a valid object but "
+"C<undef>!"
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:146
+msgid "reset_parse_errors"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:148
+msgid ""
+"Can be used to delete all information about errors ocurred during previous "
+"L<parse> runs. Note that C<parse()> also calls this method."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:177
+msgid "get_parse_errors"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:179
+msgid ""
+"Returns all error messages from the last L<parse> run.  If called in scalar "
+"context returns a human readable string representation. If called in list "
+"context returns an array of arrays. Each of these arrays contains"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:186
+msgid "1."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:188
+msgid ""
+"the filename of the parsed file or C<String> if a string was parsed directly"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:191
+msgid "2."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:193
+msgid "the line number where the error occurred"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:195
+msgid "3."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:197
+msgid "an error description"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:199
+msgid "4."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:201
+msgid "the original line"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:205
+msgid ""
+"NOTE: This format isn't stable yet and may change in later versions of this "
+"module."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:237
+msgid "get_error"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:239
+msgid ""
+"Get the last non-parser error (e.g. the file to parse couldn't be opened)."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:251
+msgid "parse"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:253
+msgid ""
+"Parses either the file named in configuration item C<infile> or the string "
+"saved in configuration item C<instring>.  Accepts a hash ref as optional "
+"argument which can contain configuration items."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:258
+msgid ""
+"Returns C<undef> in case of error (e.g. \"file not found\", B<not> parse "
+"errors) and the object if successful. If C<undef> was returned, you can get "
+"the reason for the failure by calling the L<get_error> method."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:511
+msgid "data"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:513
+msgid ""
+"C<data> returns an array (if called in list context) or a reference to an "
+"array of Parse::DebianChangelog::Entry objects which each represent one "
+"entry of the changelog."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:517
+msgid ""
+"This is currently merely a placeholder to enable users to get to the raw "
+"data, expect changes to this API in the near future."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:520
+msgid ""
+"This method supports the common output options described in section L<"
+"\"COMMON OUTPUT OPTIONS\">."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:629
+msgid "(and B<dpkg_str>)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:631
+msgid ""
+"C<dpkg> returns a hash (in list context) or a hash reference (in scalar "
+"context) where the keys are field names and the values are field values. The "
+"following fields are given:"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:637
+#: ../lib/Parse/DebianChangelog/Entry.pm:54
+msgid "Source"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:639
+msgid "package name (in the first entry)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:641
+#: ../lib/Parse/DebianChangelog/Entry.pm:58
+msgid "Version"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:643
+msgid "packages' version (from first entry)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:645
+#: ../lib/Parse/DebianChangelog/Entry.pm:62
+msgid "Distribution"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:647
+msgid "target distribution (from first entry)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:649
+#: ../lib/Parse/DebianChangelog/Entry.pm:66
+msgid "Urgency"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:651
+msgid "urgency (highest of all printed entries)"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:653
+msgid "Maintainer"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:655
+msgid "person that created the (first) entry"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:657
+#: ../lib/Parse/DebianChangelog/Entry.pm:94
+msgid "Date"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:659
+msgid "date of the (first) entry"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:661
+msgid "Closes"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:663
+msgid "bugs closed by the entry/entries, sorted by bug number"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:665
+msgid "Changes"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:667
+msgid "content of the the entry/entries"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:671
+msgid ""
+"C<dpkg_str> returns a stringified version of this hash which should look "
+"exactly like the output of L<dpkg-parsechangelog(1)>. The fields are ordered "
+"like in the list above."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:675 ../lib/Parse/DebianChangelog.pm:754
+msgid ""
+"Both methods only support the common output options described in section L<"
+"\"COMMON OUTPUT OPTIONS\">."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:678
+msgid "dpkg_str"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:680
+msgid "See L<dpkg>."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:742
+msgid "(and B<rfc822_str>)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:744
+msgid ""
+"C<rfc822> returns an array of hashes (in list context) or a reference to "
+"this array (in scalar context) where each hash represents one entry in the "
+"changelog. For the format of such a hash see the description of the L<\"dpkg"
+"\"> method (while ignoring the remarks about which values are taken from the "
+"first entry)."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:750
+msgid ""
+"C<rfc822_str> returns a stringified version of this hash which looks similar "
+"to the output of dpkg-parsechangelog but instead of one stanza the output "
+"contains one stanza for each entry."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:757
+msgid "rfc822_str"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:759
+msgid "See L<rfc822>."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:803
+msgid "(and B<xml_str>)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:805
+msgid ""
+"C<xml> converts the changelog to some free-form (i.e. there is neither a DTD "
+"or a schema for it) XML."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:808
+msgid "The method C<xml_str> is an alias for C<xml>."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:810 ../lib/Parse/DebianChangelog.pm:893
+msgid ""
+"Both methods support the common output options described in section L<"
+"\"COMMON OUTPUT OPTIONS\"> and additionally the following configuration "
+"options (as usual to give in a hash reference as parameter to the method "
+"call):"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:817 ../lib/Parse/DebianChangelog.pm:900
+msgid "outfile"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:819 ../lib/Parse/DebianChangelog.pm:902
+msgid "directly write the output to the file specified"
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:823
+msgid "xml_str"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:825
+msgid "See L<xml>."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:882
+msgid "(and B<html_str>)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:884
+msgid ""
+"C<html> converts the changelog to a HTML file with some nice features such "
+"as a quick-link bar with direct links to every entry. The HTML is generated "
+"with the help of HTML::Template. If you want to change the output you should "
+"use the default template provided with this module as a base and read the "
+"documentation of HTML::Template to understand how to edit it."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:891
+msgid "The method C<html_str> is an alias for C<html>."
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:904
+msgid "template"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:906
+msgid ""
+"template file to use, defaults to tmpl/default.tmpl, so you most likely want "
+"to override that.  NOTE: The plan is to provide a configuration file for the "
+"module later to be able to use sane defaults here."
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:911
+msgid "style"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:913
+msgid ""
+"path to the CSS stylesheet to use (a default might be specified in the "
+"template and will be honoured, see the default template for an example)"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:917
+msgid "print_style"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:919
+msgid ""
+"path to the CSS stylesheet to use for printing (see the notes for C<style> "
+"about default values)"
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:924
+msgid "html_str"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:926
+msgid "See L<html>."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:1062
+msgid "init_filters"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1064 ../lib/Parse/DebianChangelog.pm:1083
+#: ../lib/Parse/DebianChangelog.pm:1100
+msgid "not yet documented"
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:1081
+msgid "apply_filters"
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog.pm:1098
+msgid "add_filter, delete_filter, replace_filter"
+msgstr ""
+
+# type: =head1
+#: ../lib/Parse/DebianChangelog.pm:1170
+msgid "COMMON OUTPUT OPTIONS"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1172
+msgid ""
+"The following options are supported by all output methods, all take a "
+"version number as value:"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:1177
+msgid "since"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1179
+msgid ""
+"Causes changelog information from all versions strictly later than "
+"B<version> to be used."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1182
+msgid "(works exactly like the C<-v> option of dpkg-parsechangelog)."
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:1184
+msgid "until"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1186
+msgid ""
+"Causes changelog information from all versions strictly earlier than "
+"B<version> to be used."
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:1189
+msgid "from"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1191
+msgid ""
+"Similar to C<since> but also includes the information for the specified "
+"B<version> itself."
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:1194
+msgid "to"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1196
+msgid ""
+"Similar to C<until> but also includes the information for the specified "
+"B<version> itself."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1201
+msgid ""
+"The following options also supported by all output methods but don't take "
+"version numbers as values:"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:1206
+msgid "all"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1208
+msgid ""
+"If set to a true value, all entries of the changelog are returned, this "
+"overrides all other options. While the XML and HTML formats default to all "
+"== true, this does of course not overwrite other options unless it is set "
+"explicitly with the call."
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:1213
+msgid "count"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1215
+msgid ""
+"Expects a signed integer as value. Returns C<value> entries from the top of "
+"the changelog if set to a positive integer, and C<abs(value)> entries from "
+"the tail if set to a negative integer."
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog.pm:1219
+msgid "offset"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1221
+msgid ""
+"Expects a signed integer as value. Changes the starting point for C<count>, "
+"either counted from the top (positive integer) or from the tail (negative "
+"integer). C<offset> has no effect if C<count> wasn't given as well."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1228
+msgid ""
+"Some examples for the above options. Imagine an example changelog with "
+"entries for the versions 1.2, 1.3, 2.0, 2.1, 2.2, 3.0 and 3.1."
+msgstr ""
+
+# type: verbatim
+#: ../lib/Parse/DebianChangelog.pm:1231
+#, no-wrap
+msgid ""
+"            Call                               Included entries\n"
+" C<E<lt>formatE<gt>({ since =E<gt> '2.0' })>  3.1, 3.0, 2.2\n"
+" C<E<lt>formatE<gt>({ until =E<gt> '2.0' })>  1.3, 1.2\n"
+" C<E<lt>formatE<gt>({ from =E<gt> '2.0' })>   3.1, 3.0, 2.2, 2.1, 2.0\n"
+" C<E<lt>formatE<gt>({ to =E<gt> '2.0' })>     2.0, 1.3, 1.2\n"
+" C<E<lt>formatE<gt>({ count =E<gt> 2 }>>      3.1, 3.0\n"
+" C<E<lt>formatE<gt>({ count =E<gt> -2 }>>     1.3, 1.2\n"
+" C<E<lt>formatE<gt>({ count =E<gt> 3,\n"
+"\t\t      offset=E<gt> 2 }>>      2.2, 2.1, 2.0\n"
+" C<E<lt>formatE<gt>({ count =E<gt> 2,\n"
+"\t\t      offset=E<gt> -3 }>>     2.0, 1.3\n"
+" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
+"\t\t      offset=E<gt> 3 }>>      3.0, 2.2\n"
+" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
+"\t\t      offset=E<gt> -3 }>>     2.2, 2.1\n"
+"\n"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1247
+msgid ""
+"Any combination of one option of C<since> and C<from> and one of C<until> "
+"and C<to> returns the intersection of the two results with only one of the "
+"options specified."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog.pm:1253
+msgid "Parse::DebianChangelog::Entry, Parse::DebianChangelog::ChangesFilters"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:23
+msgid ""
+"Parse::DebianChangelog::ChangesFilters - filters to be applied to Debian "
+"changelog entries"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:29
+msgid ""
+"This is currently only used internally by Parse::DebianChangelog and is not "
+"yet documented. There may be still API changes until this module is "
+"finalized."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:167
+#: ../lib/Parse/DebianChangelog/Entry.pm:151
+msgid "Parse::DebianChangelog"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:23
+msgid ""
+"Parse::DebianChangelog::Entry - represents one entry in a Debian changelog"
+msgstr ""
+
+# type: =head2
+#: ../lib/Parse/DebianChangelog/Entry.pm:29
+msgid "Methods"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:33
+msgid "Creates a new object, no options."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog/Entry.pm:35
+msgid "new"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:37
+msgid "Alias for init."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog/Entry.pm:39
+msgid "is_empty"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:41
+msgid ""
+"Checks if the object is actually initialized with data. Due to limitations "
+"in Parse::DebianChangelog this currently simply checks if one of the fields "
+"Source, Version, Maintainer, Date, or Changes is initalized."
+msgstr ""
+
+# type: =head2
+#: ../lib/Parse/DebianChangelog/Entry.pm:45
+msgid "Accessors"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:47
+msgid ""
+"The following fields are available via accessor functions (all fields are "
+"string values unless otherwise noted):"
+msgstr ""
+
+# type: =item
+#: ../lib/Parse/DebianChangelog/Entry.pm:52
+#: ../lib/Parse/DebianChangelog/Entry.pm:56
+#: ../lib/Parse/DebianChangelog/Entry.pm:60
+#: ../lib/Parse/DebianChangelog/Entry.pm:64
+#: ../lib/Parse/DebianChangelog/Entry.pm:68
+#: ../lib/Parse/DebianChangelog/Entry.pm:72
+#: ../lib/Parse/DebianChangelog/Entry.pm:76
+#: ../lib/Parse/DebianChangelog/Entry.pm:80
+#: ../lib/Parse/DebianChangelog/Entry.pm:84
+#: ../lib/Parse/DebianChangelog/Entry.pm:88
+#: ../lib/Parse/DebianChangelog/Entry.pm:92
+#: ../lib/Parse/DebianChangelog/Entry.pm:96
+#: ../lib/Parse/DebianChangelog/Entry.pm:100
+msgid "*"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:70
+msgid "ExtraFields (all fields except for urgency as hash)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:74
+msgid "Header (the whole header in verbatim form)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:78
+msgid "Changes (the actual content of the bug report, in verbatim form)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:82
+msgid "Trailer (the whole trailer in verbatim form)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:86
+msgid "Closes (Array of bug numbers)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:90
+msgid "Maintainer (name B<and> email address)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:98
+msgid "Timestamp (Date expressed in seconds since the epoche)"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Entry.pm:102
+msgid ""
+"ERROR (last parse error related to this entry in the format described at "
+"Parse::DebianChangelog::get_parse_errors."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:24
+msgid ""
+"Parse::DebianChangelog::Util - utility functions for parsing Debian "
+"changelogs"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:28
+msgid ""
+"This is currently only used internally by Parse::DebianChangelog.  There may "
+"be still API changes until this module is finalized."
+msgstr ""
+
+# type: =head2
+#: ../lib/Parse/DebianChangelog/Util.pm:31
+msgid "Functions"
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog/Util.pm:58
+msgid "find_closes"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:60
+msgid ""
+"Takes one string as argument and finds \"Closes: #123456, #654321\" "
+"statements as supported by the Debian Archive software in it. Returns all "
+"closed bug numbers in an array reference."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog/Util.pm:80
+msgid "data2rfc822"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:82
+msgid ""
+"Takes two hash references as arguments. The first should contain the data to "
+"output in RFC822 format. The second can contain a sorting order for the "
+"fields. The higher the numerical value of the hash value, the earlier the "
+"field is printed if it exists."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:87
+msgid "Return the data in RFC822 format as string."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog/Util.pm:115
+msgid "data2rfc822_mult"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:117
+msgid ""
+"The first argument should be an array ref to an array of hash references.  "
+"The second argument is a hash reference and has the same meaning as the "
+"second argument of L<data2rfc822>."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:121
+msgid ""
+"Calls L<data2rfc822> for each element of the array given as first argument "
+"and returns the concatenated results."
+msgstr ""
+
+# type: =head3
+#: ../lib/Parse/DebianChangelog/Util.pm:139
+msgid "get_dpkg_changes"
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:141
+msgid "Takes a Parse::DebianChangelog::Entry object as first argument."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:143
+msgid ""
+"Returns a string that is suitable for using it in a C<Changes> field in the "
+"output format of C<dpkg-parsechangelog>."
+msgstr ""
+
+# type: textblock
+#: ../lib/Parse/DebianChangelog/Util.pm:160
+msgid "Parse::DebianChangelog, Parse::DebianChangelog::Entry"
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:32
+msgid ""
+"Pod::UsageTrans, pod2usage() - print a usage message from embedded pod "
+"documentation"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Pod/UsageTrans.pm:36
+#, no-wrap
+msgid ""
+"  use Pod::UsageTrans\n"
+"  use Locale::gettext;\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Pod/UsageTrans.pm:39
+#, no-wrap
+msgid ""
+"  setlocale(LC_MESSAGES,'');\n"
+"  textdomain('prog');\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Pod/UsageTrans.pm:42
+#, no-wrap
+msgid ""
+"  my $message_text  = \"This text precedes the usage message.\";\n"
+"  my $exit_status   = 2;          ## The exit status to use\n"
+"  my $verbose_level = 0;          ## The verbose level to use\n"
+"  my $filehandle    = \\*STDERR;   ## The filehandle to write to\n"
+"  my $textdomain    = 'prog-pod'; ## The gettext domain for the Pod documentation\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Pod/UsageTrans.pm:48
+#, no-wrap
+msgid ""
+"  pod2usage($message_text);\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Pod/UsageTrans.pm:50
+#, no-wrap
+msgid ""
+"  pod2usage($exit_status);\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Pod/UsageTrans.pm:52
+#, no-wrap
+msgid ""
+"  pod2usage( { -message => gettext( $message_text ) ,\n"
+"               -exitval => $exit_status  ,\n"
+"               -verbose => $verbose_level,\n"
+"               -output  => $filehandle,\n"
+"               -textdomain => $textdomain } );\n"
+"\n"
+msgstr ""
+
+# type: verbatim
+#: ../lib/Pod/UsageTrans.pm:58
+#, no-wrap
+msgid ""
+"  pod2usage(   -msg     => $message_text ,\n"
+"               -exitval => $exit_status  ,\n"
+"               -verbose => $verbose_level,\n"
+"               -output  => $filehandle,\n"
+"               -textdomain => $textdomain );\n"
+"\n"
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:66
+msgid ""
+"Pod::UsageTrans works exactly like Pod::Usage but allows you to easily "
+"translate your messages. It was specifically written to be compatible with "
+"the F<.po> files produced by po4a(7). If you want to use any other method to "
+"produce your F<.po> files you should probably take a look at the source of "
+"code of this module to see which msgids you will need to use."
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:73
+msgid ""
+"For documentation on calling pod2usage from your program see Pod::Usage. "
+"Pod::UsageTrans additionally supports a C<-textdomain> option where you can "
+"specify the gettext domain to use. If C<-textdomain> isn't set, Pod::"
+"UsageTrans will behave exactly like Pod::Usage."
+msgstr ""
+
+# type: =head1
+#: ../lib/Pod/UsageTrans.pm:79
+msgid "BUGS"
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:81
+msgid ""
+"Pod::UsageTrans is currently in the state of a quickly hacked together "
+"solution that was tested with exactly one use case. Expect bugs in corner "
+"cases."
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:85
+msgid ""
+"It specifically doesn't support many of the po4a options like charset "
+"conversion between the POD input and the msgstr in the F<.pot> file."
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:90
+msgid "po4a(7), Pod::Usage, gettext info documentation"
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:96
+msgid ""
+"Based on Pod::Usage by Brad Appleton E<lt>bradapp at enteract.comE<gt> which is "
+"based on code for B<Pod::Text::pod2text()> written by Tom Christiansen "
+"E<lt>tchrist at mox.perl.comE<gt>"
+msgstr ""
+
+# type: textblock
+#: ../lib/Pod/UsageTrans.pm:100
+msgid ""
+"Also based on Locale::Po4a::Pod, Locale::Po4a::Po and Locale::Po4a::"
+"TransTractor by Martin Quinson and Denis Barbier."
+msgstr ""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git



More information about the Pkg-perl-cvs-commits mailing list