[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.7-7-gd38b80e

Francesco Poli (wintermute) invernomuto at paranoici.org
Wed Jul 18 21:44:43 UTC 2012


The following commit has been merged in the master branch:
commit fa9c1335955dac08e74cf5666451b0f15b2c16cb
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Wed Jul 18 22:27:26 2012 +0200

    include .pot file in the repository

diff --git a/.gitignore b/.gitignore
index 52ef04d..9f54a3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
 po/*.mo
-po/apt-listbugs.pot
 apt-listbugs.1
 debian/apt-listbugs.debhelper.log
 debian/apt-listbugs.substvars
diff --git a/po/apt-listbugs.pot b/po/apt-listbugs.pot
new file mode 100644
index 0000000..852b273
--- /dev/null
+++ b/po/apt-listbugs.pot
@@ -0,0 +1,398 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Masato Taruishi et al.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: apt-listbugs 0.1.8\n"
+"Report-Msgid-Bugs-To: invernomuto at paranoici.org\n"
+"POT-Creation-Date: 2012-07-17 23:39+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=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+
+#: apt-listbugs:301
+msgid "E: apt Pre-Install-Pkgs is not giving me expected 'VERSION 2' string.\n"
+msgstr ""
+
+#: apt-listbugs:326
+msgid "E: apt Pre-Install-Pkgs is giving me fewer fields than expected.\n"
+msgstr ""
+
+#: apt-listbugs:350
+msgid "E: apt Pre-Install-Pkgs is giving me an invalid direction of version change.\n"
+msgstr ""
+
+#: apt-listbugs:416
+msgid "****** Exiting with an error in order to stop the installation. ******"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:40
+msgid "Usage: "
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:41
+msgid " [options] <command> [arguments]"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:43
+msgid "Options:\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:44
+msgid " -h               : Display this help and exit.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:45
+msgid " -v               : Show version number and exit.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:46
+#, python-format
+msgid " -s <severities>  : Severities you want to see [%s], or [all].\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:47
+msgid " -T <tags>        : Tags you want to see.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:48
+#, python-format
+msgid " -S <stats>       : Stats you want to see [%s].\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:49
+msgid " -B <bug#>        : Restrict reporting to specified bug#s only.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:50
+msgid " -D               : Show downgraded packages, too.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:51
+#, python-format
+msgid " -H <hostname>    : Hostname of Debian Bug Tracking System [%s].\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:52
+#, python-format
+msgid " -p <port>        : Port number of the server [%s].\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:53
+#, python-format
+msgid " -P <priority>    : Specifies Pin-Priority value [%s].\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:54
+msgid " -E <title>       : Specifies the title of RSS output.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:55
+msgid " -q               : Don't display progress bar.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:56
+msgid " -C <apt.conf>    : Specify apt.conf.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:57
+msgid " -y               : Assume that you select yes for all questions.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:58
+msgid " -n               : Assume that you select no for all questions.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:59
+msgid " -d               : Debug.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:60
+msgid "Commands:\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:61
+msgid " apt              : Apt mode.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:62
+msgid " list <pkg...>    : List bug reports of the specified packages.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:63
+msgid " rss <pkg...>     : List bug reports of the specified packages in RSS.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:64
+msgid "See the manual page for the long options.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:71
+msgid "forwarded"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:72
+msgid "marked as done in some version"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:73
+msgid "unfixed"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:74
+msgid "tagged as pending a fix"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:181
+msgid "W: sanity check failed: environment variable http_proxy is unset and HTTP_PROXY is set."
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:217
+msgid "E: You need to specify a command."
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:227
+msgid "E: Unknown command "
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:238
+msgid "W: cannot open /dev/tty - running inside su -c \"command\"? Switching to non-interactive failure mode (see /usr/share/doc/apt-listbugs/README.Debian.gz)"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:300
+#, python-format
+msgid "W: Cannot read from %s"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:318
+#, python-format
+msgid "W: Cannot write to %s"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:337
+msgid "********** on_hold IS DEPRECATED. USE p INSTEAD to use pin **********"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:352
+msgid "Are you sure you want to install/upgrade the above packages?"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:396
+msgid "You must install the reportbug package to be able to do this"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:402
+#, python-format
+msgid "%s ignored"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:404
+#, python-format
+msgid "%s already ignored"
+msgstr ""
+
+#. TRANSLATORS: %{plist} is a comma-separated list of %{npkgs} packages to be pinned or put on hold.
+#: lib/apt-listbugs/logic.rb:451
+msgid ""
+"The following package will be pinned or on hold:\n"
+" %{plist}\n"
+"Are you sure?"
+msgid_plural ""
+"The following %{npkgs} packages will be pinned or on hold:\n"
+" %{plist}\n"
+"Are you sure?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: lib/apt-listbugs/logic.rb:463
+#, python-format
+msgid "All selected packages are already pinned or on hold. Ignoring %s command."
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:468
+msgid "     y     - continue the apt installation, but do not mark the bugs as ignored.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:469
+msgid "     a     - continue the apt installation and mark all the above bugs as ignored.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:472
+msgid "     n     - stop the apt installation.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:473
+msgid "   <num>   - query the specified bug number (requires reportbug).\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:474
+msgid "  #<num>   - same as <num>\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:475
+msgid "     r     - redisplay bug lists.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:476
+msgid " p <pkg..> - pin pkgs (restart APT session to enable).\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:477
+msgid " p         - pin all the above pkgs (restart APT session to enable).\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:478
+msgid " i <num>   - mark bug number <num> as ignored.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:479
+msgid "     ?     - print this help.\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:481
+#, python-format
+msgid "     w     - display bug lists in HTML (uses %s).\n"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:517
+#, python-format
+msgid "%s pinned by adding Pin preferences in /etc/apt/preferences. Restart APT session to enable"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:530
+#, python-format
+msgid "%s held. Restart APT session to enable"
+msgstr ""
+
+#. TRANSLATORS: %{sevty} is the severity of some of the bugs found for package %{packg}.
+#: lib/apt-listbugs/logic.rb:552
+msgid "%{sevty} bugs of %{packg} ("
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:560
+#, python-format
+msgid " (Found: %s)"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:561
+#, python-format
+msgid " (Fixed: %s)"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:564
+msgid "   Merged with:"
+msgstr ""
+
+#. TRANSLATORS: %{nbugs} is the number of bugs found for package %{packg}.
+#: lib/apt-listbugs/logic.rb:579
+msgid "%{packg}(%{nbugs} bug)"
+msgid_plural "%{packg}(%{nbugs} bugs)"
+msgstr[0] ""
+msgstr[1] ""
+
+#: lib/apt-listbugs/logic.rb:586
+msgid ""
+"Summary:\n"
+" "
+msgstr ""
+
+#. TRANSLATORS: %s is a bug status such as forwarded, done, pending, pending-fixed, etc. see the -S option in the man page.
+#: lib/apt-listbugs/logic.rb:599
+#, python-format
+msgid " <caption>Bug reports which are marked as %s in the bug tracking system</caption>"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:600
+msgid " <tr><th>package</th><th>severity</th><th>bug number</th><th>description</th></tr>"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:614
+msgid "critical bugs for your upgrade"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:615
+msgid "<h1 align=\"center\">Critical bugs for your upgrade</h1>"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:616
+msgid "<p align=\"right\">by apt-listbugs</p><hr>"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:617
+msgid "<h2>Bug reports</h2>"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:626
+msgid "<h2>Package upgrade information in question</h2>"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:644
+msgid "W: Failed to invoke browser."
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:735 lib/apt-listbugs/logic.rb:815
+#: lib/apt-listbugs/logic.rb:1009
+msgid "Done"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:747
+msgid "Not Implemented"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:771 lib/apt-listbugs/logic.rb:779
+#: lib/apt-listbugs/logic.rb:812 lib/apt-listbugs/logic.rb:815
+msgid "Retrieving bug reports..."
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:782 lib/apt-listbugs/logic.rb:790
+#: lib/apt-listbugs/logic.rb:798
+msgid " Fail"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:784
+msgid " E: HTTP GET failed"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:786 lib/apt-listbugs/logic.rb:794
+#: lib/apt-listbugs/logic.rb:808
+msgid "Retry downloading bug information?"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:787 lib/apt-listbugs/logic.rb:795
+#: lib/apt-listbugs/logic.rb:809
+msgid "Exiting with error"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:787 lib/apt-listbugs/logic.rb:795
+#: lib/apt-listbugs/logic.rb:809
+msgid "Continue the installation anyway?"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:792
+msgid " E: Empty stream from SOAP"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:800
+msgid "Error retrieving bug reports from the server with the following error message:"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:803
+msgid "It appears that your network connection is down. Check network configuration and try again"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:805
+msgid "It could be because your network is down, or because of broken proxy servers, or the BTS server itself is down. Check network configuration and try again"
+msgstr ""
+
+#: lib/apt-listbugs/logic.rb:989 lib/apt-listbugs/logic.rb:1000
+#: lib/apt-listbugs/logic.rb:1008 lib/apt-listbugs/logic.rb:1009
+msgid "Parsing Found/Fixed information..."
+msgstr ""

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list