tor-commits
Threads by month
- ----- 2025 -----
- 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
February 2011
- 14 participants
- 290 discussions

r24269: {website} update tor versions to newest stable 0.2.1.30 (website/trunk/include)
by Erinn Clark 27 Feb '11
by Erinn Clark 27 Feb '11
27 Feb '11
Author: erinn
Date: 2011-02-27 05:27:20 +0000 (Sun, 27 Feb 2011)
New Revision: 24269
Modified:
website/trunk/include/versions.wmi
Log:
update tor versions to newest stable 0.2.1.30
Modified: website/trunk/include/versions.wmi
===================================================================
--- website/trunk/include/versions.wmi 2011-02-27 01:01:15 UTC (rev 24268)
+++ website/trunk/include/versions.wmi 2011-02-27 05:27:20 UTC (rev 24269)
@@ -1,26 +1,26 @@
-<define-tag version-stable whitespace=delete>0.2.1.29</define-tag>
+<define-tag version-stable whitespace=delete>0.2.1.30</define-tag>
<define-tag version-alpha whitespace=delete>0.2.2.22-alpha</define-tag>
-<define-tag version-win32-stable whitespace=delete>0.2.1.29</define-tag>
+<define-tag version-win32-stable whitespace=delete>0.2.1.30</define-tag>
<define-tag version-win32-alpha whitespace=delete>0.2.2.22-alpha</define-tag>
-<define-tag version-win32-bundle-stable whitespace=delete>0.2.1.29</define-tag>
+<define-tag version-win32-bundle-stable whitespace=delete>0.2.1.30</define-tag>
<define-tag version-win32-bundle-alpha whitespace=delete>0.2.2.22-alpha</define-tag>
-<define-tag version-osx-x86-bundle-stable whitespace=delete>0.2.1.29</define-tag>
+<define-tag version-osx-x86-bundle-stable whitespace=delete>0.2.1.30</define-tag>
<define-tag version-osx-x86-bundle-alpha whitespace=delete>0.2.2.22-alpha</define-tag>
<define-tag version-osx-ppc-bundle-stable whitespace=delete>0.2.1.29</define-tag>
<define-tag version-osx-ppc-bundle-alpha whitespace=delete>0.2.2.22-alpha</define-tag>
-<define-tag version-osx-x86-stable whitespace=delete>0.2.1.29</define-tag>
+<define-tag version-osx-x86-stable whitespace=delete>0.2.1.30</define-tag>
<define-tag version-osx-x86-alpha whitespace=delete>0.2.2.22-alpha</define-tag>
<define-tag version-osx-ppc-stable whitespace=delete>0.2.1.29</define-tag>
<define-tag version-osx-ppc-alpha whitespace=delete>0.2.2.22-alpha</define-tag>
-<define-tag version-torbrowserbundle whitespace=delete>1.3.17</define-tag>
-<define-tag version-torbrowser-tor whitespace=delete>0.2.1.29</define-tag>
+<define-tag version-torbrowserbundle whitespace=delete>1.3.18</define-tag>
+<define-tag version-torbrowser-tor whitespace=delete>0.2.1.30</define-tag>
<define-tag version-torbrowser-tor-components whitespace=delete>libevent-1.4.13, zlib-1.2.3, openssl-0.9.8p</define-tag>
<define-tag version-torbrowser-firefox whitespace=delete>3.6.13</define-tag>
<define-tag version-torbrowser-torbutton whitespace=delete>1.2.5</define-tag>
1
0

r4522: Ignore DirPort if setting a bridge, wrt ticket #2431. (vidalia/trunk/src/vidalia/config)
by vidalia-svn@svn.torproject.org 27 Feb '11
by vidalia-svn@svn.torproject.org 27 Feb '11
27 Feb '11
Author: chiiph
Date: 2011-02-27 03:36:02 +0000 (Sun, 27 Feb 2011)
New Revision: 4522
Modified:
vidalia/trunk/src/vidalia/config/ServerPage.cpp
Log:
Ignore DirPort if setting a bridge, wrt ticket #2431.
Modified: vidalia/trunk/src/vidalia/config/ServerPage.cpp
===================================================================
--- vidalia/trunk/src/vidalia/config/ServerPage.cpp 2011-02-24 14:49:11 UTC (rev 4521)
+++ vidalia/trunk/src/vidalia/config/ServerPage.cpp 2011-02-27 03:36:02 UTC (rev 4522)
@@ -234,6 +234,9 @@
ui.chkPublishBridgeAddress->setVisible(bridgeEnabled);
ui.lblBridgeUsage->setVisible(bridgeEnabled
&& Vidalia::torControl()->isConnected());
+
+ ui.lineDirPort->setEnabled(!bridgeEnabled);
+ ui.chkMirrorDirectory->setEnabled(!bridgeEnabled);
}
/** Returns true if the user has changed their server settings since the
@@ -293,10 +296,14 @@
_settings->setPublishServerDescriptor(ui.chkPublishBridgeAddress->isChecked());
/* Save the rest of the server settings. */
- _settings->setDirectoryMirror(ui.chkMirrorDirectory->isChecked());
_settings->setNickname(ui.lineServerNickname->text());
_settings->setORPort(ui.lineServerPort->text().toUInt());
- _settings->setDirPort(ui.lineDirPort->text().toUInt());
+ if (!ui.rdoBridgeMode->isChecked()) {
+ _settings->setDirPort(ui.lineDirPort->text().toUInt());
+ _settings->setDirectoryMirror(ui.chkMirrorDirectory->isChecked());
+ } else {
+ _settings->setDirectoryMirror(false);
+ }
_settings->setContactInfo(ui.lineServerContact->text());
saveBandwidthLimits();
saveExitPolicies();
1
0

27 Feb '11
commit e1622f5efdb8ad46559772b72bab62fd39b0241c
Author: Erinn Clark <erinn(a)torproject.org>
Date: Sun Feb 27 03:21:58 2011 +0100
bump tbb windows to 1.3.18 for tor 0.2.1.30
---
README | 8 ++++++--
build-scripts/Makefile | 4 ++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/README b/README
index 7085c52..da25ca4 100644
--- a/README
+++ b/README
@@ -5,12 +5,12 @@ Included applications
---------------------
Vidalia 0.2.10 (with Qt 4.6.2)
-Tor 0.2.1.29 (with libevent-1.4.13, zlib-1.2.3 and openssl-0.9.8p)
+Tor 0.2.1.30 (with libevent-1.4.13, zlib-1.2.3 and openssl-0.9.8p)
Polipo 1.0.4.1
FirefoxPortable 3.6.13
\_ Firefox 3.6.13
\_ Torbutton 1.2.5
- \_ HTTPS Everywhere 0.9.9.development.2
+ \_ HTTPS Everywhere 0.9.9.development.3
PidginPortable 2.7.4
\_ Pidgin 2.7.5
\_ OTR 3.2
@@ -320,3 +320,7 @@ Changelog
1.3.17: Released 2011-01-16
Update Tor to 0.2.1.29
+
+1.3.18: Released 2011-02-25
+ Update Tor to 0.2.1.30
+ Update HTTPS-Everywhere to 0.9.9.development.3
diff --git a/build-scripts/Makefile b/build-scripts/Makefile
index e6d416f..5c4f69f 100644
--- a/build-scripts/Makefile
+++ b/build-scripts/Makefile
@@ -23,7 +23,7 @@ PIDGIN_VERSION=2.7.5
## Location of bundle components
VIDALIA=/e/build/vidalia-0.2.10
-TOR=/e/build/tor-0.2.1.29
+TOR=/e/build/tor-0.2.1.30
POLIPO=/e/build/polipo-1.0.4.1
FIREFOX_SRC=/e/build/FirefoxPortable-3.6.13
PIDGIN_SRC=/e/build/PidginPortable-2.7.5
@@ -49,7 +49,7 @@ DEST="Generic Bundle"
NAME="Tor Browser"
## Version and name of the compressed bundle (also used for source)
-VERSION=1.3.17
+VERSION=1.3.18
DEFAULT_COMPRESSED_BASENAME=tor-browser-
IM_COMPRESSED_BASENAME=tor-im-browser-
DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
1
0

r24268: {projects} yatei has an ipv6 address too. (projects/misc-sysadmin)
by Andrew Lewman 27 Feb '11
by Andrew Lewman 27 Feb '11
27 Feb '11
Author: phobos
Date: 2011-02-27 01:01:15 +0000 (Sun, 27 Feb 2011)
New Revision: 24268
Modified:
projects/misc-sysadmin/namelist
Log:
yatei has an ipv6 address too.
Modified: projects/misc-sysadmin/namelist
===================================================================
--- projects/misc-sysadmin/namelist 2011-02-26 11:26:12 UTC (rev 24267)
+++ projects/misc-sysadmin/namelist 2011-02-27 01:01:15 UTC (rev 24268)
@@ -33,7 +33,7 @@
schmitzi - 2620:0:6b0:b:250:56ff:fe99:62
yatei - 38.229.70.37 - 16GB - metrics.torproject.org
yatei-ipmi - 38.229.70.38 - - mgt card
-yatei - IPv6 unassigned
+yatei - 2620:0:6b0:b:230:48ff:fef1:2017
serra - 74.95.122.146 - 8GB - backup server
porrum - 38.229.70.43 - 256MB - torbel.torproject.org
porrum - 2620:0:6b0:b:250:56ff:fe99:63
@@ -44,3 +44,4 @@
tui - 38.229.70.48 - 48GB - build server
tui-ipmi - 38.229.70.50 - - mgt card
tui - 2620:0:6b0:b:225:90ff:fe0e:30fb
+stenodon - 178.79.156.117 - 1GB - temporary visualization server
1
0

[gettor/master] Don't send delay alert of split package isn't available
by kaner@torproject.org 26 Feb '11
by kaner@torproject.org 26 Feb '11
26 Feb '11
commit b9e3cc38a6654edbd4de591082691abefdb17ff2
Author: Christian Fromme <kaner(a)strace.org>
Date: Sun Feb 27 00:07:44 2011 +0100
Don't send delay alert of split package isn't available
---
lib/gettor/responses.py | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/lib/gettor/responses.py b/lib/gettor/responses.py
index 3ef9139..4033a67 100644
--- a/lib/gettor/responses.py
+++ b/lib/gettor/responses.py
@@ -136,10 +136,6 @@ class Response:
# Did the user choose a package?
if self.reqInfo['package'] is None:
return self.sendPackageHelp()
- # Be a polite bot and send message that mail is on the way
- if self.config.DELAY_ALERT:
- if not self.sendDelayAlert():
- logging.error("Failed to sent delay alert.")
# Did the user request a split or normal package download?
if self.reqInfo['split']:
return self.sendSplitPackage()
@@ -179,6 +175,11 @@ class Response:
""" Send a message with an attachment to the user. The attachment is
chosen automatically from the selected self.reqInfo['package']
"""
+ # Be a polite bot and send message that mail is on the way
+ if self.config.DELAY_ALERT:
+ if not self.sendDelayAlert():
+ logging.error("Failed to sent delay alert.")
+
pack = self.reqInfo['package']
to = self.reqInfo['user']
if self.isBlacklistedForMessageType("sendPackage"):
@@ -231,11 +232,16 @@ class Response:
# 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":
+ if split is not None and split == "unavailable":
logging.error("User requested split package that isn't available")
# Inform the user
return self.sendTextEmail(getNoSplitAvailable(self.t))
+ # Be a polite bot and send message that mail is on the way
+ if self.config.DELAY_ALERT:
+ if not self.sendDelayAlert():
+ logging.error("Failed to sent delay alert.")
+
if self.isBlacklistedForMessageType("sendSplitPackage"):
# Don't send anything
return False
1
0
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

26 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