tor-commits
Threads by month
- ----- 2025 -----
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
July 2013
- 19 participants
- 1044 discussions

[torbrowser/master] Bugs #9283, #9195: Sync prefs with TBB-3.0.
by mikeperry@torproject.org 25 Jul '13
by mikeperry@torproject.org 25 Jul '13
25 Jul '13
commit 0f7e062b5ccbc144ef854b3e1c3e797ac81eed31
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Jul 25 16:49:46 2013 +0200
Bugs #9283,#9195: Sync prefs with TBB-3.0.
The most important change is that this disables download AV scanning (disabled
due to "cloud" reporting features of AV software).
Also includes some NoScript usability fixes.
---
build-scripts/config/extension-overrides.js | 8 +++++---
build-scripts/config/pound_tor.js | 10 ++++------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/build-scripts/config/extension-overrides.js b/build-scripts/config/extension-overrides.js
index 9d748ad..dff61f5 100644
--- a/build-scripts/config/extension-overrides.js
+++ b/build-scripts/config/extension-overrides.js
@@ -13,7 +13,6 @@ pref("extensions.torbutton.tz_string", "UTC+00:00");
# HTTPS Everywhere Preferences:
pref("extensions.https_everywhere._observatory.popup_shown", true);
-pref("extensions.https_everywhere.toolbar_hint_shown", true);
# NoScript Preferences:
pref("capability.policy.maonoscript.javascript.enabled", "allAccess");
@@ -38,9 +37,7 @@ pref("noscript.showAllowPage", false);
pref("noscript.showBaseDomain", false);
pref("noscript.showDistrust", false);
pref("noscript.showRecentlyBlocked", false);
-pref("noscript.showRevokeTemp", false);
pref("noscript.showTemp", false);
-pref("noscript.showTempAllowPage", false);
pref("noscript.showTempToPerm", false);
pref("noscript.showUntrusted", false);
pref("noscript.STS.enabled", false);
@@ -53,3 +50,8 @@ pref("noscript.forbidFlash", false);
pref("noscript.forbidSilverlight", false);
pref("noscript.forbidJava", false);
pref("noscript.forbidPlugins", false);
+// Usability tweaks
+pref("noscript.showPermanent", false);
+pref("noscript.showTempAllowPage", true);
+pref("noscript.showRevokeTemp", true);
+pref("noscript.notify", false);
diff --git a/build-scripts/config/pound_tor.js b/build-scripts/config/pound_tor.js
index 8a82e4c..026caab 100644
--- a/build-scripts/config/pound_tor.js
+++ b/build-scripts/config/pound_tor.js
@@ -38,6 +38,7 @@ pref("geo.wifi.uri", "");
pref("browser.search.suggest.enabled", false);
pref("browser.safebrowsing.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);
+pref("browser.download.manager.scanWhenDone", false); // prevents AV remote reporting of downloads
// Fingerprinting
pref("webgl.min_capability_mode", true);
@@ -49,18 +50,16 @@ pref("browser.display.max_font_count",10);
pref("gfx.downloadable_fonts.fallback_delay", -1);
pref("general.appname.override", "Netscape");
pref("general.appversion.override", "5.0 (Windows)");
-pref("general.buildID.override", "0");
-pref("general.useragent.locale", "SHPONKA");
pref("general.oscpu.override", "Windows NT 6.1");
pref("general.platform.override", "Win32");
pref("general.productSub.override", "20100101");
pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0");
+pref("general.buildID.override", "20130618114625");
+pref("browser.startup.homepage_override.buildID", "20130618114625");
pref("general.useragent.vendor", "");
pref("general.useragent.vendorSub", "");
pref("dom.enable_performance", false);
pref("plugin.expose_full_path", false);
-pref("browser.startup.homepage_override.buildID", "20110325121920");
-pref("browser.startup.homepage_override.mstone", "rv:2.0");
pref("browser.zoom.siteSpecific", false);
// pref("intl.accept_languages", "en-us, en"); // Set by Torbutton
// pref("intl.accept_charsets", "iso-8859-1,*,utf-8"); // Set by Torbutton
@@ -111,8 +110,7 @@ pref("extensions.autoDisableScopes", 0);
pref("extensions.bootstrappedAddons", "{}");
pref("extensions.checkCompatibility.4.*", false);
pref("extensions.databaseSchema", 3);
-// XXX: Enable new Torbutton/disable old??
-pref("extensions.enabledAddons", "https-everywhere@eff.org:0.9.9.development.4,{73a6fe31-595d-460b-a920-fcc0f8843232}:2.1.0.3,{d40f5e7b-d2cf-4856-b441-cc613eeffbe3}:1.50,{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.3.3-alpha");
+pref("extensions.enabledAddons", "https-everywhere%40eff.org:3.1.4,%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D:2.6.6.1,torbutton%40torproject.org:1.5.2,ubufox%40ubuntu.com:2.6,tor-launcher%40torproject.org:0.1.1pre-alpha,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:17.0.5");
pref("extensions.enabledItems", "langpack-en-US@firefox.mozilla.org:,{73a6fe31-595d-460b-a920-fcc0f8843232}:1.9.9.57,{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.2.4,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.5.8");
pref("extensions.enabledScopes", 1);
pref("extensions.pendingOperations", false);
1
0
commit 81cce30fcde60c7e8f591f57b82f06c4aec16dab
Merge: ee24c18 0f7e062
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Jul 25 16:58:15 2013 +0200
Merge branch 'maint-2.4'
build-scripts/config/extension-overrides.js | 8 +++++---
build-scripts/config/pound_tor.js | 10 ++++------
2 files changed, 9 insertions(+), 9 deletions(-)
1
0

[torbrowser/maint-2.4] Bugs #9283, #9195: Sync prefs with TBB-3.0.
by mikeperry@torproject.org 25 Jul '13
by mikeperry@torproject.org 25 Jul '13
25 Jul '13
commit 0f7e062b5ccbc144ef854b3e1c3e797ac81eed31
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Jul 25 16:49:46 2013 +0200
Bugs #9283,#9195: Sync prefs with TBB-3.0.
The most important change is that this disables download AV scanning (disabled
due to "cloud" reporting features of AV software).
Also includes some NoScript usability fixes.
---
build-scripts/config/extension-overrides.js | 8 +++++---
build-scripts/config/pound_tor.js | 10 ++++------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/build-scripts/config/extension-overrides.js b/build-scripts/config/extension-overrides.js
index 9d748ad..dff61f5 100644
--- a/build-scripts/config/extension-overrides.js
+++ b/build-scripts/config/extension-overrides.js
@@ -13,7 +13,6 @@ pref("extensions.torbutton.tz_string", "UTC+00:00");
# HTTPS Everywhere Preferences:
pref("extensions.https_everywhere._observatory.popup_shown", true);
-pref("extensions.https_everywhere.toolbar_hint_shown", true);
# NoScript Preferences:
pref("capability.policy.maonoscript.javascript.enabled", "allAccess");
@@ -38,9 +37,7 @@ pref("noscript.showAllowPage", false);
pref("noscript.showBaseDomain", false);
pref("noscript.showDistrust", false);
pref("noscript.showRecentlyBlocked", false);
-pref("noscript.showRevokeTemp", false);
pref("noscript.showTemp", false);
-pref("noscript.showTempAllowPage", false);
pref("noscript.showTempToPerm", false);
pref("noscript.showUntrusted", false);
pref("noscript.STS.enabled", false);
@@ -53,3 +50,8 @@ pref("noscript.forbidFlash", false);
pref("noscript.forbidSilverlight", false);
pref("noscript.forbidJava", false);
pref("noscript.forbidPlugins", false);
+// Usability tweaks
+pref("noscript.showPermanent", false);
+pref("noscript.showTempAllowPage", true);
+pref("noscript.showRevokeTemp", true);
+pref("noscript.notify", false);
diff --git a/build-scripts/config/pound_tor.js b/build-scripts/config/pound_tor.js
index 8a82e4c..026caab 100644
--- a/build-scripts/config/pound_tor.js
+++ b/build-scripts/config/pound_tor.js
@@ -38,6 +38,7 @@ pref("geo.wifi.uri", "");
pref("browser.search.suggest.enabled", false);
pref("browser.safebrowsing.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);
+pref("browser.download.manager.scanWhenDone", false); // prevents AV remote reporting of downloads
// Fingerprinting
pref("webgl.min_capability_mode", true);
@@ -49,18 +50,16 @@ pref("browser.display.max_font_count",10);
pref("gfx.downloadable_fonts.fallback_delay", -1);
pref("general.appname.override", "Netscape");
pref("general.appversion.override", "5.0 (Windows)");
-pref("general.buildID.override", "0");
-pref("general.useragent.locale", "SHPONKA");
pref("general.oscpu.override", "Windows NT 6.1");
pref("general.platform.override", "Win32");
pref("general.productSub.override", "20100101");
pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0");
+pref("general.buildID.override", "20130618114625");
+pref("browser.startup.homepage_override.buildID", "20130618114625");
pref("general.useragent.vendor", "");
pref("general.useragent.vendorSub", "");
pref("dom.enable_performance", false);
pref("plugin.expose_full_path", false);
-pref("browser.startup.homepage_override.buildID", "20110325121920");
-pref("browser.startup.homepage_override.mstone", "rv:2.0");
pref("browser.zoom.siteSpecific", false);
// pref("intl.accept_languages", "en-us, en"); // Set by Torbutton
// pref("intl.accept_charsets", "iso-8859-1,*,utf-8"); // Set by Torbutton
@@ -111,8 +110,7 @@ pref("extensions.autoDisableScopes", 0);
pref("extensions.bootstrappedAddons", "{}");
pref("extensions.checkCompatibility.4.*", false);
pref("extensions.databaseSchema", 3);
-// XXX: Enable new Torbutton/disable old??
-pref("extensions.enabledAddons", "https-everywhere@eff.org:0.9.9.development.4,{73a6fe31-595d-460b-a920-fcc0f8843232}:2.1.0.3,{d40f5e7b-d2cf-4856-b441-cc613eeffbe3}:1.50,{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.3.3-alpha");
+pref("extensions.enabledAddons", "https-everywhere%40eff.org:3.1.4,%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D:2.6.6.1,torbutton%40torproject.org:1.5.2,ubufox%40ubuntu.com:2.6,tor-launcher%40torproject.org:0.1.1pre-alpha,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:17.0.5");
pref("extensions.enabledItems", "langpack-en-US@firefox.mozilla.org:,{73a6fe31-595d-460b-a920-fcc0f8843232}:1.9.9.57,{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.2.4,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.5.8");
pref("extensions.enabledScopes", 1);
pref("extensions.pendingOperations", false);
1
0

[tor-browser/tor-browser-17.0.7esr-2] fixup! Tor Browser's Firefox preference overrides.
by mikeperry@torproject.org 25 Jul '13
by mikeperry@torproject.org 25 Jul '13
25 Jul '13
commit 4085c49046ac1c4bedd5f6153a25588b8f86b14a
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Jul 25 15:33:23 2013 +0200
fixup! Tor Browser's Firefox preference overrides.
Bug #9195 and misc cleanup.
---
browser/app/profile/000-tor-browser.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 0e06e2d..d530499 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -38,6 +38,7 @@ pref("geo.wifi.uri", "");
pref("browser.search.suggest.enabled", false);
pref("browser.safebrowsing.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);
+pref("browser.download.manager.scanWhenDone", false); // prevents AV remote reporting of downloads
// Fingerprinting
pref("webgl.min_capability_mode", true);
@@ -49,17 +50,16 @@ pref("browser.display.max_font_count",10);
pref("gfx.downloadable_fonts.fallback_delay", -1);
pref("general.appname.override", "Netscape");
pref("general.appversion.override", "5.0 (Windows)");
-pref("general.buildID.override", "0");
pref("general.oscpu.override", "Windows NT 6.1");
pref("general.platform.override", "Win32");
pref("general.productSub.override", "20100101");
pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0");
+pref("general.buildID.override", "20130618114625");
+pref("browser.startup.homepage_override.buildID", "20130618114625");
pref("general.useragent.vendor", "");
pref("general.useragent.vendorSub", "");
pref("dom.enable_performance", false);
pref("plugin.expose_full_path", false);
-pref("browser.startup.homepage_override.buildID", "20110325121920");
-pref("browser.startup.homepage_override.mstone", "rv:2.0");
pref("browser.zoom.siteSpecific", false);
// pref("intl.accept_languages", "en-us, en"); // Set by Torbutton
// pref("intl.accept_charsets", "iso-8859-1,*,utf-8"); // Set by Torbutton
@@ -120,7 +120,7 @@ pref("xpinstall.whitelist.add.36", "");
// Omnibox settings
pref("keyword.URL", "https://startpage.com/do/search?q=");
-// Hacks/workarounds: Direct2D seems to crashe w/ lots of video cards w/ MinGW?
+// Hacks/workarounds: Direct2D seems to crash w/ lots of video cards w/ MinGW?
pref("gfx.direct2d.disabled", true);
// Version placeholder
1
0

r26259: {website} Update RPM page to mention Fedora 19 (website/trunk/docs/en)
by Ondrej Mikle 25 Jul '13
by Ondrej Mikle 25 Jul '13
25 Jul '13
Author: hiviah
Date: 2013-07-25 13:33:53 +0000 (Thu, 25 Jul 2013)
New Revision: 26259
Modified:
website/trunk/docs/en/rpms.wml
Log:
Update RPM page to mention Fedora 19
Modified: website/trunk/docs/en/rpms.wml
===================================================================
--- website/trunk/docs/en/rpms.wml 2013-07-18 01:54:38 UTC (rev 26258)
+++ website/trunk/docs/en/rpms.wml 2013-07-25 13:33:53 UTC (rev 26259)
@@ -27,10 +27,10 @@
torproject.repo. Edit this file with the following information:
</p>
- <h3>Fedora 17/18 and EL6 packages</h3>
+ <h3>Fedora 18/19 and EL6 packages</h3>
- <p>For Fedora 17, Fedora 18, RHEL 6 (and clones), use following repo file -
- substitute DISTRIBUTION with one of the following: fc/17, fc/18 or el/6
+ <p>For Fedora 18, Fedora 19, RHEL 6 (and clones), use following repo file -
+ substitute DISTRIBUTION with one of the following: fc/18, fc/19 or el/6
according to your distribution.
</p>
1
0

[tor-browser-bundle/master] Bug #9283: Update NoScript prefs for usability.
by mikeperry@torproject.org 25 Jul '13
by mikeperry@torproject.org 25 Jul '13
25 Jul '13
commit eef596eff91f034bcdfe18dd677980f7a4836c76
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Jul 25 15:29:12 2013 +0200
Bug #9283: Update NoScript prefs for usability.
---
.../linux/Data/profile/preferences/extension-overrides.js | 7 +++++--
.../Firefox/Profiles/profile/preferences/extension-overrides.js | 7 +++++--
.../Data/profile/preferences/extension-overrides.js | 7 +++++--
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/Bundle-Data/linux/Data/profile/preferences/extension-overrides.js b/Bundle-Data/linux/Data/profile/preferences/extension-overrides.js
index 697acfe..dff61f5 100644
--- a/Bundle-Data/linux/Data/profile/preferences/extension-overrides.js
+++ b/Bundle-Data/linux/Data/profile/preferences/extension-overrides.js
@@ -37,9 +37,7 @@ pref("noscript.showAllowPage", false);
pref("noscript.showBaseDomain", false);
pref("noscript.showDistrust", false);
pref("noscript.showRecentlyBlocked", false);
-pref("noscript.showRevokeTemp", false);
pref("noscript.showTemp", false);
-pref("noscript.showTempAllowPage", false);
pref("noscript.showTempToPerm", false);
pref("noscript.showUntrusted", false);
pref("noscript.STS.enabled", false);
@@ -52,3 +50,8 @@ pref("noscript.forbidFlash", false);
pref("noscript.forbidSilverlight", false);
pref("noscript.forbidJava", false);
pref("noscript.forbidPlugins", false);
+// Usability tweaks
+pref("noscript.showPermanent", false);
+pref("noscript.showTempAllowPage", true);
+pref("noscript.showRevokeTemp", true);
+pref("noscript.notify", false);
diff --git a/Bundle-Data/mac/Library/Application Support/Firefox/Profiles/profile/preferences/extension-overrides.js b/Bundle-Data/mac/Library/Application Support/Firefox/Profiles/profile/preferences/extension-overrides.js
index 697acfe..dff61f5 100644
--- a/Bundle-Data/mac/Library/Application Support/Firefox/Profiles/profile/preferences/extension-overrides.js
+++ b/Bundle-Data/mac/Library/Application Support/Firefox/Profiles/profile/preferences/extension-overrides.js
@@ -37,9 +37,7 @@ pref("noscript.showAllowPage", false);
pref("noscript.showBaseDomain", false);
pref("noscript.showDistrust", false);
pref("noscript.showRecentlyBlocked", false);
-pref("noscript.showRevokeTemp", false);
pref("noscript.showTemp", false);
-pref("noscript.showTempAllowPage", false);
pref("noscript.showTempToPerm", false);
pref("noscript.showUntrusted", false);
pref("noscript.STS.enabled", false);
@@ -52,3 +50,8 @@ pref("noscript.forbidFlash", false);
pref("noscript.forbidSilverlight", false);
pref("noscript.forbidJava", false);
pref("noscript.forbidPlugins", false);
+// Usability tweaks
+pref("noscript.showPermanent", false);
+pref("noscript.showTempAllowPage", true);
+pref("noscript.showRevokeTemp", true);
+pref("noscript.notify", false);
diff --git a/Bundle-Data/windows/FirefoxPortable/Data/profile/preferences/extension-overrides.js b/Bundle-Data/windows/FirefoxPortable/Data/profile/preferences/extension-overrides.js
index 697acfe..dff61f5 100644
--- a/Bundle-Data/windows/FirefoxPortable/Data/profile/preferences/extension-overrides.js
+++ b/Bundle-Data/windows/FirefoxPortable/Data/profile/preferences/extension-overrides.js
@@ -37,9 +37,7 @@ pref("noscript.showAllowPage", false);
pref("noscript.showBaseDomain", false);
pref("noscript.showDistrust", false);
pref("noscript.showRecentlyBlocked", false);
-pref("noscript.showRevokeTemp", false);
pref("noscript.showTemp", false);
-pref("noscript.showTempAllowPage", false);
pref("noscript.showTempToPerm", false);
pref("noscript.showUntrusted", false);
pref("noscript.STS.enabled", false);
@@ -52,3 +50,8 @@ pref("noscript.forbidFlash", false);
pref("noscript.forbidSilverlight", false);
pref("noscript.forbidJava", false);
pref("noscript.forbidPlugins", false);
+// Usability tweaks
+pref("noscript.showPermanent", false);
+pref("noscript.showTempAllowPage", true);
+pref("noscript.showRevokeTemp", true);
+pref("noscript.notify", false);
1
0

[translation/tails-misc] Remove old translations (we have just $lang.po now)
by translation@torproject.org 25 Jul '13
by translation@torproject.org 25 Jul '13
25 Jul '13
commit 1a100f00feed9eff752b51a13f0d98fe58e301f6
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Jul 25 13:29:01 2013 +0000
Remove old translations (we have just $lang.po now)
---
af/tails.po | 451 ---------------------------------------------------
ar/tails.po | 463 -----------------------------------------------------
ast/tails.po | 451 ---------------------------------------------------
az/tails.po | 448 ---------------------------------------------------
bg/tails.po | 451 ---------------------------------------------------
bg_BG/tails.po | 451 ---------------------------------------------------
bn_IN/tails.po | 451 ---------------------------------------------------
bs/tails.po | 454 ---------------------------------------------------
ca/tails.po | 451 ---------------------------------------------------
ca_ES/tails.po | 451 ---------------------------------------------------
cs/tails.po | 454 ---------------------------------------------------
cy/tails.po | 457 ----------------------------------------------------
da/tails.po | 451 ---------------------------------------------------
de/tails.po | 451 ---------------------------------------------------
el/tails.po | 451 ---------------------------------------------------
el_GR/tails.po | 451 ---------------------------------------------------
en_GB/tails.po | 451 ---------------------------------------------------
eo/tails.po | 451 ---------------------------------------------------
es/tails.po | 451 ---------------------------------------------------
es_AR/tails.po | 451 ---------------------------------------------------
et/tails.po | 451 ---------------------------------------------------
eu/tails.po | 451 ---------------------------------------------------
fa/tails.po | 448 ---------------------------------------------------
fi/tails.po | 451 ---------------------------------------------------
fil/tails.po | 451 ---------------------------------------------------
fr/tails.po | 451 ---------------------------------------------------
gl/tails.po | 451 ---------------------------------------------------
gu/tails.po | 451 ---------------------------------------------------
gu_IN/tails.po | 451 ---------------------------------------------------
he/tails.po | 452 ---------------------------------------------------
hi/tails.po | 451 ---------------------------------------------------
hr/tails.po | 454 ---------------------------------------------------
hr_HR/tails.po | 454 ---------------------------------------------------
hu/tails.po | 451 ---------------------------------------------------
ia/tails.po | 451 ---------------------------------------------------
id/tails.po | 448 ---------------------------------------------------
is/tails.po | 451 ---------------------------------------------------
it/tails.po | 451 ---------------------------------------------------
ja/tails.po | 448 ---------------------------------------------------
ka/tails.po | 448 ---------------------------------------------------
kn/tails.po | 448 ---------------------------------------------------
ko/tails.po | 448 ---------------------------------------------------
ko_KR/tails.po | 448 ---------------------------------------------------
ku/tails.po | 451 ---------------------------------------------------
ky/tails.po | 448 ---------------------------------------------------
lt/tails.po | 454 ---------------------------------------------------
lv/tails.po | 454 ---------------------------------------------------
mk/tails.po | 451 ---------------------------------------------------
ms/tails.po | 448 ---------------------------------------------------
ms_MY/tails.po | 448 ---------------------------------------------------
my/tails.po | 448 ---------------------------------------------------
nb/tails.po | 451 ---------------------------------------------------
nds/tails.po | 451 ---------------------------------------------------
nl/tails.po | 451 ---------------------------------------------------
pa/tails.po | 451 ---------------------------------------------------
pl/tails.po | 454 ---------------------------------------------------
pl_PL/tails.po | 454 ---------------------------------------------------
pt/tails.po | 451 ---------------------------------------------------
pt_BR/tails.po | 451 ---------------------------------------------------
ro/tails.po | 454 ---------------------------------------------------
ru/tails.po | 454 ---------------------------------------------------
sco/tails.po | 451 ---------------------------------------------------
si/tails.po | 451 ---------------------------------------------------
si_LK/tails.po | 451 ---------------------------------------------------
sk/tails.po | 454 ---------------------------------------------------
sk_SK/tails.po | 454 ---------------------------------------------------
sl/tails.po | 457 ----------------------------------------------------
sl_SI/tails.po | 457 ----------------------------------------------------
sn/tails.po | 451 ---------------------------------------------------
sq/tails.po | 451 ---------------------------------------------------
sr/tails.po | 454 ---------------------------------------------------
sr(a)latin/tails.po | 454 ---------------------------------------------------
sv/tails.po | 451 ---------------------------------------------------
sw/tails.po | 451 ---------------------------------------------------
szl/tails.po | 454 ---------------------------------------------------
ta/tails.po | 451 ---------------------------------------------------
te_IN/tails.po | 451 ---------------------------------------------------
th/tails.po | 448 ---------------------------------------------------
tr/tails.po | 451 ---------------------------------------------------
uk/tails.po | 454 ---------------------------------------------------
ur_PK/tails.po | 451 ---------------------------------------------------
vi/tails.po | 448 ---------------------------------------------------
zh_CN/tails.po | 448 ---------------------------------------------------
zh_TW/tails.po | 448 ---------------------------------------------------
84 files changed, 37915 deletions(-)
diff --git a/af/tails.po b/af/tails.po
deleted file mode 100644
index 1c3f083..0000000
--- a/af/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Afrikaans (http://www.transifex.com/projects/p/torproject/language/af/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: af\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ar/tails.po b/ar/tails.po
deleted file mode 100644
index b6fb683..0000000
--- a/ar/tails.po
+++ /dev/null
@@ -1,463 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Arabic (http://www.transifex.com/projects/p/torproject/language/ar/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ar\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Ø³Ø§Ø¹Ø¯ÙØ§ ÙÙ ØÙ اÙÙ
ØŽÙÙØ©!</h1>\n<p> Ø§ÙØ±Ø£ <a href=\"%s\">تعÙÙÙ
ات Ø§ÙØ§ØšÙاغ ع٠Ù
ØŽÙÙØ© </a>.</p>\n<p><strong>ÙØ§ تÙÙ
ؚتÙÙÙØ± Ù
عÙÙÙ
ات ØŽØ®ØµÙØ© Ø§ÙØ«Ø± Ù
٠اÙÙØ§Ø²Ù
!</strong></p>\n<h2>ØšÙ
ا ÙØªØ¹Ù٠ؚتزÙÙØ¯Ùا ØšØšØ±ÙØ¯Ù Ø§ÙØ§ÙÙØªØ±ÙÙÙ</h2>\n<p>اذا ÙÙ
تÙ
Ø§ÙØ¹ Ù
Ù ÙØŽÙ ؚعض ØšÙØ§ÙØ§ØªÙ Ø§ÙØ®ØµÙØµÙØ© ÙÙØ±ÙÙ Ù
ؚرÙ
ج٠تاÙÙØ²Ø ÙÙ
ÙÙ٠تزÙÙØ¯Ùا ØšØšØ±ÙØ¯Ù Ø§ÙØ§ÙÙØªØ±ÙÙÙ ØØªÙ ÙØ³Ø¢ÙÙ Ø¹Ù ØªÙØ§ØµÙ٠اÙÙ
ØŽÙÙØ©. ادخا٠Ù
ÙØªØ§Ø ت؎ÙÙØ± ØšÙ Ø¬Ù ØšÙ ÙØ³Ø§Ø¹Ø¯Ùا عÙ٠ت؎ÙÙØ± Ø§ÙØ§ØªØµØ§Ù</p>\n<p>أ٠؎خص ÙÙØ±Ø£ ÙØ°Ø§ Ø§ÙØ±Ø¯ Ø³ÙØ¹ÙÙ
اÙ٠تستخدÙ
تاÙÙØ². ÙØ§ تر٠Ù٠تث٠ؚÙ
Ø²ÙØ¯ Ø§ÙØ§ÙØªØ±ÙØª ÙØ¯Ù٠أ٠Ù
Ø²ÙØ¯ خدÙ
Ø© Ø§ÙØšØ±Ùد Ø§ÙØ§ÙÙØªØ±ÙÙÙØ</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Ø®Ø±ÙØ¬"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "عÙ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "اسÙ
"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Ø§ÙØØ§ÙØ©"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "خطأ"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "ØªØØ°Ùر"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ast/tails.po b/ast/tails.po
deleted file mode 100644
index 156f4d7..0000000
--- a/ast/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Asturian (http://www.transifex.com/projects/p/torproject/language/ast/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ast\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/az/tails.po b/az/tails.po
deleted file mode 100644
index ad628de..0000000
--- a/az/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/torproject/language/az/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: az\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Ãıx"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Haqqında"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "XÉta"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "XÉbÉrdarlıq"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/bg/tails.po b/bg/tails.po
deleted file mode 100644
index d50b6db..0000000
--- a/bg/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Bulgarian (http://www.transifex.com/projects/p/torproject/language/bg/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bg\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ÐзÑ
ПЎ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "ÐÑМПÑМП"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ÐЌе"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "СÑаÑÑÑ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ÐÐ ÐКÐÐ"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "ÐМОЌаМОе"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/bg_BG/tails.po b/bg_BG/tails.po
deleted file mode 100644
index 276cb66..0000000
--- a/bg_BG/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/torproject/language/bg_BG/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bg_BG\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/bn_IN/tails.po b/bn_IN/tails.po
deleted file mode 100644
index 9a7954a..0000000
--- a/bn_IN/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Bengali (India) (http://www.transifex.com/projects/p/torproject/language/bn_IN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bn_IN\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/bs/tails.po b/bs/tails.po
deleted file mode 100644
index 7c9fb34..0000000
--- a/bs/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Bosnian (http://www.transifex.com/projects/p/torproject/language/bs/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bs\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Ime"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ca/tails.po b/ca/tails.po
deleted file mode 100644
index fe32b68..0000000
--- a/ca/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Catalan (http://www.transifex.com/projects/p/torproject/language/ca/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Surt"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "En quant a"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nom"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Estat"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Error"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "AdvertÚncia"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ca_ES/tails.po b/ca_ES/tails.po
deleted file mode 100644
index 303d205..0000000
--- a/ca_ES/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Catalan (Spain) (http://www.transifex.com/projects/p/torproject/language/ca_ES/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ca_ES\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/cs/tails.po b/cs/tails.po
deleted file mode 100644
index 439d5ac..0000000
--- a/cs/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Czech (http://www.transifex.com/projects/p/torproject/language/cs/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Pomozte nám spravit váš problém!</h1>\n <p>PÅeÄtÄte si <a href=\"%s\">naÅ¡e instrukce pro nahlášenà problému</a>.</p>\n <p><strong>NepÅikládejte vÃce osobnÃch informacà neÅŸ je \n tÅeba!</strong></p>\n <h2>Pokud nám chcete dát svou emailovou adresu</h2>\n <p>NevadÃ-li vám ÄásteÄné odhalenà vašà identity\n vÜvojáÅům softwaru Tails, můşete poskytnout svou emailovou adresu\\n abychom se vás mohli zeptat na podrobnosti kolem vámi pozorovaného problému.. PÅidánÃm\n veÅejného PGP klÃÄe nám umoÅŸnà našà budoucà korespondenci s vámi zabezpeÄit \n Å¡ifrovánÃm.</p>\n <p>Kdokoli kdo uvidà tuto odpovÄÄ, bude vÄdÄt ÅŸe jste\n uÅŸivatelem softwaru Tails. Nenà na Äase zváşit, nakolik vÄÅÃte vaÅ¡emu\n poskytovateli internetu a emailu?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Konec"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "O aplikaci"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Jméno"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Chyba"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "VarovánÃ"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/cy/tails.po b/cy/tails.po
deleted file mode 100644
index e94da09..0000000
--- a/cy/tails.po
+++ /dev/null
@@ -1,457 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Welsh (http://www.transifex.com/projects/p/torproject/language/cy/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cy\n"
-"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Allanfa"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Amdanom ni"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Enw"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Gwall"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/da/tails.po b/da/tails.po
deleted file mode 100644
index de097f5..0000000
--- a/da/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Danish (http://www.transifex.com/projects/p/torproject/language/da/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: da\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Afslut"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Om"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Navn"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Fejl"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Advarsel"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/de/tails.po b/de/tails.po
deleted file mode 100644
index 846f48a..0000000
--- a/de/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: German (http://www.transifex.com/projects/p/torproject/language/de/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Hilf uns den Fehler zu beheben!</h1>\n<p>Lies <a href=\"%s\">unsere Anleitung zur Fehlerberichterstattung</a>.</p>\n<p><strong>Geben Sie nicht mehr persönliche Informationen an als benötigt!</strong></p>\n<h2>Ãber die Angabe einer Emailadresse</h2>\n<p>Wenn es Sie nicht stört, Teile Ihrer IdentitÀt gegenÃŒber den Tails Entwicklern offenzulegen,\nkönnen Sie eine Emailadresse fÃŒr RÃŒckfragen angeben.\nEin zusÀtzlich angegebener PGP SchlÃŒssel ermöglicht uns in Zukunft eine verschlÃŒsselete Kommunikation.</p>\n<p>Jeder, der diese Antwort sehen kann, kann wahrscheinlich daraus folgern,\ndass Sie ein Tails Nutzer sind. Zeit sich zu fragen, wie sehr\nSie Ihrem Internet und Emailprovider vertrauen?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Exit"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Ãber"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Name"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Fehler"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Warnung"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/el/tails.po b/el/tails.po
deleted file mode 100644
index af4c305..0000000
--- a/el/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Greek (http://www.transifex.com/projects/p/torproject/language/el/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: el\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>ÎοήΞηÏε ÎŒÎ±Ï ÎœÎ± ÏÏιάΟοÏ
Όε Ïο Bug ÏοÏ
!</h1>\n<p>ÎιάβαÏε<a href=\"%s\">ÏÎ¹Ï Î¿ÎŽÎ·Î³Î¯ÎµÏ Î³Î¹Î± ÏηΜ αΜαÏοÏά Bug</a>.</p>\n<p><strong>ÎηΜ ÏÏ
ÎŒÏεÏÎ¹Î»Î¬Î²ÎµÎ¹Ï ÏεÏιÏÏÏÏεÏÎµÏ ÏληÏοÏοÏÎ¯ÎµÏ Î±ÏÏ ÏÏÎµÏ ÏÏειάζοΜÏαι!</strong></p>\n<h2>ÎÏÏε ÎŒÎ±Ï ÎŒÎ¹Î± ΎιεÏΞÏ
ΜÏη e-mail</h2>\n<p>ÎΜ ΎεΜ Ïε ÏειÏάζει ÎŽÏÏε ΌεÏικÎÏ ÏληÏοÏοÏÎ¯ÎµÏ ÏÎ·Ï ÏαÏ
ÏÏÏηÏÎ±Ï ÏοÏ
\nÏÏοÏ
Ï Tails developers, ÎŒÏοÏÎµÎ¯Ï ÎœÎ± ÎŒÎ±Ï ÎŽÏÏÎµÎ¹Ï ÎŒÎ¹Î± ΎιεÏΞÏ
ΜÏη e-mail για Μα ÎŒÏοÏÎÏοÏ
Όε Μα Ïε ÏÏÏήÏοÏ
Όε ÏεÏιÏÏÏÏεÏα για Ïο Bug. ÎκÏΌα Όε Ïο Μα ÎŽÏÏειÏ\nÎΜα public PGP κλειΎί Ξα ÎŒÎ±Ï ÎµÏιÏÏÎÏει Μα κÏÏ
ÏÏογÏαÏοÏΌε ÏÏ
ÏÏΜ ΌελλοΜÏικÎÏ ÏÏ
ΜοΌιλίεÏ\nγια ÏηΜ εÏικοιΜÏΜία ΌαÏ.</p>\n<p>ÎÏοιÏΎήÏοÏε ÏοÏ
ÎŒÏοÏεί Î
œÎ± Ύει ÏηΜ αÏάΜÏηÏη λογικά Ξα ÏÏ
ÎŒÏεÏαίΜει ÏÏι είÏαι\nÎÎœÎ±Ï ÏÏήÏÏÎ·Ï Tails . ÎΜαι ÏÏα Μα αΜαÏÏÏÎ·ÎžÎµÎ¯Ï ÏÏÏο εΌÏιÏÏÎÏ
εÏε ÏοΜ ÏάÏοÏο Internet και email?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ÎΟοΎοÏ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "ΣÏεÏικά"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ÎΜοΌα"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "ÎαÏάÏÏαÏη"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ΣÏάλΌα"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Î ÏοειΎοÏοίηÏη"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/el_GR/tails.po b/el_GR/tails.po
deleted file mode 100644
index 40d24bc..0000000
--- a/el_GR/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Greek (Greece) (http://www.transifex.com/projects/p/torproject/language/el_GR/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: el_GR\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/en_GB/tails.po b/en_GB/tails.po
deleted file mode 100644
index 5b3717a..0000000
--- a/en_GB/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/torproject/language/en_GB/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: en_GB\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/eo/tails.po b/eo/tails.po
deleted file mode 100644
index cb88fee..0000000
--- a/eo/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Esperanto (http://www.transifex.com/projects/p/torproject/language/eo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: eo\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Eliri"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Pri"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nomo"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Stato"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Eraro"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Averto"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/es/tails.po b/es/tails.po
deleted file mode 100644
index 46f812e..0000000
--- a/es/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Spanish (http://www.transifex.com/projects/p/torproject/language/es/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>¡Ayúdenos a arreglar su error!</h1>\n<p>Lea<a href=\"%s\">nuestas instrucciones para informar de errores</a>.</p>\n<p><strong>¡No incluya más información personal\nde la necesaria!</strong></p>\n<h2>Acerca de proporcionarnos una dirección de correo</h2>\n<p>Si no le importa revelar un par de detalles de su identidad a los\ndesarrolladores de Tails, puede proporcionarnos una dirección de correo\npara permitirnos preguntarle más detalles sobre el error. Adicionalmente,\nproporcionándonos una clave pública PGP nos permitirá cifrar tales\nfuturas comunicaciones.</p>\n<p>Cualquiera que vea esta respuesta probablemente inferirá que usted\nes un usuario de Tails. Es hora de preguntarse ¿cuánto confÃa en sus\nproveedores de Internet y de correo electrónico?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Salir"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Acerca de"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nombre"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Estado"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Error"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Advertencia"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/es_AR/tails.po b/es_AR/tails.po
deleted file mode 100644
index f03c0e6..0000000
--- a/es_AR/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/torproject/language/es_AR/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_AR\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Salir"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Acerca de"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/et/tails.po b/et/tails.po
deleted file mode 100644
index ebacd27..0000000
--- a/et/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Estonian (http://www.transifex.com/projects/p/torproject/language/et/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: et\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/eu/tails.po b/eu/tails.po
deleted file mode 100644
index a6d26ff..0000000
--- a/eu/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Basque (http://www.transifex.com/projects/p/torproject/language/eu/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: eu\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Lagun gaitzazu zure akatsa konpontzen!</h1>\n<p>Irakurri <a href=\"%s\">gure akatsak bidaltzeko argibideak</a>.</p>\n<p><strong>Ez gehitu beharrezkoa baino informazio pertsonal \ngehiagorik!</strong></p>\n<h2>Guri email helbide bat emateari buruz</h2>\n<p>Zure nortasunaren bits batzuk Tails garatzaileekin hedatzea \ninporta ez bazaizu, email helbide bat eman diezagukezu akatsaren \nxehetasun gehiago galdetu ahal zaitzagun. Gainera, PGP giltz \npubliko bat sartzeak etorkizunean egindako komunikazioak \nenkriptatzea baimenduko digu.</p>\n<p>Erantzun hau ikus dezakeen edonork Tails erabiltzaile bat \nzarela ondoriozta dezake. Zure Internet eta postakutxa \nhornitzailetaz zenbat fidatzen zaren galdetzeko denbora?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Irten"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Honi buruz"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Izena"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Egoera"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Akatsa"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Abisua"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/fa/tails.po b/fa/tails.po
deleted file mode 100644
index 08c502a..0000000
--- a/fa/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Persian (http://www.transifex.com/projects/p/torproject/language/fa/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fa\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>ØšÙ Ù
ا Ú©Ù
Ú© Ú©ÙÛØ¯ تا ؚاگ ØŽÙ
ا را Ø±ÙØ¹ Ú©ÙÛÙ
!</h1>\n<p><a href=\"%s\">Ø¯Ø³ØªÙØ±Ø§ÙعÙ
Ù Ø§Ø¹ÙØ§Ù
ؚاگ</a> را Ù
Ø·Ø§ÙØ¹Ù Ú©ÙÛØ¯.</p>\n<p><strong>از Ø§Ø±Ø³Ø§Ù Ø§Ø·ÙØ§Ø¹Ø§Øª ØŽØ®ØµÛ ØšÛØŽ Ø§Ø² Ø§ÙØ¯Ø§Ø²Ù Ø®ÙØ¯Ø¯Ø§Ø±Û Ú©ÙÛØ¯!</strong></p>\n<h2>Ø§Ø¹ÙØ§Ù
آدرس اÛÙ
ÛÙ</h2>\n<p>اگر ØŽÙ
ا ؚا اراÛ٠ؚخ؎ Ú©ÙÚÚ©Û Ø§Ø² ÙÙÛØª Ø®ÙØ¯ØªØ§Ù ؚ٠تÛÙ
Tails Ù
ØŽÚ©ÙÛ ÙØ¯Ø§Ø±ÛØ¯Ø Ù
ÛâØªÙØ§ÙÛØ¯ آدرس اÛÙ
ÛÙ Ø®ÙØ¯ØªØ§Ù را Ø§Ø¹ÙØ§Ù
Ú©ÙÛØ¯ تا اÛ٠اÙ
کا٠را ØšÙ Ù
ا ؚدÙÛØ¯ ک٠در ØµÙØ±Øª ÙØ²ÙÙ
Ø§Ø·ÙØ§Ø¹Ø§Øª ØšÛØŽØªØ±Û در Ù
ÙØ±Ø¯ ؚاگ از ØŽÙ
ا ؚٟرسÛÙ
. Ø¹ÙØ§Ù٠ؚر آ٠ؚا ÙØ§Ø±Ø¯ کرد٠کÙÛØ¯ عÙ
ÙÙ
Û PGP Ø®ÙØ¯ØªØ§Ù Ù
ÛâØªÙØ§ÙÛØ¯ ؚ٠رÙ
زÙÚ¯Ø§Ø±Û Ø§Ø±ØªØšØ§Ø·Ø§Øª Ø¢ÛÙØ¯Ù Ú©Ù
Ú© Ú©ÙÛØ¯.</p>\n<p>ÙØ± Ú©Ø³Û Ú©Ù Ø§Û٠ٟاسخ را ؚؚÛÙØ¯ Ù
ÛâØªÙØ§Ùد ØØ¯Ø³ ØšØ²ÙØ¯ Ú©Ù ØŽÙ
ا ÛÚ© کارؚر Tails ÙØ³ØªÛد. زÙ
Ø
§Ù Ø¢Ù Ø±Ø³ÛØ¯Ù است Ú©Ù ØšØ±Ø±Ø³Û Ú©ÙÛØ¯ Ú©Ù ØŽÙ
ا ÚÙØ¯Ø± ؚ٠ارا؊٠کÙÙØ¯Ú¯Ø§Ù سرÙÛØ³ اÛÙØªØ±Ùت ٠اÛÙ
ÛÙ Ø®ÙØ¯ اطÙ
ÛÙØ§Ù Ø¯Ø§Ø±ÛØ¯Ø</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Ø®Ø±ÙØ¬"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "درؚارÙ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ÙØ§Ù
"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "ÙØ¶Ø¹Ûت"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "خطا"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "ÙØŽØ¯Ø§Ø±"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/fi/tails.po b/fi/tails.po
deleted file mode 100644
index 8646f30..0000000
--- a/fi/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Finnish (http://www.transifex.com/projects/p/torproject/language/fi/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fi\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Lopeta"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Tietoa"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nimi"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Tila"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Virhe"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Varoitus"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/fil/tails.po b/fil/tails.po
deleted file mode 100644
index 6567361..0000000
--- a/fil/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Filipino (http://www.transifex.com/projects/p/torproject/language/fil/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fil\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Labasan"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Tungkol"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Katayuan"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Error"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Babala"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/fr/tails.po b/fr/tails.po
deleted file mode 100644
index f55f5f8..0000000
--- a/fr/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: French (http://www.transifex.com/projects/p/torproject/language/fr/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Aidez-nous à résoudre votre problÚme !</h1>\n<p>Lire <a href=\"%s\">nos instructions sur le signalement de\nproblÚmes</a>.</p>\n<p><strong>N'incluez pas plus d'informations personnelles que\nnécessaire !</strong></p>\n<h2>à propos de votre adresse email</h2>\n<p>Si cela ne vous dérange pas de divulguer des bribes\nd'information à votre sujet aux développeurs de Tails, vous\npouvez fournir une adresse email afin que nous puissions vous\ndemander davantage de détails sur le bug. Si vous fournissez\naussi une clé PGP publique, nous vous demanderons ces détails\npar email chiffré.</p>\n<p>Ceux qui pourront voir ces communication pourront sans\ndoute en déduire que vous êtes un utilisateur de Tails. C'est\npeut-être le moment de vous interroger sur la confiance que vous\naccordez à votre fournisseur d'accÚs à Internet et à votre\nhébergeur email...</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Sortir"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Ã propos"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nom"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Etat"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Erreur"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Alert"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/gl/tails.po b/gl/tails.po
deleted file mode 100644
index 0a9c4b4..0000000
--- a/gl/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Galician (http://www.transifex.com/projects/p/torproject/language/gl/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: gl\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "SaÃr "
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Sobre"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nome"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Estado"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Erro"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Aviso"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/gu/tails.po b/gu/tails.po
deleted file mode 100644
index 1b282e6..0000000
--- a/gu/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Gujarati (http://www.transifex.com/projects/p/torproject/language/gu/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: gu\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ચટમ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/gu_IN/tails.po b/gu_IN/tails.po
deleted file mode 100644
index c77fa7a..0000000
--- a/gu_IN/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Gujarati (India) (http://www.transifex.com/projects/p/torproject/language/gu_IN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: gu_IN\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/he/tails.po b/he/tails.po
deleted file mode 100644
index 4036e25..0000000
--- a/he/tails.po
+++ /dev/null
@@ -1,452 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# GenghisKhan <genghiskhan(a)gmx.ca>, 2013
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:45+0000\n"
-"Last-Translator: GenghisKhan <genghiskhan(a)gmx.ca>\n"
-"Language-Team: Hebrew (http://www.transifex.com/projects/p/torproject/language/he/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: he\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1> ×¢××ך ×× × ××ª×§× ×ת ×תק×× ×©××! </h1>\n<p> ×§×š× <a href=\"%s\"> ×ת ××ך××ת ××××× ×תק××ת ש×× × </p> </a>\n<strong><p> ×× ×ª×××× ××××¢ ×××©× ××תך ××× ×©×Š×š××! </p></strong>\n<h2> ×קשך ×× ×ª×× ×ª ×ת××ת ×××××× </h2>\n<p> ×× ×× ××׀ת ×× ××××ת ××××¢ ×××××ת ש×× ××׀ת×× Tails, ××ª× ×××× ×ס׀ק ×ת××ת ×××××× ××× ××׀שך ×× × ×ש××× ××תך ׀ך××× ×¢× ×תק××. ×× ××¡× × ×ס׀ת ×¢× ××€×ª× ×Š××××š× PGP ××׀שךת ×× × ××׊׀×× ×ª×§×©×ךת עת×××ת ×××ת. </p>\n×× ××× ×©×××× ×ך××ת ×ת ×ת×××× ×××ת ×× ×š×× ×©×× ×× ×©××ª× ×שת×ש Tails. \n××× ×ת××ת ××× ××ª× ×¡××× ×¢× ×××× ××š× × ×©×× ××¡×€×§× ×××××? </p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr "××ש×××× ××Š×€× ×ª OpenPGP"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "׊×"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "××××ת"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr "××Š×€× ××× ××××š× ××¢×ךת _×××ךת ס×ס××"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr "_×€×¢× ×/××ת ××× ×××ך×"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr "_× ×× ×׀ת××ת"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ש×"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr "×××× ×׀ת×"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "ס×××ס"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr "×××עת ×׊××¢:"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr "×ת×× ××××¢× ×ת×ך:"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr "××ך ×׀ת××ת"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr "××× ××ª× ×××× ××׀ת××ת ×××?"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ש××××"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "×××ך×"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/hi/tails.po b/hi/tails.po
deleted file mode 100644
index 066b53b..0000000
--- a/hi/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Hindi (http://www.transifex.com/projects/p/torproject/language/hi/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hi\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "à€žà¥à€¥à€¿à€€à€¿"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/hr/tails.po b/hr/tails.po
deleted file mode 100644
index 80c0464..0000000
--- a/hr/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Croatian (http://www.transifex.com/projects/p/torproject/language/hr/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hr\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/hr_HR/tails.po b/hr_HR/tails.po
deleted file mode 100644
index efbd1dc..0000000
--- a/hr_HR/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/torproject/language/hr_HR/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hr_HR\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Izlaz"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "O"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Naziv"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Greška"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/hu/tails.po b/hu/tails.po
deleted file mode 100644
index f3982c7..0000000
--- a/hu/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Hungarian (http://www.transifex.com/projects/p/torproject/language/hu/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hu\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>SegÃtsen a hibák kijavÃtásában</h1>\n<p>Olvasas el a <a href=\"%s\">hibabejelentési tanácsainakt</a>.</p>\n<p><strong>Ne ajdon meg annál több személyes adatot, mint szÃŒkséges!</strong></p>\n<h2>Az email cÃm megadásáról</h2>\n<p>Ha nem gond a személyazonossága felfedése a Tails fejlesztÅi felé, megadhat email cÃmet, hogy lehetÅvé tegye számukra, hogy további kérdéseket tegyenek fel a hibával kapcsolatosan. Ha megad egy publikus PGP kulcsot, az lehetÅvé teszi, hogy a levelezést titkosÃtva folytassuk.</p>\n<p>Bárki aki ezt a láthatja, azt gondolhatja egy Tails felhasználó. Elgondolkozott már azon, mennyire bÃzik meg az internet vagy az elektronikus levelezés szolgáltatójában?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Kilépés"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Névjegy"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Név"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Ãllapot"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Hiba"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Figyelem"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ia/tails.po b/ia/tails.po
deleted file mode 100644
index 291e574..0000000
--- a/ia/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Interlingua (http://www.transifex.com/projects/p/torproject/language/ia/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ia\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Sortir"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Circa"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nomine"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Stato"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Error"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Advertimento"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/id/tails.po b/id/tails.po
deleted file mode 100644
index d563ec0..0000000
--- a/id/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Indonesian (http://www.transifex.com/projects/p/torproject/language/id/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: id\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Keluar"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Mengenai"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nama"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Kesalahan"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Peringatan"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/is/tails.po b/is/tails.po
deleted file mode 100644
index 028034c..0000000
--- a/is/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Icelandic (http://www.transifex.com/projects/p/torproject/language/is/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: is\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "HÊtta"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Um"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Staða"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Villa"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Aðvörun"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/it/tails.po b/it/tails.po
deleted file mode 100644
index 5143b5e..0000000
--- a/it/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Italian (http://www.transifex.com/projects/p/torproject/language/it/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: it\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Aiutaci a risolvere il tuo baco!</h1>\n<p>Leggi <a href=\"%s\">le istruzioni per segnalare bachi</a>.</p>\n<p><strong>Non inserire più informazioni personali di quelle strettamente necessarie!</strong></p>\n<h2>Fornirci un indirizzo email</h2>\n<p>Se vuoi rivelare qualcosa della tua identità agli sviluppatori di Tails, puoi darci un indirizzo email che ci permette di chiederti maggiori informazioni sul baco. Se aggiungi una chiave pubblica PGP potremo cifrare le comunicazioni future con te.</p>\n<p>Chiunque veda le nostre risposte potrebbe dedurre che usi Tails. Forse Ú il momento di chiedersi quanto ti fidi del tuo fonitore di accesso a Internet e di posta elettronica.</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Esci"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Info"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nome"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Stato"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Errore"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Avvertimento"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ja/tails.po b/ja/tails.po
deleted file mode 100644
index 38dc366..0000000
--- a/ja/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Japanese (http://www.transifex.com/projects/p/torproject/language/ja/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ja\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "çµäº"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "ããŒãžã§ã³æ
å ±"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "åå"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "ç¶æ
"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ãšã©ãŒ"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "èŠå"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ka/tails.po b/ka/tails.po
deleted file mode 100644
index ccac69b..0000000
--- a/ka/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Georgian (http://www.transifex.com/projects/p/torproject/language/ka/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/kn/tails.po b/kn/tails.po
deleted file mode 100644
index 4432228..0000000
--- a/kn/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Kannada (http://www.transifex.com/projects/p/torproject/language/kn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: kn\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ko/tails.po b/ko/tails.po
deleted file mode 100644
index b1195de..0000000
--- a/ko/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Korean (http://www.transifex.com/projects/p/torproject/language/ko/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ko\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>ë²ê·žë¥Œ ì°Ÿì ì ìëë¡ ëì죌ìžì!</h1>\n<p>Read <a href=\"%s\">ë²ê·ž ë³Žê³ ê³Œì </a>.</p>\n<p><strong>íìí ê² ìŽìì ê°ìž ì 볎륌 í¬íšíì§ ë§ììì€!</strong></p>\n<h2>ìŽë©ìŒ 죌ì륌 ì°ëЬìê² ì£Œë ê²ì ëíì¬</h2>\n<p>ë§ìœ ê·íì ì ì ì€ ìœê°ì Tails ê°ë°ììê² ì£Œë ê²ìŽ êºŒë €ì§ì§ ìëë€ë©Ž, ê·íë ë²ê·žì ëí ë ë§ì ìžë¶ì¬íì 묻Ʞ ìíŽ ìŽë©ìŒ 죌ì륌 ì ê³µí ì ììµëë€. ëí, ê³µê° PGP íµì ì ëì€ì ìíží íµì ì í ì ìê² íŽ ì€ëë€.</p>\n<p>ìŽ ëµë³ì 볌 ì ìë ì¬ëë€ì Tails ì¬ì©ìë¡ ì¶ì ë©ëë€. ê·íê° ìží°ë·ê³Œ ë©ìŒë°ì€ ì ê³µì륌 ìŒë§ë 믿ëì§ ê¶êží ìê°ì
ëê¹?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ì¢
ë£"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "ì 볎"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ìŽëŠ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "ìí"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ì€ë¥"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "ê²œê³ "
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ko_KR/tails.po b/ko_KR/tails.po
deleted file mode 100644
index cf0b3fc..0000000
--- a/ko_KR/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/torproject/language/ko_KR/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ko_KR\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ëê°êž°"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "ìê°"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ìŽëŠ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "ìí"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ì€ë¥"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "ê²œê³ "
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ku/tails.po b/ku/tails.po
deleted file mode 100644
index a4d0e5c..0000000
--- a/ku/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Kurdish (http://www.transifex.com/projects/p/torproject/language/ku/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ku\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ky/tails.po b/ky/tails.po
deleted file mode 100644
index ccf6d8e..0000000
--- a/ky/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Kirgyz (http://www.transifex.com/projects/p/torproject/language/ky/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ky\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ЧÑгÑÑ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "ÐÑПгÑаЌЌа жөМүМЎө"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Ðбал"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ÐаÑа"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/lt/tails.po b/lt/tails.po
deleted file mode 100644
index 2a97847..0000000
--- a/lt/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Lithuanian (http://www.transifex.com/projects/p/torproject/language/lt/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lt\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Išeiti"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Apie"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Pavadinimas"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Statusas"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Klaida"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Ä®spÄjimas"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/lv/tails.po b/lv/tails.po
deleted file mode 100644
index 7c075fb..0000000
--- a/lv/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Latvian (http://www.transifex.com/projects/p/torproject/language/lv/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lv\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>PalÄ«dziet mums atrisinÄt JÅ«su problÄmu!</h1>\n<p>Lasiet <a href=\"%s\">mÅ«su kČūdu pieteikÅ¡anas instrukcijas</a>.</p>\n<p><strong>NenorÄdiet vairÄk personiskas informÄcijas kÄ nepiecieÅ¡amas!</strong></p>\n<h2>Par e-pasta adreses norÄdīšanu</h2>\n<p>Ja neiebilstat atklÄt daÄŒu no savas identitÄtes Tails izstrÄdÄtÄjiem, variet norÄdÄ«t savu e-pasta adresi,lai mÄ varÄtu uzdot vairÄk jautÄjumus par kČūdu. TurklÄt publiskas PGP atslÄgas norÄdīšana sniegtu mums iespÄju Å¡ifrÄt mÅ«su turpmÄko saziÅu.</p>\n<p>Ikviens, kas var redzÄt Å¡o atbildi, tÄ varÄtu domÄt, uzskatÄ«s JÅ«s par Tails lietotÄju. VarbÅ«t ir pienÄcis laiks izvÄrtÄt cik daudz JÅ«s uzticaties saviem interneta un e-pasta pakalpojumu sniedzÄjiem?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Iziet"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Par"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nosaukums"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Statuss"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "KČūda"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "BrÄ«dinÄjums"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/mk/tails.po b/mk/tails.po
deleted file mode 100644
index fc03ac7..0000000
--- a/mk/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Macedonian (http://www.transifex.com/projects/p/torproject/language/mk/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mk\n"
-"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Ðзлез"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Ðа"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ms/tails.po b/ms/tails.po
deleted file mode 100644
index caf2716..0000000
--- a/ms/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Malay (http://www.transifex.com/projects/p/torproject/language/ms/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ms\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ms_MY/tails.po b/ms_MY/tails.po
deleted file mode 100644
index c17f21f..0000000
--- a/ms_MY/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/torproject/language/ms_MY/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ms_MY\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Keluar"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Tentang"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Ralat"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Amaran"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/my/tails.po b/my/tails.po
deleted file mode 100644
index 6728fd3..0000000
--- a/my/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Burmese (http://www.transifex.com/projects/p/torproject/language/my/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: my\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ááœááºáááº"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "á¡ááŒá±á¬ááºáž"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "á¡áááº"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "á¡áá±á¡áá¬áž"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "áá»áá¯á·ááœááºážáá»ááº"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "ááááá±ážáá»ááº"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/nb/tails.po b/nb/tails.po
deleted file mode 100644
index e1e4952..0000000
--- a/nb/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/torproject/language/nb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Exit"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Om"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Navn"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Feil"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Advarsel"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/nds/tails.po b/nds/tails.po
deleted file mode 100644
index 22dd7a9..0000000
--- a/nds/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Low German (http://www.transifex.com/projects/p/torproject/language/nds/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nds\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/nl/tails.po b/nl/tails.po
deleted file mode 100644
index fc91bf3..0000000
--- a/nl/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Dutch (http://www.transifex.com/projects/p/torproject/language/nl/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nl\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Help ons jouw bugs te fixen!</h1>\n<p>Lees <a href=\"%s\">onze handleiding voor het melden van fouten</a>.</p>\n<p><strong>Voeg niet meer persoonlijke informatie toe dan nodig!</strong></p>\n<h2>Over het opgeven van een e-mailadres</h2>\n<p>Als je het niet erg vindt om iets een beetje van je identiteit af te staan, dan kun je een e-mailadres opgeven zodat wij meer details over de fout kunnen vragen. Bovendien, door het toevoegen van een publieke PGP sleutel stel je ons in staat om zulke toekomstige communicatie te versleutelen.</p>\n<p>Iedereen die ons antwoordbericht kan zien zal waarschijnlijk kunnen afleiden dat je een Tails gebruiker bent. Tijd om je af te vragen hoeveel je je Internet- en mailprovider vertrouwd?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Sluit af"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Over"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Naam"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Fout"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Waarschuwing"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/pa/tails.po b/pa/tails.po
deleted file mode 100644
index 92cf09a..0000000
--- a/pa/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/torproject/language/pa/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pa\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/pl/tails.po b/pl/tails.po
deleted file mode 100644
index d995462..0000000
--- a/pl/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Polish (http://www.transifex.com/projects/p/torproject/language/pl/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pl\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>PomóŌ nam naprawiÄ swój problem!</h1>â <p>Przeczytaj <a href=\"%s\">instrukcje jak zgÅosiÄ problem</a>.</p>â <p><strong>Nie ujawniaj wiecej informacji o sobie niÅŒ to \nkonieczne!</strong></p>â <h2>JeÅŒeli chcesz podac adres email</h2>\n<p>JeÅŒeli zgadzasz sie na czÄÅciowe ujawnienie swojej toÅŒsamoÅci\ndeweloperom Tails, moÅŒesz podac adres email\nÅŒebysmy mogli zadawaÄ Ci pytania dotyczÄ
ce problemu. Ponadto, jeÅŒeli podasz\nklucz publiczny PGP umoÅŒliwisz nam szyfrowanie tego typu \nkomunikacji.</p>\n<p>Kazdy kto zobaczy ta odpowiedx domyÅli siÄ, ÅŒe jesteÅ\nurzytkownijiem Tails. Zastanow sie czy ufasz swoim operattorom\nintenetu i poczty.</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "WyjÅcie"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "O programie"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nazwa"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Stan"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "BÅÄ
d"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "OstrzeÅŒenie"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/pl_PL/tails.po b/pl_PL/tails.po
deleted file mode 100644
index 73bbfe3..0000000
--- a/pl_PL/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/torproject/language/pl_PL/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pl_PL\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>PomóŌ nam naprawiÄ Twój problem!</h1>\n<p>Przeczytaj <a href=\"%s\">nasze instrukcje zgÅaszania bÅÄdów</a>.</p>\n<p><strong>Nie zawieraj wiÄcej informacji osobistych, niÅŒ to jest\nkonieczne!</strong></p>\n<h2>O dawaniu nam adresu email</h2>\n<p>JeÅli nie masz nic przeciw podaniu czÄÅci swojej toÅŒsamoÅci\ndeweloperom Tails, moÅŒesz podaÄ adres email, by pozwoliÄ nam\ndopytaÄ siÄ o szczegóÅy bÅÄdy. Dodatkowo, podawnie publicznego\nklucza PGP pozwala nam szyfrowaÄ takÄ
przyszÅÄ
\nkomunikacjÄ.</p>\n<p>KaÅŒdy, kto widzi tÄ odpowiedź, prawdopodobnie wywnioskuje, ÅŒe jesteÅ\nuÅŒytkownikiem Tails. Czas zastanowiÄ siÄ, jak bardzo ufasz swoim dostawcom\nInternetu i poczty?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "WyjÅcie"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Informacje"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nazwa"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/pt/tails.po b/pt/tails.po
deleted file mode 100644
index 77a4e42..0000000
--- a/pt/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Portuguese (http://www.transifex.com/projects/p/torproject/language/pt/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pt\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Exit"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Sobre"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nome"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Estado"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Erro"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Aviso"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/pt_BR/tails.po b/pt_BR/tails.po
deleted file mode 100644
index d6dcee9..0000000
--- a/pt_BR/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/torproject/language/pt_BR/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Ajude-nos a consertar seu bug!</h1>\n<p>Leia <a href=\"%s\">nossas instruções para reportar bug</a>.</p>\n<p><strong>Não inclua mais informações pessoais do que o necessário!</strong></p>\n<h2>Sobre dar-nos um endereço de e-mail</h2>\n<p>Se você não se importa em abrir um pouco da sua identidade\naos desenvolvedores Tails, você pode prover um email para contar-nos\nmais detalhes sobre o bug. Adicionalmente, entrando uma chave PGP\npública, nos permite encriptar futuras comunicações via e-mail.</p>\n<p>Qualquer um que puder ver esta resposta provavelmente deduzirá\nque você é um usuário Tails. Tempo para pensar o quanto você confia\nna sua internet e no seu provedor de e-mail?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Sair"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Sobre"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nome"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Erro"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Aviso"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ro/tails.po b/ro/tails.po
deleted file mode 100644
index ae3093b..0000000
--- a/ro/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Romanian (http://www.transifex.com/projects/p/torproject/language/ro/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ro\n"
-"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "IeÅire"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Despre"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Nume"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Stare"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Eroare"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Avertizare"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ru/tails.po b/ru/tails.po
deleted file mode 100644
index 199cc45..0000000
--- a/ru/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Russian (http://www.transifex.com/projects/p/torproject/language/ru/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ru\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>ÐПЌПгОÑе МаЌ ОÑпÑавОÑÑ ÑÑÑ ÐŸÑОбкÑ!</h1>\n<p>ÐÑПÑÑОÑе <a href=\"%s\">МаÑО ОМÑÑÑÑкÑОО ПÑпÑавкО ПÑÑеÑа Пб ПÑОбке</a>.</p>\n<p><strong>Ðе вклÑÑайÑе бПлÑÑе пеÑÑПМалÑМПй ОМÑПÑЌаÑОО ÑеЌ\nÑÑебÑеÑÑÑ!</strong></p>\n<h2>Ðа ÑÑÐµÑ ÑППбÑÐµÐœÐžÑ ÐœÐ°ÐŒ ваÑегП e-mail аЎÑеÑа</h2>\n<p>ÐÑлО Ð²Ñ ÐœÐµ вПзÑажаеÑе ÑаÑкÑÑÑÑ ÐœÐµÐŒÐœÐŸÐ³ÐŸ ваÑей лОÑМПÑÑО\nÑазÑабПÑÑОкаЌ Tails, Ð²Ñ ÐŒÐŸÐ¶ÐµÑе пÑеЎПÑÑавОÑÑ e-mail аЎÑеÑ, ÑÑП бÑ\nпПзвПлОÑÑ ÐœÐ°ÐŒ запÑПÑОÑÑ Ð±ÐŸÐ»ÑÑе ОМÑПÑЌаÑОО Пб ПÑОбке. ÐПпПлМОÑелÑМÑй ввПЎ\nпÑблОÑМПгП клÑÑа PGP Ð¿ÐŸÐ·Ð²ÐŸÐ»ÐžÑ ÐœÐ°ÐŒ ÑОÑÑПваÑÑ ÑÑÑ Ð±ÑÐŽÑÑÑÑ\nпеÑепОÑкÑ.</p>\n<p>ÐÑП-лОбП, кÑП ÐŒÐŸÐ¶ÐµÑ Ð²ÐžÐŽÐµÑÑ ÑÑÐŸÑ ÐŸÑÐ²ÐµÑ Ð²ÐŸÐ·ÐŒÐŸÐ¶ÐœÐŸ ÑЎел
Ð°ÐµÑ Ð²ÑвПЎ, ÑÑП вÑ\nпПлÑзПваÑÐµÐ»Ñ Tails. ÐÑÐµÐŒÑ Ð¿ÐŸÐžÐœÑеÑеÑПваÑÑÑÑ ÐœÐ° ÑкПлÑкП Ð²Ñ ÐŽÐŸÐ²ÐµÑÑеÑе ваÑОЌ\nÐМÑеÑÐœÐµÑ Ðž E-mail пÑПвайЎеÑаЌ?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ÐÑÑ
ПЎ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Ð.."
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ÐÐŒÑ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "СÑаÑÑÑ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "ÐÑОбка"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "ÐÑеЎÑпÑежЎеМОе"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sco/tails.po b/sco/tails.po
deleted file mode 100644
index fff8814..0000000
--- a/sco/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Scots (http://www.transifex.com/projects/p/torproject/language/sco/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sco\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/si/tails.po b/si/tails.po
deleted file mode 100644
index c43a188..0000000
--- a/si/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Sinhala (http://www.transifex.com/projects/p/torproject/language/si/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: si\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/si_LK/tails.po b/si_LK/tails.po
deleted file mode 100644
index ef7885e..0000000
--- a/si_LK/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/torproject/language/si_LK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: si_LK\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "à¶
යà·à¶±à· à·à¶±à·à¶±"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "à¶Žà·à·
à·à¶¶à¶¯"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "නඞ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "à¶à¶à·à·à¶º"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "දà·à·à¶ºà¶à·"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "à¶
à·à·à·à¶¯à¶ºà¶ºà·"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sk/tails.po b/sk/tails.po
deleted file mode 100644
index b70b187..0000000
--- a/sk/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Slovak (http://www.transifex.com/projects/p/torproject/language/sk/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sk\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "UkonÄiÅ¥"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "O aplikáciÃ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Meno"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Stav"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Chyba"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Varovanie"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sk_SK/tails.po b/sk_SK/tails.po
deleted file mode 100644
index ea1ac64..0000000
--- a/sk_SK/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/torproject/language/sk_SK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sk_SK\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Meno"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sl/tails.po b/sl/tails.po
deleted file mode 100644
index 88efb26..0000000
--- a/sl/tails.po
+++ /dev/null
@@ -1,457 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Slovenian (http://www.transifex.com/projects/p/torproject/language/sl/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sl\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Izhod"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "O programu"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Ime"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Stanje"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Opozorilo"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sl_SI/tails.po b/sl_SI/tails.po
deleted file mode 100644
index 9de87ca..0000000
--- a/sl_SI/tails.po
+++ /dev/null
@@ -1,457 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/torproject/language/sl_SI/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sl_SI\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sn/tails.po b/sn/tails.po
deleted file mode 100644
index 1ce3c69..0000000
--- a/sn/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Shona (http://www.transifex.com/projects/p/torproject/language/sn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Buda"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Maererano"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sq/tails.po b/sq/tails.po
deleted file mode 100644
index 9fc9825..0000000
--- a/sq/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Albanian (http://www.transifex.com/projects/p/torproject/language/sq/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sq\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Dil"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Informacione"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Gjëndja"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Gabim"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Warning"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sr/tails.po b/sr/tails.po
deleted file mode 100644
index 4d959b7..0000000
--- a/sr/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Serbian (http://www.transifex.com/projects/p/torproject/language/sr/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sr\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Ðзлаз"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "РМаЌа"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ÐЌе"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "СÑаÑÑÑ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Greška"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sr(a)latin/tails.po b/sr(a)latin/tails.po
deleted file mode 100644
index 01551a9..0000000
--- a/sr(a)latin/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/torproject/language/sr@latin/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sr@latin\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sv/tails.po b/sv/tails.po
deleted file mode 100644
index bc56982..0000000
--- a/sv/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Swedish (http://www.transifex.com/projects/p/torproject/language/sv/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sv\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "StÀng"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Om"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "Namn"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Status"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Fel"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Varning"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/sw/tails.po b/sw/tails.po
deleted file mode 100644
index cf0d389..0000000
--- a/sw/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Swahili (http://www.transifex.com/projects/p/torproject/language/sw/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sw\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/szl/tails.po b/szl/tails.po
deleted file mode 100644
index 8f1dbcb..0000000
--- a/szl/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Silesian (http://www.transifex.com/projects/p/torproject/language/szl/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: szl\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ta/tails.po b/ta/tails.po
deleted file mode 100644
index f52243b..0000000
--- a/ta/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Tamil (http://www.transifex.com/projects/p/torproject/language/ta/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ta\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/te_IN/tails.po b/te_IN/tails.po
deleted file mode 100644
index 4b04eb1..0000000
--- a/te_IN/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/torproject/language/te_IN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: te_IN\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/th/tails.po b/th/tails.po
deleted file mode 100644
index 1444237..0000000
--- a/th/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Thai (http://www.transifex.com/projects/p/torproject/language/th/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: th\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "àžàžàž"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "à¹àžàžµà¹àž¢àž§àžàž±àž"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "àžàž·à¹àž"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "àžªàžàž²àžàž°"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "àžàžŽàžàžàž¥àž²àž"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "àžàž³à¹àžàž·àžàž"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/tr/tails.po b/tr/tails.po
deleted file mode 100644
index fcc7162..0000000
--- a/tr/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Turkish (http://www.transifex.com/projects/p/torproject/language/tr/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "ÃıkıÅ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Hakkında"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "İsim"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Durum"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Hata"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Uyarı"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/uk/tails.po b/uk/tails.po
deleted file mode 100644
index 99c2afc..0000000
--- a/uk/tails.po
+++ /dev/null
@@ -1,454 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Ukrainian (http://www.transifex.com/projects/p/torproject/language/uk/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: uk\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ÐÐŒâÑ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "СÑаÑÑÑ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/ur_PK/tails.po b/ur_PK/tails.po
deleted file mode 100644
index ce850c5..0000000
--- a/ur_PK/tails.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/torproject/language/ur_PK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ur_PK\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "ÙØ§Ù
"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/vi/tails.po b/vi/tails.po
deleted file mode 100644
index 4ee5a1a..0000000
--- a/vi/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Vietnamese (http://www.transifex.com/projects/p/torproject/language/vi/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: vi\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "Thoát"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "Giá»i thiá»u"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "Tình trạng"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "Lá»i"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "Cảnh báo"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/zh_CN/tails.po b/zh_CN/tails.po
deleted file mode 100644
index f37410b..0000000
--- a/zh_CN/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_CN\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr "<h1>Help us fix your bug!</h1>\n<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n<p><strong>Do not include more personal information than\nneeded!</strong></p>\n<h2>About giving us an email address</h2>\n<p>If you don't mind disclosing some bits of your identity\nto Tails developers, you can provide an email address to\nlet us ask more details about the bug. Additionally entering\na public PGP key enables us to encrypt such future\ncommunication.</p>\n<p>Anyone who can see this reply will probably infer you are\na Tails user. Time to wonder how much you trust your\nInternet and mailbox providers?</p>\n"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "å
³é"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "å
³äº"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "åå"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "ç¶æ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "é误"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "èŠå"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
diff --git a/zh_TW/tails.po b/zh_TW/tails.po
deleted file mode 100644
index f883124..0000000
--- a/zh_TW/tails.po
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-07-19 22:21+0200\n"
-"PO-Revision-Date: 2013-07-25 09:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/torproject/language/zh_TW/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_TW\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: config/chroot_local-includes/etc/whisperback/config.py:64
-#, python-format
-msgid ""
-"<h1>Help us fix your bug!</h1>\n"
-"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
-"<p><strong>Do not include more personal information than\n"
-"needed!</strong></p>\n"
-"<h2>About giving us an email address</h2>\n"
-"<p>If you don't mind disclosing some bits of your identity\n"
-"to Tails developers, you can provide an email address to\n"
-"let us ask more details about the bug. Additionally entering\n"
-"a public PGP key enables us to encrypt such future\n"
-"communication.</p>\n"
-"<p>Anyone who can see this reply will probably infer you are\n"
-"a Tails user. Time to wonder how much you trust your\n"
-"Internet and mailbox providers?</p>\n"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
-msgid "OpenPGP encryption applet"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
-msgid "Exit"
-msgstr "éåº"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
-msgid "About"
-msgstr "éæŒ"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
-msgid "Encrypt Clipboard with _Passphrase"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
-msgid "Sign/Encrypt Clipboard with Public _Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
-msgid "_Decrypt/Verify Clipboard"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
-msgid "_Manage Keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
-msgid "The clipboard does not contain valid input data."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
-msgid "Unknown Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
-msgid "Marginal Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
-msgid "Full Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
-msgid "Ultimate Trust"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
-msgid "Name"
-msgstr "åçš±"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
-msgid "Key ID"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
-msgid "Status"
-msgstr "çæ
"
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
-msgid "Fingerprint:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
-msgid "User ID:"
-msgid_plural "User IDs:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
-msgid "None (Don't sign)"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
-msgid "Select recipients:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
-msgid "Hide recipients"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
-msgid ""
-"Hide the user IDs of all recipients of an encrypted message. Otherwise "
-"anyone that sees the encrypted message can see who the recipients are."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
-msgid "Sign message as:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
-msgid "Choose keys"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
-msgid "Do you trust these keys?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
-msgid "The following selected key is not fully trusted:"
-msgid_plural "The following selected keys are not fully trusted:"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
-msgid "Do you trust this key enough to use it anyway?"
-msgid_plural "Do you trust these keys enough to use them anyway?"
-msgstr[0] ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
-msgid "No keys selected"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
-msgid ""
-"You must select a private key to sign the message, or some public keys to "
-"encrypt the message, or both."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
-msgid "No keys available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
-msgid ""
-"You need a private key to sign messages or a public key to encrypt messages."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
-msgid "GnuPG error"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
-msgid "Therefore the operation cannot be performed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
-msgid "GnuPG results"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
-msgid "Output of GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
-msgid "Other messages provided by GnuPG:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
-msgid "Shutdown Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
-msgid "Reboot Immediately"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
-msgid "Shutdown Helper"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:13
-msgid "not available"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:16
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
-msgid "Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:17
-msgid "The Amnesic Incognito Live System"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:18
-#, python-format
-msgid ""
-"Build information:\n"
-"%s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-about:20
-msgid "About Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
-msgid "Your additional software"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
-msgid ""
-"The upgrade failed. This might be due to a network problem. Please check "
-"your network connexion or try to restart Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
-msgid "The upgrade was successful."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
-msgid "Synchronizing the system's clock"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
-msgid ""
-"Tor needs an accurate clock to work properly, especially for Hidden "
-"Services. Please wait..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
-msgid "Failed to synchronize the clock!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
-#, perl-format
-msgid "Unparseable line in %s"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
-msgid "atom_str was passed an undefined argument"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
-msgid "Empty fetched feed."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
-msgid "This version of Tails has known security issues:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
-msgid "Starting I2P..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
-msgid "The I2P router console will be opened on start."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
-msgid "I2P failed to start"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
-msgid ""
-"Make sure that you have a working Internet connection, then try to start I2P"
-" again."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
-msgid ""
-"Something went wrong when I2P was starting. Look in the logs in the "
-"following directory for more information:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
-msgid "Warning: virtual machine detected!"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
-msgid ""
-"Both the host operating system and the virtualization software are able to "
-"monitor what you are doing in Tails."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
-msgid ""
-"<a "
-"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
-" more...</a>"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
-msgid "error:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
-msgid "Error"
-msgstr "é¯èª€"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
-msgid "warning:"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
-msgid "Warning"
-msgstr "èŠå Warning"
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
-msgid "Do you really want to launch the Unsafe Browser?"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
-msgid ""
-"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
-" the Unsafe Browser if necessary, for example if you have to login or "
-"register to activate your Internet connection."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
-msgid "_Launch"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
-msgid "_Exit"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
-msgid "Starting the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
-msgid "This may take a while, so please be patient."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
-msgid "Failed to setup chroot."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-msgid "Unsafe Browser"
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
-msgid "Shutting down the Unsafe Browser..."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
-msgid ""
-"This may take a while, and you may not restart the Unsafe Browser until it "
-"is properly shut down."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
-msgid "Failed to restart Tor."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
-msgid ""
-"Another Unsafe Browser is currently running, or being cleaned up. Please "
-"retry in a while."
-msgstr ""
-
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
-msgid ""
-"No DNS server was obtained through DHCP or manually configured in "
-"NetworkManager."
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
-msgid "TrueCrypt will soon be removed from Tails"
-msgstr ""
-
-#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
-msgid ""
-"TrueCrypt will soon be removed from Tails due to license and development "
-"concerns."
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
-msgid "Report a Bug"
-msgstr ""
-
-#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
-msgid "Tails documentation"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
-msgid "Anonymous overlay network "
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
-msgid "i2p"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
-msgid "Anonymous overlay network"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
-msgid "Reboot"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
-msgid "Immediately reboot computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
-msgid "Power Off"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
-msgid "Immediately shut down computer"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
-msgid "Browse the World Wide Web without anonymity"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
-msgid "Unsafe Web Browser"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
-msgid "Tails specific tools"
-msgstr ""
1
0

[translation/tails-misc_completed] Update translations for tails-misc_completed
by translation@torproject.org 25 Jul '13
by translation@torproject.org 25 Jul '13
25 Jul '13
commit da701509ba2ad36c2058db54f5aafad2453404da
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Jul 25 13:18:40 2013 +0000
Update translations for tails-misc_completed
---
sv.po | 452 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 452 insertions(+)
diff --git a/sv.po b/sv.po
new file mode 100644
index 0000000..8dfe736
--- /dev/null
+++ b/sv.po
@@ -0,0 +1,452 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# WinterFairy <winterfairy(a)riseup.net>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 11:40+0000\n"
+"Last-Translator: WinterFairy <winterfairy(a)riseup.net>\n"
+"Language-Team: Swedish (http://www.transifex.com/projects/p/torproject/language/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Hjälp oss fixa dina buggar!</h1>\n<p>Läs <a href=\"%s\">våra instruktioner för bugg-anmälan</a>.</p>\n<p><strong>Inkludera inte mer personlig information än\nnödvändigt!</strong></p>\n<h2>Om att ge oss en e-post adress</h2>\n<p>Om du inte har något emot att avslöja lite av din identitet\nför Tails utvecklare kan du ge oss en e-post adress så\nvi kan fråga efter mer detaljer kring buggen. Om du dessutom anger\nen publik PGP-nyckel kan vi kryptera sådan vidare\nkommunikation.</p>\n<p>Alla som kan se detta svar kan förmodligen dra slutsatsen att du\när en Tails användare. Dags att fundera på hur mycket du litar på din\nInternet och din e-post leverantör?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr "Panelprogram för OpenPGP-kryptering"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Avsluta"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Om"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr "Kryptera urklipp med _lösenord"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr "Signera/kryptera urklipp med _publik nyckel"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr "_Dekryptera/verifiera urklipp"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr "_Hantera nycklar"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr "Urklippet innehåller ingen giltig data."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr "Okänd tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr "Marginell tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr "Full tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr "Ultimat tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Namn"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr "Nyckel ID"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr "Fingeravtryck:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] "Användar ID:"
+msgstr[1] "Användar IDn:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr "Ingen (signera inte)"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr "Välj mottagare:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr "Dölj mottagare"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr "Dölj användar IDn för alla mottagare av krypterade meddelanden. Annars kan vem som helst som ser meddelandet också se vilka mottagarna är."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr "Signera meddelandet som:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr "Välj nycklar"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr "Litar du på dessa nycklar?"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] "Följande vald nyckel är inte helt betrodd:"
+msgstr[1] "Följande valda nycklar är inte helt betrodda:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] "Litar du på den här nyckeln tillräckligt för att använda den ändå?"
+msgstr[1] "Litar du på de här nycklarna tillräckligt för att använda dem ändå?"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr "Inga nycklar valda"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr "Du måste välja en privat nyckel för att signera meddelandet, eller några publika nycklar för att kryptera meddelandet, eller både och."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr "Inga nycklar tillgängliga"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr "Du behöver en privat nyckel för att signera meddelanden eller publik nyckel för att kryptera meddelanden."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr "Fel från GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr "Därför kan inte åtgärden utföras."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr "Resultat från GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr "Utmatning från GnuPG:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr "Andra meddelanden givna av GnuPG:"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr "Stäng av omedelbart"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr "Starta om omedelbart"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr "Panelprogram för nedstängning"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr "ej tillgängligt"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr "Tails"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr "The Amnesic Incognito Live System"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr "Build information:\n%s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr "Om Tails"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr "Din tillvalda mjukvara"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr "Uppgraderingen misslyckades. Detta kan bero på nätverksproblem. Kontrollera din nätverksanslutning eller testa med att starta om Tails."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr "Uppgraderingen lyckades."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Synkroniserar systemklockan"
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "Klockan måste gå rätt för att Tor ska fungera bra, speciellt för Hidden Services. Var god vänta..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Misslyckades med att synkronisera klockan!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr "Otolkbar rad i %s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr "atom_str fick ett odefinierat argument"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr "Töm mottaget flöde."
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "Det finns kända säkerhetsproblem i den här Tails versionen:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr "Startar I2P..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr "I2Ps routerkonsoll kommer att öppnas vid start."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr "Misslyckades med att starta I2P"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr "Försäkra dig om att din internetanslutning fungerar, och försök sedan att starta I2P igen."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr "Någonting gick snett när I2P skulle startas. Granska loggarna i följande katalog för mer information:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr "Varning: Virtuell maskin upptäcktes!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr "Både värdsystemet och virtualiseringsmjukvaran kan se allt du gör i Tails."
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr "<a href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Läs mer...</a>"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr "fel:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Fel"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr "varning:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Varning"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "Vill du verkligen starta den osäkra webbläsaren?"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr "Nätverkstrafiken i den osäkra webbläsaren är <b>inte anonymiserad</b>. Använd bara den osäkra webbläsaren om absolut nödvändigt, till exempel om du måste logga in eller registrera dig för att aktivera din Internet-anslutning."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr "_Starta"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr "_Avsluta"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr "Startar den osäkra webbläsaren..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr "Detta kan ta en liten stund, så ha tålamod."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr "Misslyckades med att skapa chroot-miljön."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr "Osäker webbläsare"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr "Stänger av den osäkra webbläsaren..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr "Detta kan ta en liten stund, och den osäkra webbläsaren kan inte startas på nytt förrän den är helt nedstängd."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr "Misslyckades med att starta om Tor."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr "En annan osäker webbläsare är för närvarande igång, eller på väg att stängas av. Försök igen om en stund."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr "Ingen DNS server blev tilldelad genom DHCP eller manuell konfiguration i NetworkManager."
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr "TrueCrypt kommer snart att tas bort från Tails"
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr "TrueCrypt kommer snart att tas bort från Tails på grund av oro över dess licens och utveckling."
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr "Bugg-anmälan"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr "Tails dokumentation"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr "Anonymt overlay-nätverk"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr "i2p"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr "Anonymt overlay-nätverk"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr "Starta om"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr "Starta om datorn omedelbart"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr "Stäng av"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr "Stäng av datorn omedelbart"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr "Surfa på nätet utan anonymitet"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr "Osäker webbläsare"
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr "Tails-specifika verktyg"
1
0

[translation/tails-misc] Update translations for tails-misc
by translation@torproject.org 25 Jul '13
by translation@torproject.org 25 Jul '13
25 Jul '13
commit 59ba94b1bc38e712ec8cedd72f52fdf0753dbc9a
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Jul 25 13:18:38 2013 +0000
Update translations for tails-misc
---
af.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ar.po | 463 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ast.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
az.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bg.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bg_BG.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bn_IN.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bs.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ca.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ca_ES.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cs.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cy.po | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
da.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
de.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
el.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
el_GR.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
en_GB.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
eo.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
es.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
es_AR.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
et.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
eu.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fa.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fi.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fil.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fr.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gl.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gu.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gu_IN.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
he.po | 452 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hi.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hr.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hr_HR.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hu.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ia.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
id.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
is.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
it.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ja.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ka.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
kn.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ko.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ko_KR.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ku.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ky.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lt.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lv.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mk.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ms.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ms_MY.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
my.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
nb.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
nds.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
nl.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pa.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pl.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pl_PL.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pt.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pt_BR.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ro.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ru.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sco.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
si.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
si_LK.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sk.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sk_SK.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sl.po | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sl_SI.po | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sn.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sq.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sr.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sr(a)latin.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sv.po | 452 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sw.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
szl.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ta.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
te_IN.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
th.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tr.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
uk.po | 454 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ur_PK.po | 451 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
vi.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
zh_CN.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
zh_TW.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
84 files changed, 37916 insertions(+)
diff --git a/af.po b/af.po
new file mode 100644
index 0000000..1c3f083
--- /dev/null
+++ b/af.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Afrikaans (http://www.transifex.com/projects/p/torproject/language/af/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ar.po b/ar.po
new file mode 100644
index 0000000..4eb7811
--- /dev/null
+++ b/ar.po
@@ -0,0 +1,463 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 12:50+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Arabic (http://www.transifex.com/projects/p/torproject/language/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>ﺱïºï»ïºªï»§ïº ï»ï»³ ïº¢ï» ïºï» ﻀﺞï»ï»ïº!</h1>\n<p> ïºï»ïºïº <a href=\"%s\">ïºï»ï» ﻎﻣïºïº ïºï»Œïºï»Œï» ï»ï»§ ﻢﺞï»ï»ïº </a>.</p>\n<p><strong>ï»» ïºï»ï»£ ïºïºï»®ï»ï»³ïº ﻢï»ï»ï»®ï»£ïºïº ïº¶ïºšïºŒï»³ïº ïºï»ïºïº ﻢﻧ ïºï»ï»»ïº°ï»£!</strong></p>\n<h2>ïºï»£ïº ﻲïºï»ï» ï» ïºïºïº¯ï»®ï»³ïºªï»§ïº ïºïºïº®ï»³ïºªï» ïºï»Œï» ï»ïºïºï»®ï»šï»³</h2>\n<p>ïºïº«ïº ï»ï»£ ïºï»£ïºï»šï» ﻢﻧ ï»ïºžï» ïºï»ïº¿ ïºï»³ïºï»§ïºïºï» ïºï» ïºšïº»ï»®ïºŒï»³ïº ï»ï»ïº®ï»Žï» ﻢïºïº®ï»€ïº ﻳ ïºïºï»Žï»ïº¯Ø ﻲﻀï»ï»šï» ïºïº¯ï»®ï»³ïºªï»§ïº ïºïºïº®ï»³ïºªï» ïºï»Œï» ï»ïºïºï»®ï»šï»³ ﺢïºï»¯ ﻊﺳïºï» ï» ï»ï»§ ïºï»ïºïºŒï»Žï» ïºï» ﻀﺞï»ï»ïº. ïºïºªïº§ïºï» ﻢï»ïºïºïº£ ïºïºžï»ï»³ïº ïºï»³ ïºï»³ ïºï»³ ﻲﺳïºï»ïºªï»§ïº ï»ï»ï»¯ ïºïºžï»ï»³ïº ïºï»Œïºïº»ïºï»</p>\n<p>ïºï»³ ﺶﺚﺻ ﻲï»ïºïº ï»©ïº«ïº ïºï»ïºïº© ﺲﻎï»ï» ﻣ ïºï»šï» ïºïºŽïºïº§ïºªï»£ ïºïºï»Žï»ï
º¯. ï»±ïº ïºïºï»¯ ï»ªï» ïºïºï» ïºï»£ïº¯ï»ïº© ïºï»Œï»šïºïº®ï»šïº ï»ïºªï»Žï» ïºï» ﻡﺯï»ïº© ïº¥ïºªï»£ïº ïºï» ïºïº®ï»³ïº© ïºï»Œï» ï»ïºïºï»®ï»šï»³Ø</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Ø®Ø±ÙØ¬"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "عÙ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "اسÙ
"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Ø§ÙØØ§ÙØ©"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "خطأ"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "ØªØØ°Ùر"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ast.po b/ast.po
new file mode 100644
index 0000000..156f4d7
--- /dev/null
+++ b/ast.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Asturian (http://www.transifex.com/projects/p/torproject/language/ast/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/az.po b/az.po
new file mode 100644
index 0000000..ad628de
--- /dev/null
+++ b/az.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/torproject/language/az/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: az\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Ãıx"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Haqqında"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "XÉta"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "XÉbÉrdarlıq"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/bg.po b/bg.po
new file mode 100644
index 0000000..d50b6db
--- /dev/null
+++ b/bg.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Bulgarian (http://www.transifex.com/projects/p/torproject/language/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ÐзÑ
ПЎ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "ÐÑМПÑМП"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ÐЌе"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "СÑаÑÑÑ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ÐÐ ÐКÐÐ"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "ÐМОЌаМОе"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/bg_BG.po b/bg_BG.po
new file mode 100644
index 0000000..276cb66
--- /dev/null
+++ b/bg_BG.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/torproject/language/bg_BG/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bg_BG\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/bn_IN.po b/bn_IN.po
new file mode 100644
index 0000000..9a7954a
--- /dev/null
+++ b/bn_IN.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Bengali (India) (http://www.transifex.com/projects/p/torproject/language/bn_IN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn_IN\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/bs.po b/bs.po
new file mode 100644
index 0000000..7c9fb34
--- /dev/null
+++ b/bs.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Bosnian (http://www.transifex.com/projects/p/torproject/language/bs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Ime"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ca.po b/ca.po
new file mode 100644
index 0000000..fe32b68
--- /dev/null
+++ b/ca.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Catalan (http://www.transifex.com/projects/p/torproject/language/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Surt"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "En quant a"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nom"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Estat"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Error"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "AdvertÚncia"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ca_ES.po b/ca_ES.po
new file mode 100644
index 0000000..303d205
--- /dev/null
+++ b/ca_ES.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Catalan (Spain) (http://www.transifex.com/projects/p/torproject/language/ca_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/cs.po b/cs.po
new file mode 100644
index 0000000..439d5ac
--- /dev/null
+++ b/cs.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/torproject/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Pomozte nám spravit váš problém!</h1>\n <p>PÅeÄtÄte si <a href=\"%s\">naÅ¡e instrukce pro nahlášenà problému</a>.</p>\n <p><strong>NepÅikládejte vÃce osobnÃch informacà neÅŸ je \n tÅeba!</strong></p>\n <h2>Pokud nám chcete dát svou emailovou adresu</h2>\n <p>NevadÃ-li vám ÄásteÄné odhalenà vašà identity\n vÜvojáÅům softwaru Tails, můşete poskytnout svou emailovou adresu\\n abychom se vás mohli zeptat na podrobnosti kolem vámi pozorovaného problému.. PÅidánÃm\n veÅejného PGP klÃÄe nám umoÅŸnà našà budoucà korespondenci s vámi zabezpeÄit \n Å¡ifrovánÃm.</p>\n <p>Kdokoli kdo uvidà tuto odpovÄÄ, bude vÄdÄt ÅŸe jste\n uÅŸivatelem softwaru Tails. Nenà na Äase zváşit, nakolik vÄÅÃte vaÅ¡emu\n poskytovateli internetu a emailu?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Konec"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "O aplikaci"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Jméno"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Chyba"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "VarovánÃ"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/cy.po b/cy.po
new file mode 100644
index 0000000..e94da09
--- /dev/null
+++ b/cy.po
@@ -0,0 +1,457 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Welsh (http://www.transifex.com/projects/p/torproject/language/cy/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
+"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Allanfa"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Amdanom ni"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Enw"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Gwall"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/da.po b/da.po
new file mode 100644
index 0000000..de097f5
--- /dev/null
+++ b/da.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Danish (http://www.transifex.com/projects/p/torproject/language/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Afslut"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Om"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Navn"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Fejl"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Advarsel"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/de.po b/de.po
new file mode 100644
index 0000000..0a8751a
--- /dev/null
+++ b/de.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 12:50+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: German (http://www.transifex.com/projects/p/torproject/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Hilf uns den Fehler zu beheben!</h1>\n<p>Lies <a href=\"%s\">unsere Anleitung zur Fehlerberichterstattung</a>.</p>\n<p><strong>Geben Sie nicht mehr persönliche Informationen an als benötigt!</strong></p>\n<h2>Ãber die Angabe einer Emailadresse</h2>\n<p>Wenn es Sie nicht stört, Teile Ihrer IdentitÀt gegenÃŒber den Tails Entwicklern offenzulegen,\nkönnen Sie eine Emailadresse fÃŒr RÃŒckfragen angeben.\nEin zusÀtzlich angegebener PGP SchlÃŒssel ermöglicht uns in Zukunft eine verschlÃŒsselete Kommunikation.</p>\n<p>Jeder, der diese Antwort sehen kann, kann wahrscheinlich daraus folgern,\ndass Sie ein Tails Nutzer sind. Zeit sich zu fragen, wie sehr\nSie Ihrem Internet und Emailprovider vertrauen?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Exit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Ãber"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Name"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr "Sofort Herunterfahren"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr "Sofort Neustarten"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Systemuhr wird synchronisiert"
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "Tor braucht eine exakt Systemuhr um genau zu arbeiten, besonders fÃŒr versteckte Dienste. Bitte warten.."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Systemuhr Synchronisierungsfehler!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "Diese Tails Version weist SicherheitslÃŒcken auf:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Fehler"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Warnung"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr "Einen Bug melden"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr "Dokumentation Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr "Neustarten"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr "Sofortiges Neustarten des Computers"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr "Herunterfahren"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr "Sofortiges Herunterfahren des Computers"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr "Surfen ohne AnonymitÀt"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr "Unsicherer Internet Browser"
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/el.po b/el.po
new file mode 100644
index 0000000..af4c305
--- /dev/null
+++ b/el.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Greek (http://www.transifex.com/projects/p/torproject/language/el/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>ÎοήΞηÏε ÎŒÎ±Ï ÎœÎ± ÏÏιάΟοÏ
Όε Ïο Bug ÏοÏ
!</h1>\n<p>ÎιάβαÏε<a href=\"%s\">ÏÎ¹Ï Î¿ÎŽÎ·Î³Î¯ÎµÏ Î³Î¹Î± ÏηΜ αΜαÏοÏά Bug</a>.</p>\n<p><strong>ÎηΜ ÏÏ
ÎŒÏεÏÎ¹Î»Î¬Î²ÎµÎ¹Ï ÏεÏιÏÏÏÏεÏÎµÏ ÏληÏοÏοÏÎ¯ÎµÏ Î±ÏÏ ÏÏÎµÏ ÏÏειάζοΜÏαι!</strong></p>\n<h2>ÎÏÏε ÎŒÎ±Ï ÎŒÎ¹Î± ΎιεÏΞÏ
ΜÏη e-mail</h2>\n<p>ÎΜ ΎεΜ Ïε ÏειÏάζει ÎŽÏÏε ΌεÏικÎÏ ÏληÏοÏοÏÎ¯ÎµÏ ÏÎ·Ï ÏαÏ
ÏÏÏηÏÎ±Ï ÏοÏ
\nÏÏοÏ
Ï Tails developers, ÎŒÏοÏÎµÎ¯Ï ÎœÎ± ÎŒÎ±Ï ÎŽÏÏÎµÎ¹Ï ÎŒÎ¹Î± ΎιεÏΞÏ
ΜÏη e-mail για Μα ÎŒÏοÏÎÏοÏ
Όε Μα Ïε ÏÏÏήÏοÏ
Όε ÏεÏιÏÏÏÏεÏα για Ïο Bug. ÎκÏΌα Όε Ïο Μα ÎŽÏÏειÏ\nÎΜα public PGP κλειΎί Ξα ÎŒÎ±Ï ÎµÏιÏÏÎÏει Μα κÏÏ
ÏÏογÏαÏοÏΌε ÏÏ
ÏÏΜ ΌελλοΜÏικÎÏ ÏÏ
ΜοΌιλίεÏ\nγια ÏηΜ εÏικοιΜÏΜία ΌαÏ.</p>\n<p>ÎÏοιÏΎήÏοÏε ÏοÏ
ÎŒÏοÏεί Î
œÎ± Ύει ÏηΜ αÏάΜÏηÏη λογικά Ξα ÏÏ
ÎŒÏεÏαίΜει ÏÏι είÏαι\nÎÎœÎ±Ï ÏÏήÏÏÎ·Ï Tails . ÎΜαι ÏÏα Μα αΜαÏÏÏÎ·ÎžÎµÎ¯Ï ÏÏÏο εΌÏιÏÏÎÏ
εÏε ÏοΜ ÏάÏοÏο Internet και email?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ÎΟοΎοÏ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "ΣÏεÏικά"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ÎΜοΌα"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "ÎαÏάÏÏαÏη"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ΣÏάλΌα"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Î ÏοειΎοÏοίηÏη"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/el_GR.po b/el_GR.po
new file mode 100644
index 0000000..40d24bc
--- /dev/null
+++ b/el_GR.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Greek (Greece) (http://www.transifex.com/projects/p/torproject/language/el_GR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: el_GR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/en_GB.po b/en_GB.po
new file mode 100644
index 0000000..5b3717a
--- /dev/null
+++ b/en_GB.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/torproject/language/en_GB/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/eo.po b/eo.po
new file mode 100644
index 0000000..cb88fee
--- /dev/null
+++ b/eo.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Esperanto (http://www.transifex.com/projects/p/torproject/language/eo/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Eliri"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Pri"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nomo"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Stato"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Eraro"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Averto"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/es.po b/es.po
new file mode 100644
index 0000000..3b61526
--- /dev/null
+++ b/es.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 12:50+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Spanish (http://www.transifex.com/projects/p/torproject/language/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Ayudanos a arreglar tu error!</h1>\n<p>Lea<a href=\"%s\"> nuestas instrucciones para reportar errores</a>.</p> \n<p><strong>No incluya mas informacion personal de la necesaria </strong></p> \n<h2>Sobre darnos una direccion de correo</h2> \n<p>Si no le importa revelar un par de bits de su identidad a los productores de Tails, puede proveer un correo electronico para permitirnos preguntar un poco mas sobre el error. Adicionalmente colocando una clave PGP nos permitira encriptar aquellas futuras comunicaciones.</p> \n<p>Cualquiera que lea esta respuesta probablemente inferira que usted es un usuario de Tails. ¿Es hora de preocuparse de cuanto puede confiar en sus proveedores de Internet y mensajeria ?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Salir"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Acerca de"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nombre"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Estado"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Error"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Advertencia"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/es_AR.po b/es_AR.po
new file mode 100644
index 0000000..f03c0e6
--- /dev/null
+++ b/es_AR.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/torproject/language/es_AR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es_AR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Salir"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Acerca de"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/et.po b/et.po
new file mode 100644
index 0000000..ebacd27
--- /dev/null
+++ b/et.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Estonian (http://www.transifex.com/projects/p/torproject/language/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/eu.po b/eu.po
new file mode 100644
index 0000000..a6d26ff
--- /dev/null
+++ b/eu.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Basque (http://www.transifex.com/projects/p/torproject/language/eu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Lagun gaitzazu zure akatsa konpontzen!</h1>\n<p>Irakurri <a href=\"%s\">gure akatsak bidaltzeko argibideak</a>.</p>\n<p><strong>Ez gehitu beharrezkoa baino informazio pertsonal \ngehiagorik!</strong></p>\n<h2>Guri email helbide bat emateari buruz</h2>\n<p>Zure nortasunaren bits batzuk Tails garatzaileekin hedatzea \ninporta ez bazaizu, email helbide bat eman diezagukezu akatsaren \nxehetasun gehiago galdetu ahal zaitzagun. Gainera, PGP giltz \npubliko bat sartzeak etorkizunean egindako komunikazioak \nenkriptatzea baimenduko digu.</p>\n<p>Erantzun hau ikus dezakeen edonork Tails erabiltzaile bat \nzarela ondoriozta dezake. Zure Internet eta postakutxa \nhornitzailetaz zenbat fidatzen zaren galdetzeko denbora?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Irten"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Honi buruz"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Izena"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Egoera"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Akatsa"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Abisua"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/fa.po b/fa.po
new file mode 100644
index 0000000..30c677e
--- /dev/null
+++ b/fa.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 12:50+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Persian (http://www.transifex.com/projects/p/torproject/language/fa/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>ØšÙ Ù
ا Ú©Ù
Ú© Ú©ÙÛØ¯ تا ؚاگ ØŽÙ
ا را Ø±ÙØ¹ Ú©ÙÛÙ
!</h1>\n<p><a href=\"%s\">Ø¯Ø³ØªÙØ±Ø§ÙعÙ
Ù Ø§Ø¹ÙØ§Ù
ؚاگ</a> را Ù
Ø·Ø§ÙØ¹Ù Ú©ÙÛØ¯.</p>\n<p><strong>از Ø§Ø±Ø³Ø§Ù Ø§Ø·ÙØ§Ø¹Ø§Øª ØŽØ®ØµÛ ØšÛØŽ Ø§Ø² Ø§ÙØ¯Ø§Ø²Ù Ø®ÙØ¯Ø¯Ø§Ø±Û Ú©ÙÛØ¯!</strong></p>\n<h2>Ø§Ø¹ÙØ§Ù
آدرس اÛÙ
ÛÙ</h2>\n<p>اگر ØŽÙ
ا ؚا اراÛ٠ؚخ؎ Ú©ÙÚÚ©Û Ø§Ø² ÙÙÛØª Ø®ÙØ¯ØªØ§Ù ؚ٠تÛÙ
Tails Ù
ØŽÚ©ÙÛ ÙØ¯Ø§Ø±ÛØ¯Ø Ù
ÛâØªÙØ§ÙÛØ¯ آدرس اÛÙ
ÛÙ Ø®ÙØ¯ØªØ§Ù را Ø§Ø¹ÙØ§Ù
Ú©ÙÛØ¯ تا اÛ٠اÙ
کا٠را ØšÙ Ù
ا ؚدÙÛØ¯ ک٠در ØµÙØ±Øª ÙØ²ÙÙ
Ø§Ø·ÙØ§Ø¹Ø§Øª ØšÛØŽØªØ±Û در Ù
ÙØ±Ø¯ ؚاگ از ØŽÙ
ا ؚٟرسÛÙ
. Ø¹ÙØ§Ù٠ؚر آ٠ؚا ÙØ§Ø±Ø¯ کرد٠کÙÛØ¯ عÙ
ÙÙ
Û PGP Ø®ÙØ¯ØªØ§Ù Ù
ÛâØªÙØ§ÙÛØ¯ ؚ٠رÙ
زÙÚ¯Ø§Ø±Û Ø§Ø±ØªØšØ§Ø·Ø§Øª Ø¢ÛÙØ¯Ù Ú©Ù
Ú© Ú©ÙÛØ¯.</p>\n<p>ÙØ± Ú©Ø³Û Ú©Ù Ø§Û٠ٟاسخ را ؚؚÛÙØ¯ Ù
ÛâØªÙØ§Ùد ØØ¯Ø³ ØšØ²ÙØ¯ Ú©Ù ØŽÙ
ا ÛÚ© کارؚر Tails ÙØ³ØªÛد. زÙ
Ø
§Ù Ø¢Ù Ø±Ø³ÛØ¯Ù است Ú©Ù ØšØ±Ø±Ø³Û Ú©ÙÛØ¯ Ú©Ù ØŽÙ
ا ÚÙØ¯Ø± ؚ٠ارا؊٠کÙÙØ¯Ú¯Ø§Ù سرÙÛØ³ اÛÙØªØ±Ùت ٠اÛÙ
ÛÙ Ø®ÙØ¯ اطÙ
ÛÙØ§Ù Ø¯Ø§Ø±ÛØ¯Ø</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr "ØšØ§Ø²Ú©Ø±Ø¯Ù Ø§ÙŸÙØª OpenPGP"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Ø®Ø±ÙØ¬"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "درؚارÙ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr "رÙ
زÙگ؎اÛÛ/ØªØ§ØŠÛØ¯ Clipboard"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr "Clipboard ÙÛÚ Ø¯Ø§Ø¯Ù Ù
Ø¹ØªØšØ±Û ÙØ¯Ø§Ø±Ø¯"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ÙØ§Ù
"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "ÙØ¶Ø¹Ûت"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr "ÙØªØ§Ûج GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "در ØØ§Ù ÙÙ
زÙ
ا٠کرد٠ساعت Ø³ÛØ³ØªÙ
"
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "ØªÙØ± ØšØ±Ø§Û Ø¯Ø±Ø³Øª کار Ú©Ø§Ø±Ø¯ÙØ Ù
Ø®ØµÙØµØ§ ØšØ±Ø§Û Ø®Ø¯Ù
ات Ù
Ø®ÙÛ ØšÙ ÛÚ© ساعت دÙÛÙ Ø§ØØªÛاج Ø¯Ø§Ø±Ø¯Ø ÙØ·Ùا صؚر Ú©ÙÛØ¯..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "ÙÙ
زÙ
Ø§Ù Ø³Ø§Ø²Û Ø³Ø§Ø¹Øª Ù
ÙÙÙÛØª Ø¢Ù
ÛØ² ÙØšÙد!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr "خط ØºÛØ± ÙØ§ØšÙ ØªØŽØ®ÛØµ در %s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr "ØšÙ atom_str آرگÙÙ
ا٠تعرÛÙ ÙØŽØ¯Ù Ø§Û Ø§Ø±Ø³Ø§Ù ØŽØ¯Ù"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr "Ø®ÙØ±Ø§Ú© Ø¯Ø±ÛØ§Ùت ؎د٠خاÙÛ Ø§Ø³Øª."
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "اÛÙ ÙØ³Ø®Ù از Tails اÛÙ Ù
ØŽÚ©ÙØ§Øª اÙ
ÙÛØª ØŽÙØ§Ø®ØªÙ ؎د٠را دارد:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr "ÙØŽØ¯Ø§Ø±: Ù
ا؎ÛÙ Ù
Ø¬Ø§Ø²Û Ú©ØŽÙ ØŽØ¯!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr "ÙÙ
Ø³ÛØ³ØªÙ
Ù
ÛØ²ØšØ§Ù Ù ÙÙ
ÙØ±Ù
Ø§ÙØ²Ø§Ø± Ù
Ø¬Ø§Ø²Û Ø³Ø§Ø²Û Ù
Û ØªÙØ§ÙÙØ¯ ÙØ± Ú©Ø§Ø±Û Ú©Ù Ø¯Ø± Tails Ø§ÙØ¬Ø§Ù
Ù
Û Ø¯ÙÛØ¯Ø Ù
ØŽØ§ÙØ¯Ù Ú©ÙÙØ¯."
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr "<a href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>ØšÛØŽØªØ± ؚداÙÛØ¯...</a>"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "خطا"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "ÙØŽØ¯Ø§Ø±"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/fi.po b/fi.po
new file mode 100644
index 0000000..8646f30
--- /dev/null
+++ b/fi.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Finnish (http://www.transifex.com/projects/p/torproject/language/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Lopeta"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Tietoa"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nimi"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Tila"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Virhe"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Varoitus"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/fil.po b/fil.po
new file mode 100644
index 0000000..6567361
--- /dev/null
+++ b/fil.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Filipino (http://www.transifex.com/projects/p/torproject/language/fil/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fil\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Labasan"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Tungkol"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Katayuan"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Error"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Babala"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/fr.po b/fr.po
new file mode 100644
index 0000000..8527ba4
--- /dev/null
+++ b/fr.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 13:10+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: French (http://www.transifex.com/projects/p/torproject/language/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Aidez-nous à résoudre votre problÚme !</h1>\n<p>Lire <a href=\"%s\">nos instructions sur le signalement de\nproblÚmes</a>.</p>\n<p><strong>N'incluez pas plus d'informations personnelles que\nnécessaire !</strong></p>\n<h2>à propos de votre adresse email</h2>\n<p>Si cela ne vous dérange pas de divulguer des bribes\nd'information à votre sujet aux développeurs de Tails, vous\npouvez fournir une adresse email afin que nous puissions vous\ndemander davantage de détails sur le bug. Si vous fournissez\naussi une clé PGP publique, nous vous demanderons ces détails\npar email chiffré.</p>\n<p>Ceux qui pourront voir ces communication pourront sans\ndoute en déduire que vous êtes un utilisateur de Tails. C'est\npeut-être le moment de vous interroger sur la confiance que vous\naccordez à votre fournisseur d'accÚs à Internet et à votre\nhébergeur email...</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr "Applet de chiffrement OpenPGP"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Quitter"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Ã propos"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr "Chiffrer le presse-papier avec une _Phrase de passe"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr "Signer/Chiffrer le presse-papier avec une _clé publique"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr "_Déchiffrer/Vérifier le presse-papier"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr "_Gérer les Clés"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr "Le presse-papier ne contient pas de données valides."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr "Confiance inconnue"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr "Confiance marginale"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr "Confiance complÚte"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr "Confiance ultime"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nom"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr "Identifiant de la clé"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Statut"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr "Empreinte :"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] "Identifiant de l'utilisateur :"
+msgstr[1] "Identifiants de l'utilisateur :"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr "Aucun (ne pas signer)"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr "Choisir les destinataires :"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr "Cacher les destinataires"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr "Cacher les identifiants d'utilisateur pour tous les destinataires du message chiffré. Sans quoi n'importe qui voyant le message chiffré peut savoir à qui il est destiné."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr "Signer le message en tant que :"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr "Choisir les clés"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr "Faites-vous confiance à ces clés ?"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] "La clé sélectionnée suivante n'est pas totalement de confiance :"
+msgstr[1] "Les clés sélectionnées suivantes ne sont pas totalement de confiance :"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] "Faites-vous quand même assez confiance à cette clé pour l'utiliser"
+msgstr[1] "Faites-vous quand même assez confiance à ces clés pour les utiliser"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr "Aucune clé sélectionnée"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr "Vous devez sélectionner une clé privée pour signer le message, ou une clé publique pour le chiffrer, ou les deux."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr "Pas de clé disponible"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr "Vous avez besoin d'une clé privée pour signer les messages ou d'une clé publique pour les chiffrer."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr "Erreur de GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr "L'opération ne peut pas être effectuée."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr "Résultat de GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr "Voici la sortie de GnuPG :"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr "Autres messages de GnuPG :"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr "Ãteindre immédiatement"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr "Redémarrer immédiatement"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr "non disponible"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr "Tails"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr "The Amnesic Incognito Live System"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr "Information de compilation:\n%s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr "Ã propos de Tails"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr "Vos logiciels additionnels"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr "La mise à jour a échoué. Cela peut être dû à un problÚme de réseau. Veuillez vérifier votre connexion au réseau, ou redémarrez Tails."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr "La mise à jour a été réalisée avec succÚs."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Mise à jour de l'horloge systÚme..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "Tor a besoin d'une horloge bien réglée pour fonctionner correctement, en\nparticulier pour les services cachés. Veuillez patienter..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Ãchec de la mise à jour de l'horloge !"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr "Ligne incompréhensibles dans %s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr "un argument non défini a été passé à atom_str"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr "Le fil téléchargé est vide."
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "Cette version de Tails a des problÚmes de sécurité connus :"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr "Le redémarrage d'I2P a échoué."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr "Attention : machine virtuelle détectée !"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr "Le systÚme d'exploitation \"hÎte\" et le logiciel de virtualisation peuvent surveiller ce que vous faites dans Tails."
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr "<a href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.fr.html'>En savoir plus...</a>"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr "erreur:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Erreur"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr "attention:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Attention"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "Ãtes-vous sûr de vouloir utiliser le Navigateur Non-sécurisé ?"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr "La navigation via le Navigateur Non-sécurisé n'est <b>pas anonyme</b>. N'utilisez le Navigateur Non-sécurisé que si c'est nécessaire, par exemple si vous devez vous identifier ou vous enregistrer pour avoir accÚs à Internet."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr "_Lancer"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr "_Sortir"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr "Lancement du Navigateur Non-sécurisé..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr "Ceci peut prendre du temps, merci d'être patient."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr "L'exécution de chroot a échoué"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr "Navigateur Non-sécurisé..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr "Fermeture du Navigateur Non-sécurisé..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr "Ceci peut prendre du temps, il vaut mieux ne pas relancer le Navigateur Non-sécurisé avant sa fermeture complÚte."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr "Le redémarrage de Tor a échoué."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr "Un autre Navigateur Non-sécurisé est en cours d'utilisation, ou en train d'être nettoyé. Merci d'essayer à nouveau dans un instant."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr "Aucun serveur DNS n'a été obtenu en DHCP ou via une configuration manuelle dans NetworkManager."
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr "TrueCrypt va bientÎt être retiré de Tails"
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr "Faire un rapport de Bug"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr "Documentation de Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr "Redémarrer"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr "Redémarrer immédiatement l'ordinateur"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr "Ãteindre"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr "Ãteindre immédiatement l'ordinateur"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr "Naviguer sur le Web sans anonymisation"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr "Navigateur Web Non-sécurisé"
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/gl.po b/gl.po
new file mode 100644
index 0000000..0a9c4b4
--- /dev/null
+++ b/gl.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Galician (http://www.transifex.com/projects/p/torproject/language/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "SaÃr "
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Sobre"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nome"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Estado"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Erro"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Aviso"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/gu.po b/gu.po
new file mode 100644
index 0000000..1b282e6
--- /dev/null
+++ b/gu.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Gujarati (http://www.transifex.com/projects/p/torproject/language/gu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ચટમ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/gu_IN.po b/gu_IN.po
new file mode 100644
index 0000000..c77fa7a
--- /dev/null
+++ b/gu_IN.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Gujarati (India) (http://www.transifex.com/projects/p/torproject/language/gu_IN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gu_IN\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/he.po b/he.po
new file mode 100644
index 0000000..fb5cb4f
--- /dev/null
+++ b/he.po
@@ -0,0 +1,452 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# GenghisKhan <genghiskhan(a)gmx.ca>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 10:30+0000\n"
+"Last-Translator: GenghisKhan <genghiskhan(a)gmx.ca>\n"
+"Language-Team: Hebrew (http://www.transifex.com/projects/p/torproject/language/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: he\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1> ×¢××ך ×× × ××ª×§× ×ת ×תק×× ×©××! </h1>\n<p> ×§×š× <a href=\"%s\"> ×ת ××ך××ת ××××× ×תק××ת ש×× × </p> </a>\n<strong><p> ×× ×ª×××× ××××¢ ×××©× ××תך ××× ×©×Š×š××! </p></strong>\n<h2> ×קשך ×× ×ª×× ×ª ×ת××ת ×××××× </h2>\n<p> ×× ×× ××׀ת ×× ××××ת ××××¢ ×××××ת ש×× ××׀ת×× Tails, ××ª× ×××× ×ס׀ק ×ת××ת ×××××× ××× ××׀שך ×× × ×ש××× ××תך ׀ך××× ×¢× ×תק××. ×× ××¡× × ×ס׀ת ×¢× ××€×ª× ×Š××××š× PGP ××׀שךת ×× × ××׊׀×× ×ª×§×©×ךת עת×××ת ×××ת. </p>\n×× ××× ×©×××× ×ך××ת ×ת ×ת×××× ×××ת ×× ×š×× ×©×× ×× ×©××ª× ×שת×ש Tails. \n××× ×ת××ת ××× ××ª× ×¡××× ×¢× ×××× ××š× × ×©×× ××¡×€×§× ×××××? </p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr "××ש×××× ××Š×€× ×ª OpenPGP"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "׊×"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "××××ת"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr "××Š×€× ××× ××××š× ××¢×ךת _×××ךת ס×ס××"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr "_×€×¢× ×/××ת ××× ×××ך×"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr "_× ×× ×׀ת××ת"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ש×"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr "×××× ×׀ת×"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "ס×××ס"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr "×××עת ×׊××¢:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] "×××× ×שת×ש:"
+msgstr[1] "×××× ×שת×ש:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr "×ת×× ××××¢× ×ת×ך:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr "××ך ×׀ת××ת"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr "××× ××ª× ×××× ××׀ת××ת ×××?"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr "×× × ×××š× ×׀ת××ת"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr "××× ×׀ת××ת ×××× ××"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr "ש×××ת GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr "ת×׊××ת GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr "×€×× ×©× GnuPG:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr "×× ××××"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr "××××¢ ×× ××:\n%s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr "××××ת Tails"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr "×ש×ך×× × ×¢×š× ××׊×××."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr "ש××š× ×× × ××ª× ×ª ××€×¢× ×× ×ת×× %s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "×××š×¡× ×× ×©× Tails ×ש ××¢××ת ××××× ××××¢×ת:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr "×ת××× ×עת I2P..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr "âI2P × ××©× ××ת×××"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr "×××ך×: ×××× × ××ך×××××ת ××תך×!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr "<a href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>×××× ×¢××...</a>"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr "ש××××:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ש××××"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr "×××ך×:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "×××ך×"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "××× ××× ×ך׊×× × ×ש×ך ×ת ×××€××€× ××× ××××?"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr "_ש×ך"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr "×_׊×××"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr "×ת××× ×עת ×ת ×××€××€× ××× ××××..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr "××©× ×××× ××ת chroot."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr "××€××€× ×× ××××"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr "×××× ×עת ×ת ×××€××€× ××× ××××..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr "××©× ××ת××× Tor."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr "âTrueCrypt ××סך ×קך×× ×ת×× Tails"
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr "×××× ×¢× ×ª×§××"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr "ת××¢×× Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr "××€××€× ×š×©×ª ×× ××××"
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/hi.po b/hi.po
new file mode 100644
index 0000000..066b53b
--- /dev/null
+++ b/hi.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Hindi (http://www.transifex.com/projects/p/torproject/language/hi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "à€žà¥à€¥à€¿à€€à€¿"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/hr.po b/hr.po
new file mode 100644
index 0000000..80c0464
--- /dev/null
+++ b/hr.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Croatian (http://www.transifex.com/projects/p/torproject/language/hr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/hr_HR.po b/hr_HR.po
new file mode 100644
index 0000000..efbd1dc
--- /dev/null
+++ b/hr_HR.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/torproject/language/hr_HR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hr_HR\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Izlaz"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "O"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Naziv"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Greška"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Upozorenje"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/hu.po b/hu.po
new file mode 100644
index 0000000..f3982c7
--- /dev/null
+++ b/hu.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Hungarian (http://www.transifex.com/projects/p/torproject/language/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>SegÃtsen a hibák kijavÃtásában</h1>\n<p>Olvasas el a <a href=\"%s\">hibabejelentési tanácsainakt</a>.</p>\n<p><strong>Ne ajdon meg annál több személyes adatot, mint szÃŒkséges!</strong></p>\n<h2>Az email cÃm megadásáról</h2>\n<p>Ha nem gond a személyazonossága felfedése a Tails fejlesztÅi felé, megadhat email cÃmet, hogy lehetÅvé tegye számukra, hogy további kérdéseket tegyenek fel a hibával kapcsolatosan. Ha megad egy publikus PGP kulcsot, az lehetÅvé teszi, hogy a levelezést titkosÃtva folytassuk.</p>\n<p>Bárki aki ezt a láthatja, azt gondolhatja egy Tails felhasználó. Elgondolkozott már azon, mennyire bÃzik meg az internet vagy az elektronikus levelezés szolgáltatójában?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Kilépés"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Névjegy"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Név"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Ãllapot"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Hiba"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Figyelem"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ia.po b/ia.po
new file mode 100644
index 0000000..291e574
--- /dev/null
+++ b/ia.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Interlingua (http://www.transifex.com/projects/p/torproject/language/ia/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ia\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Sortir"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Circa"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nomine"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Stato"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Error"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Advertimento"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/id.po b/id.po
new file mode 100644
index 0000000..d563ec0
--- /dev/null
+++ b/id.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Indonesian (http://www.transifex.com/projects/p/torproject/language/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Keluar"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Mengenai"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nama"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Kesalahan"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Peringatan"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/is.po b/is.po
new file mode 100644
index 0000000..028034c
--- /dev/null
+++ b/is.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Icelandic (http://www.transifex.com/projects/p/torproject/language/is/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: is\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "HÊtta"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Um"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Staða"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Villa"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Aðvörun"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/it.po b/it.po
new file mode 100644
index 0000000..32f5ac9
--- /dev/null
+++ b/it.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 12:55+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Italian (http://www.transifex.com/projects/p/torproject/language/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Aiutaci a risolvere il tuo baco!</h1>\n<p>Leggi <a href=\"%s\">le istruzioni per segnalare bachi</a>.</p>\n<p><strong>Non inserire più informazioni personali di quelle strettamente necessarie!</strong></p>\n<h2>Fornirci un indirizzo email</h2>\n<p>Se vuoi rivelare qualcosa della tua identità agli sviluppatori di Tails, puoi darci un indirizzo email che ci permette di chiederti maggiori informazioni sul baco. Se aggiungi una chiave pubblica PGP potremo cifrare le comunicazioni future con te.</p>\n<p>Chiunque veda le nostre risposte potrebbe dedurre che usi Tails. Forse Ú il momento di chiedersi quanto ti fidi del tuo fonitore di accesso a Internet e di posta elettronica.</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Esci"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Info"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nome"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Stato"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Errore"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Avvertimento"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ja.po b/ja.po
new file mode 100644
index 0000000..38dc366
--- /dev/null
+++ b/ja.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Japanese (http://www.transifex.com/projects/p/torproject/language/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "çµäº"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "ããŒãžã§ã³æ
å ±"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "åå"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "ç¶æ
"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ãšã©ãŒ"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "èŠå"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ka.po b/ka.po
new file mode 100644
index 0000000..ccac69b
--- /dev/null
+++ b/ka.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Georgian (http://www.transifex.com/projects/p/torproject/language/ka/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ka\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/kn.po b/kn.po
new file mode 100644
index 0000000..4432228
--- /dev/null
+++ b/kn.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Kannada (http://www.transifex.com/projects/p/torproject/language/kn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: kn\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ko.po b/ko.po
new file mode 100644
index 0000000..b1195de
--- /dev/null
+++ b/ko.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Korean (http://www.transifex.com/projects/p/torproject/language/ko/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>ë²ê·žë¥Œ ì°Ÿì ì ìëë¡ ëì죌ìžì!</h1>\n<p>Read <a href=\"%s\">ë²ê·ž ë³Žê³ ê³Œì </a>.</p>\n<p><strong>íìí ê² ìŽìì ê°ìž ì 볎륌 í¬íšíì§ ë§ììì€!</strong></p>\n<h2>ìŽë©ìŒ 죌ì륌 ì°ëЬìê² ì£Œë ê²ì ëíì¬</h2>\n<p>ë§ìœ ê·íì ì ì ì€ ìœê°ì Tails ê°ë°ììê² ì£Œë ê²ìŽ êºŒë €ì§ì§ ìëë€ë©Ž, ê·íë ë²ê·žì ëí ë ë§ì ìžë¶ì¬íì 묻Ʞ ìíŽ ìŽë©ìŒ 죌ì륌 ì ê³µí ì ììµëë€. ëí, ê³µê° PGP íµì ì ëì€ì ìíží íµì ì í ì ìê² íŽ ì€ëë€.</p>\n<p>ìŽ ëµë³ì 볌 ì ìë ì¬ëë€ì Tails ì¬ì©ìë¡ ì¶ì ë©ëë€. ê·íê° ìží°ë·ê³Œ ë©ìŒë°ì€ ì ê³µì륌 ìŒë§ë 믿ëì§ ê¶êží ìê°ì
ëê¹?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ì¢
ë£"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "ì 볎"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ìŽëŠ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "ìí"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ì€ë¥"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "ê²œê³ "
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ko_KR.po b/ko_KR.po
new file mode 100644
index 0000000..cf0b3fc
--- /dev/null
+++ b/ko_KR.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/torproject/language/ko_KR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ko_KR\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ëê°êž°"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "ìê°"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ìŽëŠ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "ìí"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ì€ë¥"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "ê²œê³ "
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ku.po b/ku.po
new file mode 100644
index 0000000..a4d0e5c
--- /dev/null
+++ b/ku.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Kurdish (http://www.transifex.com/projects/p/torproject/language/ku/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ku\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ky.po b/ky.po
new file mode 100644
index 0000000..ccf6d8e
--- /dev/null
+++ b/ky.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Kirgyz (http://www.transifex.com/projects/p/torproject/language/ky/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ky\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ЧÑгÑÑ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "ÐÑПгÑаЌЌа жөМүМЎө"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Ðбал"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ÐаÑа"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/lt.po b/lt.po
new file mode 100644
index 0000000..2a97847
--- /dev/null
+++ b/lt.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Lithuanian (http://www.transifex.com/projects/p/torproject/language/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Išeiti"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Apie"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Pavadinimas"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Statusas"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Klaida"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Ä®spÄjimas"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/lv.po b/lv.po
new file mode 100644
index 0000000..7c075fb
--- /dev/null
+++ b/lv.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Latvian (http://www.transifex.com/projects/p/torproject/language/lv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>PalÄ«dziet mums atrisinÄt JÅ«su problÄmu!</h1>\n<p>Lasiet <a href=\"%s\">mÅ«su kČūdu pieteikÅ¡anas instrukcijas</a>.</p>\n<p><strong>NenorÄdiet vairÄk personiskas informÄcijas kÄ nepiecieÅ¡amas!</strong></p>\n<h2>Par e-pasta adreses norÄdīšanu</h2>\n<p>Ja neiebilstat atklÄt daÄŒu no savas identitÄtes Tails izstrÄdÄtÄjiem, variet norÄdÄ«t savu e-pasta adresi,lai mÄ varÄtu uzdot vairÄk jautÄjumus par kČūdu. TurklÄt publiskas PGP atslÄgas norÄdīšana sniegtu mums iespÄju Å¡ifrÄt mÅ«su turpmÄko saziÅu.</p>\n<p>Ikviens, kas var redzÄt Å¡o atbildi, tÄ varÄtu domÄt, uzskatÄ«s JÅ«s par Tails lietotÄju. VarbÅ«t ir pienÄcis laiks izvÄrtÄt cik daudz JÅ«s uzticaties saviem interneta un e-pasta pakalpojumu sniedzÄjiem?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Iziet"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Par"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nosaukums"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Statuss"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "KČūda"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "BrÄ«dinÄjums"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/mk.po b/mk.po
new file mode 100644
index 0000000..fc03ac7
--- /dev/null
+++ b/mk.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Macedonian (http://www.transifex.com/projects/p/torproject/language/mk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: mk\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Ðзлез"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Ðа"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ms.po b/ms.po
new file mode 100644
index 0000000..caf2716
--- /dev/null
+++ b/ms.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Malay (http://www.transifex.com/projects/p/torproject/language/ms/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ms\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ms_MY.po b/ms_MY.po
new file mode 100644
index 0000000..c17f21f
--- /dev/null
+++ b/ms_MY.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/torproject/language/ms_MY/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ms_MY\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Keluar"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Tentang"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Ralat"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Amaran"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/my.po b/my.po
new file mode 100644
index 0000000..6728fd3
--- /dev/null
+++ b/my.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Burmese (http://www.transifex.com/projects/p/torproject/language/my/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: my\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ááœááºáááº"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "á¡ááŒá±á¬ááºáž"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "á¡áááº"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "á¡áá±á¡áá¬áž"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "áá»áá¯á·ááœááºážáá»ááº"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "ááááá±ážáá»ááº"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/nb.po b/nb.po
new file mode 100644
index 0000000..e1e4952
--- /dev/null
+++ b/nb.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/torproject/language/nb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Exit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Om"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Navn"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Feil"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Advarsel"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/nds.po b/nds.po
new file mode 100644
index 0000000..22dd7a9
--- /dev/null
+++ b/nds.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Low German (http://www.transifex.com/projects/p/torproject/language/nds/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nds\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/nl.po b/nl.po
new file mode 100644
index 0000000..fc91bf3
--- /dev/null
+++ b/nl.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Dutch (http://www.transifex.com/projects/p/torproject/language/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Help ons jouw bugs te fixen!</h1>\n<p>Lees <a href=\"%s\">onze handleiding voor het melden van fouten</a>.</p>\n<p><strong>Voeg niet meer persoonlijke informatie toe dan nodig!</strong></p>\n<h2>Over het opgeven van een e-mailadres</h2>\n<p>Als je het niet erg vindt om iets een beetje van je identiteit af te staan, dan kun je een e-mailadres opgeven zodat wij meer details over de fout kunnen vragen. Bovendien, door het toevoegen van een publieke PGP sleutel stel je ons in staat om zulke toekomstige communicatie te versleutelen.</p>\n<p>Iedereen die ons antwoordbericht kan zien zal waarschijnlijk kunnen afleiden dat je een Tails gebruiker bent. Tijd om je af te vragen hoeveel je je Internet- en mailprovider vertrouwd?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Sluit af"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Over"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Naam"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Fout"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Waarschuwing"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/pa.po b/pa.po
new file mode 100644
index 0000000..92cf09a
--- /dev/null
+++ b/pa.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/torproject/language/pa/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pa\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/pl.po b/pl.po
new file mode 100644
index 0000000..d995462
--- /dev/null
+++ b/pl.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Polish (http://www.transifex.com/projects/p/torproject/language/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>PomóŌ nam naprawiÄ swój problem!</h1>â <p>Przeczytaj <a href=\"%s\">instrukcje jak zgÅosiÄ problem</a>.</p>â <p><strong>Nie ujawniaj wiecej informacji o sobie niÅŒ to \nkonieczne!</strong></p>â <h2>JeÅŒeli chcesz podac adres email</h2>\n<p>JeÅŒeli zgadzasz sie na czÄÅciowe ujawnienie swojej toÅŒsamoÅci\ndeweloperom Tails, moÅŒesz podac adres email\nÅŒebysmy mogli zadawaÄ Ci pytania dotyczÄ
ce problemu. Ponadto, jeÅŒeli podasz\nklucz publiczny PGP umoÅŒliwisz nam szyfrowanie tego typu \nkomunikacji.</p>\n<p>Kazdy kto zobaczy ta odpowiedx domyÅli siÄ, ÅŒe jesteÅ\nurzytkownijiem Tails. Zastanow sie czy ufasz swoim operattorom\nintenetu i poczty.</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "WyjÅcie"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "O programie"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nazwa"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Stan"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "BÅÄ
d"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "OstrzeÅŒenie"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/pl_PL.po b/pl_PL.po
new file mode 100644
index 0000000..73bbfe3
--- /dev/null
+++ b/pl_PL.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/torproject/language/pl_PL/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pl_PL\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>PomóŌ nam naprawiÄ Twój problem!</h1>\n<p>Przeczytaj <a href=\"%s\">nasze instrukcje zgÅaszania bÅÄdów</a>.</p>\n<p><strong>Nie zawieraj wiÄcej informacji osobistych, niÅŒ to jest\nkonieczne!</strong></p>\n<h2>O dawaniu nam adresu email</h2>\n<p>JeÅli nie masz nic przeciw podaniu czÄÅci swojej toÅŒsamoÅci\ndeweloperom Tails, moÅŒesz podaÄ adres email, by pozwoliÄ nam\ndopytaÄ siÄ o szczegóÅy bÅÄdy. Dodatkowo, podawnie publicznego\nklucza PGP pozwala nam szyfrowaÄ takÄ
przyszÅÄ
\nkomunikacjÄ.</p>\n<p>KaÅŒdy, kto widzi tÄ odpowiedź, prawdopodobnie wywnioskuje, ÅŒe jesteÅ\nuÅŒytkownikiem Tails. Czas zastanowiÄ siÄ, jak bardzo ufasz swoim dostawcom\nInternetu i poczty?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "WyjÅcie"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Informacje"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nazwa"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/pt.po b/pt.po
new file mode 100644
index 0000000..6bf9761
--- /dev/null
+++ b/pt.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 13:00+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Portuguese (http://www.transifex.com/projects/p/torproject/language/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Ajude-nos a consertar seu bug!</h1>\n<p>Leia <a href=\"%s\">nossas instruções para reportar bug</a>.</p>\n<p><strong>Não inclua mais informações pessoais do que o necessário!</strong></p>\n<h2>Sobre dar-nos um endereço de e-mail</h2>\n<p>Se você não se importa em abrir um pouco da sua identidade\naos desenvolvedores Tails, você pode prover um email para contar-nos\nmais detalhes sobre o bug. Adicionalmente, entrando uma chave PGP\npública, nos permite encriptar futuras comunicações via e-mail.</p>\n<p>Qualquer um que puder ver esta resposta provavelmente deduzirá\nque você é um usuário Tails. Tempo para pensar o quanto você confia\nna sua internet e no seu provedor de e-mail?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr "Miniaplicativo de criptografia OpenPGP"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Sair"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Sobre"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr "_Descriptografar/Verificar área de transferência"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr "A área de transferência não contém dados de entrada válidos."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nome"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Estado"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr "Resultados do GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Sincronizando o relógio do sistema"
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "Tor necessita de um relógio preciso para funcionar corretamente, especialmente para Serviços Escondidos. Por favor, aguarde..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Ocorreu uma flaha ao sincronizar o relógio!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr "Linha impossÃvel de analisar em %s "
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr "Foi passado um argumento indefinido para atom_str"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr "Feed vazio baixado."
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "Esta versão do Tails possui algumas questões de sgurança conhecidas:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr "Atenção: máquina virtual detectada!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr "Tanto o sistema operacional hospedeiro quanto o programa de virtualização podem monitorar o que você está fazendo no Tails."
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr "<a href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Saiba mais (em inglês)...</a>"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr "erro:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Erro"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr "atenção:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Atenção"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "Você realmente quer iniciar o Navegador Inseguro?"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr "A atividade de rede do Navegador Inseguro <b>não é anÎnima</b>. Somente use o Navegador Inseguro se necessário, por exemplo se você tiver que se autenticar para ativar sua conexão à internet."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr "_Lançar"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr "Sair (_e)"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr "Iniciando o Navegador Inseguro..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr "Isto pode demorar um pouco, por favor seja paciente."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr "Falha ao configurar o chroot."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr "Desligando o Navegador Inseguro."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr "Isto pode demorar um pouco, e você não deve reiniciar o Navegador Inseguro até que ele tenha sido propriamente desligado."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr "Falha ao reiniciar o Tor."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr "Outro Navegador Inseguro já está sendo executado, ou está em processo de encerramento. Por favor, tente novamente em instantes."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr "Nenhum servidor DNS foi obtido através do DHCP ou configurado manualmente com o NetworkManager."
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/pt_BR.po b/pt_BR.po
new file mode 100644
index 0000000..d6dcee9
--- /dev/null
+++ b/pt_BR.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/torproject/language/pt_BR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Ajude-nos a consertar seu bug!</h1>\n<p>Leia <a href=\"%s\">nossas instruções para reportar bug</a>.</p>\n<p><strong>Não inclua mais informações pessoais do que o necessário!</strong></p>\n<h2>Sobre dar-nos um endereço de e-mail</h2>\n<p>Se você não se importa em abrir um pouco da sua identidade\naos desenvolvedores Tails, você pode prover um email para contar-nos\nmais detalhes sobre o bug. Adicionalmente, entrando uma chave PGP\npública, nos permite encriptar futuras comunicações via e-mail.</p>\n<p>Qualquer um que puder ver esta resposta provavelmente deduzirá\nque você é um usuário Tails. Tempo para pensar o quanto você confia\nna sua internet e no seu provedor de e-mail?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Sair"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Sobre"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nome"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Erro"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Aviso"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ro.po b/ro.po
new file mode 100644
index 0000000..ae3093b
--- /dev/null
+++ b/ro.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Romanian (http://www.transifex.com/projects/p/torproject/language/ro/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "IeÅire"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Despre"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Nume"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Stare"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Eroare"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Avertizare"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ru.po b/ru.po
new file mode 100644
index 0000000..4de708e
--- /dev/null
+++ b/ru.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 13:00+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Russian (http://www.transifex.com/projects/p/torproject/language/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ru\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>ÐПЌПгОÑе МаЌ ОÑпÑавОÑÑ ÑÑÑ ÐŸÑОбкÑ!</h1>\n<p>ÐÑПÑÑОÑе <a href=\"%s\">МаÑО ОМÑÑÑÑкÑОО ПÑпÑавкО ПÑÑеÑа Пб ПÑОбке</a>.</p>\n<p><strong>Ðе вклÑÑайÑе бПлÑÑе пеÑÑПМалÑМПй ОМÑПÑЌаÑОО ÑеЌ\nÑÑебÑеÑÑÑ!</strong></p>\n<h2>Ðа ÑÑÐµÑ ÑППбÑÐµÐœÐžÑ ÐœÐ°ÐŒ ваÑегП e-mail аЎÑеÑа</h2>\n<p>ÐÑлО Ð²Ñ ÐœÐµ вПзÑажаеÑе ÑаÑкÑÑÑÑ ÐœÐµÐŒÐœÐŸÐ³ÐŸ ваÑей лОÑМПÑÑО\nÑазÑабПÑÑОкаЌ Tails, Ð²Ñ ÐŒÐŸÐ¶ÐµÑе пÑеЎПÑÑавОÑÑ e-mail аЎÑеÑ, ÑÑП бÑ\nпПзвПлОÑÑ ÐœÐ°ÐŒ запÑПÑОÑÑ Ð±ÐŸÐ»ÑÑе ОМÑПÑЌаÑОО Пб ПÑОбке. ÐПпПлМОÑелÑМÑй ввПЎ\nпÑблОÑМПгП клÑÑа PGP Ð¿ÐŸÐ·Ð²ÐŸÐ»ÐžÑ ÐœÐ°ÐŒ ÑОÑÑПваÑÑ ÑÑÑ Ð±ÑÐŽÑÑÑÑ\nпеÑепОÑкÑ.</p>\n<p>ÐÑП-лОбП, кÑП ÐŒÐŸÐ¶ÐµÑ Ð²ÐžÐŽÐµÑÑ ÑÑÐŸÑ ÐŸÑÐ²ÐµÑ Ð²ÐŸÐ·ÐŒÐŸÐ¶ÐœÐŸ ÑЎел
Ð°ÐµÑ Ð²ÑвПЎ, ÑÑП вÑ\nпПлÑзПваÑÐµÐ»Ñ Tails. ÐÑÐµÐŒÑ Ð¿ÐŸÐžÐœÑеÑеÑПваÑÑÑÑ ÐœÐ° ÑкПлÑкП Ð²Ñ ÐŽÐŸÐ²ÐµÑÑеÑе ваÑОЌ\nÐМÑеÑÐœÐµÑ Ðž E-mail пÑПвайЎеÑаЌ?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ÐÑÑ
ПЎ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Ð.."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ÐÐŒÑ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "СÑаÑÑÑ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr "ÐŽÐ»Ñ atom_str бÑл пеÑеЎаМ МеПпÑеЎелеММÑй аÑгÑЌеМÑ"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr "ÐПлÑÑеММÑй пПÑПк пÑÑÑ."
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "ÐÑа веÑÑÐžÑ Tails ÐžÐŒÐµÐµÑ ÐžÐ·Ð²ÐµÑÑМÑе пÑÐŸÐ±Ð»ÐµÐŒÑ Ð±ÐµÐ·ÐŸÐ¿Ð°ÑМПÑÑО:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr "ÐМОЌаМОе: ПбМаÑÑжеМа вОÑÑÑалÑÐœÐ°Ñ ÐŒÐ°ÑОМа!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr "РПпеÑаÑÐžÐŸÐœÐœÐ°Ñ ÑОÑÑеЌа Ñ
ПÑÑ-ЌаÑОМÑ, О вОÑÑÑалÑÐœÐ°Ñ ÐŒÐ°ÑОМа ЌПгÑÑ ÑлеЎОÑÑ Ð·Ð° ÑеЌ, ÑÑП Ð²Ñ ÐŽÐµÐ»Ð°ÐµÑе в Tails"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr "<a href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>УзМайÑе бПлÑÑе...</a>"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "ÐÑОбка"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "ÐÑеЎÑпÑежЎеМОе"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sco.po b/sco.po
new file mode 100644
index 0000000..fff8814
--- /dev/null
+++ b/sco.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Scots (http://www.transifex.com/projects/p/torproject/language/sco/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sco\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/si.po b/si.po
new file mode 100644
index 0000000..c43a188
--- /dev/null
+++ b/si.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Sinhala (http://www.transifex.com/projects/p/torproject/language/si/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: si\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/si_LK.po b/si_LK.po
new file mode 100644
index 0000000..ef7885e
--- /dev/null
+++ b/si_LK.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/torproject/language/si_LK/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: si_LK\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "à¶
යà·à¶±à· à·à¶±à·à¶±"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "à¶Žà·à·
à·à¶¶à¶¯"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "නඞ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "à¶à¶à·à·à¶º"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "දà·à·à¶ºà¶à·"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "à¶
à·à·à·à¶¯à¶ºà¶ºà·"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sk.po b/sk.po
new file mode 100644
index 0000000..b70b187
--- /dev/null
+++ b/sk.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Slovak (http://www.transifex.com/projects/p/torproject/language/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "UkonÄiÅ¥"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "O aplikáciÃ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Meno"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Stav"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Chyba"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Varovanie"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sk_SK.po b/sk_SK.po
new file mode 100644
index 0000000..ea1ac64
--- /dev/null
+++ b/sk_SK.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/torproject/language/sk_SK/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sk_SK\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Meno"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sl.po b/sl.po
new file mode 100644
index 0000000..88efb26
--- /dev/null
+++ b/sl.po
@@ -0,0 +1,457 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Slovenian (http://www.transifex.com/projects/p/torproject/language/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Izhod"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "O programu"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Ime"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Stanje"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Opozorilo"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sl_SI.po b/sl_SI.po
new file mode 100644
index 0000000..9de87ca
--- /dev/null
+++ b/sl_SI.po
@@ -0,0 +1,457 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/torproject/language/sl_SI/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sl_SI\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sn.po b/sn.po
new file mode 100644
index 0000000..1ce3c69
--- /dev/null
+++ b/sn.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Shona (http://www.transifex.com/projects/p/torproject/language/sn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Buda"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Maererano"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sq.po b/sq.po
new file mode 100644
index 0000000..9fc9825
--- /dev/null
+++ b/sq.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Albanian (http://www.transifex.com/projects/p/torproject/language/sq/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sq\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Dil"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Informacione"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Gjëndja"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Gabim"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Warning"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sr.po b/sr.po
new file mode 100644
index 0000000..4d959b7
--- /dev/null
+++ b/sr.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Serbian (http://www.transifex.com/projects/p/torproject/language/sr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sr\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Ðзлаз"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "РМаЌа"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ÐЌе"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "СÑаÑÑÑ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Greška"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Upozorenje"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sr(a)latin.po b/sr(a)latin.po
new file mode 100644
index 0000000..01551a9
--- /dev/null
+++ b/sr(a)latin.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/torproject/language/sr@latin/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sr@latin\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/sv.po b/sv.po
new file mode 100644
index 0000000..8dfe736
--- /dev/null
+++ b/sv.po
@@ -0,0 +1,452 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# WinterFairy <winterfairy(a)riseup.net>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 11:40+0000\n"
+"Last-Translator: WinterFairy <winterfairy(a)riseup.net>\n"
+"Language-Team: Swedish (http://www.transifex.com/projects/p/torproject/language/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>HjÀlp oss fixa dina buggar!</h1>\n<p>LÀs <a href=\"%s\">våra instruktioner för bugg-anmÀlan</a>.</p>\n<p><strong>Inkludera inte mer personlig information Àn\nnödvÀndigt!</strong></p>\n<h2>Om att ge oss en e-post adress</h2>\n<p>Om du inte har något emot att avslöja lite av din identitet\nför Tails utvecklare kan du ge oss en e-post adress så\nvi kan fråga efter mer detaljer kring buggen. Om du dessutom anger\nen publik PGP-nyckel kan vi kryptera sådan vidare\nkommunikation.</p>\n<p>Alla som kan se detta svar kan förmodligen dra slutsatsen att du\nÀr en Tails anvÀndare. Dags att fundera på hur mycket du litar på din\nInternet och din e-post leverantör?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr "Panelprogram för OpenPGP-kryptering"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Avsluta"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Om"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr "Kryptera urklipp med _lösenord"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr "Signera/kryptera urklipp med _publik nyckel"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr "_Dekryptera/verifiera urklipp"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr "_Hantera nycklar"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr "Urklippet innehåller ingen giltig data."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr "OkÀnd tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr "Marginell tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr "Full tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr "Ultimat tillit"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "Namn"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr "Nyckel ID"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Status"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr "Fingeravtryck:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] "AnvÀndar ID:"
+msgstr[1] "AnvÀndar IDn:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr "Ingen (signera inte)"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr "VÀlj mottagare:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr "Dölj mottagare"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr "Dölj anvÀndar IDn för alla mottagare av krypterade meddelanden. Annars kan vem som helst som ser meddelandet också se vilka mottagarna Àr."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr "Signera meddelandet som:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr "VÀlj nycklar"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr "Litar du på dessa nycklar?"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] "Följande vald nyckel Àr inte helt betrodd:"
+msgstr[1] "Följande valda nycklar Àr inte helt betrodda:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] "Litar du på den hÀr nyckeln tillrÀckligt för att anvÀnda den Àndå?"
+msgstr[1] "Litar du på de hÀr nycklarna tillrÀckligt för att anvÀnda dem Àndå?"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr "Inga nycklar valda"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr "Du måste vÀlja en privat nyckel för att signera meddelandet, eller några publika nycklar för att kryptera meddelandet, eller både och."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr "Inga nycklar tillgÀngliga"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr "Du behöver en privat nyckel för att signera meddelanden eller publik nyckel för att kryptera meddelanden."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr "Fel från GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr "DÀrför kan inte åtgÀrden utföras."
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr "Resultat från GnuPG"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr "Utmatning från GnuPG:"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr "Andra meddelanden givna av GnuPG:"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr "StÀng av omedelbart"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr "Starta om omedelbart"
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr "Panelprogram för nedstÀngning"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr "ej tillgÀngligt"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr "Tails"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr "The Amnesic Incognito Live System"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr "Build information:\n%s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr "Om Tails"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr "Din tillvalda mjukvara"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr "Uppgraderingen misslyckades. Detta kan bero på nÀtverksproblem. Kontrollera din nÀtverksanslutning eller testa med att starta om Tails."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr "Uppgraderingen lyckades."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Synkroniserar systemklockan"
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "Klockan måste gå rÀtt för att Tor ska fungera bra, speciellt för Hidden Services. Var god vÀnta..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Misslyckades med att synkronisera klockan!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr "Otolkbar rad i %s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr "atom_str fick ett odefinierat argument"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr "Töm mottaget flöde."
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr "Det finns kÀnda sÀkerhetsproblem i den hÀr Tails versionen:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr "Startar I2P..."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr "I2Ps routerkonsoll kommer att öppnas vid start."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr "Misslyckades med att starta I2P"
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr "FörsÀkra dig om att din internetanslutning fungerar, och försök sedan att starta I2P igen."
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr "Någonting gick snett nÀr I2P skulle startas. Granska loggarna i följande katalog för mer information:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr "Varning: Virtuell maskin upptÀcktes!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr "Både vÀrdsystemet och virtualiseringsmjukvaran kan se allt du gör i Tails."
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr "<a href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>LÀs mer...</a>"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr "fel:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Fel"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr "varning:"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Varning"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "Vill du verkligen starta den osÀkra webblÀsaren?"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr "NÀtverkstrafiken i den osÀkra webblÀsaren Àr <b>inte anonymiserad</b>. AnvÀnd bara den osÀkra webblÀsaren om absolut nödvÀndigt, till exempel om du måste logga in eller registrera dig för att aktivera din Internet-anslutning."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr "_Starta"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr "_Avsluta"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr "Startar den osÀkra webblÀsaren..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr "Detta kan ta en liten stund, så ha tålamod."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr "Misslyckades med att skapa chroot-miljön."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr "OsÀker webblÀsare"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr "StÀnger av den osÀkra webblÀsaren..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr "Detta kan ta en liten stund, och den osÀkra webblÀsaren kan inte startas på nytt förrÀn den Àr helt nedstÀngd."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr "Misslyckades med att starta om Tor."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr "En annan osÀker webblÀsare Àr för nÀrvarande igång, eller på vÀg att stÀngas av. Försök igen om en stund."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr "Ingen DNS server blev tilldelad genom DHCP eller manuell konfiguration i NetworkManager."
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr "TrueCrypt kommer snart att tas bort från Tails"
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr "TrueCrypt kommer snart att tas bort från Tails på grund av oro över dess licens och utveckling."
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr "Bugg-anmÀlan"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr "Tails dokumentation"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr "Anonymt overlay-nÀtverk"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr "i2p"
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr "Anonymt overlay-nÀtverk"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr "Starta om"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr "Starta om datorn omedelbart"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr "StÀng av"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr "StÀng av datorn omedelbart"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr "Surfa på nÀtet utan anonymitet"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr "OsÀker webblÀsare"
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr "Tails-specifika verktyg"
diff --git a/sw.po b/sw.po
new file mode 100644
index 0000000..cf0d389
--- /dev/null
+++ b/sw.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Swahili (http://www.transifex.com/projects/p/torproject/language/sw/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sw\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/szl.po b/szl.po
new file mode 100644
index 0000000..8f1dbcb
--- /dev/null
+++ b/szl.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Silesian (http://www.transifex.com/projects/p/torproject/language/szl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: szl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ta.po b/ta.po
new file mode 100644
index 0000000..f52243b
--- /dev/null
+++ b/ta.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Tamil (http://www.transifex.com/projects/p/torproject/language/ta/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ta\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/te_IN.po b/te_IN.po
new file mode 100644
index 0000000..4b04eb1
--- /dev/null
+++ b/te_IN.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:07+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/torproject/language/te_IN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: te_IN\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/th.po b/th.po
new file mode 100644
index 0000000..1444237
--- /dev/null
+++ b/th.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Thai (http://www.transifex.com/projects/p/torproject/language/th/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "àžàžàž"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "à¹àžàžµà¹àž¢àž§àžàž±àž"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "àžàž·à¹àž"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "àžªàžàž²àžàž°"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "àžàžŽàžàžàž¥àž²àž"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "àžàž³à¹àžàž·àžàž"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/tr.po b/tr.po
new file mode 100644
index 0000000..fcc7162
--- /dev/null
+++ b/tr.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/torproject/language/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "ÃıkıÅ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Hakkında"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "İsim"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Durum"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Hata"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Uyarı"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/uk.po b/uk.po
new file mode 100644
index 0000000..99c2afc
--- /dev/null
+++ b/uk.po
@@ -0,0 +1,454 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Ukrainian (http://www.transifex.com/projects/p/torproject/language/uk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: uk\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ÐÐŒâÑ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "СÑаÑÑÑ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/ur_PK.po b/ur_PK.po
new file mode 100644
index 0000000..ce850c5
--- /dev/null
+++ b/ur_PK.po
@@ -0,0 +1,451 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/torproject/language/ur_PK/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ur_PK\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "ÙØ§Ù
"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+msgstr[1] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/vi.po b/vi.po
new file mode 100644
index 0000000..4ee5a1a
--- /dev/null
+++ b/vi.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Vietnamese (http://www.transifex.com/projects/p/torproject/language/vi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: vi\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "Thoát"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "Giá»i thiá»u"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "Tình trạng"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "Lá»i"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "Cảnh báo"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/zh_CN.po b/zh_CN.po
new file mode 100644
index 0000000..f37410b
--- /dev/null
+++ b/zh_CN.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr "<h1>Help us fix your bug!</h1>\n<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n<p><strong>Do not include more personal information than\nneeded!</strong></p>\n<h2>About giving us an email address</h2>\n<p>If you don't mind disclosing some bits of your identity\nto Tails developers, you can provide an email address to\nlet us ask more details about the bug. Additionally entering\na public PGP key enables us to encrypt such future\ncommunication.</p>\n<p>Anyone who can see this reply will probably infer you are\na Tails user. Time to wonder how much you trust your\nInternet and mailbox providers?</p>\n"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "å
³é"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "å
³äº"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "åå"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "ç¶æ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "é误"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "èŠå"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
diff --git a/zh_TW.po b/zh_TW.po
new file mode 100644
index 0000000..f883124
--- /dev/null
+++ b/zh_TW.po
@@ -0,0 +1,448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
+"POT-Creation-Date: 2013-07-19 22:21+0200\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/torproject/language/zh_TW/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_TW\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/whisperback/config.py:64
+#, python-format
+msgid ""
+"<h1>Help us fix your bug!</h1>\n"
+"<p>Read <a href=\"%s\">our bug reporting instructions</a>.</p>\n"
+"<p><strong>Do not include more personal information than\n"
+"needed!</strong></p>\n"
+"<h2>About giving us an email address</h2>\n"
+"<p>If you don't mind disclosing some bits of your identity\n"
+"to Tails developers, you can provide an email address to\n"
+"let us ask more details about the bug. Additionally entering\n"
+"a public PGP key enables us to encrypt such future\n"
+"communication.</p>\n"
+"<p>Anyone who can see this reply will probably infer you are\n"
+"a Tails user. Time to wonder how much you trust your\n"
+"Internet and mailbox providers?</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:136
+msgid "OpenPGP encryption applet"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:139
+msgid "Exit"
+msgstr "éåº"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:141
+msgid "About"
+msgstr "éæŒ"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:192
+msgid "Encrypt Clipboard with _Passphrase"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:195
+msgid "Sign/Encrypt Clipboard with Public _Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:200
+msgid "_Decrypt/Verify Clipboard"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:204
+msgid "_Manage Keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:244
+msgid "The clipboard does not contain valid input data."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:294
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:296
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:298
+msgid "Unknown Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:300
+msgid "Marginal Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:302
+msgid "Full Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:304
+msgid "Ultimate Trust"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:357
+msgid "Name"
+msgstr "åçš±"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:358
+msgid "Key ID"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:359
+msgid "Status"
+msgstr "çæ
"
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:391
+msgid "Fingerprint:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:394
+msgid "User ID:"
+msgid_plural "User IDs:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:424
+msgid "None (Don't sign)"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:487
+msgid "Select recipients:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:495
+msgid "Hide recipients"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:498
+msgid ""
+"Hide the user IDs of all recipients of an encrypted message. Otherwise "
+"anyone that sees the encrypted message can see who the recipients are."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:504
+msgid "Sign message as:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:508
+msgid "Choose keys"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:548
+msgid "Do you trust these keys?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:551
+msgid "The following selected key is not fully trusted:"
+msgid_plural "The following selected keys are not fully trusted:"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:569
+msgid "Do you trust this key enough to use it anyway?"
+msgid_plural "Do you trust these keys enough to use them anyway?"
+msgstr[0] ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:582
+msgid "No keys selected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:584
+msgid ""
+"You must select a private key to sign the message, or some public keys to "
+"encrypt the message, or both."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:612
+msgid "No keys available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:614
+msgid ""
+"You need a private key to sign messages or a public key to encrypt messages."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:742
+msgid "GnuPG error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:763
+msgid "Therefore the operation cannot be performed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:813
+msgid "GnuPG results"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:819
+msgid "Output of GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/gpgApplet:844
+msgid "Other messages provided by GnuPG:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:34
+msgid "Shutdown Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:35
+msgid "Reboot Immediately"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/shutdown_helper_applet:72
+msgid "Shutdown Helper"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:13
+msgid "not available"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:16
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
+msgid "Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:17
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:18
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:20
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:118
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:122
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:126
+msgid "Your additional software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:119
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:127
+msgid ""
+"The upgrade failed. This might be due to a network problem. Please check "
+"your network connexion or try to restart Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:123
+msgid "The upgrade was successful."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:86
+#, perl-format
+msgid "Unparseable line in %s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:113
+msgid "atom_str was passed an undefined argument"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:177
+msgid "Empty fetched feed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:194
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:62
+msgid "Starting I2P..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:63
+msgid "The I2P router console will be opened on start."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:82
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:124
+msgid "I2P failed to start"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:83
+msgid ""
+"Make sure that you have a working Internet connection, then try to start I2P"
+" again."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-start-i2p:125
+msgid ""
+"Something went wrong when I2P was starting. Look in the logs in the "
+"following directory for more information:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:53
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:55
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-virt-notify-user:57
+msgid ""
+"<a "
+"href='file:///usr/share/doc/tails/website/doc/advanced_topics/virtualization.en.html'>Learn"
+" more...</a>"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:59
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:60
+msgid "Error"
+msgstr "é¯èª€"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:69
+msgid "warning:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Warning"
+msgstr "èŠå Warning"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:79
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:81
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>. Only use"
+" the Unsafe Browser if necessary, for example if you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:82
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:83
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:93
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:112
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:181
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:221
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:222
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:234
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:242
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:255
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:11
+msgid "TrueCrypt will soon be removed from Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/truecrypt-wrapper.disabled:12
+msgid ""
+"TrueCrypt will soon be removed from Tails due to license and development "
+"concerns."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_a_Bug.desktop.in.h:1
+msgid "Report a Bug"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Tails_documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:1
+msgid "Anonymous overlay network "
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:2
+msgid "i2p"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/i2p.desktop.in.h:3
+msgid "Anonymous overlay network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:1
+msgid "Reboot"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-reboot.desktop.in.h:2
+msgid "Immediately reboot computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:1
+msgid "Power Off"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop.in.h:2
+msgid "Immediately shut down computer"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
1
0

[translation/mat-gui_completed] Update translations for mat-gui_completed
by translation@torproject.org 25 Jul '13
by translation@torproject.org 25 Jul '13
25 Jul '13
commit 6a279490590767e56e83f3ca41f9fe80c2ac4e7d
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Jul 25 13:17:37 2013 +0000
Update translations for mat-gui_completed
---
ar.po | 2 +-
de.po | 2 +-
es.po | 2 +-
eu.po | 2 +-
fr.po | 2 +-
ja.po | 2 +-
sv.po | 238 ++++++++++++++++++++++++++++++++---------------------------------
tr.po | 2 +-
8 files changed, 124 insertions(+), 128 deletions(-)
diff --git a/ar.po b/ar.po
index 178d4c5..6760198 100644
--- a/ar.po
+++ b/ar.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2013-07-01 19:26+0200\n"
-"PO-Revision-Date: 2013-07-18 18:00+0000\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
"Last-Translator: Sherief Alaa <sheriefalaa.w(a)gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/torproject/language/ar/)\n"
"MIME-Version: 1.0\n"
diff --git a/de.po b/de.po
index 4690008..349f47c 100644
--- a/de.po
+++ b/de.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2013-07-01 19:26+0200\n"
-"PO-Revision-Date: 2013-07-18 22:30+0000\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/torproject/language/de/)\n"
"MIME-Version: 1.0\n"
diff --git a/es.po b/es.po
index 5fb16e6..0547718 100644
--- a/es.po
+++ b/es.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2013-07-01 19:26+0200\n"
-"PO-Revision-Date: 2013-07-18 21:20+0000\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
"Last-Translator: strel <strelnic(a)gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/torproject/language/es/)\n"
"MIME-Version: 1.0\n"
diff --git a/eu.po b/eu.po
index 2b0e9cf..61c03d2 100644
--- a/eu.po
+++ b/eu.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2013-07-01 19:26+0200\n"
-"PO-Revision-Date: 2013-07-22 05:30+0000\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
"Last-Translator: Antxon Baldarra <baldarra(a)lavabit.com>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/torproject/language/eu/)\n"
"MIME-Version: 1.0\n"
diff --git a/fr.po b/fr.po
index 2166edc..6b8d5d4 100644
--- a/fr.po
+++ b/fr.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2013-07-01 19:26+0200\n"
-"PO-Revision-Date: 2013-07-18 10:00+0000\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
"Last-Translator: Onizuka\n"
"Language-Team: French (http://www.transifex.com/projects/p/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/ja.po b/ja.po
index 3b70729..2a2a49f 100644
--- a/ja.po
+++ b/ja.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2013-07-01 19:26+0200\n"
-"PO-Revision-Date: 2013-07-18 13:10+0000\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
"Last-Translator: plazmism <gomidori(a)live.jp>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/torproject/language/ja/)\n"
"MIME-Version: 1.0\n"
diff --git a/sv.po b/sv.po
index 0768d61..9b94fc1 100644
--- a/sv.po
+++ b/sv.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2013-01-05 20:03+0100\n"
-"PO-Revision-Date: 2013-06-24 22:53+0000\n"
+"POT-Creation-Date: 2013-07-01 19:26+0200\n"
+"PO-Revision-Date: 2013-07-25 11:10+0000\n"
"Last-Translator: WinterFairy <winterfairy(a)riseup.net>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/torproject/language/sv/)\n"
"MIME-Version: 1.0\n"
@@ -19,161 +19,157 @@ msgstr ""
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: mat-gui:95 mat-gui:563 mat-gui:579
+#: mat-gui:65 mat-gui:375 mat-gui:387
msgid "Ready"
msgstr "Redo"
-#: mat-gui:107
-msgid "Add"
-msgstr "Lägg till"
-
-#: mat-gui:109 mat-gui:183
-msgid "Add files"
-msgstr "Lägg till filer"
+#: mat-gui:134
+msgid "Choose files"
+msgstr "Välj filer"
-#: mat-gui:113 mat-gui:203 mat-gui:308 mat-gui:311 mat-gui:555 mat-gui:557
-#: mat-gui:573 mat-gui:575
-msgid "Clean"
-msgstr "Rengör"
+#: mat-gui:141
+msgid "All files"
+msgstr "Alla filer"
-#: mat-gui:115
-msgid "Clean selected files"
-msgstr "Rengör markerade filer"
+#: mat-gui:148
+msgid "Supported files"
+msgstr "Stöd för filer"
-#: mat-gui:119 mat-gui:214
-msgid "Check"
-msgstr "Kontrollera"
+#: mat-gui:164
+msgid "No metadata found"
+msgstr "Ingen metadata hittades"
-#: mat-gui:121
-msgid "Check selected files for harmful meta"
-msgstr "Kontrollera markerade filer för skadlig meta"
+#: mat-gui:165 mat-gui:370 mat-gui:385 data/mat.ui:227
+msgid "Clean"
+msgstr "Rengör"
-#: mat-gui:125 mat-gui:185
-msgid "Quit"
-msgstr "Avsluta"
+#: mat-gui:167 mat-gui:372
+msgid "Dirty"
+msgstr "Smutsig"
-#: mat-gui:137
-msgid "Path"
-msgstr "Sökväg"
+#: mat-gui:172
+#, python-format
+msgid "%s's metadata"
+msgstr "%ss metadata"
-#: mat-gui:137 mat-gui:363
-msgid "Filename"
-msgstr "Filnamn"
+#: mat-gui:183
+msgid "Trash your meta, keep your data"
+msgstr "Kassera din meta, behåll din data"
-#: mat-gui:137 mat-gui:365
-msgid "Mimetype"
-msgstr "Filtyp"
+#: mat-gui:188
+msgid "Website"
+msgstr "Webbsida"
-#: mat-gui:137
-msgid "State"
-msgstr "Tillstånd"
+#: mat-gui:214 data/mat.ui:107
+msgid "Preferences"
+msgstr "Inställningar"
-#: mat-gui:138
-msgid "Cleaned file"
-msgstr "Rengjord fil"
+#: mat-gui:228
+msgid "Reduce PDF quality"
+msgstr "Förminska PDF kvalitet"
-#: mat-gui:182
-msgid "Files"
-msgstr "Filer"
+#: mat-gui:231
+msgid "Reduce the produced PDF size and quality"
+msgstr "Förminska den producerade PDF storleken och kvaliteten"
-#: mat-gui:188
-msgid "Edit"
-msgstr "Redigera"
+#: mat-gui:234
+msgid "Add unsupported file to archives"
+msgstr "Lägg till ej stötta filer till arkivet"
-#: mat-gui:189
-msgid "Clear the filelist"
-msgstr "Töm fillistan"
+#: mat-gui:238
+msgid "Add non-supported (and so non-anonymised) file to output archive"
+msgstr "Lägg till fil utan stöd (det vill säga ej anonymiserad) till arkivet"
-#: mat-gui:192 mat-gui:447
-msgid "Preferences"
-msgstr "Inställningar"
+#: mat-gui:283
+msgid "Unknown"
+msgstr "Okänd"
-#: mat-gui:195
-msgid "Process"
-msgstr "Behandla"
+#: mat-gui:330
+msgid "Not-supported"
+msgstr "Icke-stödda"
-#: mat-gui:218
-msgid "Help"
-msgstr "Hjälp"
+#: mat-gui:347
+msgid "Unknown mimetype"
+msgstr "Okänd filtyp"
-#: mat-gui:219 mat-gui:395
-msgid "Supported formats"
-msgstr "Stöd för format"
+#: mat-gui:354 data/mat.ui:291
+msgid "Filename"
+msgstr "Filnamn"
-#: mat-gui:220
-msgid "About"
-msgstr "Om"
+#: mat-gui:356
+msgid "Mimetype"
+msgstr "Filtyp"
-#: mat-gui:241
-msgid "Choose files"
-msgstr "Välj filer"
+#: mat-gui:366
+#, python-format
+msgid "Checking %s"
+msgstr "Kontrollerar %s"
-#: mat-gui:248
-msgid "All files"
-msgstr "Alla filer"
+#: mat-gui:381
+#, python-format
+msgid "Cleaning %s"
+msgstr "Rengör %s"
-#: mat-gui:255
-msgid "Supported files"
-msgstr "Stöd för filer"
+#: data/mat.ui:63
+msgid "_File"
+msgstr "_Arkiv"
-#: mat-gui:297
-msgid "unknow"
-msgstr "okänd"
+#: data/mat.ui:99
+msgid "_Edit"
+msgstr "_Redigera"
-#: mat-gui:313 mat-gui:559
-msgid "Dirty"
-msgstr "Smutsig"
+#: data/mat.ui:118 data/mat.ui:253
+msgid "Clear"
+msgstr "Rensa"
-#: mat-gui:343
-msgid "Not-supported"
-msgstr "Icke-stödda"
+#: data/mat.ui:134
+msgid "_Process"
+msgstr "_Behandla"
-#: mat-gui:381
-msgid "This software was coded during the GSoC 2011"
-msgstr "Denna mjukvara kodades under GSoC 2011"
+#: data/mat.ui:168
+msgid "_Help"
+msgstr "_Hjälp"
-#: mat-gui:386
-msgid "Website"
-msgstr "Webbsida"
+#: data/mat.ui:214
+msgid "Add"
+msgstr "Lägg till"
-#: mat-gui:461
-msgid "Force Clean"
-msgstr "Påtvinga rengöring"
+#: data/mat.ui:240
+msgid "Check"
+msgstr "Kontrollera"
-#: mat-gui:464
-msgid "Do not check if already clean before cleaning"
-msgstr "Kolla inte om redan ren före rengöring"
+#: data/mat.ui:308
+msgid "State"
+msgstr "Tillstånd"
-#: mat-gui:468
-msgid "Backup"
-msgstr "Backup"
+#: data/mat.ui:346 data/mat.ui:495
+msgid "Metadata"
+msgstr "Metadata"
-#: mat-gui:471
-msgid "Keep a backup copy"
-msgstr "Behåll en backup kopia"
+#: data/mat.ui:400
+msgid "Name"
+msgstr "Namn"
-#: mat-gui:474
-msgid "Reduce PDF quality"
-msgstr "Reducera PDF kvalitet"
+#: data/mat.ui:414
+msgid "Content"
+msgstr "Innehåll"
-#: mat-gui:477
-msgid "Reduce the produced PDF size and quality"
-msgstr "Reducera den producerade PDF storleken och kvaliteten"
+#: data/mat.ui:448
+msgid "Supported formats"
+msgstr "Stöd för format"
-#: mat-gui:480
-msgid "Add unsupported file to archives"
-msgstr "Lägg till ej stötta filer till arkivet"
+#: data/mat.ui:482
+msgid "Support"
+msgstr "Stöd"
-#: mat-gui:484
-msgid "Add non-supported (and so non-anonymised) file to output archive"
-msgstr "Lägg till fil utan stöd (det vill säga ej anonymiserad) till arkivet"
+#: data/mat.ui:508
+msgid "Method"
+msgstr "Metod"
-#: mat-gui:554
-#, python-format
-msgid "Checking %s..."
-msgstr "Kollar %s..."
+#: data/mat.ui:521
+msgid "Remaining"
+msgstr "Återstår"
-#: mat-gui:572
-#, python-format
-msgid "Cleaning %s..."
-msgstr "Rengör %s..."
+#: data/mat.ui:556
+msgid "Fileformat"
+msgstr "Filformat"
diff --git a/tr.po b/tr.po
index f70887f..01a3cae 100644
--- a/tr.po
+++ b/tr.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2013-07-01 19:26+0200\n"
-"PO-Revision-Date: 2013-07-21 00:00+0000\n"
+"PO-Revision-Date: 2013-07-25 09:22+0000\n"
"Last-Translator: yozel <iletisim(a)yasinozel.com.tr>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/torproject/language/tr/)\n"
"MIME-Version: 1.0\n"
1
0