commit 49729312a96c1622b2640bd8182c3c48c77b46e8
Author: Translation commit bot <[email protected]>
Date: Sun Feb 26 16:26:41 2012 +0000
Pulling the correct file this time
---
templates/whisperback.pot | 246 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 246 insertions(+), 0 deletions(-)
diff --git a/templates/whisperback.pot b/templates/whisperback.pot
new file mode 100644
index 0000000..7e359eb
--- /dev/null
+++ b/templates/whisperback.pot
@@ -0,0 +1,246 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2012-02-16 22:33+0100\n"
+"PO-Revision-Date: 2012-02-26 16:11+0000\n"
+"Last-Translator: runasand <[email protected]>\n"
+"Language-Team: LANGUAGE <[email protected]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#. XXX use a better exception
+#: ../whisperBack/whisperback.py:63
+#, python-format
+msgid "Invalid contact email: %s"
+msgstr "Invalid contact email: %s"
+
+#: ../whisperBack/whisperback.py:80
+#, python-format
+msgid "Invalid contact OpenPGP key: %s"
+msgstr "Invalid contact OpenPGP key: %s"
+
+#: ../whisperBack/whisperback.py:82
+msgid "Invalid contact OpenPGP public key block"
+msgstr "Invalid contact OpenPGP public key block"
+
+#: ../whisperBack/encryption.py:126
+msgid "No keys found."
+msgstr "No keys found."
+
+#: ../whisperBack/exceptions.py:41
+#, python-format
+msgid ""
+"The variable %s was not found in any of the configuation "
+"files/etc/whisperback/config.py, ~/.whisperback/config.py, ./config.py"
+msgstr "The variable %s was not found in any of the configuation
files/etc/whisperback/config.py, ~/.whisperback/config.py, ./config.py"
+
+#: ../whisperBack/gui.py:114
+msgid "Name of the affected software"
+msgstr "Name of the affected software"
+
+#: ../whisperBack/gui.py:115
+msgid "Exact steps to reproduce the problem"
+msgstr "Exact steps to reproduce the problem"
+
+#: ../whisperBack/gui.py:116
+msgid "Actual result / the problem"
+msgstr "Actual result / the problem"
+
+#: ../whisperBack/gui.py:117
+msgid "Desired result"
+msgstr "Desired result"
+
+#: ../whisperBack/gui.py:155
+msgid "Unable to load a valid configuration."
+msgstr "Unable to load a valid configuration."
+
+#: ../whisperBack/gui.py:177
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Help us fix your bug!</h1>\n<p>Read <a href=\"%s\">our bug
reporting instructions</a>.</p>\n<p><strong>Do not include more personal
information than\nneeded!</strong></p>\n<h2>About giving us an email
address</h2>\n<p>If you don't mind disclosing some bits of your identity\nto
Tails developers, you can provide an email address to\nlet us ask more details
about the bug. Additionally entering\na public PGP key enables us to encrypt
such future\ncommunication.</p>\n<p>Anyone who can see this reply will probably
infer you are\na Tails user. Time to wonder how much you trust your\nInternet
and mailbox providers?</p>\n"
+
+#: ../whisperBack/gui.py:229
+msgid "Sending mail..."
+msgstr "Sending mail..."
+
+#: ../whisperBack/gui.py:230
+msgid "Sending mail"
+msgstr "Sending mail"
+
+#. pylint: disable=C0301
+#: ../whisperBack/gui.py:232
+msgid "This could take a while..."
+msgstr "This could take a while..."
+
+#: ../whisperBack/gui.py:246
+msgid "The contact email adress doesn't seem valid."
+msgstr "The contact email adress doesn't seem valid."
+
+#: ../whisperBack/gui.py:263
+msgid "Unable to send the mail: SMTP error."
+msgstr "Unable to send the mail: SMTP error."
+
+#: ../whisperBack/gui.py:265
+msgid "Unable to connect to the server."
+msgstr "Unable to connect to the server."
+
+#: ../whisperBack/gui.py:267
+msgid "Unable to create or to send the mail."
+msgstr "Unable to create or to send the mail."
+
+#: ../whisperBack/gui.py:270
+msgid ""
+"\n"
+"\n"
+"The bug report could not be sent, likely due to network problems. Please try
to reconnect to the network and click send again.\n"
+"\n"
+"If it does not work, you will be offered to save the bug report."
+msgstr "\n\nThe bug report could not be sent, likely due to network problems.
Please try to reconnect to the network and click send again.\n\nIf it does not
work, you will be offered to save the bug report."
+
+#: ../whisperBack/gui.py:283
+msgid "Your message has been sent."
+msgstr "Your message has been sent."
+
+#: ../whisperBack/gui.py:289
+msgid "Unable to find encryption key."
+msgstr "Unable to find encryption key."
+
+#: ../whisperBack/gui.py:293
+msgid "An error occured during encryption."
+msgstr "An error occured during encryption."
+
+#: ../whisperBack/gui.py:313
+#, python-format
+msgid "Unable to save %s."
+msgstr "Unable to save %s."
+
+#. XXX: fix string
+#: ../whisperBack/gui.py:337
+#, python-format
+msgid ""
+"The bug report could not be sent, likely due to network problems.\n"
+"\n"
+"As a work-around you can save the bug report as a file on a USB drive and try
to send it to us at %s from your email account using another system. Note that
your bug report will not be anonymous when doing so unless you take further
steps yourself (e.g. using Tor with a throw-away email account).\n"
+"\n"
+"Do you want to save the bug report to a file?"
+msgstr "The bug report could not be sent, likely due to network
problems.\n\nAs a work-around you can save the bug report as a file on a USB
drive and try to send it to us at %s from your email account using another
system. Note that your bug report will not be anonymous when doing so unless
you take further steps yourself (e.g. using Tor with a throw-away email
account).\n\nDo you want to save the bug report to a file?"
+
+#: ../whisperBack/gui.py:401 ../data/whisperback.ui.h:11
+msgid "WhisperBack"
+msgstr "WhisperBack"
+
+#: ../whisperBack/gui.py:402 ../data/whisperback.ui.h:8
+msgid "Send feedback in an encrypted mail."
+msgstr "Send feedback in an encrypted mail."
+
+#: ../whisperBack/gui.py:405
+msgid "Copyright © 2009-2011 Tails developpers ([email protected])"
+msgstr "Copyright © 2009-2011 Tails developpers ([email protected])"
+
+#: ../whisperBack/gui.py:406
+msgid "Tails developers <[email protected]>"
+msgstr "Tails developers <[email protected]>"
+
+#: ../whisperBack/gui.py:407
+msgid "translator-credits"
+msgstr "translator-credits"
+
+#: ../whisperBack/gui.py:434
+msgid "This doesn's seem to be a valid URL or OpenPGP key."
+msgstr "This doesn's seem to be a valid URL or OpenPGP key."
+
+#: ../data/whisperback.ui.h:1
+msgid ""
+"Add a PGP key if you want us to encrypt messages when we respond to you."
+msgstr "Add a PGP key if you want us to encrypt messages when we respond to
you."
+
+#: ../data/whisperback.ui.h:2
+msgid "Bug description"
+msgstr "Bug description"
+
+#: ../data/whisperback.ui.h:3
+msgid "Copyright © 2009-2011 [email protected]"
+msgstr "Copyright © 2009-2011 [email protected]"
+
+#: ../data/whisperback.ui.h:4
+msgid "Help"
+msgstr "Help"
+
+#: ../data/whisperback.ui.h:5
+msgid ""
+"If you want us to encrypt messages when we respond to you, add your key ID, "
+"a link to your key, or the key as a public key block:"
+msgstr "If you want us to encrypt messages when we respond to you, add your
key ID, a link to your key, or the key as a public key block:"
+
+#: ../data/whisperback.ui.h:6
+msgid "Optional email address to contact you"
+msgstr "Optional email address to contact you"
+
+#: ../data/whisperback.ui.h:7
+msgid "Send"
+msgstr "Send"
+
+#: ../data/whisperback.ui.h:9
+msgid "Summary"
+msgstr "Summary"
+
+#: ../data/whisperback.ui.h:10
+msgid "Technical details to include"
+msgstr "Technical details to include"
+
+#: ../data/whisperback.ui.h:12
+msgid ""
+"WhisperBack - Send feedback in an encrypted mail\n"
+"Copyright (C) 2009-2011 Tails developers <[email protected]>\n"
+"\n"
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 3 of the License, or (at\n"
+"your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful, but\n"
+"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n"
+"General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>.\n"
+msgstr "WhisperBack - Send feedback in an encrypted mail\nCopyright (C)
2009-2011 Tails developers <[email protected]>\n\nThis program is free software;
you can redistribute it and/or modify\nit under the terms of the GNU General
Public License as published by\nthe Free Software Foundation; either version
3 of the License, or (at\nyour option) any later version.\n\nThis program is
distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY;
without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU\nGeneral Public License for more
details.\n\nYou should have received a copy of the GNU General Public
License\nalong with this program. If not, see
<http://www.gnu.org/licenses/>.\n"
+
+#: ../data/whisperback.ui.h:28
+msgid "debugging info"
+msgstr "debugging info"
+
+#: ../data/whisperback.ui.h:29
+msgid "headers"
+msgstr "headers"
+
+#: ../data/whisperback.ui.h:30
+msgid "https://tails.boum.org/"
+msgstr "https://tails.boum.org/"
+
+#: ../data/whisperback.ui.h:31
+msgid "optional PGP key"
+msgstr "optional PGP key"
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits