tor-commits
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 1 participants
- 213855 discussions
commit 691516f97eb740663cfd710a7387f97bcf58254c
Author: Christian Fromme <kaner(a)strace.org>
Date: Sat Feb 26 22:54:16 2011 +0100
Fix #1568
---
lib/gettor/i18n.py | 7 ++++++-
lib/gettor/responses.py | 14 ++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/lib/gettor/i18n.py b/lib/gettor/i18n.py
index 7e5769f..9fec331 100644
--- a/lib/gettor/i18n.py
+++ b/lib/gettor/i18n.py
@@ -541,5 +541,10 @@ _("""If it doesn't arrive, the package might be too big for your mail provider.
Try resending the mail from a GMAIL.COM or YAHOO.COM account."""),
# GETTOR_TEXT[40]
_("""Unfortunately we are currently experiencing problems and we can't fulfill
-your request right now. Please be patient as we try to resolve this issue.""")
+your request right now. Please be patient as we try to resolve this issue."""),
+ # GETTOR_TEXT[41]
+_("""Unfortunately there is no split package available for the package you
+requested. Please send us another package name or request the same package
+again, but remove the 'split' keyword. In that case we'll send you the whole
+package. Make sure this is what you want.""")
]
diff --git a/lib/gettor/responses.py b/lib/gettor/responses.py
index 8a992aa..3ef9139 100644
--- a/lib/gettor/responses.py
+++ b/lib/gettor/responses.py
@@ -98,6 +98,12 @@ def getDelayAlertMsg(t):
+ t.gettext(i18n.GETTOR_TEXT[27]) + "\n\n" \
+ t.gettext(i18n.GETTOR_TEXT[28]) + "\n"
+def getNoSplitAvailable(t):
+ return t.gettext(i18n.GETTOR_TEXT[0]) + "\n\n" \
+ + t.gettext(i18n.GETTOR_TEXT[41]) + "\n\n" \
+ + t.gettext(i18n.GETTOR_TEXT[27]) + "\n\n" \
+ + t.gettext(i18n.GETTOR_TEXT[28]) + "\n"
+
class Response:
def __init__(self, config, reqInfo):
"""Intialize the reply class. The most important values are passed in
@@ -222,6 +228,14 @@ class Response:
"""Send a number of messages with attachments to the user. The number
depends on the number of parts of the package.
"""
+ # Check if there's a split package for this available
+ pack = self.reqInfo['package']
+ split = self.config.PACKAGES[pack][1]
+ if split and split is "unavailable":
+ logging.error("User requested split package that isn't available")
+ # Inform the user
+ return self.sendTextEmail(getNoSplitAvailable(self.t))
+
if self.isBlacklistedForMessageType("sendSplitPackage"):
# Don't send anything
return False
1
0
commit 0308899217b1240d89804af926ade880133dd26e
Author: Christian Fromme <kaner(a)strace.org>
Date: Sun Feb 27 00:10:51 2011 +0100
Add new string to translations.
---
i18n/af/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ak/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/am/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ar/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/arn/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ast/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/az/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/be/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/bg/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/bms/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/bn/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/bn_IN/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/bo/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/br/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/bs/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ca/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/cs/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/csb/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/cy/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/da/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/de/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/dz/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/el/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/en/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/eo/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/es/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/et/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/eu/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/fa/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/fi/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/fil/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/fo/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/fr/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/fur/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/fy/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ga/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/gl/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/gu/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/gun/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ha/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/he/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/hi/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/hr/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ht/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/hu/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/hy/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/id/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/is/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/it/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ja/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/jv/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ka/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/km/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/kn/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ko/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ku/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/kw/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ky/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/lb/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/lg/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ln/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/lo/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/lt/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/lv/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/mg/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/mi/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/mk/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ml/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/mn/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/mr/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ms/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/mt/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/nah/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/nap/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/nb/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ne/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/nl/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/nn/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/nso/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/oc/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/or/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/pa/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/pap/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/pl/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/pms/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ps/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/pt/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/pt_BR/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ro/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ru/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/sco/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/sk/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/sl/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/so/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/son/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/sq/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/sr/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/st/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/su/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/sv/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/sw/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ta/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/te/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/templates/gettor.pot | 91 ++++++++++++++++++++++++--------------------
i18n/tg/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/th/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ti/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/tk/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/tr/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/uk/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ur/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/ve/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/vi/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/wa/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/wo/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/zh_CN/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/zh_HK/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/zh_TW/gettor.po | 91 ++++++++++++++++++++++++--------------------
i18n/zu/gettor.po | 91 ++++++++++++++++++++++++--------------------
119 files changed, 5950 insertions(+), 4879 deletions(-)
diff --git a/i18n/af/gettor.po b/i18n/af/gettor.po
index e0961a8..d463131 100644
--- a/i18n/af/gettor.po
+++ b/i18n/af/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ak/gettor.po b/i18n/ak/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ak/gettor.po
+++ b/i18n/ak/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/am/gettor.po b/i18n/am/gettor.po
index a711308..5c4039d 100644
--- a/i18n/am/gettor.po
+++ b/i18n/am/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ar/gettor.po b/i18n/ar/gettor.po
index 6b4217d..fc3f06a 100644
--- a/i18n/ar/gettor.po
+++ b/i18n/ar/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-05-03 14:52-0600\n"
"Last-Translator: Anas Qtiesh <anasqtiesh(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -29,7 +29,7 @@ msgstr ""
" شكراً لطلبك.\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -43,7 +43,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -58,7 +58,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -72,7 +72,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -85,7 +85,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -98,7 +98,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -110,7 +110,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -122,7 +122,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -130,7 +130,7 @@ msgstr ""
" الحصول على نسخ مترجمة من تور\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -142,7 +142,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -156,7 +156,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -164,7 +164,7 @@ msgstr ""
" قائمة اللغات المدعومة:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -173,7 +173,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -203,7 +203,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -212,14 +212,14 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
"\n"
" حزم أصغر حجماً "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -235,7 +235,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
" فقط أدخل كلمة 'split' (بمعنى تقسيم) في جسم رسالتك الإلكترونية كالتالي:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -256,7 +256,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -268,7 +268,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -277,7 +277,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -290,7 +290,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -302,7 +302,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -316,7 +316,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -325,7 +325,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -339,7 +339,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -348,11 +348,11 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -364,7 +364,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -376,7 +376,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -385,7 +385,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -397,7 +397,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -417,7 +417,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -430,7 +430,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -442,7 +442,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -460,7 +460,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -472,7 +472,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -486,7 +486,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -501,7 +501,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -513,6 +513,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/arn/gettor.po b/i18n/arn/gettor.po
index a711308..5c4039d 100644
--- a/i18n/arn/gettor.po
+++ b/i18n/arn/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ast/gettor.po b/i18n/ast/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ast/gettor.po
+++ b/i18n/ast/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/az/gettor.po b/i18n/az/gettor.po
index 8c2c663..c885749 100644
--- a/i18n/az/gettor.po
+++ b/i18n/az/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-11-19 14:44+0200\n"
"Last-Translator: ulviya <ulviya_g(a)yahoo.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -46,7 +46,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -62,7 +62,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -79,7 +79,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -92,7 +92,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -106,7 +106,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -119,7 +119,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -133,7 +133,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -141,7 +141,7 @@ msgstr ""
" TOR-un MƏHDUDLAŞDIRILAN VERSİYALARINI ƏLDƏ ETMƏK\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -154,7 +154,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -167,21 +167,21 @@ msgstr ""
" codes.\n"
"\n"
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
"\n"
" Dəstəklənmiş yerlərin siyahısı:\n"
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
"\n"
" Budur bütün mümkün dillərin siyahısı:\n"
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -210,7 +210,7 @@ msgstr ""
"gettor+zh(a)torproject.org: Çin\n"
"\n"
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -219,14 +219,14 @@ msgstr ""
"qəbul edəcəksiniz.\n"
"\n"
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
"\n"
" SMALLER SIZED PACKAGES\n"
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -245,7 +245,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -253,7 +253,7 @@ msgstr ""
" Sadəcə elektron poçtunuzda haradasa açar söz 'parçalanmasını' "
"özündə saxlayın daxil edin:\n"
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -265,7 +265,7 @@ msgstr ""
" bir neçə 1,4MB əlavəsində Tor Səyyah Dəstəsi.\n"
"\n"
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -277,7 +277,7 @@ msgstr ""
" yenidən bir paketə.Bu aşağıdakı qaydada edilir:\n"
"\n"
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -286,7 +286,7 @@ msgstr ""
"saxlayın.\n"
" \n"
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -300,7 +300,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -313,7 +313,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -328,7 +328,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -338,7 +338,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -354,7 +354,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -364,11 +364,11 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -381,7 +381,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -395,7 +395,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -404,7 +404,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -417,7 +417,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -439,7 +439,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -453,7 +453,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -466,7 +466,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -486,7 +486,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -499,7 +499,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -515,7 +515,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -532,7 +532,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -545,6 +545,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/be/gettor.po b/i18n/be/gettor.po
index a711308..5c4039d 100644
--- a/i18n/be/gettor.po
+++ b/i18n/be/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/bg/gettor.po b/i18n/bg/gettor.po
index e0961a8..d463131 100644
--- a/i18n/bg/gettor.po
+++ b/i18n/bg/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/bms/gettor.po b/i18n/bms/gettor.po
index 515d1f6..3e45e5f 100644
--- a/i18n/bms/gettor.po
+++ b/i18n/bms/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -46,7 +46,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -60,7 +60,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -75,7 +75,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -88,7 +88,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -100,7 +100,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -112,7 +112,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -124,7 +124,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -132,7 +132,7 @@ msgstr ""
" သင္၏ နယ္ပယ္ေဒသဆိုင္ရာ TOR ဗားရွင္းကို ရယူျခင္း\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -144,7 +144,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -158,7 +158,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -166,7 +166,7 @@ msgstr ""
" အေထာက္အကူေပးေသာ နယ္ပယ္ေဒသမ်ား စာရင္း:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -175,7 +175,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -205,7 +205,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -214,7 +214,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -222,7 +222,7 @@ msgstr ""
" PACKAGE ဆိုက္ဒ္အေသးမ်ား\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -238,7 +238,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -246,7 +246,7 @@ msgstr ""
" ဤကဲ့သို႔ သင္၏ ေမးလ္တြင္ keyword ျဖစ္တဲ့ 'split' ဆိုတဲ့ စကားလံုးပါဝင္မွာပါ။:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -259,7 +259,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -272,7 +272,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -281,7 +281,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -294,7 +294,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -306,7 +306,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -320,7 +320,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -329,7 +329,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -344,7 +344,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -353,11 +353,11 @@ msgstr ""
"\\ \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -369,7 +369,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -381,7 +381,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -390,7 +390,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -402,7 +402,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -422,7 +422,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -435,7 +435,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -447,7 +447,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -465,7 +465,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -477,7 +477,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -491,7 +491,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -505,7 +505,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -518,6 +518,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/bn/gettor.po b/i18n/bn/gettor.po
index ecb29ba..43ba036 100644
--- a/i18n/bn/gettor.po
+++ b/i18n/bn/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-08-30 17:58+0200\n"
"Last-Translator: Rezwan <i_rezwan(a)hotmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -45,7 +45,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -60,7 +60,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -75,7 +75,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -87,7 +87,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -99,7 +99,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -111,7 +111,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -124,7 +124,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -132,7 +132,7 @@ msgstr ""
"টরের অনুবাদিত সংস্করণগুলো পাওয়ার উপায়\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -144,7 +144,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -159,7 +159,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -167,7 +167,7 @@ msgstr ""
"আমরা যেসব ভাষায় প্যাকেজটি দিয়ে থাকি:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -176,7 +176,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -206,7 +206,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -215,7 +215,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -223,7 +223,7 @@ msgstr ""
"ছোট সাইজের প্যাকেজ\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -240,7 +240,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -248,7 +248,7 @@ msgstr ""
"শুধুমাত্র 'split' (স্প্লিট) এই কিওয়ার্ডটি আপনার ইমেইলে যোগ করে দিন এভাবে:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -259,7 +259,7 @@ msgstr ""
"এটি আপনাকে টর ব্রাউজার বান্ডেল ১.৪ মেগাবাইটের সংযুক্তির আকারে পাঠাবে।\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -271,7 +271,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -280,7 +280,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -293,7 +293,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -305,7 +305,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -320,7 +320,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -329,7 +329,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -343,7 +343,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -352,11 +352,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -369,7 +369,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -382,7 +382,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -391,7 +391,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -403,7 +403,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -423,7 +423,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -437,7 +437,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -449,7 +449,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -467,7 +467,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -479,7 +479,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -493,7 +493,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -507,7 +507,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -520,6 +520,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/bn_IN/gettor.po b/i18n/bn_IN/gettor.po
index a711308..5c4039d 100644
--- a/i18n/bn_IN/gettor.po
+++ b/i18n/bn_IN/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/bo/gettor.po b/i18n/bo/gettor.po
index e0961a8..d463131 100644
--- a/i18n/bo/gettor.po
+++ b/i18n/bo/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/br/gettor.po b/i18n/br/gettor.po
index a711308..5c4039d 100644
--- a/i18n/br/gettor.po
+++ b/i18n/br/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/bs/gettor.po b/i18n/bs/gettor.po
index a711308..5c4039d 100644
--- a/i18n/bs/gettor.po
+++ b/i18n/bs/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ca/gettor.po b/i18n/ca/gettor.po
index 1c19c5c..9bec735 100644
--- a/i18n/ca/gettor.po
+++ b/i18n/ca/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-08-10 11:40+0200\n"
"Last-Translator: lluismas <lluis.mas.sariola(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -46,7 +46,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -61,7 +61,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -75,7 +75,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -88,7 +88,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -100,7 +100,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -112,7 +112,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -124,7 +124,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -132,7 +132,7 @@ msgstr ""
"OBTENINT VERSIONS LOCALITZADES DE TOR\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -144,7 +144,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -157,7 +157,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -165,7 +165,7 @@ msgstr ""
"Llista de locals suportades:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -174,7 +174,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -204,7 +204,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -221,7 +221,7 @@ msgstr ""
"PAQUETS DE MIDA REDUÏDA\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -237,7 +237,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -245,7 +245,7 @@ msgstr ""
"Sencillament inclou la paraula 'split' en algún lloc del teu email:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -257,7 +257,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -269,7 +269,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -278,7 +278,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -292,7 +292,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -304,7 +304,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -318,7 +318,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -327,7 +327,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -341,7 +341,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -350,11 +350,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -367,7 +367,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -379,7 +379,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -388,7 +388,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -400,7 +400,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -420,7 +420,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -433,7 +433,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -445,7 +445,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -462,7 +462,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -474,7 +474,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -489,7 +489,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -504,7 +504,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -516,6 +516,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/cs/gettor.po b/i18n/cs/gettor.po
index 78e6799..6e4d3e7 100644
--- a/i18n/cs/gettor.po
+++ b/i18n/cs/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-08-22 22:10+0200\n"
"Last-Translator: Martin <martinbarta(a)czech-city.eu>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,77 +31,77 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -116,15 +116,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -132,87 +132,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -222,19 +222,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -243,27 +243,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/csb/gettor.po b/i18n/csb/gettor.po
index a711308..5c4039d 100644
--- a/i18n/csb/gettor.po
+++ b/i18n/csb/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/cy/gettor.po b/i18n/cy/gettor.po
index a711308..5c4039d 100644
--- a/i18n/cy/gettor.po
+++ b/i18n/cy/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/da/gettor.po b/i18n/da/gettor.po
index 1d1cfbe..cbb05b8 100644
--- a/i18n/da/gettor.po
+++ b/i18n/da/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-08-03 19:26+0200\n"
"Last-Translator: benne <benne(a)chaosbyte.dk>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -44,7 +44,7 @@ msgstr ""
"disse.\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -58,7 +58,7 @@ msgstr ""
"er den faktiske afsender af mailen.\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -73,7 +73,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -85,7 +85,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -98,7 +98,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -110,7 +110,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -122,7 +122,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -130,7 +130,7 @@ msgstr ""
"FÅ OVERSATTE VERSIONER AF TOR\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -142,7 +142,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -155,7 +155,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -163,7 +163,7 @@ msgstr ""
"Liste af supporterede oversættelser:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -172,7 +172,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -202,7 +202,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -211,7 +211,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -219,7 +219,7 @@ msgstr ""
"MINDRE PAKKER (STØRRELSE)\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -236,7 +236,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -244,7 +244,7 @@ msgstr ""
"Inkluder nøgleordet 'split' et eller andet sted i din email, som her:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -256,7 +256,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -268,7 +268,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -277,7 +277,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -290,7 +290,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -302,7 +302,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -316,7 +316,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -325,7 +325,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -339,7 +339,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -348,11 +348,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -364,7 +364,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -377,7 +377,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -386,7 +386,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -398,7 +398,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -418,7 +418,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -431,7 +431,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -443,7 +443,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -461,7 +461,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -473,7 +473,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -487,7 +487,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -501,7 +501,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -514,6 +514,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/de/gettor.po b/i18n/de/gettor.po
index 5350d3d..703bf39 100644
--- a/i18n/de/gettor.po
+++ b/i18n/de/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-04-16 09:20-0600\n"
"Last-Translator: CS <cs(a)carlostrub.ch>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -43,7 +43,7 @@ msgstr ""
" eine E-Mail senden.\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -58,7 +58,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -74,7 +74,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -86,7 +86,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -100,7 +100,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -113,7 +113,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -127,7 +127,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -135,7 +135,7 @@ msgstr ""
" ÜBERSETZTE VERSIONEN VON TOR ERHALTEN\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -148,7 +148,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -162,7 +162,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -170,7 +170,7 @@ msgstr ""
" Liste der unterstützten Sprachen:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -179,7 +179,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -209,7 +209,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -219,11 +219,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -239,7 +239,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -248,7 +248,7 @@ msgstr ""
"Stelle in Ihrer E-mail, z.B. so:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -262,7 +262,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -274,7 +274,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -284,7 +284,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -298,7 +298,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -310,7 +310,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -326,7 +326,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -336,7 +336,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -350,7 +350,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -360,11 +360,11 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -377,7 +377,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -389,7 +389,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -398,7 +398,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -410,7 +410,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -433,7 +433,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -447,7 +447,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -460,7 +460,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -478,7 +478,7 @@ msgstr ""
" entpackt werden können.\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -491,7 +491,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -506,7 +506,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -522,7 +522,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -533,3 +533,12 @@ msgstr ""
" im Moment nicht nachkommen. Bitte habe Sie ein wenig Geduld\n"
" während wir versuchen das Problem in den Griff zu bekommen.\n"
" "
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/dz/gettor.po b/i18n/dz/gettor.po
index a711308..5c4039d 100644
--- a/i18n/dz/gettor.po
+++ b/i18n/dz/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/el/gettor.po b/i18n/el/gettor.po
index e0961a8..d463131 100644
--- a/i18n/el/gettor.po
+++ b/i18n/el/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/en/gettor.po b/i18n/en/gettor.po
index e0961a8..d463131 100644
--- a/i18n/en/gettor.po
+++ b/i18n/en/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/eo/gettor.po b/i18n/eo/gettor.po
index a711308..5c4039d 100644
--- a/i18n/eo/gettor.po
+++ b/i18n/eo/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/es/gettor.po b/i18n/es/gettor.po
index 6abd9a2..f684e59 100644
--- a/i18n/es/gettor.po
+++ b/i18n/es/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-09-28 22:42+0200\n"
"Last-Translator: Ricardo A. <ra.hermosillac(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -45,7 +45,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -61,7 +61,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -78,7 +78,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -91,7 +91,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -104,7 +104,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -116,7 +116,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -128,7 +128,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -136,7 +136,7 @@ msgstr ""
"OBTENIENDO VERSIONES LOCALIZADAS DE TOR\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -148,7 +148,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -162,7 +162,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -170,7 +170,7 @@ msgstr ""
"Lista de los idiomas soportados:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -179,7 +179,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -209,7 +209,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -218,7 +218,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -226,7 +226,7 @@ msgstr ""
"PAQUETES MÁS PEQUEÑOS\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -244,7 +244,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -253,7 +253,7 @@ msgstr ""
"como por ejemplo:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -266,7 +266,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -278,7 +278,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -288,7 +288,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -304,7 +304,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -317,7 +317,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -332,7 +332,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -342,7 +342,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -358,7 +358,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -367,11 +367,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -385,7 +385,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -398,7 +398,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -407,7 +407,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -420,7 +420,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -445,7 +445,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -461,7 +461,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -474,7 +474,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -494,7 +494,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -507,7 +507,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -522,7 +522,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -538,7 +538,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -552,6 +552,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/et/gettor.po b/i18n/et/gettor.po
index ee1d9bc..39b6865 100644
--- a/i18n/et/gettor.po
+++ b/i18n/et/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-04-10 13:50-0600\n"
"Last-Translator: Heiki Ojasild <heiki.ojasild(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,77 +30,77 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -115,15 +115,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -131,87 +131,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -221,19 +221,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -242,27 +242,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/eu/gettor.po b/i18n/eu/gettor.po
index e0961a8..d463131 100644
--- a/i18n/eu/gettor.po
+++ b/i18n/eu/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/fa/gettor.po b/i18n/fa/gettor.po
index b368f76..ddec981 100644
--- a/i18n/fa/gettor.po
+++ b/i18n/fa/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-11-04 13:40+0200\n"
"Last-Translator: iranfree <green.dove88(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"از درخواست شما سپاسگذاریم.\n"
"\n"
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -42,7 +42,7 @@ msgstr ""
"GMAIL.COMn\\ و يا درYAHOO.CN باز کنيد و از يکی از اين حساب های کاربری با ما n"
"\\مکاتبه کنيدn\\ "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -58,7 +58,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -75,7 +75,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -86,7 +86,7 @@ msgstr ""
" base 64 نداریم. ایمیل های خود را صورت plain-text ارسال نمایید.\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -98,7 +98,7 @@ msgstr ""
"د\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -111,7 +111,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -123,7 +123,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -132,7 +132,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -145,7 +145,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -158,7 +158,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -167,7 +167,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -176,7 +176,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -206,7 +206,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -216,7 +216,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -225,7 +225,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -242,7 +242,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -253,7 +253,7 @@ msgstr ""
":\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -264,7 +264,7 @@ msgstr ""
" Tor ارسال خواهد شد.\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -276,7 +276,7 @@ msgstr ""
":\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -285,7 +285,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -298,7 +298,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -310,7 +310,7 @@ msgstr ""
")\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -324,7 +324,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -334,7 +334,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -347,7 +347,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -357,11 +357,11 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -373,7 +373,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -386,7 +386,7 @@ msgstr ""
".\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -395,7 +395,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -407,7 +407,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -428,7 +428,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -441,7 +441,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -452,7 +452,7 @@ msgstr ""
"كنيد/n\\url: https://bridges.torproject.org//n\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -467,7 +467,7 @@ msgstr ""
"کنيد و با دوکليک روی فایل اول، همه را با هم پياده-سازی(unpack) کنيد./n\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -478,7 +478,7 @@ msgstr ""
"اقدام به پياده-سازی (unpack) فايل ها نکنيد./n\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -490,7 +490,7 @@ msgstr ""
"حال تدارک است. بسته درخواستی می بايست تا ده دقيقه آينده به دست شما برسد./n\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -504,7 +504,7 @@ msgstr ""
"است./n\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -515,6 +515,15 @@ msgstr ""
"شما را نداريم اما در حال رفع اين مشکل هستيم، خواهش می کنيم صبور باشيد./n\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/fi/gettor.po b/i18n/fi/gettor.po
index 44a2517..bebcad1 100644
--- a/i18n/fi/gettor.po
+++ b/i18n/fi/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-04-08 07:46-0600\n"
"Last-Translator: AmaliaH <hilkka39(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -44,7 +44,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -58,7 +58,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -74,7 +74,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -87,7 +87,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -100,7 +100,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -112,7 +112,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -125,7 +125,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -133,7 +133,7 @@ msgstr ""
"\tPAIKALLINEN TOR VERSIO\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -145,7 +145,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -158,7 +158,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -167,7 +167,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -176,7 +176,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -206,7 +206,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -215,7 +215,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -223,7 +223,7 @@ msgstr ""
" OSIIN JAETUT PAKETIT (SPLITATUT)\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -239,7 +239,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -247,7 +247,7 @@ msgstr ""
"\tSisällytä sana 'split' sähköpostiviestisi johonkin kohtaan:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -259,7 +259,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -271,7 +271,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -281,7 +281,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -293,7 +293,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -305,7 +305,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -319,7 +319,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -328,7 +328,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -343,7 +343,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -352,11 +352,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -368,7 +368,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -381,7 +381,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -390,7 +390,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -402,7 +402,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -421,7 +421,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -434,7 +434,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -447,7 +447,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -465,7 +465,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -478,7 +478,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -491,7 +491,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -505,7 +505,7 @@ msgstr ""
"browser-bundle.\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -517,6 +517,15 @@ msgstr ""
"kiitos....\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/fil/gettor.po b/i18n/fil/gettor.po
index a711308..5c4039d 100644
--- a/i18n/fil/gettor.po
+++ b/i18n/fil/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/fo/gettor.po b/i18n/fo/gettor.po
index a711308..5c4039d 100644
--- a/i18n/fo/gettor.po
+++ b/i18n/fo/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/fr/gettor.po b/i18n/fr/gettor.po
index d7a2bd7..75653fe 100644
--- a/i18n/fr/gettor.po
+++ b/i18n/fr/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-06-02 12:35-0600\n"
"Last-Translator: Pierre Antoine <pierre.antoine(a)acm.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -45,7 +45,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -60,7 +60,7 @@ msgstr ""
"envoyé.\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -77,7 +77,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -90,7 +90,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -104,7 +104,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -117,7 +117,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -130,7 +130,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -138,7 +138,7 @@ msgstr ""
" OBTENIR DES VERSIONS DE TOR DANS VOTRE LANGUE\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -152,7 +152,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -166,7 +166,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -174,7 +174,7 @@ msgstr ""
" Liste de langues supportées :\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -183,7 +183,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -213,7 +213,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -223,7 +223,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -231,7 +231,7 @@ msgstr ""
" PAQUETS DE PETITE TAILLE\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -250,7 +250,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -259,7 +259,7 @@ msgstr ""
"courriel, comme ceci :\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -272,7 +272,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -284,7 +284,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -294,7 +294,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -308,7 +308,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -320,7 +320,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -336,7 +336,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -346,7 +346,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -362,7 +362,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -372,11 +372,11 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -388,7 +388,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -401,7 +401,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -410,7 +410,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -422,7 +422,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -444,7 +444,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -458,7 +458,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -471,7 +471,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -491,7 +491,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -503,7 +503,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -516,7 +516,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -532,7 +532,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -545,6 +545,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/fur/gettor.po b/i18n/fur/gettor.po
index e0961a8..d463131 100644
--- a/i18n/fur/gettor.po
+++ b/i18n/fur/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/fy/gettor.po b/i18n/fy/gettor.po
index a711308..5c4039d 100644
--- a/i18n/fy/gettor.po
+++ b/i18n/fy/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ga/gettor.po b/i18n/ga/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ga/gettor.po
+++ b/i18n/ga/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/gl/gettor.po b/i18n/gl/gettor.po
index e0961a8..d463131 100644
--- a/i18n/gl/gettor.po
+++ b/i18n/gl/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/gu/gettor.po b/i18n/gu/gettor.po
index e0961a8..d463131 100644
--- a/i18n/gu/gettor.po
+++ b/i18n/gu/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/gun/gettor.po b/i18n/gun/gettor.po
index a711308..5c4039d 100644
--- a/i18n/gun/gettor.po
+++ b/i18n/gun/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ha/gettor.po b/i18n/ha/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ha/gettor.po
+++ b/i18n/ha/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/he/gettor.po b/i18n/he/gettor.po
index e0961a8..d463131 100644
--- a/i18n/he/gettor.po
+++ b/i18n/he/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/hi/gettor.po b/i18n/hi/gettor.po
index e0961a8..d463131 100644
--- a/i18n/hi/gettor.po
+++ b/i18n/hi/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/hr/gettor.po b/i18n/hr/gettor.po
index e0961a8..d463131 100644
--- a/i18n/hr/gettor.po
+++ b/i18n/hr/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ht/gettor.po b/i18n/ht/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ht/gettor.po
+++ b/i18n/ht/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/hu/gettor.po b/i18n/hu/gettor.po
index e0961a8..d463131 100644
--- a/i18n/hu/gettor.po
+++ b/i18n/hu/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/hy/gettor.po b/i18n/hy/gettor.po
index a711308..5c4039d 100644
--- a/i18n/hy/gettor.po
+++ b/i18n/hy/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/id/gettor.po b/i18n/id/gettor.po
index 7c507e5..80c2e2e 100644
--- a/i18n/id/gettor.po
+++ b/i18n/id/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-06-22 05:27-0600\n"
"Last-Translator: Jadied <jadied(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -44,7 +44,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -59,7 +59,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -75,7 +75,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -88,7 +88,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -100,7 +100,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -113,7 +113,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -126,7 +126,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -134,7 +134,7 @@ msgstr ""
"MENDAPATKAN VERSI LOKAL DARI TOR\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -146,7 +146,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -159,7 +159,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -167,7 +167,7 @@ msgstr ""
"daftar lokal yang didukung:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -176,7 +176,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -206,7 +206,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -215,7 +215,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -223,7 +223,7 @@ msgstr ""
"PAKET-PAKET DENGAN UKURAN KECIL\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -239,7 +239,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -247,7 +247,7 @@ msgstr ""
"Gunakan kata kunci 'split' dimanapun dalam email Anda:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -259,7 +259,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -272,7 +272,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -281,7 +281,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -295,7 +295,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -306,7 +306,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -320,7 +320,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -329,7 +329,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -344,7 +344,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -354,11 +354,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -370,7 +370,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -383,7 +383,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -392,7 +392,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -404,7 +404,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -426,7 +426,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -438,7 +438,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -450,7 +450,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -467,7 +467,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -479,7 +479,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -493,7 +493,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -507,7 +507,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -520,6 +520,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/is/gettor.po b/i18n/is/gettor.po
index 213bf00..15a1c54 100644
--- a/i18n/is/gettor.po
+++ b/i18n/is/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-10-03 02:50+0200\n"
"Last-Translator: Berglind Ósk Bergsdóttir <beggaboo85(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"Takk fyrir beiðnina.\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -42,7 +42,7 @@ msgstr ""
"reikning hjá gmail.com eða yahoo.cn og senda póst frá öðrum hvorum þeirra\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -56,7 +56,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -70,7 +70,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -83,7 +83,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -96,7 +96,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -108,7 +108,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -120,14 +120,14 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
"\n"
"SÆKI STAÐFÆRÐAR ÚTGÁFUR AF TOR\n"
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -140,7 +140,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -151,14 +151,14 @@ msgstr ""
"Þetta dæmi mun gefa þér umbeðna pakka á staðbundinni útgáfu á kínversku. "
"Tékkið neðar á lista yfir tungumálakóða sem eru studdir."
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
"\n"
" Listi yfir studdar staðfærslur:\n"
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -167,7 +167,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -197,7 +197,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -206,7 +206,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -215,7 +215,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -230,7 +230,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -241,7 +241,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -253,7 +253,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -266,7 +266,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -275,7 +275,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -287,7 +287,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -298,7 +298,7 @@ msgstr ""
"hverjum pakka. (gpg --verify)\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -311,51 +311,51 @@ msgstr ""
"þinni geturu náð í það hér: \n"
"\n"
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
"\n"
" Til að afþjappa Tor-pakkanum þínum, einfaldlega tvíklikkaðu á .exe skrána.\n"
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -365,19 +365,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -386,31 +386,40 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/it/gettor.po b/i18n/it/gettor.po
index e18a6fd..230ac16 100644
--- a/i18n/it/gettor.po
+++ b/i18n/it/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-11-20 19:57+0200\n"
"Last-Translator: ringmeister84 <ringmeister84(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"Ti ringrazio per la richiesta.\n"
"\n"
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -44,7 +44,7 @@ msgstr ""
"uno di questi.\n"
"\n"
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -57,7 +57,7 @@ msgstr ""
"campo \"From\" è realmente quello che spedisce la mail.\n"
"\n"
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -73,7 +73,7 @@ msgstr ""
"successivi).\n"
"\n"
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -85,7 +85,7 @@ msgstr ""
"E' necessario spedire in testo semplice.\n"
"\n"
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -96,7 +96,7 @@ msgstr ""
"persona a questo indirizzo: tor-assistants(a)torproject.org\n"
"\n"
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -107,7 +107,7 @@ msgstr ""
"Per favore seleziona uno dei seguenti nomi di pacchetti:\n"
"\n"
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -118,14 +118,14 @@ msgstr ""
"un singolo nome di pacchetto ovunque nel corpo della tua email.\n"
"\n"
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
"\n"
"OTTENENDO LE VERSIONI LOCALIZZATE DI TOR\n"
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -136,7 +136,7 @@ msgstr ""
"linguaggio che vuoi nell'indirizzo a cui spedisci la mail:\n"
"\n"
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -148,14 +148,14 @@ msgstr ""
"localizzata\n"
"per il Cinese. Controlla sotto per una lista dei codici lingua supportati.\n"
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
"\n"
"Lista delle localizzazioni supportate:\n"
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -163,7 +163,7 @@ msgstr ""
"Qui trovi una lista di tutti i linguaggi disponibili:\n"
"\n"
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -192,7 +192,7 @@ msgstr ""
"gettor+zh(a)torproject.org: Cinese\n"
"\n"
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -200,14 +200,14 @@ msgstr ""
"Se non selezioni alcun linguaggio, riceverai la versione Inglese.\n"
"\n"
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
"\n"
"PACCHETTI CON DIMENSIONE RIDOTTA\n"
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -222,7 +222,7 @@ msgstr ""
"invece di uno grande.\n"
"\n"
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -230,7 +230,7 @@ msgstr ""
"Includi semplicemente la parola chiave 'split' in qualche parte della tua "
"email:\n"
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -241,77 +241,77 @@ msgstr ""
"del Tor Browser Bundle in una serie di allegati da 1,4MB.\n"
"\n"
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -321,19 +321,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -342,27 +342,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ja/gettor.po b/i18n/ja/gettor.po
index 9de21ad..e79873f 100644
--- a/i18n/ja/gettor.po
+++ b/i18n/ja/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-04-10 01:48-0600\n"
"Last-Translator: Shinji R. Yamane <s-yamane(a)computer.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -45,7 +45,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -59,20 +59,20 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -85,7 +85,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -98,7 +98,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -110,7 +110,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -118,7 +118,7 @@ msgstr ""
" 【Torのローカライズ版を入手する】\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -130,14 +130,14 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -145,7 +145,7 @@ msgstr ""
" サポートするロカールリスト:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -154,7 +154,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -169,7 +169,7 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -178,7 +178,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -186,7 +186,7 @@ msgstr ""
" 【軽量版のパッケージ】\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -194,87 +194,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -284,19 +284,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -314,26 +314,26 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -346,6 +346,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " SUPPORT\n"
diff --git a/i18n/jv/gettor.po b/i18n/jv/gettor.po
index a711308..5c4039d 100644
--- a/i18n/jv/gettor.po
+++ b/i18n/jv/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ka/gettor.po b/i18n/ka/gettor.po
index e0961a8..d463131 100644
--- a/i18n/ka/gettor.po
+++ b/i18n/ka/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/km/gettor.po b/i18n/km/gettor.po
index e0961a8..d463131 100644
--- a/i18n/km/gettor.po
+++ b/i18n/km/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/kn/gettor.po b/i18n/kn/gettor.po
index a711308..5c4039d 100644
--- a/i18n/kn/gettor.po
+++ b/i18n/kn/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ko/gettor.po b/i18n/ko/gettor.po
index 998e059..7273509 100644
--- a/i18n/ko/gettor.po
+++ b/i18n/ko/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-05-16 18:54-0600\n"
"Last-Translator: vangelis <vangelis(a)s0f.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -44,7 +44,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -59,7 +59,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -74,56 +74,56 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -138,15 +138,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -154,87 +154,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -244,19 +244,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -265,27 +265,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ku/gettor.po b/i18n/ku/gettor.po
index e0961a8..d463131 100644
--- a/i18n/ku/gettor.po
+++ b/i18n/ku/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/kw/gettor.po b/i18n/kw/gettor.po
index a711308..5c4039d 100644
--- a/i18n/kw/gettor.po
+++ b/i18n/kw/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ky/gettor.po b/i18n/ky/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ky/gettor.po
+++ b/i18n/ky/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/lb/gettor.po b/i18n/lb/gettor.po
index a711308..5c4039d 100644
--- a/i18n/lb/gettor.po
+++ b/i18n/lb/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/lg/gettor.po b/i18n/lg/gettor.po
index a711308..5c4039d 100644
--- a/i18n/lg/gettor.po
+++ b/i18n/lg/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ln/gettor.po b/i18n/ln/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ln/gettor.po
+++ b/i18n/ln/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/lo/gettor.po b/i18n/lo/gettor.po
index a711308..5c4039d 100644
--- a/i18n/lo/gettor.po
+++ b/i18n/lo/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/lt/gettor.po b/i18n/lt/gettor.po
index a711308..5c4039d 100644
--- a/i18n/lt/gettor.po
+++ b/i18n/lt/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/lv/gettor.po b/i18n/lv/gettor.po
index a711308..5c4039d 100644
--- a/i18n/lv/gettor.po
+++ b/i18n/lv/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/mg/gettor.po b/i18n/mg/gettor.po
index a711308..5c4039d 100644
--- a/i18n/mg/gettor.po
+++ b/i18n/mg/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/mi/gettor.po b/i18n/mi/gettor.po
index a711308..5c4039d 100644
--- a/i18n/mi/gettor.po
+++ b/i18n/mi/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/mk/gettor.po b/i18n/mk/gettor.po
index a711308..5c4039d 100644
--- a/i18n/mk/gettor.po
+++ b/i18n/mk/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ml/gettor.po b/i18n/ml/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ml/gettor.po
+++ b/i18n/ml/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/mn/gettor.po b/i18n/mn/gettor.po
index a711308..5c4039d 100644
--- a/i18n/mn/gettor.po
+++ b/i18n/mn/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/mr/gettor.po b/i18n/mr/gettor.po
index a711308..5c4039d 100644
--- a/i18n/mr/gettor.po
+++ b/i18n/mr/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ms/gettor.po b/i18n/ms/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ms/gettor.po
+++ b/i18n/ms/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/mt/gettor.po b/i18n/mt/gettor.po
index e0961a8..d463131 100644
--- a/i18n/mt/gettor.po
+++ b/i18n/mt/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/nah/gettor.po b/i18n/nah/gettor.po
index a711308..5c4039d 100644
--- a/i18n/nah/gettor.po
+++ b/i18n/nah/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/nap/gettor.po b/i18n/nap/gettor.po
index a711308..5c4039d 100644
--- a/i18n/nap/gettor.po
+++ b/i18n/nap/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/nb/gettor.po b/i18n/nb/gettor.po
index 664f24a..e916f6c 100644
--- a/i18n/nb/gettor.po
+++ b/i18n/nb/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-07-23 17:41+0200\n"
"Last-Translator: Runa Sandvik <runa.sandvik(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,31 +236,40 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " Hello! This is the \"GetTor\" robot.\n"
diff --git a/i18n/ne/gettor.po b/i18n/ne/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ne/gettor.po
+++ b/i18n/ne/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/nl/gettor.po b/i18n/nl/gettor.po
index dc9d218..dd5f458 100644
--- a/i18n/nl/gettor.po
+++ b/i18n/nl/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-04-09 14:54-0600\n"
"Last-Translator: wessel <wessel90(a)xs4all.nl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -29,7 +29,7 @@ msgstr ""
"Dank u voor uw verzoek.\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -43,7 +43,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -58,7 +58,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -73,7 +73,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -86,7 +86,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -98,7 +98,7 @@ msgstr ""
"Neem in achting dat de voertaal Engels is. \n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -110,7 +110,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -122,7 +122,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -131,7 +131,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -143,7 +143,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -157,7 +157,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -165,7 +165,7 @@ msgstr ""
"Lijst van ondersteunde gelokaliseerde versies: \n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -174,7 +174,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -204,7 +204,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -213,7 +213,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -221,7 +221,7 @@ msgstr ""
"PAKKETTEN MET KLEINERE GROOTTE\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -236,7 +236,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -244,7 +244,7 @@ msgstr ""
"Neem in uw e-mail het woord 'split' op, zoals hier voorgedaan:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -256,7 +256,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -269,7 +269,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -278,7 +278,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -291,7 +291,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -303,7 +303,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -317,7 +317,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -327,7 +327,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -341,7 +341,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -351,11 +351,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -367,7 +367,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -379,7 +379,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -388,7 +388,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -400,7 +400,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -420,7 +420,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -432,7 +432,7 @@ msgstr ""
"Vermeld hierbij \"get bridges\"\n"
" in de body van uw bericht. "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -444,7 +444,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -462,7 +462,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -474,7 +474,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -487,7 +487,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -502,7 +502,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -515,6 +515,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/nn/gettor.po b/i18n/nn/gettor.po
index a711308..5c4039d 100644
--- a/i18n/nn/gettor.po
+++ b/i18n/nn/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/nso/gettor.po b/i18n/nso/gettor.po
index a711308..5c4039d 100644
--- a/i18n/nso/gettor.po
+++ b/i18n/nso/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/oc/gettor.po b/i18n/oc/gettor.po
index a711308..5c4039d 100644
--- a/i18n/oc/gettor.po
+++ b/i18n/oc/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/or/gettor.po b/i18n/or/gettor.po
index a711308..5c4039d 100644
--- a/i18n/or/gettor.po
+++ b/i18n/or/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/pa/gettor.po b/i18n/pa/gettor.po
index e0961a8..d463131 100644
--- a/i18n/pa/gettor.po
+++ b/i18n/pa/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/pap/gettor.po b/i18n/pap/gettor.po
index a711308..5c4039d 100644
--- a/i18n/pap/gettor.po
+++ b/i18n/pap/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/pl/gettor.po b/i18n/pl/gettor.po
index 7b338c3..ed6cbe5 100644
--- a/i18n/pl/gettor.po
+++ b/i18n/pl/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GetTor\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-04-27 11:30-0700\n"
"Last-Translator: Bogdan Drozdowski <bogdan / op . pl>\n"
"Language-Team: pl\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -44,7 +44,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -58,7 +58,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -72,7 +72,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -84,7 +84,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -96,7 +96,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -108,7 +108,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -120,7 +120,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -128,7 +128,7 @@ msgstr ""
" OTRZYMYWANIE PRZETŁUMACZONYCH WERSJI TORA\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -140,7 +140,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -154,7 +154,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -162,7 +162,7 @@ msgstr ""
" Lista obsługiwanych tłumaczeń:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -171,7 +171,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -201,7 +201,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -210,7 +210,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -218,7 +218,7 @@ msgstr ""
" PACZKI O MNIEJSZYCH ROZMIARACH\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -234,7 +234,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -242,7 +242,7 @@ msgstr ""
" Po prostu dołącz słowo 'split' gdzieś w swoim liście, o tak:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -254,7 +254,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -266,7 +266,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -275,7 +275,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -288,7 +288,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -300,7 +300,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -314,7 +314,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -324,7 +324,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -338,7 +338,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -347,11 +347,11 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -363,7 +363,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -376,7 +376,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -385,7 +385,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -397,7 +397,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -418,7 +418,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -431,7 +431,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -443,7 +443,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -460,7 +460,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -472,7 +472,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -488,7 +488,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -503,7 +503,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -516,6 +516,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/pms/gettor.po b/i18n/pms/gettor.po
index a711308..5c4039d 100644
--- a/i18n/pms/gettor.po
+++ b/i18n/pms/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ps/gettor.po b/i18n/ps/gettor.po
index f53f143..862feae 100644
--- a/i18n/ps/gettor.po
+++ b/i18n/ps/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/pt/gettor.po b/i18n/pt/gettor.po
index aeefb29..0eb3a88 100644
--- a/i18n/pt/gettor.po
+++ b/i18n/pt/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2009-12-13 12:53-0700\n"
"Last-Translator: Tiago Faria <gouki(a)goukihq.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,84 +16,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -108,15 +108,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -124,87 +124,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -214,19 +214,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -235,26 +235,26 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -270,6 +270,15 @@ msgstr ""
"tentamos resolver esta situação.\n"
"\n"
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " Hello! This is the \"GetTor\" robot.\n"
diff --git a/i18n/pt_BR/gettor.po b/i18n/pt_BR/gettor.po
index f9ec3ca..ca826b4 100644
--- a/i18n/pt_BR/gettor.po
+++ b/i18n/pt_BR/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-08-24 19:48+0200\n"
"Last-Translator: airton <airton.torres(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -45,70 +45,70 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -123,15 +123,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -139,87 +139,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -229,19 +229,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -250,31 +250,40 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " Hello! This is the \"GetTor\" robot.\n"
diff --git a/i18n/ro/gettor.po b/i18n/ro/gettor.po
index e0961a8..d463131 100644
--- a/i18n/ro/gettor.po
+++ b/i18n/ro/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ru/gettor.po b/i18n/ru/gettor.po
index ada697b..8938732 100644
--- a/i18n/ru/gettor.po
+++ b/i18n/ru/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-09-06 20:03+0200\n"
"Last-Translator: vitaliy <vitolink(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -18,7 +18,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -32,7 +32,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -47,7 +47,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -62,7 +62,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -77,7 +77,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -90,7 +90,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -103,7 +103,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -117,7 +117,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -129,7 +129,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -137,7 +137,7 @@ msgstr ""
" ПОЛУЧЕНИЕ ЛОКАЛИЗОВАННЫХ ВЕРСИЙ TOR\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -149,7 +149,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -162,7 +162,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -170,7 +170,7 @@ msgstr ""
" Список поддерживаемых языков:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -179,7 +179,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -209,7 +209,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -218,7 +218,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -226,7 +226,7 @@ msgstr ""
" ПАКЕТЫ МАЛОГО РАЗМЕРА\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -242,7 +242,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -250,7 +250,7 @@ msgstr ""
" Просто добавьте слово 'split' где-нибудь в письме, например так:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -263,7 +263,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -275,7 +275,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -284,7 +284,7 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -297,7 +297,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -310,7 +310,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -326,7 +326,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -335,7 +335,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -350,7 +350,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -359,11 +359,11 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -376,7 +376,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -389,7 +389,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -398,7 +398,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -410,7 +410,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -434,7 +434,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -447,7 +447,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -460,7 +460,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -479,7 +479,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -492,7 +492,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -507,7 +507,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -524,7 +524,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -537,6 +537,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/sco/gettor.po b/i18n/sco/gettor.po
index a711308..5c4039d 100644
--- a/i18n/sco/gettor.po
+++ b/i18n/sco/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/sk/gettor.po b/i18n/sk/gettor.po
index a711308..5c4039d 100644
--- a/i18n/sk/gettor.po
+++ b/i18n/sk/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/sl/gettor.po b/i18n/sl/gettor.po
index e0961a8..d463131 100644
--- a/i18n/sl/gettor.po
+++ b/i18n/sl/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/so/gettor.po b/i18n/so/gettor.po
index a711308..5c4039d 100644
--- a/i18n/so/gettor.po
+++ b/i18n/so/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/son/gettor.po b/i18n/son/gettor.po
index a711308..5c4039d 100644
--- a/i18n/son/gettor.po
+++ b/i18n/son/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/sq/gettor.po b/i18n/sq/gettor.po
index e0961a8..d463131 100644
--- a/i18n/sq/gettor.po
+++ b/i18n/sq/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/sr/gettor.po b/i18n/sr/gettor.po
index 436d547..ed0596d 100644
--- a/i18n/sr/gettor.po
+++ b/i18n/sr/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-06-20 16:18-0600\n"
"Last-Translator: George Bush <theranchcowboy(a)googlemail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -43,7 +43,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -57,7 +57,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -72,7 +72,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -84,7 +84,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -96,7 +96,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -108,7 +108,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -122,7 +122,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -130,7 +130,7 @@ msgstr ""
"ПРИКУПЉАЊЕ ЛОКАЛИЗОВАНИХ ИЗДАЊА TOR-А\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -142,7 +142,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -156,7 +156,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -164,7 +164,7 @@ msgstr ""
"Списак подржаних језика:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -173,7 +173,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -203,7 +203,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -212,7 +212,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -220,7 +220,7 @@ msgstr ""
"МАЊИ ПАКЕТИ\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -236,7 +236,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -244,7 +244,7 @@ msgstr ""
"Укључите кључну реч „split“ негде у поруци као:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -256,7 +256,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -268,7 +268,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -277,7 +277,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -290,7 +290,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -302,7 +302,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -316,7 +316,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -325,7 +325,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -339,7 +339,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -348,11 +348,11 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -364,7 +364,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -376,7 +376,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -385,7 +385,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -398,7 +398,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -419,7 +419,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -432,7 +432,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -444,7 +444,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -462,7 +462,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -474,7 +474,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -487,7 +487,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -501,7 +501,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -513,6 +513,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/st/gettor.po b/i18n/st/gettor.po
index a711308..5c4039d 100644
--- a/i18n/st/gettor.po
+++ b/i18n/st/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/su/gettor.po b/i18n/su/gettor.po
index a711308..5c4039d 100644
--- a/i18n/su/gettor.po
+++ b/i18n/su/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/sv/gettor.po b/i18n/sv/gettor.po
index e0961a8..d463131 100644
--- a/i18n/sv/gettor.po
+++ b/i18n/sv/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/sw/gettor.po b/i18n/sw/gettor.po
index e0961a8..d463131 100644
--- a/i18n/sw/gettor.po
+++ b/i18n/sw/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ta/gettor.po b/i18n/ta/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ta/gettor.po
+++ b/i18n/ta/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/te/gettor.po b/i18n/te/gettor.po
index a711308..5c4039d 100644
--- a/i18n/te/gettor.po
+++ b/i18n/te/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/templates/gettor.pot b/i18n/templates/gettor.pot
index f0160bb..4f49701 100644
--- a/i18n/templates/gettor.pot
+++ b/i18n/templates/gettor.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/tg/gettor.po b/i18n/tg/gettor.po
index a711308..5c4039d 100644
--- a/i18n/tg/gettor.po
+++ b/i18n/tg/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/th/gettor.po b/i18n/th/gettor.po
index e0961a8..d463131 100644
--- a/i18n/th/gettor.po
+++ b/i18n/th/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/ti/gettor.po b/i18n/ti/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ti/gettor.po
+++ b/i18n/ti/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/tk/gettor.po b/i18n/tk/gettor.po
index a711308..5c4039d 100644
--- a/i18n/tk/gettor.po
+++ b/i18n/tk/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/tr/gettor.po b/i18n/tr/gettor.po
index 11be724..19c4742 100644
--- a/i18n/tr/gettor.po
+++ b/i18n/tr/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-12-02 12:14+0200\n"
"Last-Translator: yunus kaba <yunuskaba(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -31,7 +31,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -45,7 +45,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -59,7 +59,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -74,7 +74,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -86,7 +86,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -99,7 +99,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -111,7 +111,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -123,7 +123,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -131,7 +131,7 @@ msgstr ""
"OBTAINING LOCALIZED VERSIONS OF TOR\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -143,14 +143,14 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -158,7 +158,7 @@ msgstr ""
"Desteklenen yerellerin listesi:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -167,7 +167,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -197,7 +197,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -206,7 +206,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -214,7 +214,7 @@ msgstr ""
"DAHA KÜÇÜK BOYUTLU PAKETLER\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -222,23 +222,23 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -247,26 +247,26 @@ msgstr ""
" \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -276,44 +276,44 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -323,19 +323,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -344,31 +344,40 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " Hello! This is the \"GetTor\" robot.\n"
diff --git a/i18n/uk/gettor.po b/i18n/uk/gettor.po
index f2a6381..87884ca 100644
--- a/i18n/uk/gettor.po
+++ b/i18n/uk/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-05-26 15:28-0600\n"
"Last-Translator: Eugene Briskin <phirelli(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -28,7 +28,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -41,7 +41,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -56,7 +56,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -70,7 +70,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -82,7 +82,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -94,7 +94,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -106,7 +106,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -120,32 +120,32 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -160,15 +160,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -176,87 +176,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -266,19 +266,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -287,31 +287,40 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " Hello! This is the \"GetTor\" robot.\n"
diff --git a/i18n/ur/gettor.po b/i18n/ur/gettor.po
index 7769e4d..87d626a 100644
--- a/i18n/ur/gettor.po
+++ b/i18n/ur/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-09-15 09:05+0200\n"
"Last-Translator: ahmedsalman <ahmed.salman(a)yahoo.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -28,7 +28,7 @@ msgstr ""
"آپ کی درخواست کا شکریہ\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -40,7 +40,7 @@ msgstr ""
"CN کے ساتھ ایک اکاؤنٹ اور ای میل بھیجو ان میں سے ایک\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -51,7 +51,7 @@ msgstr ""
" ہم صرف ان درخواست کو سپورٹ کرتے ھیں جو ای میل DKIM پر عمل کر تے ہے\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -65,7 +65,7 @@ msgstr ""
"سے اگے\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -76,7 +76,7 @@ msgstr ""
"سکتے ہیں یا 64 بیس ای میل. آپ کو سادہ متن بھیجنے کی ضرورت ہو گی\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -87,7 +87,7 @@ msgstr ""
"میل ایڈریس پر رابطہ کر سکتے ہیں tor-assistants(a)torproject.org\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -98,7 +98,7 @@ msgstr ""
"مہربانی مندرجہ ذیل پیکج کے نام سے ایک کا انتخاب کریں. \n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -109,14 +109,14 @@ msgstr ""
"آپ کے ای میل میں ایک پیکیج کا نام. \n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
"\n"
"TOR کا مقامی ورژن حاصل کرنا "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -127,7 +127,7 @@ msgstr ""
"اسے ای میل ایڈریس میں\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -139,14 +139,14 @@ msgstr ""
"کوڈز میں فہرست ملاحظہ کریں\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
"\n"
"مقامی حمایت کردہ فہرست "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -154,7 +154,7 @@ msgstr ""
"یہ تمام دستیاب زبانوں کی فہرست ہے\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -178,7 +178,7 @@ msgstr ""
"+zh(a)torproject.org\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -186,14 +186,14 @@ msgstr ""
"اگر آپ نے کوئی زبان منتخب نہ کی تو آپ انگریزی ورژن حاصل کریں گے\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
"\n"
"چھوٹے سائز کے پیکجز "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -208,14 +208,14 @@ msgstr ""
"بجائے ایک بڑے سے کے\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
"\n"
"بس مطلوبہ الفاظ \"ٹکڑے ٹکڑے کر ڈالا\" شامل کریں, کہیں آپنے ای میل میں "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -226,7 +226,7 @@ msgstr ""
"Bundleکوبھیجے سکتے ہیں\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -237,7 +237,7 @@ msgstr ""
"درج ذيل ہے:\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -245,7 +245,7 @@ msgstr ""
"1) سب ملحقات کو ایک فولڈر میں اپنے ڈسک پر محفوظ کریں \n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -256,7 +256,7 @@ msgstr ""
"میں محفوظ کرتے ھیں, تو اس فولڈر میں تمام فائلیں کھولیں\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -267,7 +267,7 @@ msgstr ""
"تصدیق)\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -280,7 +280,7 @@ msgstr ""
"نہیں ہے تو اسے یہاں سے حاصل کرو\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -288,7 +288,7 @@ msgstr ""
"اپنے پیکج کو کھولنے کے لیے صرف \"exe.\" پرڈبل کلک کریں\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -301,7 +301,7 @@ msgstr ""
"میں سروع ہو جانا چاہے۔\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -310,11 +310,11 @@ msgstr ""
"ہوسکتے ہیں۔ \n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -325,7 +325,7 @@ msgstr ""
"تصدیق کریں۔\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -336,7 +336,7 @@ msgstr ""
"کرتے ہوے زپ فائل کو کھل دو\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -344,7 +344,7 @@ msgstr ""
"اس کی پیداوار کسی حد تک اس طرح نظر آنی چا ہئے\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -354,7 +354,7 @@ msgstr ""
"اگر اپ کمانڈ لائن طریقہ سے ناواقف ہے تو تصویر ی صارف مواجہ کو تلاش کریں\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -372,7 +372,7 @@ msgstr ""
"نہیں کر سکے گے۔\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -383,7 +383,7 @@ msgstr ""
"سکتے ہیں ، جس میں لکھا ہو\"پل حاصل کرو\"\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -394,7 +394,7 @@ msgstr ""
"bridges.torproject.org \n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -409,7 +409,7 @@ msgstr ""
"دیںاور فائل کو دومرتبہ کلک کر کے کھول دیں \n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -420,7 +420,7 @@ msgstr ""
"کرلیں کہ آپ نے تمام پیکیج مصول کر لیے ہیں\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -433,7 +433,7 @@ msgstr ""
"چاہئے\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -446,7 +446,7 @@ msgstr ""
"چھوٹی ہے.\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -458,6 +458,15 @@ msgstr ""
"ہیں\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/ve/gettor.po b/i18n/ve/gettor.po
index a711308..5c4039d 100644
--- a/i18n/ve/gettor.po
+++ b/i18n/ve/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/vi/gettor.po b/i18n/vi/gettor.po
index 23e5098..bc84703 100644
--- a/i18n/vi/gettor.po
+++ b/i18n/vi/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-03-02 15:55+0100\n"
"Last-Translator: Steve Wang <doctor.swan(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,84 +16,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -108,15 +108,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -124,87 +124,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -214,19 +214,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -235,26 +235,26 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -272,6 +272,15 @@ msgstr ""
"\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " Hello! This is the \"GetTor\" robot.\n"
diff --git a/i18n/wa/gettor.po b/i18n/wa/gettor.po
index a711308..5c4039d 100644
--- a/i18n/wa/gettor.po
+++ b/i18n/wa/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/wo/gettor.po b/i18n/wo/gettor.po
index a711308..5c4039d 100644
--- a/i18n/wo/gettor.po
+++ b/i18n/wo/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/zh_CN/gettor.po b/i18n/zh_CN/gettor.po
index ca85024..61c9e3d 100644
--- a/i18n/zh_CN/gettor.po
+++ b/i18n/zh_CN/gettor.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: 2010-04-16 04:24-0600\n"
"Last-Translator: Wu Haotian <wuhaotian108(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
#, fuzzy
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
@@ -30,7 +30,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
#, fuzzy
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
@@ -43,7 +43,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
#, fuzzy
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
@@ -56,7 +56,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
#, fuzzy
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
@@ -70,7 +70,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
#, fuzzy
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
@@ -82,7 +82,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
#, fuzzy
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
@@ -94,7 +94,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
#, fuzzy
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
@@ -106,7 +106,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
#, fuzzy
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
@@ -118,7 +118,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
#, fuzzy
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
@@ -126,7 +126,7 @@ msgstr ""
" 获取TOR的本地化版本\n"
" "
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
#, fuzzy
msgid ""
"To get a version of Tor translated into your language, specify the\n"
@@ -138,7 +138,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
#, fuzzy
msgid ""
"This example will give you the requested package in a localized\n"
@@ -151,7 +151,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
#, fuzzy
msgid " List of supported locales:"
msgstr ""
@@ -159,7 +159,7 @@ msgstr ""
" 支持语言环境列表:\n"
" "
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
#, fuzzy
msgid "Here is a list of all available languages:"
msgstr ""
@@ -168,7 +168,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
#, fuzzy
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
@@ -198,7 +198,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
#, fuzzy
msgid "If you select no language, you will receive the English version."
msgstr ""
@@ -207,7 +207,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
#, fuzzy
msgid "SMALLER SIZED PACKAGES"
msgstr ""
@@ -215,7 +215,7 @@ msgstr ""
"较小的文件包\n"
" "
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
#, fuzzy
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
@@ -228,7 +228,7 @@ msgstr ""
"点是您可以使它向您发送一组小的数据包而不是一个大的数据包。\n"
" "
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
#, fuzzy
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
@@ -236,7 +236,7 @@ msgstr ""
"只需像这样在您的电子邮件中包含“split\"关键字:\n"
" "
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
#, fuzzy
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
@@ -247,7 +247,7 @@ msgstr ""
"Browser Bundle。\n"
" "
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
#, fuzzy
msgid ""
"After having received all parts, you need to re-assemble them to \n"
@@ -257,7 +257,7 @@ msgstr ""
"在接受全部的部分后,您需要把他们重新组装成一个文件包。步骤如下:\n"
" "
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
#, fuzzy
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
@@ -265,7 +265,7 @@ msgstr ""
"1.)将所有接受到的附件保存在您的硬盘的同一个文件夹里。\n"
" "
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
#, fuzzy
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
@@ -276,7 +276,7 @@ msgstr ""
"夹,仅在那个文件夹里解压所有文件就可以。\n"
" "
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
#, fuzzy
msgid ""
"3.) Verify all files as described in the mail you received with \n"
@@ -286,7 +286,7 @@ msgstr ""
"核实您接受的所有的该邮件中描述的每个文件包\n"
" "
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
#, fuzzy
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
@@ -298,7 +298,7 @@ msgstr ""
"在您的电脑上安装该软件,请在这里得到它:\n"
" "
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
#, fuzzy
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
@@ -306,7 +306,7 @@ msgstr ""
"要解压您的Tor文件包,只需双击”.exe\"文件。\n"
" "
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
#, fuzzy
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
@@ -318,7 +318,7 @@ msgstr ""
"Tor Browser Bundle会在几秒钟内运行。\n"
" "
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
#, fuzzy
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
@@ -326,11 +326,11 @@ msgstr ""
"就是这样。过程完成。感谢您使用Tor并祝您愉快!\n"
" "
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
#, fuzzy
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
@@ -340,7 +340,7 @@ msgstr ""
"这是您请求的软件的zip格式文件。请解压文件并验证签名。\n"
" "
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
#, fuzzy
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
@@ -350,7 +350,7 @@ msgstr ""
"提示:如果您的电脑已安装过GnuPG,在解压文件后请如下使用gpg命令栏工具:\n"
" "
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
#, fuzzy
msgid "The output should look somewhat like this:"
msgstr ""
@@ -359,7 +359,7 @@ msgstr ""
"\n"
" "
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
#, fuzzy
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
@@ -369,7 +369,7 @@ msgstr ""
"如果您对命令栏工具不了解,请在这个网站上试着寻找GnuPG适用的用户图形界面:\n"
" "
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
#, fuzzy
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
@@ -385,7 +385,7 @@ msgstr ""
"即使您的ISP过滤了所有通向已知Tor中继的链接,它们可能不会屏蔽所有的桥接。\n"
" "
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
#, fuzzy
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
@@ -396,7 +396,7 @@ msgstr ""
"文中包含\"get bridges\"。\n"
" "
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
#, fuzzy
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
@@ -406,7 +406,7 @@ msgstr ""
"您也可以通过浏览器在以下网址得到桥接:https://bridges.torproject.org/\n"
" "
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
#, fuzzy
msgid ""
"IMPORTANT NOTE:\n"
@@ -421,7 +421,7 @@ msgstr ""
"文件夹,接着双击第一个文件解压。\n"
" "
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
#, fuzzy
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
@@ -431,7 +431,7 @@ msgstr ""
"文件包可能不是按顺序接受到!请您确认接受到所有的文件包后在尝试解压他们!\n"
" "
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
#, fuzzy
msgid ""
"Thank you for your request. \n"
@@ -443,7 +443,7 @@ msgstr ""
"的十分钟内传达。\n"
" "
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
#, fuzzy
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
@@ -455,7 +455,7 @@ msgstr ""
"而尽量不是tor-im-browser,因为前者更小一点。\n"
" "
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
#, fuzzy
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
@@ -466,6 +466,15 @@ msgstr ""
"试解决此问题。\n"
" "
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
+
#~ msgid ""
#~ "\n"
#~ " 3.) Rename the file ending in \".ex_RENAME\" to end in \".exe\" and \n"
diff --git a/i18n/zh_HK/gettor.po b/i18n/zh_HK/gettor.po
index e0961a8..d463131 100644
--- a/i18n/zh_HK/gettor.po
+++ b/i18n/zh_HK/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/zh_TW/gettor.po b/i18n/zh_TW/gettor.po
index e0961a8..d463131 100644
--- a/i18n/zh_TW/gettor.po
+++ b/i18n/zh_TW/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.1.1\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
diff --git a/i18n/zu/gettor.po b/i18n/zu/gettor.po
index a711308..5c4039d 100644
--- a/i18n/zu/gettor.po
+++ b/i18n/zu/gettor.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-24 11:28+0100\n"
+"POT-Creation-Date: 2011-02-27 00:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -17,84 +17,84 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: lib/gettor/i18n.py:406
+#: lib/gettor/i18n.py:408
msgid ""
"Hello, This is the \"GetTor\" robot.\n"
"\n"
"Thank you for your request."
msgstr ""
-#: lib/gettor/i18n.py:410
+#: lib/gettor/i18n.py:412
msgid ""
" Unfortunately, we won't answer you at this address. You should make\n"
"an account with GMAIL.COM or YAHOO.CN and send the mail from\n"
"one of those."
msgstr ""
-#: lib/gettor/i18n.py:414
+#: lib/gettor/i18n.py:416
msgid ""
"We only process requests from email services that support \"DKIM\",\n"
"which is an email feature that lets us verify that the address in the\n"
"\"From\" line is actually the one who sent the mail."
msgstr ""
-#: lib/gettor/i18n.py:418
+#: lib/gettor/i18n.py:420
msgid ""
"(We apologize if you didn't ask for this mail. Since your email is from\n"
"a service that doesn't use DKIM, we're sending a short explanation,\n"
"and then we'll ignore this email address for the next day or so.)"
msgstr ""
-#: lib/gettor/i18n.py:422
+#: lib/gettor/i18n.py:424
msgid ""
"Please note that currently, we can't process HTML emails or base 64\n"
"mails. You will need to send plain text."
msgstr ""
-#: lib/gettor/i18n.py:425 lib/gettor/i18n.py:498
+#: lib/gettor/i18n.py:427 lib/gettor/i18n.py:500
msgid ""
"If you have any questions or it doesn't work, you can contact a\n"
"human at this support email address: tor-assistants(a)torproject.org"
msgstr ""
-#: lib/gettor/i18n.py:428
+#: lib/gettor/i18n.py:430
msgid ""
"I will mail you a Tor package, if you tell me which one you want.\n"
"Please select one of the following package names:"
msgstr ""
-#: lib/gettor/i18n.py:431
+#: lib/gettor/i18n.py:433
msgid ""
"Please reply to this mail (to gettor(a)torproject.org) and tell me\n"
"a single package name anywhere in the body of your email."
msgstr ""
-#: lib/gettor/i18n.py:434
+#: lib/gettor/i18n.py:436
msgid " OBTAINING LOCALIZED VERSIONS OF TOR"
msgstr ""
-#: lib/gettor/i18n.py:436
+#: lib/gettor/i18n.py:438
msgid ""
"To get a version of Tor translated into your language, specify the\n"
"language you want in the address you send the mail to:"
msgstr ""
-#: lib/gettor/i18n.py:439
+#: lib/gettor/i18n.py:441
msgid ""
"This example will give you the requested package in a localized\n"
"version for Chinese. Check below for a list of supported language\n"
"codes. "
msgstr ""
-#: lib/gettor/i18n.py:443
+#: lib/gettor/i18n.py:445
msgid " List of supported locales:"
msgstr ""
-#: lib/gettor/i18n.py:445
+#: lib/gettor/i18n.py:447
msgid "Here is a list of all available languages:"
msgstr ""
-#: lib/gettor/i18n.py:447
+#: lib/gettor/i18n.py:449
msgid ""
" gettor+ar(a)torproject.org: Arabic\n"
" gettor+de(a)torproject.org: German\n"
@@ -109,15 +109,15 @@ msgid ""
" gettor+zh(a)torproject.org: Chinese"
msgstr ""
-#: lib/gettor/i18n.py:459
+#: lib/gettor/i18n.py:461
msgid "If you select no language, you will receive the English version."
msgstr ""
-#: lib/gettor/i18n.py:461
+#: lib/gettor/i18n.py:463
msgid "SMALLER SIZED PACKAGES"
msgstr ""
-#: lib/gettor/i18n.py:463
+#: lib/gettor/i18n.py:465
msgid ""
"If your bandwith is low or your provider doesn't allow you to \n"
"receive large attachments in your email, there is a feature of \n"
@@ -125,87 +125,87 @@ msgid ""
"instead of one big one."
msgstr ""
-#: lib/gettor/i18n.py:468
+#: lib/gettor/i18n.py:470
msgid "Simply include the keyword 'split' somewhere in your email like so:"
msgstr ""
-#: lib/gettor/i18n.py:470
+#: lib/gettor/i18n.py:472
msgid ""
"Sending this text in an email to GetTor will cause it to send you \n"
"the Tor Browser Bundle in a number of 1,4MB attachments."
msgstr ""
-#: lib/gettor/i18n.py:473
+#: lib/gettor/i18n.py:475
msgid ""
"After having received all parts, you need to re-assemble them to \n"
"one package again. This is done as follows:"
msgstr ""
-#: lib/gettor/i18n.py:476
+#: lib/gettor/i18n.py:478
msgid "1.) Save all received attachments into one folder on your disk."
msgstr ""
-#: lib/gettor/i18n.py:478
+#: lib/gettor/i18n.py:480
msgid ""
"2.) Unzip all files ending in \".z\". If you saved all attachments to\n"
"a fresh folder before, simply unzip all files in that folder."
msgstr ""
-#: lib/gettor/i18n.py:481
+#: lib/gettor/i18n.py:483
msgid ""
"3.) Verify all files as described in the mail you received with \n"
"each package. (gpg --verify)"
msgstr ""
-#: lib/gettor/i18n.py:484
+#: lib/gettor/i18n.py:486
msgid ""
"4.) Now use a program that can unrar multivolume RAR archives. On\n"
"Windows, this usually is WinRAR. If you don't have that\n"
"installed on you computer yet, get it here:"
msgstr ""
-#: lib/gettor/i18n.py:488
+#: lib/gettor/i18n.py:490
msgid "To unpack your Tor package, simply doubleclick the \".exe\" file."
msgstr ""
-#: lib/gettor/i18n.py:490
+#: lib/gettor/i18n.py:492
msgid ""
"5.) After unpacking is finished, you should find a newly created \n"
"\".exe\" file in your destination folder. Simply doubleclick\n"
"that and Tor Browser Bundle should start within a few seconds."
msgstr ""
-#: lib/gettor/i18n.py:494
+#: lib/gettor/i18n.py:496
msgid "6.) That's it. You're done. Thanks for using Tor and have fun!"
msgstr ""
-#: lib/gettor/i18n.py:496
+#: lib/gettor/i18n.py:498
msgid "SUPPORT"
msgstr ""
-#: lib/gettor/i18n.py:501
+#: lib/gettor/i18n.py:503
msgid ""
" Here's your requested software as a zip file. Please unzip the\n"
"package and verify the signature."
msgstr ""
-#: lib/gettor/i18n.py:504
+#: lib/gettor/i18n.py:506
msgid ""
"Hint: If your computer has GnuPG installed, use the gpg\n"
"commandline tool as follows after unpacking the zip file:"
msgstr ""
-#: lib/gettor/i18n.py:507
+#: lib/gettor/i18n.py:509
msgid "The output should look somewhat like this:"
msgstr ""
-#: lib/gettor/i18n.py:509
+#: lib/gettor/i18n.py:511
msgid ""
"If you're not familiar with commandline tools, try looking for\n"
"a graphical user interface for GnuPG on this website:"
msgstr ""
-#: lib/gettor/i18n.py:512
+#: lib/gettor/i18n.py:514
msgid ""
"If your Internet connection blocks access to the Tor network, you\n"
"may need a bridge relay. Bridge relays (or \"bridges\" for short)\n"
@@ -215,19 +215,19 @@ msgid ""
"to block all the bridges."
msgstr ""
-#: lib/gettor/i18n.py:519
+#: lib/gettor/i18n.py:521
msgid ""
"You can acquire a bridge by sending an email that contains \"get bridges\"\n"
"in the body of the email to the following email address:"
msgstr ""
-#: lib/gettor/i18n.py:522
+#: lib/gettor/i18n.py:524
msgid ""
"It is also possible to fetch bridges with a web browser at the following\n"
"url: https://bridges.torproject.org/"
msgstr ""
-#: lib/gettor/i18n.py:525
+#: lib/gettor/i18n.py:527
msgid ""
"IMPORTANT NOTE:\n"
"Since this is part of a split-file request, you need to wait for\n"
@@ -236,27 +236,36 @@ msgid ""
"first file."
msgstr ""
-#: lib/gettor/i18n.py:531
+#: lib/gettor/i18n.py:533
msgid ""
"Packages might arrive out of order! Please make sure you received\n"
"all packages before you attempt to unpack them!"
msgstr ""
-#: lib/gettor/i18n.py:534
+#: lib/gettor/i18n.py:536
msgid ""
"Thank you for your request. \n"
"It was successfully understood. Your request is currently being processed.\n"
"Your package should arrive within the next ten minutes."
msgstr ""
-#: lib/gettor/i18n.py:538
+#: lib/gettor/i18n.py:540
msgid ""
"If it doesn't arrive, the package might be too big for your mail provider.\n"
"Try resending the mail from a GMAIL.COM or YAHOO.COM account."
msgstr ""
-#: lib/gettor/i18n.py:541
+#: lib/gettor/i18n.py:543
msgid ""
"Unfortunately we are currently experiencing problems and we can't fulfill\n"
"your request right now. Please be patient as we try to resolve this issue."
msgstr ""
+
+#: lib/gettor/i18n.py:546
+msgid ""
+"Unfortunately there is no split package available for the package you\n"
+"requested. Please send us another package name or request the same package \n"
+"again, but remove the 'split' keyword. In that case we'll send you the "
+"whole \n"
+"package. Make sure this is what you want."
+msgstr ""
1
0
commit 38d5e26c7b9e1985dbcd11b70f8669c421d6b411
Author: Christian Fromme <kaner(a)strace.org>
Date: Sun Feb 27 00:01:38 2011 +0100
Change permission mode of manage.py
---
0 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/weather/manage.py b/weather/manage.py
old mode 100644
new mode 100755
1
0
commit ac176527f4ddd2fc806e45639c823daab221899a
Author: Christian Fromme <kaner(a)strace.org>
Date: Sat Feb 26 23:42:00 2011 +0100
Fix typo
---
weather/weatherapp/updaters.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/weather/weatherapp/updaters.py b/weather/weatherapp/updaters.py
index 9042ec5..720005f 100644
--- a/weather/weatherapp/updaters.py
+++ b/weather/weatherapp/updaters.py
@@ -315,7 +315,7 @@ def update_all_routers(ctl_util, email_list):
# Don't spam people for now XXX
#recipient = "kaner(a)strace.org"
is_exit = ctl_util.is_exit(finger)
- if not address == "":
+ if not recipient == "":
email = emails.welcome_tuple(recipient, finger, name, is_exit)
email_list.append(email)
router_data.welcomed = True
1
0

27 Feb '11
commit 023bb96f63fe95bf1e926b5d8bae47c625f3a731
Author: Christian Fromme <kaner(a)strace.org>
Date: Sat Feb 26 23:57:00 2011 +0100
Be more consistent in your operator usage
---
weather/weatherapp/ctlutil.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/weather/weatherapp/ctlutil.py b/weather/weatherapp/ctlutil.py
index c0e2e4f..88a098f 100644
--- a/weather/weatherapp/ctlutil.py
+++ b/weather/weatherapp/ctlutil.py
@@ -272,7 +272,7 @@ class CtlUtil:
# Special case when the dirauth can't agree on recommended versions,
# the list is empty. In that case we play along as if everything was
# fine
- if len(version_list) is 0:
+ if len(version_list) == 0:
return 'RECOMMENDED'
if client_version in version_list:
@@ -282,7 +282,7 @@ class CtlUtil:
# in the `recommended' list
if client_version.endswith("-dev"):
version_list.append(client_version)
- if get_highest_version(version_list) is client_version:
+ if get_highest_version(version_list) == client_version:
return 'RECOMMENDED'
# If 0.2.1.34 is stable, that means 0.2.1.34-dev is fine, too.
nondev_name = client_version.replace("-dev", "")
1
0

[weather/master] If 0.2.1.34 is stable, that means 0.2.1.34-dev is fine, too
by kaner@torproject.org 26 Feb '11
by kaner@torproject.org 26 Feb '11
26 Feb '11
commit 6c5357aa267dcd6acd5fc884a40c9c8afe1a8f12
Author: Christian Fromme <kaner(a)strace.org>
Date: Sat Feb 26 22:38:03 2011 +0100
If 0.2.1.34 is stable, that means 0.2.1.34-dev is fine, too
---
weather/weatherapp/ctlutil.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/weather/weatherapp/ctlutil.py b/weather/weatherapp/ctlutil.py
index c59047c..c0e2e4f 100644
--- a/weather/weatherapp/ctlutil.py
+++ b/weather/weatherapp/ctlutil.py
@@ -284,6 +284,10 @@ class CtlUtil:
version_list.append(client_version)
if get_highest_version(version_list) is client_version:
return 'RECOMMENDED'
+ # If 0.2.1.34 is stable, that means 0.2.1.34-dev is fine, too.
+ nondev_name = client_version.replace("-dev", "")
+ if nondev_name in version_list:
+ return 'RECOMMENDED'
return 'OBSOLETE'
1
0

[weather/master] Simplify the 'send email is Tor version is out of date' feature.
by kaner@torproject.org 26 Feb '11
by kaner@torproject.org 26 Feb '11
26 Feb '11
commit e68eee92426acc8597547e57116b85f539b84ca8
Author: Christian Fromme <kaner(a)strace.org>
Date: Sat Feb 26 21:44:24 2011 +0100
Simplify the 'send email is Tor version is out of date' feature.
---
weather/weatherapp/ctlutil.py | 60 +++++++++++++++++++++-----------------
weather/weatherapp/emails.py | 3 +-
weather/weatherapp/models.py | 61 +++++++--------------------------------
weather/weatherapp/tests.py | 12 ++++----
weather/weatherapp/updaters.py | 9 ++---
5 files changed, 55 insertions(+), 90 deletions(-)
diff --git a/weather/weatherapp/ctlutil.py b/weather/weatherapp/ctlutil.py
index 0487157..c59047c 100644
--- a/weather/weatherapp/ctlutil.py
+++ b/weather/weatherapp/ctlutil.py
@@ -232,6 +232,14 @@ class CtlUtil:
return search.group().split()[2].replace(' ', '')
else:
return ''
+
+ def get_highest_version(self, versionlist):
+ """Return the highest Tor version from a list of versions.
+ """
+ if len(versionlist) is 0:
+ return ""
+ versionlist.sort()
+ return versionlist[-1]
def get_version_type(self, fingerprint):
"""Get the type of version the relay with fingerprint C{fingerprint}
@@ -242,13 +250,18 @@ class CtlUtil:
@rtype: str
@return: The type of version of Tor the client is running, where the
- types are RECOMMENDED, OBSOLETE, and UNRECOMMENDED. Returns RECOMMENDED
- if the relay is running the most recent stable release or a more
- recent unstable release , UNRECOMMENDED
- if it is running an older version than the most recent stable release
- that is contained in the list returned by C{get_rec_version_list()},
- and OBSOLETE if the version isn't on the list. If the relay's version
- cannot be determined, return ERROR.
+ types are RECOMMENDED or OBSOLETE.
+
+ Returns RECOMMENDED if the relay is running a version that is found
+ in the `recommended' versions list or if the version is a more recent
+ dev version than the most recent recommended dev version. (Basically,
+ we don't want to bother people for being nice and testing new versions
+ for us)
+ There is one more special case where we return RECOMMENDED and that is
+ when there is *no* recommended version currently known.
+
+ We return OBSOLETE if neither of the above criteria matches.
+ If the version cannot be determined, return ERROR.
"""
version_list = self.get_rec_version_list()
client_version = self.get_version(fingerprint)
@@ -256,31 +269,24 @@ class CtlUtil:
if client_version == '':
return 'ERROR'
- current_stable_index = -1
- for version in version_list:
- if 'alpha' in version or 'beta' in version:
- current_stable_index = version_list.index(version) - 1
- break
-
- #if the client has one of these versions, return RECOMMENDED
- rec_list = version_list[current_stable_index:]
-
- #if the client has one of these, return UNRECOMMENDED
- unrec_list = version_list[:current_stable_index]
+ # Special case when the dirauth can't agree on recommended versions,
+ # the list is empty. In that case we play along as if everything was
+ # fine
+ if len(version_list) is 0:
+ return 'RECOMMENDED'
+
+ if client_version in version_list:
+ return 'RECOMMENDED'
- for version in rec_list:
- if client_version == version:
+ # Check if the user is running a more recent dev version than is found
+ # in the `recommended' list
+ if client_version.endswith("-dev"):
+ version_list.append(client_version)
+ if get_highest_version(version_list) is client_version:
return 'RECOMMENDED'
-
- for version in unrec_list:
- if client_version == version:
- return 'UNRECOMMENDED'
- #the client doesn't have a RECOMMENDED or UNRECOMMENDED version,
- #so it must be OBSOLETE
return 'OBSOLETE'
-
def has_rec_version(self, fingerprint):
"""Check if a Tor relay is running a recommended version of the Tor
software.
diff --git a/weather/weatherapp/emails.py b/weather/weatherapp/emails.py
index 4739682..5b8b8db 100644
--- a/weather/weatherapp/emails.py
+++ b/weather/weatherapp/emails.py
@@ -354,8 +354,7 @@ def version_tuple(recipient, fingerprint, name, version_type, unsubs_auth,
@param fingerprint: The fingerprint for the router this user is subscribed
to.
@type version_type: str
- @param version_type: Either 'UNRECOMMENDED' or 'OBSOLETE', depending on the
- user's preferences for this notification type.
+ @param version_type: Currently can only be 'OBSOLETE'
@rtype: tuple
@return: A tuple containing information about the email to be sent in
diff --git a/weather/weatherapp/models.py b/weather/weatherapp/models.py
index 0833b47..a5a9e00 100644
--- a/weather/weatherapp/models.py
+++ b/weather/weatherapp/models.py
@@ -370,7 +370,7 @@ class Subscriber(models.Model):
v = VersionSub.objects.get(subscriber = self)
data['version_type'] = v.notify_type
else:
- data['version_type'] = u'UNRECOMMENDED'
+ data['version_type'] = u'OBSOLETE'
data['get_band_low'] = self.has_bandwidth_sub()
if data['get_band_low']:
@@ -474,9 +474,7 @@ class VersionSub(Subscription):
notifications to their C{subscriber} if the C{subscriber}'s C{router} is
running a version of Tor that is out-of-date. OBSOLETE notifications are
triggered if the C{router}'s version of Tor is not in the list of
- recommended versions (obtained via TorCtl), and UNRECOMMENDED notifications
- are triggered if the C{router}'s version fo Tor is not the most recent
- stable (non-alpha/beta) version of Tor in the list of recommended versions.
+ recommended versions (obtained via TorCtl), with a few exceptions.
Django uses class variables to specify model fields, but these fields
are practically used and thought of as instance variables, so this
documentation will refer to them as such. Field types are specified as
@@ -487,7 +485,7 @@ class VersionSub(Subscription):
@cvar _NOTIFY_TYPE_MAX_LEN: Maximum length for L{notify_type} field.
@type notify_type: CharField (str)
- @ivar notify_type: The type of notification, either 'UNRECOMMENDED' or
+ @ivar notify_type: The type of notification, currently can only be
'OBSOLETE'. Required constructor argument.
"""
@@ -742,25 +740,10 @@ class GenericForm(forms.Form):
@type _GET_VERSION_INIT: bool
@cvar _GET_VERSION_INIT: Initial display value and default submission
value of the L{get_version} checkbox.
- @type _GET_VERSION_LABEL: str
- @cvar _GET_VERSION_LABEL: Text displayed next to L{get_version} checkbox.
- @type _VERSION_TYPE_CHOICE_1: str
- @cvar _VERSION_TYPE_CHOICE_1: Backend name for the first choice of the
- L{version_type} field.
- @type _VERSION_TYPE_CHOICE_1_H: str
- @cvar _VERSION_TYPE_CHOICE_1_H: Frontend (human readable) name for the
- first choice of the L{version_type} field.
- @type _VERSION_TYPE_CHOICE_2: str
- @cvar _VERSION_TYPE_CHOICE_2: Backend name for the second choice of the
- L{version_type} field.
- @type _VERSION_TYPE_CHOICE_2_H: str
- @cvar _VERSION_TYPE_CHOICE_2_H: Frontend (human readable) name for the
- second choice of the L{version_type} field.
- @type _VERSION_TYPE_CHOICES: list [tuple (str)]
- @cvar _VERSION_TYPE_CHOICES: List of tuples of backend and frontend names
- for each choice of the L{version_type} field.
@type _VERSION_TYPE_INIT: str
@cvar _VERSION_TYPE_INIT: Initial tuple for the L{version_type} field.
+ @type _GET_VERSION_LABEL: str
+ @cvar _GET_VERSION_LABEL: Text displayed next to L{get_version} checkbox.
@type _VERSION_SECTION_INFO: str
@cvar _VERSION_SECTION_INFO: Text explaining the version subscription,
displayed in the expandable version section of the form, with HTML
@@ -823,9 +806,6 @@ class GenericForm(forms.Form):
@type get_version: BooleanField
@ivar get_version: Checkbox letting users choose to subscribe to a
L{VersionSub}.
- @type version_type: ChoiceField
- @ivar version_type: Radio button list letting users choose the type of
- L{VersionSub} to subscribe to.
@type get_band_low: BooleanField
@ivar get_band_low: Checkbox letting users choose to subscribe to a
@@ -854,18 +834,10 @@ class GenericForm(forms.Form):
_NODE_DOWN_GRACE_PD_UNIT_INIT = ('H', 'hours')
_GET_VERSION_INIT = False
+ _VERSION_TYPE_INIT = "OBSOLETE"
_GET_VERSION_LABEL = 'Email me when the router\'s Tor version is out of date'
- _VERSION_TYPE_CHOICE_1 = 'UNRECOMMENDED'
- _VERSION_TYPE_CHOICE_1_H = 'Recommended Updates'
- _VERSION_TYPE_CHOICE_2 = 'OBSOLETE'
- _VERSION_TYPE_CHOICE_2_H = 'Required Updates'
- _VERSION_TYPE_CHOICES = [ ('UNRECOMMENDED', 'Recommended Updates'),
- ('OBSOLETE', 'Required Updates') ]
- _VERSION_TYPE_INIT = 'UNRECOMMENDED'
- _VERSION_SECTION_INFO = '<p><em>Recommended Updates:</em> Emails when\
- the router is not running the most up-to-date stable version of Tor.</p> \
- <p><em>Required Updates:</em> Emails when the router is running \
- an obsolete version of Tor.</p>'
+ _VERSION_SECTION_INFO = 'Emails when\
+ the router is not running a recommended version of Tor.'
_GET_BAND_LOW_INIT = False
_GET_BAND_LOW_LABEL = 'Email me when the router has low bandwidth capacity'
@@ -914,9 +886,6 @@ class GenericForm(forms.Form):
get_version = forms.BooleanField(required=False,
label=_GET_VERSION_LABEL,
widget=forms.CheckboxInput(attrs={'class':_CLASS_CHECK}))
- version_type = forms.ChoiceField(required=True,
- choices=(_VERSION_TYPE_CHOICES),
- widget=forms.RadioSelect(attrs={'class':_CLASS_RADIO}))
get_band_low = forms.BooleanField(required=False,
label=_GET_BAND_LOW_LABEL,
@@ -976,9 +945,6 @@ class GenericForm(forms.Form):
if 'node_down_grace_pd' in errors and not data['get_node_down']:
del errors['node_down_grace_pd']
data['node_down_grace_pd'] = GenericForm._NODE_DOWN_GRACE_PD_INIT
- if 'version_type' in errors and not data['get_version']:
- del errors['version_type']
- data['version_type'] = GenericForm._VERSION_TYPE_INIT
if 'band_low_threshold' in errors and not data['get_band_low']:
del errors['band_low_threshold']
data['band_low_threshold'] = GenericForm._BAND_LOW_THRESHOLD_INIT
@@ -1230,8 +1196,7 @@ class SubscribeForm(GenericForm):
grace_pd=self.cleaned_data['node_down_grace_pd'])
node_down_sub.save()
if self.cleaned_data['get_version']:
- version_sub = VersionSub(subscriber=subscriber,
- notify_type = self.cleaned_data['version_type'])
+ version_sub = VersionSub(subscriber=subscriber)
version_sub.save()
if self.cleaned_data['get_band_low']:
band_low_sub = BandwidthSub(subscriber=subscriber,
@@ -1325,16 +1290,12 @@ class PreferencesForm(GenericForm):
# it depending on the current value.
if old_data['get_version']:
v = VersionSub.objects.get(subscriber = self.user)
- if new_data['get_version']:
- v.notify_type = new_data['version_type']
- v.save()
- else:
+ if not new_data['get_version']:
v.delete()
# If there wasn't a subscription before and it is checked now, then
# make one.
elif new_data['get_version']:
- v = VersionSub(subscriber=self.user,
- notify_type=new_data['version_type'])
+ v = VersionSub(subscriber=self.user)
v.save()
# If there already was a subscription, get it and update it or delete
diff --git a/weather/weatherapp/tests.py b/weather/weatherapp/tests.py
index fd112cd..931bdc9 100644
--- a/weather/weatherapp/tests.py
+++ b/weather/weatherapp/tests.py
@@ -96,7 +96,7 @@ class TestWeb(TestCase):
'get_node_down' : False,
'node_down_grace_pd' : '',
'get_version' : True,
- 'version_type' : 'UNRECOMMENDED',
+ 'version_type' : 'OBSOLETE',
'get_band_low': False,
'band_low_threshold' : '',
'get_t_shirt' : False},
@@ -118,7 +118,7 @@ class TestWeb(TestCase):
#Verify that the subscription info was stored correctly
version_sub = VersionSub.objects.get(subscriber = subscriber)
self.assertEqual(version_sub.emailed, False)
- self.assertEqual(version_sub.notify_type, 'UNRECOMMENDED')
+ self.assertEqual(version_sub.notify_type, 'OBSOLETE')
#Test that one message has been sent
for i in range(0, 100, 1):
@@ -218,7 +218,7 @@ class TestWeb(TestCase):
'get_node_down' : False,
'node_down_grace_pd' : 1,
'get_version' : False,
- 'version_type' : 'UNRECOMMENDED',
+ 'version_type' : 'OBSOLETE',
'get_band_low' : False,
'band_low_threshold' : '',
'get_t_shirt' : True},
@@ -285,7 +285,7 @@ class TestWeb(TestCase):
'get_node_down' : True,
'node_down_grace_pd' : '',
'get_version' : True,
- 'version_type' : 'UNRECOMMENDED',
+ 'version_type' : 'OBSOLETE',
'get_band_low': True,
'band_low_threshold' : '',
'get_t_shirt' : True},
@@ -312,7 +312,7 @@ class TestWeb(TestCase):
version = VersionSub.objects.get(subscriber = subscriber)
self.assertEqual(version.emailed, False)
- self.assertEqual(version.notify_type, 'UNRECOMMENDED')
+ self.assertEqual(version.notify_type, 'OBSOLETE')
bandwidth = BandwidthSub.objects.get(subscriber = subscriber)
self.assertEqual(bandwidth.emailed, False)
@@ -364,7 +364,7 @@ class TestWeb(TestCase):
'get_node_down' : True,
'node_down_grace_pd' : '',
'get_version' : True,
- 'version_type' : 'UNRECOMMENDED',
+ 'version_type' : 'OBSOLETE',
'get_band_low': True,
'band_low_threshold' : '',
'get_t_shirt' : True},
diff --git a/weather/weatherapp/updaters.py b/weather/weatherapp/updaters.py
index 586f2d8..9042ec5 100644
--- a/weather/weatherapp/updaters.py
+++ b/weather/weatherapp/updaters.py
@@ -195,8 +195,7 @@ def check_version(ctl_util, email_list):
str(sub.subscriber.router.fingerprint))
if version_type != 'ERROR':
- if (version_type == 'OBSOLETE' or sub.notify_type == \
- version_type):
+ if (version_type == 'OBSOLETE'):
if sub.emailed == False:
fingerprint = sub.subscriber.router.fingerprint
@@ -312,12 +311,12 @@ def update_all_routers(ctl_util, email_list):
#send a welcome email if indicated
if router_data.welcomed == False and ctl_util.is_stable(finger):
- address = ctl_util.get_email(finger)
+ recipient = ctl_util.get_email(finger)
# Don't spam people for now XXX
- #address = "kaner(a)strace.org"
+ #recipient = "kaner(a)strace.org"
is_exit = ctl_util.is_exit(finger)
if not address == "":
- email = emails.welcome_tuple(address, finger, name, is_exit)
+ email = emails.welcome_tuple(recipient, finger, name, is_exit)
email_list.append(email)
router_data.welcomed = True
1
0
commit 1df91020c8f7cf2ed1c049706ee13e9063ac1d12
Author: Christian Fromme <kaner(a)strace.org>
Date: Sat Feb 26 22:27:07 2011 +0100
Add missing default value
---
weather/weatherapp/models.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/weather/weatherapp/models.py b/weather/weatherapp/models.py
index a5a9e00..ca9f42d 100644
--- a/weather/weatherapp/models.py
+++ b/weather/weatherapp/models.py
@@ -492,7 +492,7 @@ class VersionSub(Subscription):
_NOTIFY_TYPE_MAX_LEN = 13
notify_type = models.CharField(max_length=_NOTIFY_TYPE_MAX_LEN,
- default=None, blank=False)
+ default='OBSOLETE', blank=False)
class BandwidthSub(Subscription):
"""Model for low bandwidth notification subscriptions, which send
1
0

r24267: {website} we no longer do intrepid and jaunty (website/trunk/docs/en)
by Peter Palfrader 26 Feb '11
by Peter Palfrader 26 Feb '11
26 Feb '11
Author: weasel
Date: 2011-02-26 11:26:12 +0000 (Sat, 26 Feb 2011)
New Revision: 24267
Modified:
website/trunk/docs/en/debian.wml
Log:
we no longer do intrepid and jaunty
Modified: website/trunk/docs/en/debian.wml
===================================================================
--- website/trunk/docs/en/debian.wml 2011-02-26 02:49:26 UTC (rev 24266)
+++ website/trunk/docs/en/debian.wml 2011-02-26 11:26:12 UTC (rev 24267)
@@ -51,16 +51,17 @@
<p>
You'll need to set up our package repository before you can fetch
Tor. First, you need to figure out the name of your distribution. A
-quick command to run is <tt>lsb_release -c</tt>. Here's a quick mapping:
+quick command to run is <tt>lsb_release -c</tt> or <tt>cat /etc/debian_version</tt>.
+Here's a quick mapping:
<ul>
+<li> Debian unstable (sid) is "sid"</li>
+<li> Debian 6.0 (squeeze) is "squeeze"</li>
+<li> Debian 5.0 (lenny) is "lenny"</li>
<li> Ubuntu 10.10 is "maverick"</li>
<li> Ubuntu 10.04 or Trisquel 4.0 is "lucid"</li>
<li> Ubuntu 9.10 or Trisquel 3.5 is "karmic"</li>
-<li> Ubuntu 9.04 is "jaunty"</li>
-<li> Ubuntu 8.10 is "intrepid"</li>
-<li> Ubuntu 8.04 is "hardy"</li>
-<li> Debian Etch is "etch"</li>
-<li> Debian Lenny is "lenny"</li>
+<li> Ubuntu 8.04 is "hardy"</li>
+<li> Ubuntu 6.06 is "dapper"</li>
</ul>
Then add this line to your
@@ -69,8 +70,8 @@
<pre>
deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main
</pre>
-where you put the codename of your distribution (i.e. etch, lenny, sid,
-maverick, lucid, karmic, jaunty, intrepid, hardy or whatever it is)
+where you put the codename of your distribution (i.e. lenny, sid,
+maverick or whatever it is)
in place of <DISTRIBUTION>.
</p>
@@ -119,8 +120,8 @@
deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main
deb http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main
</pre>
-where you again substitute the name of your distro (etch, lenny,
-sid, maverick, lucid, karmic, jaunty, intrepid, hardy) in place of
+where you again substitute the name of your distro (lenny,
+sid, maverick, ...) in place of
<DISTRIBUTION>.
</p>
1
0

26 Feb '11
commit 17f873a20b2bf7be66382378e0c4d43d8a27c041
Author: Roger Dingledine <arma(a)torproject.org>
Date: Sat Feb 26 00:05:04 2011 -0500
clean up and fold in newer changes files
---
ChangeLog | 67 ++++++++++++++++++++++++++++++++++++++++++++-------
changes/1863_bwhist | 16 ------------
changes/bug2366 | 8 ------
changes/bug2403 | 6 ----
changes/bug2504 | 5 ----
changes/bug2572 | 5 ----
changes/log_domains | 12 ---------
changes/torspec.git | 5 ----
8 files changed, 58 insertions(+), 66 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 85202e1..a493552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,34 +14,65 @@ Changes in version 0.2.2.23-alpha - 2011-02-??
publication of hidden service descriptors. Bugfix on 0.2.0.1-alpha.
o Major features:
+ - Relays now save observed peak bandwidth throughput rates to their
+ state file (along with total usage, which was already saved)
+ so that they can determine their correct estimated bandwidth on
+ restart. Resolves bug 1863, where Tor relays would reset their
+ estimated bandwidth to 0 after restarting.
- Enable Address Space Layout Randomization (ASLR) and Data Execution
Prevention (DEP) by default on Windows to make it harder for
attackers to exploit vulnerabilities. Patch from John Brooks.
- o Minor bugfixes:
- - Clients should not weight BadExit nodes as Exits in their node
- selection. Similarly, directory authorities should not count BadExit
- bandwidth as Exit bandwidth when computing bandwidth-weights.
- Bugfix on 0.2.2.10-alpha; fixes bug 2203.
+ o Minor bugfixes (on 0.2.1.x and earlier):
- Avoid a double mark-for-free warning when failing to attach a
transparent proxy connection. Bugfix on 0.1.2.1-alpha. Fixes
bug 2279.
- Correctly detect failure to allocate an OpenSSL BIO. Fixes bug 2378;
found by "cypherpunks". This bug was introduced before the first
Tor release, in svn commit r110.
- - Resolve a bug in verifying signatures of directory objects
- with digests longer than SHA1. Bugfix on 0.2.2.20-alpha.
- Fixes bug 2409. Found by "piebeer".
- Country codes aren't supported in EntryNodes until 0.2.3.x, so
don't mention them in the manpage. Fixes bug 2450; issue
spotted by keb and G-Lo.
+ - Fix a bug in bandwidth history state parsing that could have been
+ triggered if a future version of Tor ever changed the timing
+ granularity at which bandwidth history is measured. Bugfix on
+ Tor 0.1.1.11-alpha.
+ - When a relay decides that its DNS is too broken for it to serve
+ as an exit server, it advertised itself as a non-exit, but
+ continued to act as an exit. This could create accidental
+ partitioning opportunities for users. Instead, if a relay is
+ going to advertise reject *:* as its exit policy, it should
+ really act with exit policy "reject *:*". Fixes bug 2366.
+ Bugfix on Tor 0.1.2.5-alpha. Bugfix by user "postman" on trac.
+ - In the special case where you configure a public exit relay as your
+ bridge, Tor would be willing to use that exit relay as the last
+ hop in your circuit as well. Now we fail that circuit instead.
+ Bugfix on 0.2.0.12-alpha. Fixes bug 2403. Reported by "piebeer".
+ - Fix a bug with our locking implementation on Windows that couldn't
+ correctly detect when a file was already locked. Fixes bug 2504,
+ bugfix on 0.2.1.6-alpha.
+
+ o Minor bugfixes (on 0.2.2.x):
+ - Clients should not weight BadExit nodes as Exits in their node
+ selection. Similarly, directory authorities should not count BadExit
+ bandwidth as Exit bandwidth when computing bandwidth-weights.
+ Bugfix on 0.2.2.10-alpha; fixes bug 2203.
+ - Correctly clear our dir_read/dir_write history when there is an
+ error parsing any bw history value from the state file. Bugfix on
+ Tor 0.2.2.15-alpha.
+ - Resolve a bug in verifying signatures of directory objects
+ with digests longer than SHA1. Bugfix on 0.2.2.20-alpha.
+ Fixes bug 2409. Found by "piebeer".
+ - Bridge authorities no longer crash on SIGHUP when they try to
+ publish their relay descriptor to themselves. Fixes bug 2572. Bugfix
+ on 0.2.2.22-alpha.
o Minor features:
- Log less aggressively about circuit timeout changes, and improve
some other circuit timeout messages. Resolves bug 2004.
- Log a little more clearly about the times at which we're no longer
accepting new connections. Resolves bug 2181.
- - Detect attempts at the client side to open connections to private
+ - Reject attempts at the client side to open connections to private
IP addresses (like 127.0.0.1, 10.0.0.1, and so on) with
a randomly chosen exit node. Attempts to do so are always
ill-defined, generally prevented by exit policies, and usually
@@ -52,6 +83,24 @@ Changes in version 0.2.2.23-alpha - 2011-02-??
allocation error.
- Update to the February 1 2011 Maxmind GeoLite Country database.
+ o Minor features (log subsystem):
+ - Add documentation for configuring logging at different severities in
+ different log domains. We've had this feature since 0.2.1.1-alpha,
+ but for some reason it never made it into the manpage. Fixes
+ bug 2215.
+ - Make it simpler to specify "All log domains except for A and B".
+ Previously you needed to say "[*,~A,~B]". Now you can just say
+ "[~A,~B]".
+ - Add a "LogMessageDomains 1" option to include the domains of log
+ messages along with the messages. Without this, there's no way
+ to use log domains without reading the source or doing a lot
+ of guessing.
+
+ o Packaging changes:
+ - Stop shipping the Tor specs files and development proposal documents
+ in the tarball. They are now in a separate git repository at
+ git://git.torproject.org/torspec.git
+
Changes in version 0.2.2.22-alpha - 2011-01-25
Tor 0.2.2.22-alpha fixes a few more less-critical security issues. The
diff --git a/changes/1863_bwhist b/changes/1863_bwhist
deleted file mode 100644
index b942509..0000000
--- a/changes/1863_bwhist
+++ /dev/null
@@ -1,16 +0,0 @@
- o Minor features
- - Servers now save observed maximum bandwidth throughput rates
- to their state file (along with total usage, which was already
- saved) so that they can determine their correct estimated
- bandwidth on restart. Resolves bug 1863, where Tor servers
- would reset their estimated bandwidth to 0 after restarting.
-
- o Minor bugfixes
- - Fix a bug in banwidth history state parsing that could have been
- triggered if a future version of Tor ever changed the timing
- granularity at which bandwidth history is measured. Bugfix on
- Tor 0.1.1.11-alpha.
- - Correctly clear out dir_read/dir_write history when there is an
- error parsing any bw history value from the state file. Bugfix on
- Tor 0.2.2.15-alpha.
-
diff --git a/changes/bug2366 b/changes/bug2366
deleted file mode 100644
index d171be4..0000000
--- a/changes/bug2366
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes
- - When a relay decides that its DNS is too broken for it to serve
- as an exit server, it advertised itself as a non-exit, but
- continued to act as an exit. This could create accidental
- partitioning opportunities for users. Instead, if a relay is
- going to advertise reject *:* as its exit policy, it should
- really act with exit policy "reject *:*". Fixes bug 2366.
- Bugfix on Tor 0.1.2.5-alpha. Bugfix by user "postman" on trac.
diff --git a/changes/bug2403 b/changes/bug2403
deleted file mode 100644
index 3b29b37..0000000
--- a/changes/bug2403
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - In the special case where you configure a public exit relay as your
- bridge, Tor would be willing to use that exit relay as the last
- hop in your circuit as well. Now we fail that circuit instead.
- Bugfix on 0.2.0.12-alpha. Fixes bug 2403. Reported by "piebeer".
-
diff --git a/changes/bug2504 b/changes/bug2504
deleted file mode 100644
index 791600e..0000000
--- a/changes/bug2504
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Fix a bug with our locking implementation on windows that couldn't
- correctly detect when a file was already locked. Fixes bug 2504,
- bugfix on 0.2.1.6-alpha.
-
diff --git a/changes/bug2572 b/changes/bug2572
deleted file mode 100644
index a5cca28..0000000
--- a/changes/bug2572
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Don't crash a bridge authority on SIGHUP if it can't force itself
- into its routerlist. Fixes bug 2572.
-
-
diff --git a/changes/log_domains b/changes/log_domains
deleted file mode 100644
index 7fc0506..0000000
--- a/changes/log_domains
+++ /dev/null
@@ -1,12 +0,0 @@
- o Minor features
- - Make it simpler to specify "All log domains except for A and B".
- Previously you needed to say "[*,~A,~B]". Now you can just say
- "[~A,~B]".
- - Add a LogMessageDomains option to include the domains of log messages
- along with the messages. Without this, there's no way to use
- log domains without reading the source or doing a lot of guessing
-
- o Documentation
- - Add documentation for configuring logging at different severities in
- different log domains. We've had this feature since 0.2.1.1-alpha, but
- for some reason it never made it into the manpage. Fixes bug 2215.
diff --git a/changes/torspec.git b/changes/torspec.git
deleted file mode 100644
index ba33ca2..0000000
--- a/changes/torspec.git
+++ /dev/null
@@ -1,5 +0,0 @@
- o Packaging changes:
- - Stop shipping the Tor specs files and development proposal documents
- in the tarball. They are now in a separate git repository at
- git://git.torproject.org/torspec.git
-
1
0